/*

Hamlette Fitness, ©2024

Created By: Allen Hamlette @ The Web Penguin, LLC (That's me, too!)
Visit me at www.thewebpenguin.com

Colors:
    font color: #ffffff (white)
    font hover: #FFFF00 (yellow)
    background color: #1a1e21 (very dark gray)
    accent color: #000000 (black)
    accent color:


Font-family: Monserrat

*/

html, body {
    width: 100%;
    height: 100%;
    min-width: 280px;
    max-width: 2200px;
    margin: auto;
    text-align: left;
}

body {
    background: url("/public/images/backgrounds/hexBackground.png") repeat;
    background-color: #000000;
    background-size: contain;
    animation: fadeInAnimation ease .75s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

table {
    color: white !important;
}

h1, h2, h3, h4, h5, h6, label, button, .button, .btn, input, .nav-link, #pageLinks > .link {
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #FFFF00;
}

p, ul, dl {
    font-size: large;
    font-weight: 400;
}

li {
    padding: .5% 5%;
}

ol > li > span, ol {
    color: white;
}

.sectionAlternate {
    border: 1px transparent solid;
    background: #FFFF00;
    margin: 3% auto;
    padding: 1% 3%;
    text-align: center;
}

.section > h3, .sectionAlternate > h3 {
    text-decoration: underline;
}

.section {
    width: 98%;
    border: 1px transparent solid;
    margin: 1% auto;
    padding: 1% 3%;
    text-align: center;
}

.section > .image {
    background-color: transparent;
    padding: 5px;
    border-color:transparent;
}

.section > p {
    padding: 0 3%;
}

.section > h3 {
    text-decoration: underline;
}

a {
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
    color: gray;
}

a:hover {
    text-decoration: none;
    color: #FFFF00;
}

nav {
    height: auto;
}

.nav-link {
    color: #ffffff;
}

.navbar-collapse.collapse.show {
    height: auto;
    z-index: 1;
}

button.navbar-toggler:hover {
    color: unset;
}

.nav-link:hover, #pageLinks > .link > a:hover, #pageLinks > .link:hover   {
    color: #FFFF00;
    text-decoration: none;
    transform: scale(1.1);
}

:hover {
    transition: .2s ;
}

u {
    font-family: inherit;
    font-weight: bold;
}

span {
    font-size: large;
}

.hide {
    display: none !important;
}

.border {
    padding: 10px;
    width: 98%;
    height: 100%;
    margin: 0 1%;
    border: 3px solid #e5e4e2 !important;
}

.socialMediaLinks {
    display: inline-block;
}

.socialMediaLinks > .icon {
    float: left;
    width: 20px;
    height: 100%;
    margin: 0 7px;
}

.icon > a > img {
    object-fit: contain;
}

.phoneNumber {
    text-align: right;
    height: 100%;
    width: fit-content;
    float: right;
}

.title, .homepageTitle {
    text-align: center;
}

.title {
    margin: 3% auto;
}

.page > p {
    text-align: center;
}

.title > h2 {
    text-decoration: underline;
}

.content > .title {
    height: 50px;
    padding: 0 5px;
    margin: 1%;
}

.navbar {
    font-weight: bold;
    padding: 5px 10px;
    background-color: transparent;
}

.nav-link, .portalButton {
    text-align: center;
}

li.nav-item {
    margin: auto;
    padding: 0
}

.introduction > h2 {
    padding-left: 7%;
}

.introduction > p {
    width: 80%;
    margin: auto;
}

.image {
    border: 3px solid transparent;
    height: 100%;
    width: 100%;
    background-color: #1a1e21;
}

.mediumImage {
    border: 3px solid #e5e4e2;
    height: 40vh;
    max-height: 500px;
    width: 75%;
    background-color: darkgray;
    margin: auto;
}

.largeImage {
    border: 3px solid #e5e4e2;
    height: 80vh;
    width: 75%;
    margin: auto;
}

.largeImage > img {
    object-fit: contain;
    padding: 3%;
}

#postImage {
    border: 3px solid #e5e4e2;
    height: 50vw;
    max-height: 500px;
    width: fit-content;
    margin: auto;
    background-color: darkgray;
}

#dynamicImage > img {
    object-position: center;
    padding: 5%;
}

img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

iframe, video, embed {
    width: 100%;
    height: 100%;
}

.videoEmbed {
    height: 50vw;
}

video {
    object-fit: cover;
}

li {
    text-align: left;
    padding-left: 15px;
    margin: 5px 0;
}

hr {
    border: #FFFF00 solid 2px;
    margin: 3% 10%;
}

input, button, select, optgroup, textarea {
    font-family: inherit;
    color: #000000;
}

form {
    width: 50%;
    min-width: 250px;
    max-width: 700px;
    margin: 5% auto;
}

input {
    width: 100%;
    margin: 2% auto 1%;
}

input[type=radio], input[type=checkbox] {
    width: 10%;
    height: auto;
    margin: 10px 0;
}

input#image, input#downloadable {
    color: yellow;
}

.checkbox > label {
    color: unset;
    font-weight: unset;
}

textarea {
    height: 35vw !important;
    max-height: 300px !important;
}

footer {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.form-group {
    margin: 5% auto;
    text-align: left;
}

#logo > .image {
    height: 100%;
}

#contact > p {
    font-size: medium;
}

.twpLogo {
    width: auto;
    height: 75px;
}

.twpLogo > .image {
    border-color: transparent;
    background-color: unset;
}

.twpLogo > .image > a > img {
    object-fit: contain;
}

.copyright {
    width: 50%;
    float: left;
    padding: 25px 0;
}

.twpLogo {
    width: 25%;
    float: left;
}

.addtlLinks {
    width: 25%;
    display: inline-block;
    padding: 25px 0;
    float: right;
}

.addtlLinks > .link {
    width: fit-content;
    margin: 0 3%;
    float: left;
    text-align: right;
}

.topHeader {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
}

.topHeader > .socialMediaLinks {
    height: 100%;
}

