/* color scheme: 
    h1, button text, borders, footer: rgb(3, 74, 166)
    p: rgb(66, 88, 140)
    logo, main nav: rgb(242, 95, 41)
breakpoint 1 - 992px */

@font-face {
    font-family: "Khuja";
    src: url(Khuja-Uppercase.otf);
}
.lexend-exa-body {
    font-family: "Lexend Exa", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
  }
.lexend-zetta-buttons {
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

.lexend-peta-header {
  font-family: "Lexend Peta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
html{
  position: relative;
  min-height: 100%;
}
  body{
    margin: 60px;
    font-family: "Lexend Exa", sans-serif;
    color: rgb(66, 88, 140);
    font-size: 18px;
  }
  .button a{
    color: rgb(3, 74, 166);
  }
  .button a:hover{
    color: rgb(242, 95, 41);
  }

  .logo{
    font-family: "Khuja";
    color: rgb(242, 95, 41);
    font-size: 40px;
    width: 210px;
    height: 100%;
    /* border: 3px solid lime; */
  }
  .mission-statement{
    font-family: "Lexend Exa", sans-serif;
    width: 80%;
    margin-left: 60px;
    color: rgb(3, 74, 166);
  }
  .nav ul{
    display: flex;
    flex-wrap: nowrap;
    float: right;
    margin-top: -90px;
    border-bottom: 2px solid rgb(3, 74, 166);
    padding-bottom: .5em;
    gap: 1em;
    /* border: 3px solid lime; */
  }
  .nav ul li{
    list-style-type: none;
    color: rgb(242, 95, 41);
    text-transform: uppercase;
  }
  .nav a:hover{
    text-shadow: 1px 1px rgb(172, 67, 28);
  }
  .link a:hover{
    text-shadow: 1px 1px rgb(172,67,28);
  }
  .nav a:active{
    color: rgb(251, 215, 202);
  }
  .hammenu{
    display: none;
  }
  .overlay .closebtn{
    display: none;
  }
  a{
    text-decoration: none;
    color: rgb(242, 95, 41);
  }
  .hero-wrapper img{
    width: 90%;
    height: auto;
    max-width: 1000px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
 
  .main{
    width: 80%;
    margin-top: 60px;
    height: 530px;
    border-left: 10px solid rgb(3, 74, 166);
    border-bottom: 5px solid rgb(3, 74, 166);
    float: right;
    overflow: scroll;
  }

  .main h1, .main p, .main .button-wrap, .main-button{
    max-width: 1000px;
    
  }

  .main p{
    margin-top: 30px;
    padding-left: 60px;
    width: 80%;
  }

  .main h1{
        text-transform: uppercase;
        font-family: "Lexend Zetta", sans serif;
        padding-left: 60px;
        font-size: 35px;
  }
  
  hr{
    margin-left: 60px;
    width: 50%;
    height: 1.15px;
    border: none;
    color: rgb(242, 95, 41);
    background-color: rgb(242, 95, 41);
  }
  .footer a, .button, h1{
    color: rgb(3, 74, 166);
  }
  .footer a:hover{
    color: rgb(242, 95, 41);
  }
  .footer{
    position: absolute;
    bottom: 0px;
    left: 0;
    
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .footer ul{
    list-style-type: none;
  }
  
  .footer ul li{
    padding-bottom: .5em;
  }

 
  .main .button{
    width: 400px;
    height: 50px;
    font-family: "lexend zetta", sans-serif;
    font-weight: 500;
    background-color: white;
    border: 2px solid rgb(242, 95, 41);
    border-radius: 5px;
    box-shadow: -6px 6px rgb(242, 95, 41);
    margin-left: 30px;
    
  }
  
  .main .button-wrap{
    display: flex;
    flex-wrap: nowrap;
    padding-top: 30px;
    width: 80%;
    padding-bottom: 60px;
    bottom: 0;
    margin-left: 30px;
   
  }

  /* responsive design code start */
  @media (max-width: 1279px){
    .main h1{
      font-size: 32px;
    }
    body{
      font-size: 16px;
    }
    .nav ul{
      display: flex;
    flex-wrap: wrap;
    
    max-width: 768px;
    margin-left: 210px;

  }
}
@media (max-width: 760px){
  .main{
    float: none;
    width: 100%;
    
  }
  .hero-wrapper img{
    width: 100%;
  }
  .footer-wrap{
    width: 100%;
    
   }
   .footer {
    
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
   
   }
   .footer ul{
     display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 2em;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
   
   }

  }
  @media (max-width:666px){
  
   body{
    margin: 30px;
   } 
  /* .logo, .nav{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  } */
  .header{
    width: 100%;
    
  }
  .nav{
    width: auto;

  }
  .main{
      height: 100%;
      margin-top: 30px;
       margin-bottom: 100px;
      border-top: 3px solid rgb(3, 74, 166);
      border-bottom: 3px solid rgb(3, 74, 166);
      border-left: none;
  margin-left: auto;
      margin-right: auto;
  }
  .main p, .main h1{
    margin-top: 30px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    
  }
  .main h1{
    text-align: center;
  }
/* 
  .nav ul{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    justify-content: center;
    text-align: center;
    float: none;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: .5em;
   
  } */
  .nav ul{
    border-bottom: none;
    margin-top: auto;
    margin-bottom: auto;
  }
  nav ul li:hover{
    border-bottom: 2px solid rgb(3, 74, 166);
 
  }
  .overlay{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.5s;
    
}

.overlay-content{
    position: relative;
    top: 25%;
    width: 40%;
    justify-content: right;
    
    font-weight: 800;
    margin-top: 30px;
    
}
.overlay-content a{
    margin-right: 60px;
  
    
}
.overlay a{
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: rgb(242, 95, 41);
    display: block;
    transition: 0.3s;
    
}

.overlay a:hover{
    border-bottom: none;
    
}

.overlay a:hover, .overlay a:focus{
    color: rgb(3, 74, 166);
    text-shadow: none;
}

.overlay .closebtn, .hammenu{
    display: block;
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 40px;
}
.hammenu{
  color: rgb(242, 95, 41);
}
.hammenu:hover{
  color: rgb(3, 74, 166);
}
.overlay .closebtn{
  padding-top: 0;
  padding-right: 0;
}

  .main .button{
    width: 300px;
    
    margin-left: 0px;
  }
  
  .main .button-wrap{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 1em;
    
    
  }
 
 .footer{
  position: fixed;
  background-color: rgb(242, 95, 41);
  
  width: 100%;
  padding-left: 0;
  bottom: 0;
  left: 0;
  
 }
 .footer a{
  color: white;
 }
 .footer a:hover{
  color: rgb(251, 215, 202)
 }
  .footer ul{
    padding-left: 0;
    flex-wrap: wrap;
    gap: 1.2em;
  }
  
  }
 
    

 