body {
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Gupter', 'Times New Roman', Times, serif, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: lowercase !important;
}
h1 {
    text-transform: lowercase;
    text-align: center;
}
#bodyContainer {
    height: 99vh;
    display: flex;
    flex-direction: column;
}
#mainContainer {
    height: 90vh;
    width: 100vw;
}
#mainContainer #homepageContentTable, #mainContainer > br:first-of-type {
    display: none;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
#interior {
    width: 100%;
}
.customPage {
    width: 95%;
    margin: auto;
}

/* Password */
#passwordProtectionLine {
    display: none;
}
#passwordEntryLine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 90%;
    margin: auto;
}
#passwordEntryLine span, #passwordEntryLine input {
    padding: 12px !important;
    margin: 10px 0 !important;
}
#passwordEntryLine input {
    width: 100%;
    max-width: 250px;
    border-radius: 5px !important;
    border: 1px solid #cfcfcf !important;
    background-color: white !important;
    color: #000 !important;
    text-transform: lowercase;
}
#enterPasswordProtectedSite:hover {
    box-shadow: 2.5px 5px 5px 0px #00000033;
    border-radius: 8px;
    transition: ease-in-out .5s;
}

/* header */
#headerContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
}
#headerLeft, #headerRight {
    position: absolute;
    top: 0;
    width: 50%;
    height: 10vh;
}
#headerLeft {
    left: 0;
}
#homepageButton {
    position: absolute;
    left: 50;
    z-index: 10;
    top: 4vh;
    width: calc(100% - 50px);
}
#headerRight {
    right: 0;
}
#headerContainer a, #footerContainer a {
    text-decoration: none;
    color: #000;
}
#menuButton, #menuItems li, #footer li {
    cursor: pointer;
    text-align: right;
}
#menuButton {
    position: absolute;
    right: 50px;
    z-index: 10;
    top: 4vh;
}
#menuItems {
    position: absolute;
    top: 9.9vh;
    right: 0;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
    background-color: #fff;
    border-left: 1px solid rgb(200, 200, 200);
    transition: opacity 1s ease-in-out, z-index 0s 0.1s ease-in-out;
}
#menuItems li, #footer li {
    list-style: none;
    padding-bottom: .7em;
}
#menuItems a:hover {
    text-decoration: underline;
}


/* Main Content */
#homepageContainer {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* About Me */
#aboutMeContainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    align-content: center;
    flex-direction: column;
    margin: auto;
    height: 90vh;
    overflow: unset;
}
#aboutMeImage {
    width: 100%;
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-bottom: 1px dotted rgb(21, 21, 21);
}
#aboutMeImage img {
    width: 100%;
    max-width: 250px;
    margin: 25px 0;
}
#aboutMeContent {
    overflow: auto;
    padding: 0 60px;
    scrollbar-color: #000000 #ffffff00;
    scrollbar-width: thin;
}
#aboutMeContent p {
    line-height: 30px;
    text-align: center;
}

/* Video Page */
.videoContainer {
	width: 90%;
	margin: 2vh auto;
	height: 85vh;
}
.embedVideoContainer {
	height: 100%;
	width: 100%;
}
.embedVideoContainer iframe, .videoContainer iframe {
	height: 100% !important;
    width: 100% !important;
}

/* Link Page */
#linkListContainer {
    text-align: center;
    height: 80vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#linkList {
    list-style: none;
    margin: auto;
    padding: 0 !important;
    width: 100%;
    max-width: 350px;
}
#linkList li {
    margin: 25px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid black;
}
#linkList li a {
    text-decoration: none;
    color: #000000;
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
}
#linkList li a:hover {
    box-shadow: 2.5px 5px 5px 0px #00000033;
    border-radius: 8px;
    transition: ease-in-out .5s;
}

/* Online Program Page */
#onlineProgramContainer {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

/* Personal Training Page */
#trainingPackageDescription {
    text-align: center;
    margin: auto;

}
#trainingPackages {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.packageCard {
    background: #ffffff;
    margin: 25px;
    width: 25%;
    max-width: 250px;
    border: 2px solid #00000021;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.packageTitle {
    font-size: 1.2em;
    text-align: center;
    font-weight: 800;
}
.packageCost p {
    font-size: 4em;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 20px;
}
span.dollarSymbol {
    font-size: .3em;
}
.packagePaymentButton {
    background: rgb(0, 0, 0);
    width: 80%;
    height: 55px;
    margin: 15px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.packagePaymentButton a {
    color: white;
    text-decoration: none;
}
.packageUse {
    font-style: italic;
    font-size: .8em;
    border-top: 1px solid #00000021;
    width: 100%;
    text-align: center;
}



@media only screen and (max-width: 1080px) {
    h1 {
        font-size: 13px;
    }
    #aboutMeContainer {
        height: 80vh;
    }
    #aboutMeContent {
        padding: 0;
        margin: 0;
        height: 85vh;
    }
    #headerLeft {
        z-index: 25;
    }
    #mainContainer {
        z-index: 10;
    }
    #menuItems {
        z-index: -1;
        width: 100vw;
        height: 85vh;
    }
}
@media only screen and (max-width: 961px) {
    body, #mainContainer, #bodyContainer {
        height: auto;
    }
    #aboutMeContent p {
        font-size: clamp(11.5px, 2.3vw, 14px);
        line-height: clamp(12px, 1.6vh, 16px);
    }
    #menuItems, #homepageContainer {
        height: 80vh;
    }
    #linkListContainer {
        height: 70vh;
    }
    #onlineProgramContainer {
        width: 100%;
        max-width: 500px;
    }
    div#trainingPackageContainer {
        height: 80vh !important;
        overflow: scroll;
    }
    #trainingPackages {
        flex-direction: column;
    }
    .packageCard {
        width: 85%;
        height: 50%;
        margin: 15px;
        padding: 15px;
        max-width: 500px;
    }
}