body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


a {
    color: inherit !important;
    text-decoration: none !important;
}
@font-face {
    font-family: 'Engineering Plot';
    src: url('./fonts/Engplot.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h4{
    font-family: "Engineering Plot", serif !important;
    font-weight: bold !important;
}
.menuBarClass{
    width: auto;
    height: 100%;
}
#notInMenu{
    margin-right: auto;
}
#topBar{
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    height: 13%;
    border: #ffffff solid 3px;
    border-bottom: #ffffff solid 9px;
    background-image: url("MYImages/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999;
    display: flex;
    justify-content: right;
}

#menu{
    border: #ffffff solid 3px;
    height: 13%;
    width: 100%;
    background-color: #ffcb08;
    display: flex;
    justify-content: center;
    align-items: center;
}
#logo{
    padding-top: 10px;
    height: 100%;
    width: auto;
}
#logo:hover{
    opacity: 0.8;
}
#mainContainer{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    flex: 1;
}
#content{
    flex: 1;
    display: flex;
    width: 100%;
    height: 695px;
    padding: 0;
}
#menuBar{
    width: 100%;
    height: 68px;
    margin-bottom: 10px;
}
#menuBarImg{
    width: auto;
    height: 100%;
}
#pages{
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.btn-light{
    background-color: #07377a !important;
    height: 68px;
    width: 96%;
    margin: 10px;
    font-size: x-large !important;
    color: white !important;
    font-family: "Courier New", Courier, serif !important;
}
.btn-light:hover {
    background-color: #072b60 !important;
}
.btn-light2{
    background-color: #07377a !important;
    height: 68px;
    width: 96%;
    margin: 10px;
    font-size: larger !important;
    color: white !important;
    font-family: "Courier New", Courier, serif !important;
}
.btn-light2:hover {
    background-color: #072b60 !important;
}
#name{
    width: 100%;
    height: 17%;
    border: #000000 solid 3px;
    display: flex;
    justify-content: right;
}
#nameText{
    margin: 3px;
    font-family: 'Engineering Plot', serif !important;
}
#slider {
    height: 695px;
    width: 81%;
}
#nameBanner{
    width: 100%;
    object-fit: cover;
}
#carouselExampleIndicators {
    height: 100%;
}
#footer{
    padding: 3px;
    color: white;
    display: block;
    justify-content: left;
    align-items: end;
    border: white solid 3px;
    border-top: white solid 9px;
    width: 100%;
    background-color: #15387a;
}
#copyright{
    color: white;
    padding: 3px;
}
#aboutText{
    width: 100%;
    height: auto;
    padding-right: 10%;
    padding-left: 5%;
    line-height: 2;
}
#about{
    font-family: 'Courier New', serif !important;
    font-weight: bold;
    font-size: larger;
    padding-top: 2%;
    margin-right: 2%;
    display: flex;
    justify-content: right;
}
#section{
    width: 35%;
    font-family: "Courier New", serif !important;
}
#profilePic{
    padding: 2%;
    width: 100%;
    height: auto;
}
#spacer{
    padding-top: 3px;
    height: 85%;
    width: 100%;
}
#horizontalFooter{
    display: flex;
}
#socials{
    padding-top: 2%;
    padding-right: 5%;
}
.fillerText{
    padding-left: 1%;
}
.linkHolderButton{
    margin: 10px;
    background-color: #072b60;
    border-radius: 15px;
    font-size: 15px;
    width: 90px;
    color: white !important;
}
.carousel-inner,
.carousel-item {
    height: 100%;
}
.socialsIcon{
    width: 30px;
    height:30px;
}
.horizontal{
    display: flex;
    align-items: center;
}
img {
    max-width: 100%;
    height: auto;
}

/* =========================
   MOBILE STYLES
   ========================= */
@media (max-width: 768px) {
    .menuBarClass {
        height: 32px;
        width: auto;
        margin-right: auto;
    }

    #content {
        display: block;
        height: auto;
    }

    #notInMenu {
        padding: 8px;
    }

    #topBar {
        position: static;
        height: auto;
        min-height: unset;
        padding: 10px;
        justify-content: center;
    }

    #logo {
        height: 60px;
    }


    .btn-light,
    .btn-light2 {
        width: 100%;
        height: auto;
        font-size: 1rem !important;
        margin: 6px 0;
    }

    #slider {
        width: 100%;
        height: auto;
        min-height: 300px;
    }

    .carousel-inner,
    .carousel-item,
    .carousel-item img {
        height: auto;
        max-height: 300px;
        object-fit: cover;
    }

    /* Footer */
    #horizontalFooter {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #socials {
        padding: 10px 0;
    }

    #menu {
        display: none;
        position: absolute;
        top: 56px;
        left: 0;
        background-color: #ffcb08;
        z-index: 999;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 10px;
    }
    #menu.active {
        display: flex;
        flex-direction: column;
    }

    #about {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        padding-top: 10px;
    }
    #aboutText {
        width: 100%;
        padding: 16px;
        font-size: 1rem;
        line-height: 1.6;
    }

    #section {
        width: 100%;
        padding: 16px;
        text-align: center;
    }

    #profilePic {
        max-width: 250px;
        margin: 0 auto 12px;
    }
}
