@charset "UTF-8";
/* colors #009ddf, #021b34, #065987, #d7a71e, #f2f2f2   */
body {
    background-color:  #BADCFF;
    background: linear-gradient(to bottom, #BADCFF 40%,#f2f2f2 100%);
    font-family: Verdana, Geneva, Arial, sans-serif;
    padding-top: 120px;
    margin:0px;
    line-height:1.5;
   -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     box-sizing: border-box; /* Box sizing for older browsers */     
}

#main_container {
    position: relative;
    background-color: #BADCFF;
    margin: auto;
    width: 100%;
    height: fit-content;
}

header {
    width: 100%;
    height: 110px;  
    position: fixed;    
    background-color: #010440;  
    display: flex;  
	  justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    top:0; 
    padding-bottom: 20px;
    border-bottom: solid 7px ; 
    border-color: #009deF;
    z-index: 999;
    }
.tel{
  position: absolute;
  top: 40px;
  /* Top margin */
  right: 50px;
  /* Left margin */
  width: auto;
  /* Adust width as needed */
  /*font-size: 100%;*/
  font-style: normal;
  color: #d7a71e;  
  font-size: 20px;
}
.tel:hover {
  color:#d7a71e;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
  #banner img {
    margin: 8px;
    vertical-align:middle;
    width: 160px;
    padding-top: 5px;
  }

  .yellow{
    background-color: #d7a71e;
  }

  .darkred{
    color: darkred;
  }

  @keyframes slideInLeft {
    from{
  transform: translateX(-600px);
    }
    to{
  transform: translateX(0);
    }
  }
  
  .top-content{
    width: 100%;
    margin: 0;    
  }
.top-content img{
  width: 100%;
  margin: 0;
opacity: 1;
}
.text2{
  width: 100%;
  /* padding: auto;*/
  margin-top: -22%;
}
.text2 h1{
  text-align: center;
    color: #ffffff;
    font-size: 5vw;
    font-family: Arial, Helvetica, sans-serif;
   text-shadow:  0 0 10px #000000,
                 0 0 20px #342E2B,
                 0 0 40px #342E2B,
                 0 0 80px #342E2B,
                 0 0 160px #342E2B;     
    animation-name: slideInLeft;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode:none;
   transform: translateX(-10px);
   
}
.text{
  width: 100%;
  position: relative;
  margin: auto;
  margin-top: -30%;
}
.container-b {
  max-width: 100%;    
  margin: auto;
  background-color: #F2F2F2;
  overflow: auto;    
}

.front {    
  width: 25%;
  height: fit-content;
  margin: 10px;
  margin-left: 6%;
  float: left;   
  background-color: white;
  border-radius: 15px ;
 }
.front li {

  font-weight: bold;
}
 .front h1{
  color: #010440;
  font-size: 125%;
  text-align: left;
 padding-left: 8px;
  line-height: .5;  
 }
 .front-1 img, .front-2 img, .front-3 img {  
  width: 100%;
  border-radius: 15px 15px 0 0;          
   }
   .front li {
    font-size: 100%;
   }
       .front a {
        background-color: #010440;
        color: #f2f2f2;
        padding: 15px 20px;
        display: block;
        text-align: center;
        border-radius:  0 0 15px 15px ;          
       }

       .front:hover {
        background-color: rgb(1, 4, 64);
        color:white;        
        transform: scale(1.03);
        transition: all 1s ease;
       }

.front:hover h1 {        
        color:white;
}

/*page2 ********************************************************/

p {
  padding-left: 20px;
  padding-right: 20px;
  color: #010440;
  font-weight: bold;
  display: inline-block;
}

.right-fha, .right-va {
  width: 460px;
  background-color: #f2f2f2;
  float: right;
  height: 400px;
  border-radius: 15px;
  margin-right:5%;
  margin-top: 15px;
}

.left-conv, .left-usda {
  width: 460px;
  background-color: #f2f2f2;
  float: left;
  height: 400px;
  border-radius: 15px;
  margin-left: 5%;
  margin-top: 15px;
}


.left img {
  display: block;
  border-radius: 15px;  
  height: 400px;
 margin-left: 5%;
 margin-top: 15px;
 margin-bottom: 30px;
float: left;
}

.right img {
  display: block;
  border-radius: 15px;  
  height: 400px;
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 30px;
  float: right;
}

.right-fha h3 {
  color:#010440;
  /*line-height: 1;*/
}

.right-fha li, .right-va li, .left-conv li, .left-usda li {
  color:#010440;
  font-weight: bold;
}
 
a {
  text-decoration: none;  
}
a:hover {
  color:#d7a71e;
  text-decoration: underline;
  font-weight: bold;
}

/*.page-description p {
  text-align: center;
  font-size: 2.5rem;
  color: #010440;
  font-weight: bold;
  line-height: 1.5;
  }*/