.navbar > .container {
    padding: 0;
    max-width: unset;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand > .image {
    height: 50px;
    width: 125px;
    background-color: unset;
    border: none;
}

.navbar-brand > .image > img {
    object-fit: contain;
}

.navbar-collapse > .portalButton {
    margin-left: 3%;
}

.homepageTitle {
    margin: 10% auto 3%;
    padding: 0 5%;
}

.page {
    min-height: 500px;
}

.adminButtons {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 1% auto;
    text-align: center;
}

.adminButtons > .editButton, .adminButtons > .deleteButton {
    margin: 0;
    width: 50%;
    font-size: x-small;
    float: left;
}

.adminButtons > a > .button {
    font-size: large;
}

a > .editButton, .editButton {
    width: fit-content;
}

.deleteButton {
    float: left;
}

.deleteButton > form {
    margin: -1px;
    width: unset;
    min-width: unset;
    max-width: unset;
}

.button, button {
    width: auto;
    border-color: #e5e4e2;
    color: #000000;
    background-color: #e5e4e2;
    font-weight: bold;
    text-transform: uppercase;
}

.button:hover, .btn:hover, button:hover {
    background-color: #000000;
    color: #e5e4e2;
    border-color: #e5e4e2;
    transform: scale(1.10);
}

.readMore {
    margin: 5% auto 3%;
    text-align: center;
}

.btn-danger {
    color: red !important;
    background-color: white;
    border-color: red !important;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-danger:hover {
    color: white !important;
    background-color: red;
    border-color: white !important;
}

.btn-warning {
    color: black;
    background-color: yellow;
    border-color: black !important;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-warning:hover {
    color: yellow !important;
    background-color: black;
    border-color: yellow !important;
}

.btn-success {
    color: green !important;
    background-color: white;
    border-color: green !important;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-success:hover {
    color: white !important;
    background-color: green;
    border-color: white !important;
}

.navbar-nav {
    margin: auto;
    text-align: right;
    width: 100%;
}

.navbar-toggler {
    background-color: #e5e4e2;
}

.navbar-toggler:hover {
    color: #e5e4e2;
}

#ctaBanner {
    width: 98%;
    padding: 3% 10%;
    border: #e5e4e2 5px solid;
    margin: 0 auto;
}

#message {
    height: 20vw;
}

.date, .venue, .time {
    text-align: center;
}

.one {
    background-color: lightcoral;
}

.two {
    background-color: lightyellow;
}

.three {
    background-color: lightgreen;
}

.four {
    background-color: lightblue;
}

.five {
    background-color: lightsalmon;
}

.intro {
    padding: 0 3%;

}

.intro > h3 {
    text-align: left;
}

.intro > p {
    text-align: center;
}

.banner {
    min-height: 300px;
}

.twoColumnBanner {
    display: inline-block;
    width: 100%;
    height: auto    ;
    min-height: 250px;
}

#header {
    padding: 0 7.5%;
}

.twoColumnBanner > .left, .twoColumnBanner > .right {
    width: 50%;
    height: 100%;
    border: 1px transparent solid;
}

.left {
    float: left;
    padding: 1%;
}

.right {
    float: right;
    padding: 1%;
}

.twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image, .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
    height: 30vw;
    max-height: 350px;
}

.twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image {
    width: fit-content;
    margin: auto;
    background-color: #1a1e21;
}

.twoColumnBanner > .right > .content {
    border-color: transparent;
    text-align: left;
}

.twoColumnBanner > .right > .content > h3{
    text-align: left;
}

.content > p, .writtenContent > p {
    text-align: left;
}

.callToAction {
    margin: 3% auto;
}

.callToAction > a > .button, .adminButtons > a > .button {
    font-size: small;
    height: auto;
}

.callToAction > a > h3 > .button  {
    margin: 3% auto;
    font-size: x-large;
    width: fit-content;
    white-space: normal;
}

.right {
    float: right;
    padding: 1%;
}

.threeColumnBanner {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.column {
    width: 31.33%;
    height: 100%;
    margin: 1%;
    float: left;
}

.column > .image {
    width: 100%;
    height: 25vw;
    max-height: 400px;
}

.column > .image > a > img {
    object-fit: contain;
}

.column > .content {
    padding: 1%;
}

.column > .content > h3 {
    text-align: left;
}

.column > .content > p {
    text-align: left;
}

.threeColumnBanner > a > .column, .threeColumnBanner > .column {
    float: left;
    text-align: center;
    padding: 1%;
}

.column > .callToAction > a > button {
    min-width: 200px;
    width: 65%;
    margin: 10px auto;
}

.fourPartBanner {
    display: inline-block;
    width: 100%;
    height: auto;
}

.fourPartBanner > a > .part, .fourPartBanner > .part {
    width: 25%;
    height: 100%;
    float: left;
    border: 3px solid transparent;
    text-align: center;
    padding: 1%;
}

.fourPartBanner > .part > .image {
    height: 10vw;
    width: 60%;
    margin: auto;
    border-color: transparent;
    background-color: transparent;
}

.part > .image > img {
    object-fit: contain;
}

.fourPartBanner > .part > .information > .title > h5, .threeColumnBanner > .column > h5 {
    height: 50px;
    text-transform: capitalize;
    text-align: center;
}

.confidenceStatement {
    margin-top: 3%;
}

.confidenceStatement, .callToAction {
    width: 100%;
    padding: 1% 1.5%;
    text-align: center;
}

.quote {
    display: inline-block;
    width: 100%;
    height: auto;
    color: #FFFF00;
    padding: 0 15%;
}

.quote > .content {
    height: 30vw;
    max-height: 450px;
    width: 66.67%;
    text-align: center;
    padding: 3%;
    float: right;
}

.quote > .content > h4 {
    color: #FFFF00;
}

.quote > .image {
    height: 30vw;
    max-height: 450px;
    width: 33.33%;
    float: left;
}

.reviewer {
    text-align: center;
}

.callToAction > a > button {
    margin-top: 20px;
    font-size: large;
}

.topFooter > .border {
    background-color: white;
}

.secondaryFooter {
    height: auto;
}

.secondaryFooter > .section > .threeColumnBanner > .column {
    height: 15vw;
    min-height: 250px;
    padding: 1%;
    border: transparent;
}

.index {
    width: 100%;
    display: inline-block;
    margin: 3% auto;
}

.pagination > nav > .hidden {
    display: none;
}

.pagination > nav {
    width: fit-content;
    margin: auto;
}

.pagination > nav > a {
    font-size: xx-large;
}

.pagination > nav > .flex {
    width: 300px;
}

.pagination > nav > .flex > span {
    font-family: inherit;
}

.disclaimer > p > a {
    text-decoration: underline;
}

#socialMedia > .socialMediaLinks > .icon {
    width: 44%;
    height: 55px;
    margin: 3%;
}

