* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* Navigation Bar */
.box {
    display: grid;
    height: auto;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    background-color: wheat;
}

.boxrap1 {
    font-weight: bolder;

}

.navigation {
    background-color: wheat;
    height: 15vh;
}

.menu {
    color: darkblue;
    font-size: 20px;
    font-weight: bold;
}

.brand {
    font-weight: bold;
    font-size: 40px;
}
.brand span{
    font-family: 'Faster One', 'cursive';
    font-family: 'Julius Sans One', sans-serif;
}
.home {
    padding-left: 200px !important;
}

/* social */
.socialrap p {
    text-align: center;
    font-size: 30px;
    background-color: blue;
    color: white;
    margin-top: 95px;
}

.icon {
    font-size: 20px;
    padding-left: 1090px;
}

/* middle */
.midrap {
    text-align: center;
    color: darkblue;
    font-size: 40px;
    font-weight: bold;
}

.midrap1 {
    border-radius: 20px;
    display: grid;
    height: auto;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    padding: 50px;
}

.midrap2 img {
    border-radius: 90px;
}

.midrap2 img:hover {
    box-shadow: 0 4px 8px 0 black, 0 6px 20px 0 black;
}

.midrap2 p {
    text-align: center;
    padding-right: 15px;
    color: blue;
    font-size: 30px;
    font-weight: bold;
}

.middlerap1 {
    display: grid;
    height: auto;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 30px;
}

.middlerap p {
    text-align: center;
    padding-right: 15px;
    color: blue;
    font-size: 30px;
    font-weight: bold;
}

.middlerap {
    text-align: center;
    font-size: 20px;
}

.middlerap2 img {
    width: 100%;
    height: 50vh;

}
.middlerap2 img:hover{
    box-shadow: 0 4px 8px 0 black, 0 6px 20px 0 black;
}
.middlerap2 p {
    text-align: center;
    font-size: 30px;
    color: darkblue;
    font-weight: bold;

}

.middlerap2 a{
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    color: black;
    box-shadow: 0 4px 8px 0 black, 0 6px 20px 0 black;
    text-decoration: none;
    margin-left: 40px;
}
.middlerap2 a:hover{
    background-color:yellow;
}
/* middle2 */
.mid2 h1 {
    text-align: center;
    font-size: 30px;
    color: darkblue;
    font-weight: bold;
    padding-bottom: 20px;
}

.scroll-container img {
    width: 20%;
    height: 60vh;}
.scroll-container p{
    color: crimson;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
    /* display:;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: ;
    background-color: antiquewhite;
   
    padding: 10px; */




/* .box {
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    background-color: antiquewhite;
    /*border: 5px solid black;*/
    /* margin-left: 14px;
    padding: 10px;
} */ 
/* about */
.about{
    display: grid;
    height: auto;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 30px;
}
.aboutrap img{
    width: 100.5%;
    height: 60vh;
    padding: 20px;
}
.aboutrap1 h1{
    text-align: center;
    color: darkblue;

}
.aboutrap1 p{
    margin: auto;
    text-align: center;
    font-size: 25px;
    color: bisque;
}
.aboutrap1{
    text-align: center;
    font-size: 30px;
    background-color: black;
    color: white;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;

}
.aboutrap1:hover{
    background-color: yellow;
  color: purple;
 

}
.aboutrap1 p:hover{
    color: maroon;
}
.aboutrap1 a{
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    color: white;
    background-color:black;
    text-decoration: none;
    margin-left: 40px;
}
.aboutrap1 a:hover{
    background-color: darkblue;
}
/* footer */
.footer{
    width: 100%;
    height: 65vh;
    background-color:black;
    margin-top: 2px;
}
.footrap{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 25px;
}
.box20 h3{
    padding-top: 25px;
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.box20 i{
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 16px;
    text-align: right;
    padding-left: 50px;
}
.box20 h5{
    font-size: 15px;
    color: black;
    padding-bottom: 20px;
}
.box20 h4{
    padding-top: 30px;
    font-size: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.box20 h4 a{
    text-decoration: none;
    font-weight: bolder;
    color: white;
    font-size: 20px;
}
.box20 h4 a:hover{
    color: darkred;
}
#call{
    padding-left: 40px;
}
#Mail{
    padding-left: 40px;
}
#address{
    padding-left: 40px;
}
.box20 ul li{
    display: inline;
}
.box20 ul li a{
    padding-left: 60px;
}
.box20 ul li a i:hover{
    color: rgb(248, 69, 69);
}
#youtube{
   color: black;
    font-size: 30px;
    padding-top: 10px;
}
#pinterest{
    color: black;
    font-size: 30px;
}
#twitter{
    color: black;
    font-size: 30px;
}
.box20 img{
    margin-top: 80px;
    height: 25vh;
}
.footer1{
    width: 100%;
    height: 10vh;
    background-color: black;
    margin-top: 2px;
}
.footrap1{
    width: 100%;
    margin: auto;
    

}
.footrap1 p{
    padding-top: 3px;
    color: #e9d926;
    text-align: center;
    font-size: 30px;
}