* {
    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*/
.midrap2 {
    /* position: absolute; */
    height: 50vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
}

.midrap3 img {
    width: 100%;
    height: 50vh;
}

.midrap3 p {
    text-align: center;
    font-size: 20px;
    color: black;
}


/* footer */
.footer {
    width: 100%;
    height: 65vh;
    background-color:black;
    margin-top: 30px;
}

.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;
}

