*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* Navigation bar */
.navigation{
    background-color: black;
}
.brand{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 40px !important;
    font-weight: normal;
    padding-left: 40px;
}
.menu{
    margin-left: 40px;
    color: white !important;
    font-weight: bold;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.menu:hover{
    border-bottom: 2px solid white;
}
.search{
    margin-left: 50px;
}
/* Middle */
.mid{
    width: 100%;
    height: 15vh;
}
.midrap{
    width: 80%;
    margin: auto;
}
.midrap h3{
    text-align: center;
    color: rgb(139, 15, 15);
}
/* Middle */
.mid1{
    width: 100%;
    height: 170vh;
    /* background-color: rgb(51, 148, 148); */
}
.midrap1{
    width: 80%;
    margin: auto;
}
.midrap1 h3{
    text-align: left;
    font-weight: bold;
}
.midrap1 p{
    font-size: 15px;
    text-align: left;
}

/* Footer */
.footer{
    width: 100%;
    height: 45vh;
    background-color: black;
}
.footrap{
    width: 75%;
    margin: auto;
}
.box23{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap:15px;
    padding-top: 40px;
}
.box24 img{
    padding-left: 40px;
}
.box24 p{
    padding-top: 30px;
    padding-left: 15px;
    text-align: justify;
    color: white;
}
.box24 a i{
    display: inline;
    margin-left: 15px;
}
#face{
    color: rgb(16, 114, 234);
    font-size: 30px;
    background-color: white;
}
#insta{
    color: white;
    font-size: 30px;
    background-color: rgb(156, 6, 111);
}
#you{
    color: rgb(245, 45, 45);
    font-size: 30px;
    background-color: white;
}
.box24 h4{
    color: white;
    font-size: 25px;
}
#arrow{
    color: white;
}
.box24 h6{
    padding-top: 15px;
}
.box24 h3{
    color: white;
    font-weight: lighter;
    padding-top: 20px;
}
.box24 h5{
    color: white;
    padding-top: 15px;
}
.box24 h1{
    font-size: 25px;
    color: white;
}
.box24 a{
    font-size: 20px;
    padding-top: 10px;
    color: white;
    text-decoration: none;
}
.box24 a:hover{
    color: rgb(236, 185, 55);
}
/* Footer */
.footer1{
    width: 100%;
    height: 10vh;
    margin-top: 1px;
    background-color: rgb(3, 40, 10);
}
.footrap1{
    width: 80%;
    margin: auto;
}
.footrap1 h3{
    padding-top: 18px;
    color: white;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#copy{
    color: white;
}















/* Footer */
.footer{
    width: 100%;
    height: 45vh;
    background-color: black;
}
.footrap{
    width: 75%;
    margin: auto;
}
.box23{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap:15px;
    padding-top: 40px;
}
.box24 img{
    padding-left: 40px;
}
.box24 p{
    padding-top: 30px;
    padding-left: 15px;
    text-align: justify;
    color: white;
}
.box24 a i{
    display: inline;
    margin-left: 15px;
}
#face{
    color: rgb(16, 114, 234);
    font-size: 30px;
    background-color: white;
}
#insta{
    color: white;
    font-size: 30px;
    background-color: rgb(156, 6, 111);
}
#you{
    color: rgb(245, 45, 45);
    font-size: 30px;
    background-color: white;
}
.box24 h4{
    color: white;
    font-size: 25px;
}
#arrow{
    color: white;
}
.box24 h6{
    padding-top: 15px;
}
.box24 h3{
    color: white;
    font-weight: lighter;
    padding-top: 20px;
}
.box24 h5{
    color: white;
    padding-top: 15px;
}
.box24 h1{
    font-size: 25px;
    color: white;
}
.box24 a{
    font-size: 20px;
    padding-top: 10px;
    color: white;
    text-decoration: none;
}
.box24 a:hover{
    color: rgb(236, 185, 55);
}
/* Footer */
.footer1{
    width: 100%;
    height: 10vh;
    margin-top: 1px;
    background-color: rgb(3, 40, 10);
}
.footrap1{
    width: 80%;
    margin: auto;
}
.footrap1 h3{
    padding-top: 18px;
    color: white;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#copy{
    color: white;
}