.caption {
    margin-top: 3%;
}

.information > .title {
    height: 7vw;
    max-height: 70px;
    padding: 3%;
}

.information > .title > h4, .information > .title > a > h4, .information > .title > h5, .information > .title > a > h5, .video > .title > h5 {
    text-align: left;
}

#hfLogo > .image {
    width: 70%;
    max-width: 800px;
    margin: auto;
}

#hfLogo > .image > a > img {
    object-fit: contain;
}

/* WELCOME */
.marqueeImage {
    background-image: url("");
    background-size: cover;
    background-position: top center;
    background-color: #000000;
    height: auto;
}

.marqueeImage > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: -3;
}

.marqueeImage > .section {
    padding: 1% 2%;
    height: inherit;
    width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
    margin: 1% auto 0;
    opacity: 80%;
    border-color: transparent;
}

.marqueeImage > .section > .column > .image {
    height: 75px;
    padding: 3%;
}

.tagline {
    height: auto;
    margin: 25px auto 0;
    font-size: 7vw;
    font-weight: bold;
    line-height: 6.5vw;
    padding: 10px 15px;
    color: #000000;
}

.newVideo {
    height: auto;
    width: 100%;
}

.sectionAlternate > .image {
    width: 100%;
    height: 50vw;
    max-height: 1200px;
}

.sectionAlternate > .heading {
    height: auto;
    margin: 3% auto;
}

.sectionAlternate > .heading > h1 {
    color: black;
}

.sectionAlternate > .videoTitle {
    margin: 3% auto;
}

.sectionAlternate > .videoTitle > h2 {
    color: black;
}

.postDate  {
    margin-top: 0;
    text-align: center;
    color: white;
}

small {
    color: white;
}

#homepageIndex > .post {
    width: 23%;
    height: auto;
    float: left;
    padding: 1%;
    margin: 1%;
    background-color: black;
}

#homepageIndex > .post:hover {
    background-color: yellow;
    color: black;
}

#homepageIndex > .post:hover > .information > .title > h5, #homepageIndex > .post:hover > .information > .postDate > small {
    color: black;
}

#homepageIndex > .post > .image {
    width: 100%;
    height: 20vw;
    max-height: 450px;
}

.blogPosts {
    background-color: #1a1e21;
    padding: 3%;
    border: 5px solid #FFFF00;
}

.sideEffects {
    padding: 0 7%;
}

/* SERVICES */
.militaryDiscount {
    border: yellow dashed 2px;
    padding: 2%;
}

.militaryDiscount > h4 {
    color: white;
}

#servicesMarquee {
    background-color: unset;
}

.marqueeImage > .image {
    width: 75%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    object-position: center top;
}

.marqueeImage > .image > img {
    object-fit: contain;
}

#services {
    padding: 0 10%
}

#services > .left > .image {
    width: initial;
}

#services > .left, #services > .right {
    padding: 5%;
}

.serviceLinks {
    width: 100%;
    display: inline-block;
}

.serviceLinks > a {
    width: 50%;
}

.serviceLinks > a > button {
    margin: 25px 10%;
    text-align: center;
    width: 30%;
    min-width: 200px;
    height: auto;
    float: left;
}

/* TRAINING-PAGES */
.sessionLength > h1 {
    font-size: 60px;
}

.fee > h2 {
    font-size: xxx-large;
    color: green;
}

.fee > h3 {
    color: green;
}

.description > p {
    text-align: left;
}

.column > .package > .image {
    background-color: transparent;
    padding: 3%;
}

#trainingPackages > .column > .package > .image {
    border-color: transparent;
    padding: 10%;
}

/* VIDEO */
.video {
    width: 46%;
    height: auto;
    margin: 2%;
    text-align: center;
}

.index > .video {
    float: left;
}

.video > .image {
    height: 25vw;
    max-height: 400px;
}

.video > .adminButtons > form {
    margin: 1% auto;
    height: 5%;
}

/* PHOTOS */
.photo {
    width: 31.33%;
    height: auto;
    float: left;
    margin: 1%;
}

.photo:hover {
    border: 1px solid gray;
    transform: scale(1.05);
}

.photo > a > .image, .photo > .image {
    width: 100%;
    height: 25vw;
}

.photo > a > .image > img {
    object-position: center;
}

/* PHOTOS.SHOW */
.postImage {
    height: 50vw;
    max-height: 600px;
}

.postImage > img {
    object-fit: contain;
}

.twoColumnBanner.arrows {
    height: auto;
    min-height: unset;
}

/* FOOD.SHOW */
#macros {
    border: #FFFF00 dashed 3px;
    padding-top: 3%;
}

#macros > h1 {
    font-size: xx-large;
    color: white
}

/* BLOG */
#blog > .post {
    width: 23%;
    height: auto;
    float: left;
    padding: 1%;
    margin: 1%;
    background-color: #1a1e21;
}

#blog > .post:hover {
    transform: scale(1.05);
    border: 1px solid gray;
    background-color: yellow;
    color: black;
}

#blog > .post > .image {
    width: 100%;
    height: 20vw;
    max-height: 450px;
}

#blog > .post > .image > img {
    object-fit: cover;
}

#blog > .post:hover >.information > .title > h5 {
    color: black
}

.information > .title > h5 {
    margin-bottom: 10px;
}

.information > .category > p {
    font-size: medium;
    margin-top: 15px;
    text-align: center;
}

.information > .category > p > span {
    text-transform: capitalize;
    font-size: inherit;
}

.commentBox {
    margin: 5% auto;
    width: 80%;
}

/* BLOG.SHOW */
#blog > .articleContent {
    width: 85%;
    margin: auto;
}

.articleContent > p {
    text-align: left;
}