h1 {
  color: #010440;
  text-align: center;
  font-size: 2.5rem;
  /*padding-top: auto;
  padding-bottom: auto;*/
}

h2 { 
  text-align: center;
  font-size: 2.5rem;
 padding: 10px;
 color: #010440;
  line-height:1.5;  
}
h2 img {
  width: 50px;
  height: 25px;
  padding-top: 8px;  
 }


h3 {
  color:#010440;
  text-align: center;
  font-size: 35px;
  margin-top: 5px;
}

h4 {
  color:#010440;
  text-align: center;
  font-size: 1.75rem;
}

  /* To make older browser HTML5 aware */
  header, nav, aside, article, footer {
    display: block;
  }
  /* Top level menu bar   */
  nav ul {
    list-style-type: none;
    margin-left: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: #ffffff;
    position: relative;
    font-weight: bold;   
    width: 100%;
    text-align: center; 
  }

  /* Each list item inside horizontal menu bar */
  nav ul li {
    /*float: left;*/
    width: 10%;
    position: relative;   
  /*padding-left: 10%;*/
    z-index: 10;
    padding: 0px 10px;
    padding-bottom: 5px;
    display: inline-block;
      }

  /* Text and links across navbar */
  nav span, nav a {
    text-decoration: none;
    outline: none;
    display: block;
    height: 40px;
    line-height: 60px;
    width: 100%;
    text-align: center;
  }
  /* Unvisited/visited links in horizontal bar     */
  nav a:link, nav a:visited {
    color: #F2F2F2;
  }
  /* Hovering over list item in top menu bar */
  nav ul li:hover a, nav ul li:hover span, nav a.currentpage {    
    color: #d7a71e;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: underline;    
  }

  .currentpage {
    color: #d7a71e;
    font-weight: bold;
    text-decoration: underline;
  }

  /* Drop-down menu for each item in menu bar */
  nav ul li ul {
    background: #009deF;
    box-shadow: 0 40px 40px -20px black inset;
    position: absolute;
    z-index: 11;
    width: 200%;
    visibility: hidden;
    border-radius: 5px;
  }
  /* Make drop-down visible when hovering on menu bar item  */
  nav ul li:hover ul {
    visibility: visible;
  }
  /* Individual list items in drop-down menus */
  nav ul li ul li {
    width: 100%;
    float: none;
    height: 44px;
    line-height: 44px;
  }
  /* Links in drop-down menus */
  nav ul li ul li a, nav ul li ul li a:link, nav ul li ul li a:visited {
    background: none;
    display: block;
    text-align: left;
    text-indent: 5%;
    width: 100%;
    height: 100%;
    color: White;
    text-decoration: none;
    outline: none;
  }
  /* Hover and active states in drop down menu */
  nav ul li ul li a:hover, nav ul li ul li a:active {
    background: #15619B;
    color: #f2f2f2;
  }

    #footer {      
        position:relative;            
        height: 200px;     
        background-color:#f2f2f2;          
        border-top: solid 5px #009deF;       
        }
        #footer:hover {
          background-color: white;
        }

        #footer p {
          color: #010440; 
          padding-left:5px;
          padding-top: 5px;
          text-align: left;
          margin-left: 10px;
          font-size: 12px;
          font-weight: bold;
        }


.column3 p img {
          height: 60px;   
         margin: 40px 10px 10px 10px;
         
        }
        .column1, .column2, .column3{
          width: 33%;
          float: left;        
                 }
                
         hr {
  color: #d7a71e;
  border: 2px solid;
  width:100%;
}

 .button {
  background-color: #d7a71e;
  border-radius: 8px;
  color: red;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 6px;
  cursor: pointer;
  list-style-type: none;
  height: 40px;
  border:solid 1px #010440;
    box-shadow:8px 8px 10px black;
 }


.button:hover{
  background-color: #010440;
  box-shadow:-5px -5px 5px #009deF;
  color:white;
}
 section {
  width: 940px;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
 }
 section p {
  color:#15619B;
  font-size: 1.5rem;
 }

 summary{
  width: 64%;
  font-size:1.25rem;
  cursor:pointer;
  background-color: #010440; 
  margin: 10px auto;  
  padding:5px;
  color: #d7a71e;
  border-radius: 10px;
  }
     
details p {
  background-color: #fff;
  color: #010440;
  width: 62%;
  margin-left: 18%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 5px;  
}
 
.carousel {
  text-align: center;
 }

 table {
  width: 650px;
  margin: 0 auto;
  text-align: center;
}

td {
  width: 50%;
}
.docs {
  width: 60%;
  margin-left: 20%;
}
.pdf{
  color: #15619B;
  font-size: 1.5rem;
  font-weight: bold;
}



