*{
    padding: 0%;
    margin: 0%;
}
.nab{
    width: 100%;
    height: 24vh;
    background-color: rgb(196, 2, 2);
   
}
.menu{
    float: right;  
    margin-top: 10px;
    position: sticky; 
    top: 0px;  
    background-color: burlywood;
    border-bottom-left-radius: 15px ;
}

.menu ol{
    margin-left: 10px;
}
.menu ol li{
    display: inline;
    padding-right: 50px;
}
.menu ol li a{
    color: black;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    padding: 2px;
}
.menu ol li a:hover{
    background-color: rgba(106, 106, 107, 0.5);
    border-bottom: 2px solid rgba(240, 208, 208, 0.692);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: aliceblue;
    border-bottom: 2px solid red;
}
.nabphoto{
    background-image: url(./logo.jpg);
    background-repeat: no-repeat;
    background-position: cover;
    width: 15%;
    height: 22vh;
    position: absolute;
    margin-left: 50px;
    margin-top: 5px;
}
.nabtext{
    margin-top: 1px;
    float: left;
    margin-left: 600px;
}
.nabtext h1{
    margin-top: 17px;
    font-size: 30px;
    color: rgb(255, 255, 24);
    text-align: justify;
    text-decoration: none;
}
.nabtext h2{
    margin-top: 10px;
    font-size: 30px;
    width: 75%;
    color: rgb(255, 255, 255);
    text-align: justify;
    text-decoration: none;
}
.nabtext h2 a{
    margin-top: 10px;
    font-size: 30px;
    width: 75%;
    color: rgb(255, 255, 255);
    text-align: justify;
    text-decoration: none;
}
.nabtext2{
    margin-top: -100px;
    float: left;
    margin-left: 32cm;
}
.nabtext2 h1{
    font-size: 30px;
    color: rgb(255, 255, 0);
    text-decoration: none;
}
.nabtext2 h2{
    margin-top: 10px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: justify;
    text-decoration: none;
}





.ban{
    background-image: url(./contact.jpg);
    background-position: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 110vh;
}
.banrap{
    width: 100%;
    height: 110vh;
}
.bantext{
    padding-top: 300px;
}
.bantext h1{
    text-align: center;
    width: 75%;
    color: rgb(255, 255, 255);
    font-size: 75px;
    border: 2px solid white;
    border-radius: 20px; 
}
.bantxt2 h1{
    font-family: 'Edu NSW ACT Foundation', cursive;
    padding: 10px;
    margin-left: 100px;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.877)
}

.bantext h2{
    color: rgb(225, 226, 238);
    font-size: 50px;
    font-family: 'Comic Sans MS';  
}
.bantxt2 input{
    background-color: rgba(28, 10, 143, 0.934);
    color: rgb(255, 238, 238);
    height: 10vh;
    width: 40%;
    margin-left: 95px;
    font-size: 25px;
    border: 2px solid white;
    border-radius: 20px;
}



.mid{
    width: 100%;
    height: 200vh;
}
.midrap{
    width: 100%;
    height: 120vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.midrapphoto img{
    margin-top: 50px;
    margin-left: 50px;
}
.midraptext{
    margin-top: 50px;
    margin-left: 50px;
}
.midraptext h1{
    font-size: 25px;
    color: rgb(173,1,1);
    font-size: 40px;
}
.midraptext h2{
    width: 65%;
    font-size: 70px;
    margin-top: 25px;
}
.box input{
    height: 5vh;
    margin-top: 50px;
    font-size: 20px;
    border-radius: 20px;

}
.box label{
    margin-top: 50px;
    font-size: 20px;
}
.box button{
    margin-top: 100px;
    margin-left: 200px;
    border-radius: 20px;
    height: 7vh;
    width:  17%;
    font-size: 18px;
    background-color: rgb(153, 0, 0);
    color: aliceblue;
}




.footer{
    width: 100%;
    height: 125vh;
    background-image: url(./luis-vidal-FodEsaNZs48-unsplash.jpg);
    background-position: cover;
    background-repeat: no-repeat;
}
.footrap{
    width: 100%;
    height: 62vh;
    border-radius: 50px;
    background-color: rgba(9, 8, 8, 0.795);
}
.footraptext h1{
    /* position: absolute; */
    color: rgb(0, 140, 255);
    font-size: 60px;
    padding-top: 150px;
    margin-left: 200px;
}
.footraptext input{
    padding: 5px;
    height: 65px;
    margin-top: 50px;
    margin-left: 700px;
    font-size: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}
#bqn{
    font-size: 20px;
    background-color: rgb(212, 0, 0);
    margin-left: 700px;
    margin-top: 10px;
    color: aliceblue;
}
.footrap2{
    background-color: rgba(0, 0, 0, 0.560);
    width: 100%;
    height: 64vh;
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}
.txt h2{
    margin-top: 70px;
    /* margin-right: 100px; */
    text-align: center;
    font-size: 40px;
    color: aliceblue;
}
.txt p{
    margin-top: 20px;
    margin-left: 10px;
    font-size: 25px;
    text-align: justify;
    color: aliceblue;
}
.txt i{
    margin-top: 70px;
    margin-left: 90px;
    font-size: 35px;
    color: rgb(190, 22, 0);
}
.icon3{
    width: 15cm;
}
.txt1 h2{
    margin-top: 70px;
    margin-left: 50px;
    text-align: center;
    font-size: 40px;
    color: aliceblue;
}
.txt1 ol li{
    margin-left: 60px;
    list-style: none;
    margin-top: 20px; 
    color: aliceblue;
    font-size: 25px;
}
.txt1 ol li a{
    text-decoration: none;
    color: aliceblue;
}
.txt2 h2{
    margin-top: 70px;
    margin-left: 80px;
    text-align: center;
    font-size: 40px;
    color: aliceblue;
}
.txt2 i{
    margin-right: 10px;
    font-size: 30px;
    color: rgb(182, 0, 0);
    border: 1px;
}
.txt2 ol li{
    text-align: start;
    list-style: none;
    margin-top: 50px; 
    margin-left: 80px;
    text-align: center;
    color: aliceblue;
    font-size: 25px;
}
.txt2 ol li a{
    text-decoration: none;
    color: aliceblue;
}
.txt3{
    margin-right: 50px;
    margin-top: 200px;
   width: 15%;
}
.txt1 ol li a:hover{
    color: aliceblue;
    border-bottom: 2px solid red;
    color: aliceblue;
}