body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
    font-family: 'Exo 2', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  
}




.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}

.navbar-brand h1 {
    color: #fff;
    cursor: pointer;
    font-family: 'Oleo Script Swash Caps', cursive;
}

.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}

.bg-darkblue {
    background-color: #043576 !important;
  }


.header {
    background-image: url('imghome/firstherobg2.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}



.herotitle h1 {
	color: #043576;
    font-weight: 700;
    font-size: 3rem;
}

.herotitle h2 {
	color: #043576;
  
}
.herotitle p {
	color: #043576;
	font-size: 1.3rem;
	line-height: 1.5;
    font-weight: 700;
}

.b-example-divider {
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
 
    
}

.btn-primary
{
    background-color: #043576;
    border-color: #043576;
}



.typewriter h1 {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    font-family: 'Oleo Script Swash Caps', cursive;
    color: #043576;
    font-size: 5em;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    /*margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    /* letter-spacing: .15em;
    /* Adjust as needed */
    animation: typing 5s infinite;
    padding-left: 5px;
}

  /* The typing effect */
  
  @keyframes typing {
    
    0% {
      width: 0;

    }
   80%  {
        
      width: 100%;
      opacity: 1;
    
    }
85%  {
       opacity: 0;
      }

      100%  {
        opacity: 0;
       }  
  }
 


  iframe {
    
    width: 100%;
    
    border-width: 0px;
    padding-top: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  
  }


  .webappframe
  {flex-grow: 1;
    background-image: url('imghome/loading.gif');
    background-repeat: no-repeat;
  background-size: 300px 100px;
    background-position: center;
    position: relative;
    }

.firstcontainer
{padding-bottom: 0 !important;}
.secondcontainer
{padding-top: 0 !important;
padding-bottom: 0 !important;}
i 
{
    font-size: 2rem; color: c#000;
    padding-right: 2rem;
    margin-top: -.325rem;

}