#blog > .articleContent > .videoEmbed {
    width: 100%;
    height: auto;
    margin: auto;
}

#blog > .articleContent > .videoEmbed > iframe {
    height: 50vw;
    max-height: 400px;
}

.articleContent > p > strong > span {
    color: #ffff00 !important;
}

.articleContent > p > span {
    color: white !important;
}

/* EVENT */
.event {
    display: inline-block;
    width: 90%;
    max-width: 2100px;
    height: auto;
    margin: 5% auto;
    border: 1px solid gray;
    float: none;
}

.event:hover {
    transform: scale(1.05);
    border: 1px solid gray;
    background-color: yellow;
    color: black;
}

.event > .image {
    width: 33.33%;
    height: 300px;
    float: left;
}

.event:hover > .image {
    background-color: black;
}

.event > .content {
    width: 66.66%;
    height: auto;
    float: right;
    padding: 10px;
    background-color: #1a1e21;
    color: white;
}

.event:hover > .content {
    background-color: transparent;
    color: black;
}

.event:hover > .content > .title > h3, .event:hover > .content > .information > .postDate > small {
    color: black;
}

.event:hover > .adminButtons > hr {
    border-color: black;
}

#event {
    min-height: unset;
}

/* EVENT-SHOW */
.mapEmbed {
    height: 50vw;
    max-height: 300px;
}

/* CONTACT */
.contactForm > .twoColumnBanner > .left > .image {
    height: 60vw;
    min-height: 500px;
    max-height: 800px;
    margin: 15% auto;
}

/* DASHBOARD */
#dashboardAdmin {
    padding: 0 5%;
}

#dashboardAdmin > a > button {
    width: 25%;
    margin: 3% 1%;
    padding: 2%;
}

/* SITEMAP */
.sitemap {
    font-size: x-large;
    padding: 3%;
}

.sitemap > .link {
    text-align: left;
}

/* PROGRAMS */
.program {
    width: 31.33%;
    height: 20vw;
    border: 3px solid white;
    padding: 2%;
    float: left;
    margin: 1%;
}

.program > .title {
    text-decoration: underline;
    height: 50px;
    margin: 3% auto;
}

/* CONTACT */
.twoColumnBanner > form {
    width: 100%;
}


/* MEET-ALLEN */
#meetAllen > .left > .image, #meetAllen > .right > .image {
    width: fit-content;
    margin: auto;
}

#services > .left > .image {
    width: initial;
}

/* FAQs */
.questionAndAnswer {
    padding: 0 5%;
}

.questionAndAnswer > h3 {
    margin: 3% auto 1%;
}

.questionAndAnswer > p {
    text-align: left;
}

/* TRAINING-METHODS */
label#trainingMethods, label#location, label#timeOfDay, label#message {
    color: #FFFF00;
    font-weight: 600;
    margin: 2% auto 1%;
    text-align: left;
}

/* PRIVACY-POLICY */
.privacyPolicy {
    width: 85%;
    margin: auto;
}

.privacyPolicy > p {
    text-align: left;
}

/* DISCLAIMER */
.disclaimer {
    width: 85%;
    margin: auto;
}

.disclaimer > p {
    text-align: left;
}

/* TERMS OF SERVICE*/
.termsOfService {
    width: 85%;
    margin: auto;
}

.termsOfService > p {
    text-align: left;
}

/* MAKE-PAYMENT */
.platform {
    margin: 5% auto;
    width: 100%;
}

.platform > .qrCode {
    width: 33.33%;
    margin: auto;
}

.platform > .qrCode > .image {
    margin: auto;
}

.platform > .qrCode > .image > img {
    object-fit: contain;
}

/* NUTRITION-COACHING */
.macro > h2 {
    font-size: 60px;
    color: green;
}

.macro > h3 {
    font-size: 24px;
}

/* SHOP */
#payPalButton > form {
    height: 100%;
    width: 50%;
    min-width: 125px;
    max-width: 175px;
    padding: 0;
    margin: 20px auto;
}

.categoryButtons > h3 {
    color: white;
    margin-bottom: 25px;
}

.categoryButtons > .button {
    width: 150px;
    margin: 1% 5px;
}

.product {
    width: 23%;
    height: auto;
    padding: 1%;
    float: left;
    margin: 3% 1%;
    background-color: #1a1e21;
}

.product:hover {
    transform: scale(1.05);
    border: 1px solid gray;
    background-color: yellow;
    color: black;
}

.product > .image {
    height: 20vw;
    max-height: 375px;
}

.product > .image > img {
    object-fit: contain;
    object-position: top;
}

.product > .title > h4 {
    text-align: center;
    height: 50px;
}

.product:hover > .title > h4 {
    color: black;
}

/* SHOP.SHOW */
#shop > .description, #shop > .materialsAndDetails {
    width: 85%;
    margin: 2.5% auto;
}

.description > p, .materialsAndDetails > p {
    text-align: left;
}

.addToCart > form {
    height: 8vw;
    max-height: 250px;
}

.addToCart > form > table {
    margin: 0 auto 20px;
}

.addToCart > form > input {
    width: 75%;
    max-width: 300px;
    margin: 2% auto 1%;
}


/* FORMS */
.form {
    width: 31.33%;
    max-height: 800px;
    height: auto;
    float: left;
    margin: 3% 1%;
    padding: 3%;
}

.form > h3 {
    height: 50px;
}

.form > .document {
    height: 35vw;
    margin: 5% auto;
}

/* PERSONAL-TRAINER-AGREEMENT */
.agreement {
    width: 85%;
    margin: auto;
}

/* WAIVER-OF-LIABILITY */
.liabilityWaiver {
    width: 85%;
    margin: auto;
}

/* MEDICAL-HISTORY-REVIEW */

/* CLIENTS */
.activeClients > p {
    text-align: left;
}

.activeClients > p > span {
    color: #FFFF00;
    font-weight: bold;
}

/* CLIENT-SHOW */
.notes {
    width: 70%;
    margin: auto;
    text-align: left;
    padding: 3%;
    border-left: #FFFF00 1px solid;
}

/*
    *
    *
    *
    *
    *
    *
    *
    *
    */

