/* Middle */
.mid{
    width: 100%;
    height: 110vh;
    background-color: whitesmoke;
}
.midrap{
    width: 80%;
    margin: auto;
    padding-top: 50px;
}
.midrap h1{
    color: black;
    font-size: 60px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bolder;
}
.midrap h2{
    color: rgb(32, 32, 32);
    font-size: 30px;
    font-family:'Times New Roman', Times, serif;
    padding-top: 6px;
    font-weight: bold;
}
.midrap h3{
    color: rgb(63, 11, 11);
    font-size: 25px;
    padding-top: 6px;
    font-weight: bold;
}
.midrap1{
    width: 80%;
    margin: auto;
    padding-top: 30px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.box1 h4{
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', 'serif';
}
.box1 img{
    height: 50vh;
    box-shadow: 0  3px 9px 12px;
    margin-top: 20px;
}
.box2 h4{
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', 'serif';
}
.box2 img{
    height: 50vh;
    box-shadow: 0  3px 9px 12px;
    margin-top: 20px;
}
/* Middle */
.mid1{
    width: 100%;
    height: 85vh;
    background-color: whitesmoke;
}
.midrap2{
    width: 80%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.box3 h4{
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', 'serif';
}
.box3 img{
    height: 60vh;
    box-shadow: 0  3px 9px 12px;
    margin-top: 20px;
}
.box4 h4{
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', 'serif';
}
.box4 img{
    height: 65vh;
    box-shadow: 0  3px 9px 12px;
    margin-top: 20px;
}
/* Middle */
.mid2{
    width: 100%;
    height: 85vh;
    background-color: whitesmoke;
}
.midrap3{
    width: 80%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.box5 h4{
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', 'serif';
}
.box5 img{
    height: 55vh;
    box-shadow: 0  3px 9px 12px;
    margin-top: 20px;
}
.box6 h4{
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', 'serif';
    
}
.box6 img{
    height: 65vh;
    box-shadow: 0  3px 9px 12px;
    margin-top: 20px;
}
/* Middle */
.mid3{
    width: 100%;
    height: 85vh;
    background-color: whitesmoke;
}
.midrap4{
    width: 80%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.box7 h4{
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', 'serif';
}
.box7 img{
    height: 60vh;
    box-shadow: 0  3px 9px 12px;
    margin-top: 20px;
    margin-left: 60px;
}
.box8 h4{
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', 'serif';
    
}
.box8 img{
    height: 60vh;
    box-shadow: 0  3px 9px 12px;
    margin-top: 20px;
}
/* Middle */
.mid4{
    width: 100%;
    height: 65vh;
    background-color: whitesmoke;
}
.midrap5{
    width: 80%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.box9 h4{
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', 'serif';
}
.box9 img{
    height: 45vh;
    box-shadow: 0  3px 9px 12px;
    margin-top: 20px;
}
.box10 h4{
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', 'serif';
    
}
.box10 img{
    height: 30vh;
    box-shadow: 0  3px 9px 12px;
    margin-top: 20px;
}
/* Footer */
.foot{
    width: 100%;
    height: 65vh;
    background-image: url(./50.jpg);
    background-size: cover;
}
.footrap{
    width: 100%;
    height: 65vh;
    background: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.9));   
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
}
.box59{
    margin-left: 60px;
}
.box59 img{
    height: 20vh;
    margin-top: 80px;
    margin-left: 90px;
}
.box59 h1{
    color: whitesmoke;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    padding-top: 15px;
}
.box60{
    margin-left: 40px;
    margin-top: 10px;
}
.box60 h1{
    font-size: 25px;
    color: whitesmoke;
    text-align: center;
    padding-top: 70px;
    font-weight: bolder;
    font-family: 'Patua One', 'cursive';
}
.box60 h2{
    font-size: 25px;
    color: whitesmoke;
    text-align: center;
    padding-top: 10px;
    font-weight: bolder;
    font-family: 'Patua One', 'cursive';
}
.box60 iframe{
    margin-left: 145px;
    margin-top: 10px;
}
.box61{
    margin-top: 60px;
    margin-right: 150px;
}
.box61 h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 35px;
    color:gold;
    font-weight: bolder;
    text-align: center;
}
.box61 h2{
    text-align: center;
    padding-top: 10px;
}
.box61 h2 a{
    color: white;
    text-decoration: none;
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Patua One', 'cursive';
}
/* Footer */
.foot1{
    width: 100%;
    height: 8vh;
    background-color: rgb(47, 46, 46);
}
.footrap1{
    width: 80%;
    margin: auto;
}
.footrap1 h1{
    font-size: 22px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: whitesmoke;
    padding-top: 15px;
    font-weight: bolder;
}