*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navigation{
    background-color: white;
}
.brand{
    font-size: 30px !important;
    font-weight: bolder;
    color: black !important;
}
.menu{
    color: black !important;
}
/* middle */
.mid{
    width: 100%;
    height: 38vh;
    background: white;
}
.midrap{
    width: 76%;
    margin: auto;
    padding-top: 10px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 4px;
}
.midrap img{
    width: 90%;
    height: 45vh;
    padding-top: 30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.midrap img:hover{
    border: 40px solid white;
    border-radius: 10px;
}
/* middle */
.mid1{
    width: 100%;
    height: 50vh;
    background-color: white;
}
.midrap1{
    padding-top: 90px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.box{
    border: 0px solid;
}
.box img{
    width: 100%;
    height: 280px;
}
.box h1{
    font-size: 40px;
    text-transform: uppercase;
    color: black;
    text-align: center;
}
.box p{
    margin-bottom: 2vh;
    color: black;
    font-size: 20px;
}
/* middle */
.mid2{
    width: 100%;
    height: 42vh;
    background-color: white;
}
.midrap2{
    padding-top: 20px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.box1{
    border: 0px solid;
}
.box1 img{
    width: 100%;
    height: 280px;
}
.box1 h1{
    font-size: 40px;
    text-transform: uppercase;
    color: black;
    text-align: center;
}
.box1 p{
    margin-bottom: 2vh;
    color: black;
    font-size: 20px;
}
/* middle */
.mid3{
    width: 100%;
    height: 40vh;
    background-color: white;
}
.midrap3{
    padding-top: 10px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.box2{
    border: 0px solid;
}
.box2 img{
    width: 100%;
    height: 280px;
}
.box2 h1{
    font-size: 40px;
    text-transform: uppercase;
    color: black;
    text-align: center;
}
.box2 p{
    margin-bottom: 2vh;
    color: black;
    font-size: 20px;
}
/* middle */
.mid4{
    width: 100%;
    height: 50vh;
    background-color: white;
}
.midrap4{
    padding-top: 80px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.box3{
    border: 0px solid;
}
.box3 img{
    width: 100%;
    height: 280px;
}
.box3 h1{
    font-size: 40px;
    text-transform: uppercase;
    color: black;
    text-align: center;
}
.box3 p{
    margin-bottom: 2vh;
    color: black;
    font-size: 20px;
}
/* footer */
.footer{
    width: 100%;
    height: 50vh;
    background-color: white;
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 80px;
}
.footrap{
    color: black;
    text-align: left;
    padding-top: 8vh;
}
.box2 img{
    height: 45vh;
    width: 90%;
    padding-top: 2px;
}
.box2 a{
    color: black;
    font-size: 45px;
    text-decoration: none;
}
/* footer */
.footer1{
    width: 100%;
    height: 5vh;
    background-color: white;
}
.footrap1{
    width: 80%;
    height: 10vh;
    margin: auto;
    padding: 4vh;
}
.footrap1 h4{
    color: black;
    text-align: center;
    padding-top: 5vh;
}