/*Global Fonts*/
h1{
    font-family: Fjalla One;
    font-style: normal;
    font-weight: normal;
    font-size: 76px;
    line-height: 96px;
    letter-spacing: -1.5px;    
}
h2{
    font-family: Fjalla One;
    font-style: normal;
    font-weight: normal;
    font-size: 47px;
    line-height: 59px;
    letter-spacing: -0.5px;
}
h3{
    font-family: Fjalla One;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 48px;
}
h4{
    font-family: Fjalla One;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 34px;
    letter-spacing: 0.25px;
}
h5{
    font-family: Fjalla One;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #000E29;
}
p, .body1{ /*Body 1*/
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.15px;
}
.button{
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.caption{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #FAFCFF;
    text-align: center;
}
.boton{
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    background-color: #002E82;
    color: #FAFCFF;
    text-decoration: none;
}
.boton:hover, .boton:focus{
    background-color: #001B4D;
    color: #ffffff;
}


/*Settings for header and navigation items*/
#grid-container{
    display: grid;
}
#header{
    padding: 0 10%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    height: 100px;
    background-color: rgba(250, 252, 255, 0.8);
    z-index: 1;
}
#hamburger-icon{
    display: none;
}
#logo, #nav-bar{
    display: flex;
    align-items: center;
    align-content: center;
    cursor:pointer;
}
#nav-bar{
    justify-content: flex-end;
}
#nav-bar a{
    padding: 0 2%;
    text-decoration: none;
    color: #0B190B;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #000E29;
}
#nav-bar a:hover, #nav-bar a:focus{
    font-weight: bold;
    color: #FF0000;
}

/* Settings for hamburger menu*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(250, 252, 255, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
  }
  .overlay-content {
    position: relative;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .overlay a {
    font-family: Roboto;
    padding: 20px;
    text-decoration: none;
    font-size: 36px;
    color: #000E29;
    display: block;
    transition: 0.5s;
  }
  .overlay a:hover, .overlay a:focus {
    color: #FF0000;
  }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
#banner-hero{
    padding-left: 10%;
    padding-right: 10%;
    height: 100%;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    z-index: 0;
}
/*footer*/
footer{
    width: 80%;
    margin-top: 80px;
    padding: 40px 10%;
    color: #E3E3E3;
    background-color: #001B4D;
}
#footer-first-row{
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E3E3E3;
}
footer li{
    list-style-type: none;
    line-height: 38px;
    text-align: center;
}
#social-polices{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#social-icons{
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}
footer a{
    text-decoration: none;
    color: #E3E3E3;
}
#footer-links{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
/*Responsive adjustments for tablet version*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #header{
        padding: 0 5%;
        width: 90%;
        display: flex;
        justify-content: space-between;
    }
    #nav-bar{
        display: none;
    }
    #hamburger-icon{
        display: flex;
        cursor:pointer;
    }
}
/*Responsive adjustments for mobile version*/
@media screen and (max-width: 767px) {
    #header{
        padding: 0 3%;
        width: 94%;
        display: flex;
        justify-content: space-between;
    }
    #nav-bar{
        display: none;
    }
    #hamburger-icon{
        display: flex;
        cursor:pointer;
    }
    footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    #footer-first-row{
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
    #footer-first-row:first-child a{
        display: flex;
        justify-content: center;
    }
    #footer-links{
        gap: 20px;
    }
    #social-icons{
        flex-direction: row;
        margin-bottom: 20px;
        justify-content: center;
    }
    footer img{
        margin-left: auto;
        margin-right: auto;
    }
}