*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navigation{
    background-color: white;
}
.brand{
    font-size: 30px !important;
    font-weight: bolder;
    color: rgb(74, 124, 27) !important;
}
.menu{
    color: rgb(135, 203, 33) !important;
}
/* middle*/
.mid{
    width: 100%;
    height: 105vh;
    background-color: rgba(199, 170, 112, 0.789);
}
.mid:hover{
    color: white;
}
.midrap{
    padding: 20px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box h1{
    text-align: center;
    color: black;
}
.box p{
    text-align: center;
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-family: cursive;
    border: 2px solid black;
    box-shadow:0 10px 10px 0 rgb(33, 32, 31), 0 10px 20px 0 rgba(56, 51, 51, 0.811) ;
    padding: 8px;
}
.box p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(109, 148, 100, 0.748);
}
.box img{
    padding-top: 80px;
    width: 100%;
    height: 70vh;
}
/* middle*/
.mid1{
    width: 100%;
    height: 66vh;
    background-color: rgba(199, 170, 112, 0.789);
}
.mid1:hover{
    color: white;
}
.midrap1{
    padding: 20px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box1 h1{
    text-align: center;
    color: black;
}
.box1 p{
    text-align: center;
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-family: cursive;
    border: 2px solid black;
    box-shadow:0 10px 10px 0 rgb(33, 32, 31), 0 10px 20px 0 rgba(56, 51, 51, 0.811) ;
    padding: 8px;
}
.box1 p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(109, 148, 100, 0.748);
}
.box1 img{
    padding-top: 40px;
    width: 100%;
    height: 50vh;
}
/* middle*/
.mid2{
    width: 100%;
    height: 70vh;
    background-color: rgba(199, 170, 112, 0.789);
}
.mid2:hover{
    color: white;
}
.midrap2{
    padding: 20px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box2 h1{
    text-align: center;
    color: black;
}
.box2 p{
    text-align: center;
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-family: cursive;
    border: 2px solid black;
    box-shadow:0 10px 10px 0 rgb(33, 32, 31), 0 10px 20px 0 rgba(56, 51, 51, 0.811) ;
    padding: 8px;
}
.box2 p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(109, 148, 100, 0.748);
}
.box2 img{
    padding-top: 70px;
    width: 100%;
    height: 52vh;
}
/* middle*/
.mid3{
    width: 100%;
    height: 85vh;
    background-color: rgba(199, 170, 112, 0.789);
}
.mid3:hover{
    color: white;
}
.midrap3{
    padding: 20px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box3 h1{
    text-align: center;
    color: black;
}
.box3 p{
    text-align: center;
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-family: cursive;
    border: 2px solid black;
    box-shadow:0 10px 10px 0 rgb(33, 32, 31), 0 10px 20px 0 rgba(56, 51, 51, 0.811) ;
    padding: 8px;
}
.box3 p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(109, 148, 100, 0.748);
}
.box3 img{
    padding-top: 80px;
    width: 100%;
    height: 60vh;
}
/* middle*/
.mid4{
    width: 100%;
    height: 88vh;
    background-color: rgba(199, 170, 112, 0.789);
}
.mid4:hover{
    color: white;
}
.midrap4{
    padding: 50px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box4 h1{
    text-align: center;
    color: black;
}
.box4 p{
    text-align: center;
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-family: cursive;
    border: 2px solid black;
    box-shadow:0 10px 10px 0 rgb(33, 32, 31), 0 10px 20px 0 rgba(56, 51, 51, 0.811) ;
    padding: 8px;
}
.box4 p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(109, 148, 100, 0.748);
}
.box4 img{
    padding-top: 80px;
    width: 100%;
    height: 60vh;
}
/* footer */
.footer{
    width: 100%;
    height: 46vh;
    background: linear-gradient(to right, orange, white, green);
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 80px;
}
.footrap{
    color: white;
    text-align: left;
    padding-top: 6vh;
}
.box10 img{
    height: 38vh;
    width: 80%;
    padding-top: 2px;
}
.box11 h1{
    color: black;
    font-size: 25px;
}
.box11 a{
    color: black;
    font-size: 25px;
    font-family: cursive;
}
.box12 h1{
    color: black;
    font-size: 25px;
}
.box12 p{
    color: black;
    font-size: 18px;
    font-family: cursive;
}