@media (max-width: 599px)  {
    /* COMMON */
    p, ul, ol {
        font-size: medium;
    }

    ul {
        padding: 0;
    }

    form {
        width: 95%;
        margin: auto;
        padding: 3%;
    }

    .title {
        padding: 3%;
        margin: 0 auto;
    }

    .title > h1 {
        font-size: 32px;
    }

    .intro > h3 {
        font-size: large;
    }

    .information > .title {
        height: 30vw;
        min-height: 100px;
        margin-bottom: 20px;
    }

    .information > .title > h4, .title > a > h4, .caption > h4 {
        font-size: small;
    }

    .callToAction > a > button {
        font-size: small;
    }

    #header > .left > .image {
        height: 300px;
        margin: 0 auto 5%;
    }

    .twoColumnBanner > .left, .twoColumnBanner > .right {
        width: 100%;
        height: auto;
        float: none;
    }

     .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        height: unset;
        max-height: unset;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image {
        height: 60vw;
        margin: 0 auto 5%;
    }

    .threeColumnBanner > .column {
        width: 100%;
    }

    .threeColumnBanner > .column > .image {
        width: 100%;
        height: 60vw;
    }

    .fourPartBanner > .part {
        width: 46%;
        margin: 2%;
    }

    .fourPartBanner > .part > .image {
        height: 100px;
    }

    .fourPartBanner > .part > .information {
        height: auto;
    }

    .content > .title {
        height: auto;
    }

    .quote {
        height: auto;
        max-height: unset;
        margin: auto;
        padding: 3%;
    }

    .quote > .image {
        width: 80%;
        height: auto;
        max-height: unset;
        float: none;
        margin: 5% auto;
    }

    .quote > .content {
        width: 100%;
        height: auto;
    }

    .quote > .content > h4 {
        text-align: left;
    }

    .secondaryFooter > .section > .threeColumnBanner > .column {
        max-height: unset;
        height: auto;
    }

    #logo > .image {
        height: 200px;
        margin: 10% auto;
    }

    #socialMedia > h5 {
        font-size: x-large;
    }

    #socialMedia > .socialMediaLinks {
        height: auto;
        width: 100%;
    }

    #socialMedia > .socialMediaLinks > .icon {
        width: 19%;
        height: 75px;
        margin: 3%;
        padding: 1%;
    }

    .twpLogo {
        width: 100%;
        position: relative;
        top: 150px;
    }

    .copyright, .addtlLinks {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px;
    }

    .addtlLinks {
        padding: 10px 10%;
    }

    .addtlLinks > .link {
        width: 33.33%;
        margin: 0 auto;
        float: left;
        text-align: center;
    }

    .program {
        width: 96%;
        height: auto;
        margin: 5% auto;
        float: none;
    }

    .caption {
        height: 80px;
    }

    .caption > h5 {
        font-size: medium;
    }

    /* WELCOME */
    .marqueeImage > .section {
        margin: auto;
        position: initial;
        float: none;
        opacity: initial;
    }

    .marqueeImage > .section > .column {
        width: 100%;
        height: initial;
        min-height: unset;
        padding: 5%;
        float: none;
        margin: auto;
    }

    .tagline {
        text-align: center;
        font-size: 10vw;
        line-height: normal;
        margin: auto;
    }

    .marqueeImage > .section > .column > .image {
        height: 100px;
        padding: 3%;
    }

    #homepageIndex > .post {
        width: 48%;
        height: auto;
        float: left;
        padding: 1%;
        margin: 1%;
    }

    #homepageIndex > .post > .image {
        width: 100%;
        height: 40vw;
        max-height: 400px;
    }

    .sectionAlternate > .image {
        width: 100%;
        height: auto;
    }

    .sectionAlternate > .heading {
        height: auto;
        margin: 3% auto;
    }

    .sectionAlternate > .videoTitle {
        margin: 3% auto;
    }

    .sectionAlternate > .image {
        width: 100%;
        height: 55vw;
    }

    /* BIO */
    #about > .left, #about > .right {
        width: 100%;
    }

    /* VIDEO */
    .video {
        width: 46%;
        margin: 2%
    }

    .video > .image {
        height: 25vw;
    }

    #printMedia > ul > li {
        font-size: small;
    }

    /* BLOG */
    #blog > .post {
        width: 48%;
        height: auto;
        float: left;
    }

    #blog > .post > .information > .title {
        min-height: 70px;
        margin-bottom: 20px;
    }

    #blog > .post > .image {
        width: 100%;
        height: 35vw;
    }

    .information > .title > h5 {
        font-size: 16px;
    }

    /* POST.SHOW */
    .postImage {
        height: auto;
        max-height: unset;
    }

    /* EVENT */
    .event {
        width: 80%;
        height: auto;
        margin: 5% auto;
        border: 3px solid transparent;
        float: none;
    }

    .event > .image {
        width: 100%;
        float: none;
    }

    .event > .content {
        width: 100%;
        height: auto;
        float: none;
    }

    /* PHOTO */
    .photo {
        width: 46%;
        margin: 2%
    }

    .photo > a > .image, .photo > .image {
        width: 100%;
        height: 35vw;
    }

    .photo > a > .image > img {
        object-position: top;
    }

    /* SERVICES */
    .serviceLinks > a > button {
        margin: 3% 10%;
        text-align: center;
        width: 80%;
        height: auto;
        float: none;
    }

    /* PERSONAL-TRAINING */

    #trainingFees > .column, #trainingPackages > .column {
        width: 85%;
        border: white solid 3px;
        margin: 5% auto;
        float: none;
    }

    /* GROUP-AND-CORPORATE-TRAINING */
    #trainingFees > .left, #trainingFees > .right {
        width: 80%;
        border: white solid 3px;
        margin: 5% auto;
        padding: 3%;
    }

    #trainingFees > .part {
        border: white solid 3px;
    }

    /* NUTRITION-COACHING */
    #macros > .column {
        width: 33.33%;
        margin: 0;
    }

    .macro > h2 {
        font-size: 40px;
        color: green;
    }

    .macro > h3 {
        font-size: 16px;
    }

    /* MEET-ALLEN */
    #meetAllen > .right {
        margin: auto;
        padding: 0;
    }

    /* FAQs */
    .questionAndAnswer > h3 {
        margin: 7% auto 3%;
    }

    /* SHOP */
    .product {
        width: 50%;
        height: auto;
        padding: 1%;
        float: left;
        margin: 3% auto;
    }

    .product > .image {
        height: 200px;
    }

    /* DASHBOARD */
    #dashboardAdmin > a > button {
        width: 46%;
        min-width: 200px;
        margin: 3% 1%;
        padding: 3%;
    }

    /* CLIENT-SHOW */
    .notes {
        width: 100%;
        padding: 3%;
        margin: 10% auto;
    }

    /* FORMS */
    .form {
        width: 90%;
        height: auto;
        float: none;
        margin: 10% auto;
        padding: 1%;
    }

    .form > .document {
        height: 100vw;
        margin: 5% auto;
    }

    /* CONTACT */
    .contactForm > .twoColumnBanner > .left > .image {
        margin: 5% auto 2%;
    }

    /* SITEMAP */
    .sitemap {
        font-size: large;
        padding: 3%;
    }

    /* SHOP */
    .product {
        width: 48%;
        height: auto;
        padding: 1%;
        float: left;
        margin: 3% 1%;
        background-color: #1a1e21;
    }

    .product:hover {
        transform: scale(1.05);
        border: 1px solid gray;
    }

    .product > .image > img {
        object-fit: contain;
        object-position: top;
    }


    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 600px) and (max-width: 899px)  {
    /* COMMON */
    ul {
        padding: 0;
    }

    p, ul, ol {
        font-size: medium;
    }

    .twoColumnBanner > .left, .twoColumnBanner > .right {
        width: 100%;
        height: auto;
        float: none;
    }

     .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        height: unset;
        max-height: unset;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image {
        height: 60vw;
        margin: 0 auto 5%;
    }

    #header > .left > .image {
        height: 350px;
    }

    .information > .title {
        height: 12vw;
        max-height: 75px;
        padding: 3%;
    }

    .information > .title > h4, .caption > h4 {
        font-size: small;
    }

    .quote {
        height: auto;
        max-height: unset;
        padding: 3%;
        margin: auto;
    }

    .quote > .image {
        width: 60%;
        height: auto;
        max-height: unset;
        float: none;
        margin: 5% auto;
    }

    .quote > .content {
        width: 100%;
        height: auto;
    }

    .quote > .content > h4 {
        text-align: left;
    }

    .secondaryFooter > .section > .threeColumnBanner > .column {
        max-height: unset;
        height: 100%;
        width: 100%;
    }

    #socialMedia > h5 {
        font-size: x-large;
    }

    #socialMedia > .socialMediaLinks {
        height: auto;
        width: 100%;
    }

    #socialMedia > .socialMediaLinks > .icon {
        width: 19%;
        height: 75px;
        margin: 3%;
    }

    #logo > .image {
        height: 250px;
        margin: 10% auto;
    }

    .twpLogo {
        width: 100%;
        position: relative;
        top: 150px;
    }

    .copyright, .addtlLinks {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px;
    }

    .addtlLinks {
        padding: 10px 20%;
    }

    .addtlLinks > .link {
        width: 33.33%;
        margin: 0 auto;
        float: left;
        text-align: center;
    }

    .caption {
        height: 75px;
    }

    .caption > h5 {
        font-size: large;
    }

    /* WELCOME */
    .marqueeImage > .section {
        margin: auto;
        position: initial;
        float: none;
        opacity: initial;
    }

    .marqueeImage > .section > .column {
        width: 100%;
        height: initial;
        min-height: unset;
        padding: 1%;
        float: none;
        margin: auto;
    }

    .marqueeImage > .section > .column > .callToAction > a > button {
        width: 40%;
        margin: 2% 30%;
    }

    .tagline {
        text-align: center;
        font-size: 8vw;
        line-height: normal;
        padding: 0;
        margin: 3% auto 0;
        padding: 0 10%;
    }

    .marqueeImage > .section > .column > .image {
        height: 100px;
        padding: 3%;
    }

    #homepageIndex > .post {
        width: 48%;
        height: auto;
        float: left;
        padding: 1%;
        margin: 1%;
    }

    #homepageIndex > .post > .image {
        width: 100%;
        height: 40vw;
        max-height: 400px;
    }

    .sectionAlternate > .image {
        width: 100%;
    }

    /* VIDEO */
    .video {
        width: 46%;
        margin: 2%
    }

    .video > .image {
        height: 25vw;
    }

    #printMedia > ul > li {
        font-size: small;
    }

    /* EVENTS */
    .event {
        width: 100%;
        max-width: 700px;
        height: auto;
        margin: 5% auto;
        border: 3px solid transparent;
        float: none;
    }

    .event > .image {
        width: 35%;
        height: 35vw;
        max-height: 225px;
    }

    .event > .content {
        width: 65%;
        height: 35vw;
        max-height: 225px;
        background: #1a1e21;
    }

    .event > .content > .title {
        height: auto;
    }

    .event > .content > .title > h3 {
        font-size: large;
    }

    .event > .content > .information {
        font-size: small;
        display: block;
    }

    .information > .venue {
        width: 100%;
    }
    #event > .left, #event > .right {
        width: 50%;
        float: left;
        height: 90px;
    }

    #event > .right > .fee > h2 {
        font-size: xx-large;
    }

    #event > .right > .readMore > a > .button {
        font-size: small;
    }

    /* EVENTS-SHOW */

    #header > .right > .content > .title {
        margin: 3% auto;
    }

    /* TRAINING-PROGRAMS */
    .program {
        width: 46%;
        height: 30vw;
        min-height: 300px;
        padding: 3%;
    }

    .serviceLinks {
        height: auto;
    }

    .serviceLinks > a > button {
        margin: 0 5%;
        text-align: center;
        width: 40%;
        height: auto;
        float: left;
    }

    /* BLOG */
    #blog > .post {
        width: 48%;
        height: auto;
        float: left;
        padding: 1%;
    }

    #blog > .post > .information > .title {
        min-height: 60px;
        margin-bottom: 20px;
    }

    #blog > .post > .image {
        width: 100%;
        height: 35vw;
    }

    .information > .title > h5 {
        font-size: large;
    }

    /* CONTACT */

    .contactForm > .twoColumnBanner > .left {
        height: auto;
    }

    .contactForm > .twoColumnBanner > .left > .image {
        height: 60vw;
        min-height: 500px;
        margin: 3% auto 1%;
    }

    /* MEET-ALLEN */
    #meetAllen > .right {
        margin: auto;
        padding: 0;
    }

    /* NUTRITION-COUNSELING*/
    #nutritionPrograms > .program {
        width: 70%;
        height: auto;
        min-height: unset;
        float: none;
        margin: 5% auto;
        padding: 2%;
    }

    /* SHOP */
    .product {
        width: 31.33%;
        height: auto;
        padding: 1%;
        float: left;
        margin: 3% 1%;
    }

    .product > .image {
        height: 175px;
    }

    .product > .title > h4 {
        text-align: center;
        height: 70px;
        font-size: large;
    }

    /* FORMS */
    .form {
        width: 80%;
        margin: 5% auto;
        padding: 1%;
        float: none;
    }

    .form > .document {
        height: 75vw;
        margin: 5% auto;
    }

    /* DASHBOARD */
    #dashboardAdmin > a > button {
        width: 46%;
        margin: 3% 1%;
        padding: 3%;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 900px) and (max-width: 1199px)  {
    p, ol, ul, dl {
        font-size: medium;
    }

    .nav-link {
        font-size: medium;
        margin: 0 1px;
        padding: 0;
    }

    li.nav-item {
        padding: 0 1%;
    }

    .column {
        min-height: unset;
    }

    .column > .image {
        width: 100%;
        height: 25vw;
    }

    .secondaryFooter > .section > .threeColumnBanner > .column {
        height: 25vw;
    }

    .information > .title {
        height: 15vw;
        max-height: 125px;
    }

    .caption {
        height: 90px;
    }

    .caption > h5 {
        font-size: large;
    }

    .quote > .content > h4 {
        font-size: 1.75vw;
    }

    .twoColumnBanner > .right > .content > h3 {
        font-size: 20px;
    }

    #socialMedia > .socialMediaLinks > .icon {
        width: 44%;
        height: 60px;
        margin: 3%;
    }

    .reviewer > p {
        font-size: large;
    }

    /* WELCOME */
    .tagline {
        font-size: 5.75vw;
        margin: 15px auto 0;
    }

    .marqueeImage > video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center top;
    }

    .marqueeImage > .section {
        height: 62vw;
        max-height: initial;
        position: absolute;
        top: 50px;
        left: 0;
        margin: auto;
        border-color: transparent;
        opacity: 80%;
    }

    .marqueeImage > .section > .column > .image {
        height: 75px;
        padding: 5px;
    }

    /* ABOUT */
    #about {
        height: 20vw;
        min-height: 400px
    }

    #about > .left > .content  {
        padding: 2%;
    }

    #about > .left > .content > p {
        padding: 0 5%;
    }

    #about > .right > .image  {
        height: 100%;
    }

    /* VIDEO */
    .video {
        width: 29.33%;
        margin: 2%;
        padding: 1%;
    }

    .video > .image {
        height: 15vw;
    }

    /* EVENTS */
    .event {
        width: 100%;
        max-width: 800px;
        height: auto;
        margin: 5% auto;
        border: 3px solid transparent;
        float: none;
    }

    .event > .image {
        width: 35%;
        height: 35vw;
        max-height: 225px;
    }

    .event > .content {
        width: 65%;
        height: 35vw;
        max-height: 225px;
    }

    #header > .right > .content > .title {
        height: auto;
        margin-bottom: 3%;
    }

    .event > .content > .title {
        height: auto;
    }

    .event > .content > .title > h3 {
        font-size: large;
    }

    .event > .content > .information {
        font-size: small;
        display: block;
    }

    .information > .venue {
        width: 100%;
    }

    #event > .left, #event > .right {
        width: 50%;
        height: 90px;
        float: left;
    }

    #event > .right > .fee > h2 {
        font-size: xx-large;
    }

    #event > .right > .readMore > a > .button {
        font-size: small;
    }

    /* EVENTS-SHOW */
    #header > .right > .content > .title {
        height: auto;
        margin: 3% auto;
    }

    /* BLOG */
    #blog > .post {
        width: 31.33%;
        margin: 1%;
    }

    /* NUTRITION-COUNSELING */
    .program {
        height: auto;
        max-height: 300px;
    }

    /* FORMS */
    .form > h3 {
        font-size: xx-large;
    }
    .form {
        width: 75%;
        margin: 10% auto 15%;
        padding: 1%;
        float: none;
    }

    .form > .document {
        height: 75vw;
        max-height: 700px;
        margin: 5% auto;
    }

    /* CONTACT */

    .contactForm > .twoColumnBanner > .left {
        height: auto;
    }

    .contactForm > .twoColumnBanner > .left > .image {
        height: 60vw;
        min-height: 500px;
        margin: 25% auto;
    }

    /* SHOP */
    .product > .title > h4 {
        text-align: center;
        height: 70px;
        font-size: 20px;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 1200px) and (max-width: 1799px)  {
    p, ol, ul, dl {
        font-size: large;
    }

    .caption {
        height: 90px;
    }

    .caption > h5 {
        font-size: large;
    }

    #socialMedia > .socialMediaLinks > .icon {
        width: 44%;
        height: 60px;
        margin: 3%;
    }

    .information > .title {
        height: 7vw;
        max-height: 95px;
        padding: 3%;
    }

    .quote {
        padding: 0 10%;
    }

    .quote > .image {
        height: 35vw;
        max-height: 725px;
        width: 40%;
        float: left;
    }

    .quote > .content {
        width: 60%;
    }

    .quote > .content > h4 {
        font-size: 1.75vw;
    }

    .reviewer > p {
        font-size: x-large;
    }

    /* WELCOME */
    .marqueeImage > .section {
        height: 60vw;
        max-height: initial;
        top: 50px;
        left: 0;
    }

    /* VIDEO */
    .video {
        width: 29.33%;
        margin: 2%;
        padding: 1%;
    }

    .video > .image {
        height: 15vw;
    }

    /* EVENTS */
    .event {
        width: 100%;
        max-width: 1000px;
        height: auto;
        margin: 5% auto;
        border: 3px solid transparent;
        float: none;
    }

    .event > .image {
        width: 30%;
        height: 30vw;
        max-height: 300px;
    }

    .event > .content {
        width: 70%;
        height: 30vw;
        max-height: 300px;
        background: #1a1e21;
    }

    .event > .content > .title {
        height: auto;
    }

    .event > .content > .title > h3 {
        font-size: x-large;
    }

    .event > .content > .information {
        font-size: large;
        display: block;
    }

    .information > .venue {
        width: 100%;
    }
    #event > .left, #event > .right {
        width: 50%;
        float: left;
    }

    #event > .right > .readMore > a > .button {
        font-size: small;
    }

    /* EVENTS-SHOW */
    #header > .right > .content > .title {
        height: auto;
        margin: 3% auto;
    }

    /* NUTRITION-COUNSELING */
    .program {
        height: 27vw;
        max-height: 350px;
    }


    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 1800px) and (max-width: 2499px)  {
    /* COMMON */
    .section > .image {
        max-height: unset;
    }

    .title > h1 {
        font-size: 72px;
    }

    p, ol, ul, dl {
        font-size: x-large;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image, .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        height: 30vw;
        max-height: 600px;
    }

    .twoColumnBanner > .right > .content > h3, .twoColumnBanner > .left > .content > h3 {
        font-size: 32px;
    }

    .information > .title {
        height: 7vw;
        max-height: 95px;
        padding: 3%;
    }

    .information > .title > h5 {
        font-size: 24px;
    }


    .quote {
        padding: 0 10%;
    }

    .quote > .image {
        height: 35vw;
        max-height: 725px;
        width: 40%;
        float: left;
    }

    .quote > .content {
        width: 60%;
    }

    .quote > .content > h4 {
        font-size: 1.75vw;
    }

    .secondaryFooter > .section > .threeColumnBanner > .column {
        max-height: 300px;
    }

    #socialMedia > .socialMediaLinks > .icon {
        width: 44%;
        height: 75px;
        margin: 3%;
    }

    /* WELCOME */
    .marqueeImage > .section {
        height: 62vw;
        max-height: 1350px;
        top: 25px;
        left: 0;
    }

    .tagline {
        margin: 25px auto 0px;
        font-size: 7vw;
        line-height: 7vw;
        padding: 6%;
    }

    .column > .image {
        width: 100%;
        height: 30vw;
        max-height: 500px;
    }

    /* VIDEO */
    .video {
        width: 29.33%;
        margin: 2%;
        padding: 1%;
    }

    .video > .image {
        height: 15vw;
    }

    /* EVENTS */
    .event {
        width: 100%;
        max-width: 1500px;
        height: auto;
        margin: 5% auto;
        border: 3px solid transparent;
        float: none;
    }

    .event > .image {
        width: 30%;
        height: 30vw;
        max-height: 300px;
    }

    .event > .content {
        width: 70%;
        height: 30vw;
        max-height: 300px;
        background: #1a1e21;
    }

    .event > .content > .title {
        height: auto;
    }

    .event > .content > .title > h3 {
        font-size: x-large;
    }

    .event > .content > .information {
        font-size: large;
        display: block;
    }

    .information > .venue {
        width: 100%;
    }
    #event > .left, #event > .right {
        width: 50%;
        float: left;
    }

    #event > .right > .readMore > a > .button {
        font-size: small;
    }

    /* EVENTS-SHOW */
    #header > .right > .content > .title {
        height: auto;
        margin: 3% auto;
    }

    #header > .right > .content > .title > h2 {
        font-size: xxx-large;
    }

    /* FAQs */
    .questionAndAnswer > h3 {
        font-size: 32px;
    }

    /* NUTRITION-COUNSELING */
    .program {
        height: 25vw;
        max-height: 475px;
    }

    /* SHOP */
    .product {
        width: 20%;
        height: auto;
        padding: 1%;
        float: left;
        margin: 3% auto;
    }


    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 2500px) and (max-width: 4000px) {
    p {
        font-size: xx-large;
    }

     .h1, h1 {
        font-size: 72px;
    }

     .h2, h2 {
         font-size: 56px;
     }

    .h3, h3, .callToAction > a > h3 > .button {
        font-size: 48px;
    }

    .callToAction > a > h3 > .button {
        padding: 1%;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image, .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        height: 35vw;
        max-height: 650px;
    }

    .twoColumnBanner > .right > .content > h1 {
        font-size: 48px;
    }

    .information > .title {
        height: 7vw;
        max-height: 150px;
        padding: 3%;
    }

    .information > .title > h5 {
        font-size: 32px;
    }

    .caption {
        height: 125px;
    }

    .caption > h5 {
        font-size: x-large;
    }

    .quote > .image {
        height: 35vw;
        max-height: 725px;
        width: 40%;
        float: left;
    }

    .quote > .content {
        width: 60%;
    }

    .quote > .content > h4 {
        font-size: 36px;
    }

    .reviewer > p {
        font-size: x-large;
    }

    /* WELCOME */
    .marqueeImage > .section {
        padding: 0% 0% 0 5%;
        max-width: 700px;
        top: 15px;
        left: 0%;
        margin: 1% auto 0px;
    }

    .marqueeImage > .section > .column {
        width: 100%;
        margin-left: 5%;
    }

    .marqueeImage > .section > .column > .image {
        height: 100px;
    }

    .marqueeImage > .section > .column > .tagline {
        font-size: 140px;
        line-height: 150px;
        padding: 15%;
    }

    .sideEffects {
        padding: 0;
    }

    /* VIDEO */
    .video {
        width: 29.33%;
        margin: 2%;
        padding: 1%;
    }

    .video > .image {
        height: 15vw;
        max-height: 375px;
    }

    /* EVENT */
    .event > .image {
        height: 450px;
    }

    /* FAQs */
    .questionAndAnswer > h3 {
        font-size: 40px;
    }

    /* DASHBOARD */
    #dashboardAdmin > a > button {
        width: 25%;
        margin: 3% 1%;
        padding: 2%;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}
