html {
    background-color: #282828;
}
body {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    background: #282828;
}
header {
    width: 100%;
    height: 120px;
    top: 0px;
    background: #282828;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    position: sticky;
    z-index: 100;

}
.HeadBox {
    height: 100%;
}
#nav {
    flex-grow: 4;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: end;
    font-style: italic;
}
#Title {
    display: flex;
    flex-grow: 5;
    justify-content: center;
    align-items: center;
}
#logoImg {
    width: 100px;
    height: 100px;
    margin: 10px;
}
#titleImg {
    width: 200px;
    height: 500px;
    margin: 10px;
}
@media screen and (max-width: 1000px) {
    header {
        height: 150px;
        flex-direction: column;
    }   
    #Title {
        height: 50%;
    }
    #nav {
        align-items:center;
        height: 50%;
        margin-top: -80px;
    }
    .navOption {
        height: 20%;
    }
    .navOption h2 {
        margin-top: 30px;
    }
    #logoImg {
        width: 85px;
        height: 85px;
        margin-top: 50px;
        margin-left: 10px;
    }
    #titleImg {
        width: 150px;
        height: 150px;
        margin-top: -60px;
        margin-left: -10px;
    }
}
    

@media screen and (min-width: 1000px) {
    #Title {
        flex-grow: 2;
        
    }
    #nav {
        flex-grow: 10;
    }
    .HeadBox img {
        height: 70px;
        margin: 10px;
    }
    #logoImg {
        width: 125px;
        height: 125px;
        margin-top: 50px;
        margin-left: 50px;
    }
    #titleImg {
        width: 200px;
        height: 200px;
        margin-top: -100px;
        margin-left: -30px;
    }
}

.navOption {
    width: 33.3%;
    height: 37%;
}
.navOption a {
    text-decoration: none;
    color: white;
}
.navOption h2 {
    color: white;
    font-size: 3vw;
    text-align: center;
    margin: auto;
    font-family: Poppins;
    font-weight: 200;
}
@media screen and (min-width: 1000px) {
     #nav {
        justify-content: start;}

    .navOption {
        width: 200px;
        height: 70%;
    }
    .navOption h2 {
        font-size: 22pt;
        margin-top: 10px;
    }
}


@media screen and (max-width: 600px) {
    .navOption h2{
        font-size: 15pt;
    }
        }










/* Show and Del */
/* Show n Del content */

#ShowBox , #DelBox{
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 2vw;
    color: white;
    margin: 0 auto;
}
@media screen and (min-width:1000px){
    #ShowBox, #DelBox {
        font-size: 22pt;
    }
}
@media screen and (max-width:800px) {
    #ShowBox, #DelBox {
        font-size: 13pt;
    }
}
#ShowDelHeader {
    font-family: Irish Grover;
    margin: 0 auto;
}
#ShowBox p , #DelBox p{
    max-width: 90%;
    margin: 0 auto;
    font-family: Istok Web;
}





/* Main Banner */




/* Main Banner */
#MainBanner {
    width: 100%;
    height: 500px;
}
#MainBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#BannerBox {
    width: 30%;
    min-height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: relative;
    margin-top: -300px;
    border-radius: 40px;
}
#BannerBox h2 {
    font-size: 4vw;
    font-family: Poppins;
    font-weight: 700;
    text-align: center;
    color: white;
}
@media screen and (max-width: 1000px) {
    #MainBanner {
        height: 300px;
    }
    #BannerBox {
        margin-top: -200px;
        width: 30%;

    }
    #BannerBox h2 {
        font-size: 20pt;
    }

    
}






#AboutPic {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
#ShowBox , #DelBox{
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 2vw;
    margin-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width:1000px){
    #ShowBox, #DelBox {
        font-size: 16pt;
    }
}
@media screen and (max-width:800px) {
    #ShowBox, #DelBox {
        font-size: 13pt;
        width: 80%;
        text-align: left;
    }
    #ShowBox h2, #DelBox h2 {
        text-align: center;
    }
    #AboutPic {
        height: 300px;
    }
}
#ShowDelHeader {
    font-family: Poppins;
    margin: 0 auto;
    font-size: 45pt;
}
#ShowBox p , #DelBox p{
    max-width: 90%;
    margin: 0 auto;
    font-family: Istok Web;
    font-size: 27px;
}

#ContactInfo {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14pt;
    margin: 0 auto;
}
#Email {
    min-width: 50%;
    height: 10%;
    text-align: center;
    color: white;
    font-family: Istok Web;
}
#Phone {
    min-width: 50%;
    height: 10%;
    text-align: center;
    color: white;
    font-family: Istok Web;

}
@media screen and (max-width:800px) {
    #ContactInfo {
        font-size: 10pt;
        width: 100%;
    }
    #Email, #Phone {
        width: 100%;
    }

}

/* Footer */
footer {
    width: 100%;
    margin-top: 100px;
    background-color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    font-family: Poppins;
    font-size: 20pt;
}
#FootLeft {
    width: 50%;
    height: 100%;
}
#FootLeft ul , #FootLeft a, #Footleft:visited{
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
    line-height: 40px;
    margin-top: 50px;
    color: white;
}
#FootLeft h2 {
    font-family: Poppins;
    margin: 10px;
}
@media screen and (max-width:660px){
    #FootLeft h2 {
        font-size: 20pt;
    }
    #FootLeft ul {
        font-size: 15pt;
        margin-top: 0px;
    }
    #FootRight h2 {
        font-size: 20pt;
    }
}
#FootRight {
    width: 50%;
    height: 100%;
}
#FootRight h2 {
    font-family: Poppins;
    margin: 10px;
    text-align: right;
}
#Facebook {
    margin: 0 auto;
    width: 100px;
    border-radius: 20px;
    margin-right: 70px;
    margin-top: 30px;
    float: right;
}
@media screen and (max-width:600px){ 
    #Facebook {
        margin-right: 40px;
    }
}