/* BACKGROUND IMAGE OF WEBSITE */
body {
    margin-top: 0;
    background-image: url("../IMAGES/shrimple-sites-background.webp");
}

/* NAV BAR CONTAINERS CONTAINER */
header {
    background-color: #393939;
    margin-top: 0px;
    width: 100%;
}

/* NAV BAR CONTAINER */
table {
    overflow-x: hidden;
    width: 100%;
    height: 10vh;
    top: 0;
    left: 0;
    right: 0;
    font-family: "Quicksand", "Garamond", serif;
    background-color: #393939;
    z-index: 10;
}

/* EACH OPTION IN THE NAV BAR TABLE */
th {
    font-family: "Quicksand", "Garamond", serif;
    font-size: large;
    text-align: center;
    color: #393939;
}

/* HOME IMAGE ON NAV BAR */
#ShrimpleHomeImg {
    width: clamp(2.25rem, 3vw, 3vw);
    height: clamp(2.25rem, 3vw, 3vw);
}

/* MAKING SURE THE BUTTONS DONT THROW OFF THE FLOW */
.topBar {
    background-color: #393939;;
    color: white;
    font-family: "Quicksand", "Garamond", serif;
    font-size: clamp(0.85rem, 2vw, 2rem);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* CHANGE BUTTON COLOR WHEN MOUSE IS OVER */
.topBar:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(148, 132, 210);
    font-size: 2.5rem;
}

/* TITLE AND IMAGE CONTAINER */
#HeaderContainer {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

/* TITLE IMAGE */
#HeaderContainer img {
    width: 80%;
    height: 85vh; 
    object-fit: cover
}

/* TITLE IMAGE ON MOBILE */
@media screen and (max-width: 850px) {
    #HeaderContainer img {
        width: 100%;
        height: 55vh; 
        object-fit: cover
    }
}

/* TITLE CONTAINER */
#HeaderTitle {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 40%;
    width: 100%;
}

/* TITLE */
h1 {
    text-align: center;
    overflow: hidden;
    color: rgb(108, 78, 225);
    -webkit-text-stroke: 0.1px rgb(255, 255, 255);
    font-family: "Beatbox", "Garamond", serif;
    font-size: clamp(64px, 5vh, 72px);
    animation: fade-in 0.5s, float 8s infinite;
    cursor: default;
}

/* 'EMAIL SENT' POPUP CONTAINER */
.email-popup-container {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}

/* 'EMAIL SENT' POPUP */
.email-popup {
    width: 50vw;
    background: #ffffff;
    border-radius: 6px;
    position: absolute;
    text-align: center;
    padding: 0 1.875rem 1.875rem;
    color: #333333;
    top: 27%;
    left: 22vw;
    z-index: 4;
}

/* 'EMAIL SENT' POPUP IMAGE */
.email-popup img {
    width: 6.25rem;
    margin-top: 3.125rem;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* 'EMAIL SENT' POPUP DESCRIPTION */
#popup-desc {
    color: black;
}

/* SLIDESHOW CONTAINER */
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}

/* OVERLAY CONTAINER ON TOP OF SLIDESHOW */
.caption-container {
    position: absolute;
    max-width: 60%;
    left: 1rem;
}

/* SLIDESHOW OVERLAY TITLE */
#caption {
    position: relative;
    top: 0.5rem;
    padding: 0.5rem 1rem 1rem 1rem;
    background-color: rgba(0,0,0,0.8);
    color: rgb(201, 189, 249);
    font-family: "Vergilia", "Garamond", serif;
    text-align: center;
    font-size: clamp(20px, 2.5vw, 64px);
    z-index: 3;
    cursor: default;
}

/* SLIDESHOW OVERLAY DESCRIPTION */
#captionDesc {
    position: relative;
    top: 0.5rem;
    padding: 0.5rem 1rem 1rem 1rem;
    background-color: rgba(0,0,0,0.8);
    color: rgb(220, 213, 248);
    font-family: "Quicksand", "Garamond", serif;
    text-align: center;
    font-size: clamp(16px, 2vw, 48px);
    z-index: 3;
    cursor: default;
}

/* BUY BUTTON ON SLIDESHOW OVERLAY */
#BuyButton {
    position: relative;
    background-color: #393939;
    color: rgb(201, 189, 249);
    font-size: clamp(24px, 3vw, 36px);
    cursor: pointer;
}

/* BUY BUTTON ON SLIDESHOW OVERLAY HOVER EFFECT */
#BuyButton:hover {
    background-color: #1e1e1e;
    font-size: 2.5rem;
}

/* CONTACT SUBMISSION OVERLAY CONTAINER */
.overlay-background-contact {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
    cursor: default;
}

/* CONTACT SUBMISSION OVERLAY BACKGROUND */
.overlay-contact {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 40%;
    margin-top: -15.6875rem;
    left: 50%;
    margin-left: -25rem;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: default;
}

/* CONTACT SUBMISSION OVERLAY BACKGROUND FOR TABLETS */
@media screen and (min-height: 800px) and (max-height: 1000px) {
    .overlay-contact {
        margin-top: -20rem;
    }
}

/* CONTACT SUBMISSION OVERLAY BACK BUTTON */
#backButtonContact {
    margin-top: 10vh;
    position: absolute;
    background-color: #393939;
    color: white;
    font-size: clamp(48px, 2vh, 96px);
    cursor: pointer;
}

/* CONTACT SUBMISSION OVERLAY BACK BUTTON FOR MOBILE */
@media screen and (max-width: 600px) {
    #backButtonContact {
        margin-left: 238px;
    }
}

/* CONTACT SUBMISSION OVERLAY IMAGE */
#contact-overlay-img {
    width: clamp(320px, 50vw, 800px);
    height: 80vh;
    margin-top: 10vh;
    cursor: default;
    justify-content: center;
    align-items: center;
}

/* CONTACT SUBMISSION OVERLAY IMAGE FOR MOBILE */
@media screen and (max-width: 850px) {
    #contact-overlay-img {
        padding-left: 238px;
    }
}

/* CONTACT SUBMISSION OVERLAY TEXT FORMS CONTAINER */
.contact-forms {
    position: absolute;
    font-family: "Quicksand", "Garamond", serif;
    font-size: 6.25rem;
    text-align: center;
    color: white;
    padding-left: 2rem;
    margin-top: -32rem;
    margin-left: 1.75rem;
    z-index: 2;
}

/* CONTACT SUBMISSION OVERLAY TEXT FORMS CONTAINER FOR MOBILE */
@media screen and (max-width: 600px) {
    .contact-forms {
        padding-left: 220px;
    }
}

/* CONTACT SUBMISSION OVERLAY TEXT FORMS */
.FormSubmissions {
    text-align: right;
    font-family: "Vergilia", "Garamond", serif;
    font-size: clamp(1rem, 2.5vw, 1.7rem);
    color: rgb(75, 62, 127);
    cursor: default;
}

/* CONTACT SUBMISSION OVERLAY TEXT FORMS FOR MOBILE */
@media screen and (max-width: 600px) {
    .FormSubmissions {
        padding-right: 10vw;
    }
}

/* CONTACT SUBMISSION TEXT BOXES */
.contentBox {
    resize: none;
    border: 0.0625rem solid;
    border-color: rgb(75, 62, 127);
    background-color: #393939;
    color: white;
    font-family: "Quicksand", "Garamond", serif;
    font-size: clamp(18px, 1.5vw, 36px);
    width: clamp(14rem, 20vw, 20rem);
    height: clamp(3rem, 5vw, 4rem);
}
  
/* SLIDESHOW IMAGES */
.mySlides {
    width: 100%;
    height: 55vh;
    display: none;
    overflow: hidden;
}

/* FAQ/SELLING POINTS OVERALL CONTAINER */
.overall-body-container {
    width: 100%;
    float: left;
    background-color: rgba(138, 138, 138, 0.7);
    border-style: solid;
    border-color: black;
    border-radius: 3px;
}

/* FAQ/SELLING POINTS CONTAINER */
.body-container {
    width: 100%;
    float: left;
}

/* FAQ/SELLING POINTS CONTAINER FOR LEFT SIDE ELEMENTS */
.left-body {
    position: relative;
    display: flex;
    text-align: center;
    float: left;
    width: 30%;
    margin-left: 5%;
    cursor: pointer;
}

/* FAQ/SELLING POINTS CONTAINER FOR LEFT SIDE ELEMENTS FOR MOBILE */
@media screen and (max-width: 600px) {
    .left-body {
        margin-left: 3%;
    }
}

/* FAQ/SELLING POINTS CONTAINER FOR MIDDLE ELEMENTS */
.middle-body {
    position: relative;
    display: flex;
    text-align: center;
    float: left;
    width: 30%;
    cursor: pointer;
}

/* FAQ/SELLING POINTS CONTAINER FOR RIGHT SIDE ELEMENTS */
.right-body {
    position: relative;
    display: flex;
    text-align: center;
    float: left;
    width: 30%;
    cursor: pointer;
}

/* FAQ/SELLING POINTS CONTAINER FOR TITLES AND IMAGES */
.body-content {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* FAQ/SELLING POINTS CONTAINER FOR TITLES AND IMAGES HOVER EFFECT LIMITED TO DESKTOP */
@media screen and (min-width: 1000px) {
    .body-content:hover > .body-captions {
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
        font-family: "Vergilia", "Garamond", serif;
        font-size: clamp(30px, 3vh, 64px);
        color: rgb(75, 62, 127);
    }
    
    .body-content:hover > .body-images {
        width: clamp(2.25rem, 4vw, 4vw);
        height: clamp(2.25rem, 4vw, 4vw);
    }
}

/* FAQ/SELLING POINTS SHRIMP IMAGES */
.body-images {
    width: clamp(2.25rem, 3vw, 3vw);
    height: clamp(2.25rem, 3vw, 3vw);
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* FAQ/SELLING POINTS TITLES */
.body-captions {
    text-align: center;
    font-family: "Vergilia", "Garamond", serif;
    font-size: clamp(16px, 3vw, 28px);
    color: rgb(79, 39, 237);
    text-decoration: underline;
}

/* FAQ/SELLING POINTS DESCRIPTIONS */
.body-description {
    margin-left: 5vw;
    margin-right: 5vw;
    position: absolute;
    display: none;
    background-color: white;
    border-style: solid;
    border-color: black;
    border-radius: 3px;
    z-index: 5;
}

/* FAQ/SELLING POINTS INDIVIDUAL DESCRIPTIONS */
#BenefitsToBusiness {
    font-size: clamp(20px, 3vw, 38px);
}

#WhyChooseMe {
    font-size: clamp(20px, 3.5vw, 52px);
}

#SEOScores {
    font-size: clamp(20px, 3vw, 30px);
}

#StaticFeatures {
    font-size: clamp(20px, 3.5vw, 50px);
}

#DynamicFeatures {
    font-size: clamp(20px, 3vw, 42px);
}

#Security {
    font-size: clamp(20px, 3vw, 40px);
}

#Scaling {
    font-size: clamp(20px, 3vw, 46px);
}

#Prices {
    font-size: clamp(20px, 3vw, 28px);
}

#BuyingProcess {
    font-size: clamp(20px, 3vw, 34px);
}

/* FAQ/SELLING POINTS INDIVIDUAL DESCRIPTIONS FOR MOBILE */
@media screen and (max-width: 600px) {
    #BenefitsToBusiness {
        font-size: clamp(17px, 3vw, 38px);
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    #WhyChooseMe {
        font-size: clamp(26px, 3.5vw, 52px);
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    #SEOScores {
        font-size: clamp(17px, 3vw, 30px);
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    #StaticFeatures {
        font-size: clamp(23px, 3.5vw, 50px);
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    #DynamicFeatures {
        font-size: clamp(20px, 3vw, 42px);
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    #Security {
        font-size: clamp(18px, 3vw, 40px);
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    #Scaling {
        font-size: clamp(22px, 3vw, 46px);
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    #Prices {
        font-size: clamp(15px, 3vw, 28px);
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    #BuyingProcess {
        font-size: clamp(16px, 3vw, 34px);
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* COMMENT/FEEDBACK TITLE */
.sections {
    text-align: left;
    padding-left: 6vw;
    font-family: "Vergilia", "Garamond", serif;
    font-size: clamp(1.5rem, 2vw, 2rem);
    color: rgb(79, 39, 237);
    cursor: default;
}

/* GENERAL LARGE TEXT FORMAT */
p {
    text-align: center;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    color: rgb(97, 70, 198);
    font-family: "Quicksand", "Garamond", serif;
    font-size: clamp(24px, 1.5vh, 48px);
    cursor: default;
}

/* SMALL DISCLAIMER AT THE BOTTOM OF FAQ/SELLING POINTS SECTION */
#disclaimer {
    text-align: center;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    color: rgb(97, 70, 198);
    font-family: "Quicksand", "Garamond", serif;
    font-size: clamp(8px, 0.5vw, 16px);
}


/* BUY BUTTON ON BOTTOM OF PAGE CONTAINER */
#BuyButtonBottomContainer {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* BUY BUTTON ON BOTTOM OF PAGE */
#BuyButtonBottom {
    background-color: #393939;
    color: rgb(201, 189, 249);
    font-size: clamp(36px, 3vh, 56px);
    cursor: pointer;
}

/* BUY BUTTON ON BOTTOM OF PAGE HOVER EFFECT */
#BuyButtonBottom:hover {
    background-color: #1e1e1e;
    font-size: 2.5rem;
}

/* COMMENT NAME SUBMISSION OVERLAY CONTAINER */
.overlay-background-comments {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    cursor: pointer;
}

/* COMMENT NAME SUBMISSION OVERLAY BACKGROUND */
.overlay-content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 40%;
    margin-top: -15.6875rem;
    left: 50%;
    margin-left: -25rem;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: default;
}

/* COMMENT NAME SUBMISSION OVERLAY BACK BUTTON */
#backButton {
    margin-top: 10vh;
    position: absolute;
    background-color: #393939;
    color: white;
    font-size: clamp(48px, 2vh, 96px);
    cursor: pointer;
}

/* COMMENT NAME SUBMISSION OVERLAY BACK BUTTON FOR MOBILE */
@media screen and (max-width: 600px) {
    #backButton {
        margin-left: 238px;
    }
}

/* COMMENT NAME SUBMISSION OVERLAY BACK BUTTON HOVER EFFECT */
#backButton:hover {
    background-color: #1e1e1e;
}

/* COMMENT NAME SUBMISSION OVERLAY IMAGE */
#comment-overlay-img {
    width: clamp(320px, 50vw, 800px);
    height: 80vh;
    margin-top: 10vh;
    cursor: default;
    justify-content: center;
    align-items: center;
}

/* COMMENT NAME SUBMISSION OVERLAY IMAGE FOR LARGER MOBILE */
@media screen and (min-height: 850px) {
    #comment-overlay-img {
        height: 70vh;
    }
}

/* COMMENT NAME SUBMISSION OVERLAY IMAGE FOR MOBILE */
@media screen and (max-width: 850px) {
    #comment-overlay-img {
        padding-left: 238px;
    }
}

/* COMMENT NAME SUBMISSION OVERLAY TEXT */
.text-forms {
    position: absolute;
    font-family: "Quicksand", "Garamond", serif;
    font-size: clamp(2.7rem, 10vw, 6.25rem);;
    text-align: center;
    color: white;
    margin-top: -31.25rem;
    margin-left: 3.25rem;
    z-index: 2;
    cursor: default;
}

/* COMMENT NAME SUBMISSION OVERLAY TEXT FOR MOBILE */
@media screen and (max-width: 850px) {
    .text-forms {
        padding-left: 238px;
    }
}

/* COMMENT NAME SUBMISSION OVERLAY FORM */
#commentName {
    resize: none;
    border: 0.0625 solid;
    background-color: #ffffff;
    color: black;
    font-family: "Quicksand", "Garamond", serif;
    font-size: large;
    width: 80%;
    height: 3.5rem;
}

/* COMMENT NAME SUBMISSION OVERLAY CONFIRM BUTTON */
#confirmButton {
    resize: none;
    background-color: #393939;
    color: white;
    font-family: "Quicksand", "Garamond", serif;
    font-size: xx-large;
    width: 12.5rem;
    height: 6.25rem;
    cursor: pointer;
}

/* COMMENT NAME SUBMISSION OVERLAY CONFIRM BUTTON HOVER EFFECT */
#confirmButton:hover {
    background-color: #1e1e1e;
}

/* COMMENTS INPUT BOX */
#commentForm {
    text-align: left;
    padding-left: 6vw;
    font-family: "Quicksand", "Garamond", serif;
}

/* COMMENT TEXT BOX */
#commentText {
    resize: none;
    border: 0.1rem solid;
    border-color: rgb(75, 62, 127);
    background-color: #d1d1d1;
    color: black;
    font-family: "Quicksand", "Garamond", serif;
    font-size: clamp(24px, 1.5vh, 48px);
    width: clamp(16rem, 26vw, 25rem);
    height: 5rem;
}

/* COMMENT SUBMISSION BUTTON */
#commentButton {
    margin-left: clamp(10rem, 20vw, 20rem);
    resize: none;
    background-color: #393939;
    color: white;
    font-family: "Quicksand", "Garamond", serif;
    font-size: large;
    cursor: pointer;
}

/* COMMENT SUBMISSION BUTTON HOVER EFFECT */
#commentButton:hover {
    background-color: #1e1e1e;
}

/* COMMENTS THAT HAVE BEEN WRITTEN CONTAINER */
.allComments {
    text-align: left;
    padding-left: 6vw;
    width: 40%;
    color: black;
    font-family: "Quicksand", "Garamond", serif;
    font-size: clamp(24px, 1.5vh, 48px);
}

/* COMMENTS THAT HAVE BEEN WRITTEN NAMES */
#commentUID {
    font-size: clamp(24px, 1.5vh, 48px);
    color: rgb(75, 62, 127);
}

/* COMMENTS THAT HAVE BEEN WRITTEN DATE */
#commentDate {
    font-size: 1.125rem;
    color: rgb(97, 70, 198);
}

/* ANIMATION REFERENCES */
.fade {
    animation-name: fade;
    animation-duration: 6s;
}

.float {
    animation-name: float;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

/* DESKTOP ONLY */
@media screen and (min-width: 1000px) {
    .rotate-forward {
        animation-name: rotate-forward;
        animation-duration: 0.5s;
    }
    
    .rotate-back {
        animation-name: rotate-back;
        animation-duration: 0.25s;
    }
    
    .pop-out {
        animation-name: pop-out;
        animation-duration: 0.5s;
    }
    
    .pop-back {
        animation-name: pop-back;
        animation-duration: 0.25s;
    }
}

.fade-in {
    animation-name: fade-in;
    animation-duration: 0.5s;
}

.fade-full {
    animation-name: fade-full;
    animation-duration: 0.5s;
}

.slide-in {
    animation-name: slide-in;
    animation-duration: 0.5s;
}

.slide-out {
    animation-name: slide-out;
    animation-duration: 0.25s;
}

.popupContent {
    animation-name: popupContent;
    animation-duration: 2s;
}

.popupBackground {
    animation-name: popupBackground;
    animation-duration: 2s;
}

.overlay-fade {
    animation-name: overlay-fade;
    animation-duration: 0.5s;
}

.navbar-to-fixed {
    animation-name: navbar-to-fixed;
    animation-duration: 0.5s;
}

.navbar-to-static {
    animation-name: navbar-to-static;
    animation-duration: 0.5s;
}

/* ANIMATIONS */
/* FADES IN, THEN OUT */
@keyframes fade {
    0% {opacity: 0.0}
    20% {opacity: 0.5}
    80% {opacity: 0.5}
    100% {opacity: 0.0}
}

/* 'BREATHING' EFFECT */
@keyframes float {
    0% {overflow: hidden;
        scale: 1;
        transform: rotate(0deg);}
    25% {overflow: hidden;
        scale: 1.1;
        transform: rotate(1deg);}
    50% {overflow: hidden;
        scale: 1;}
    75% {overflow: hidden;
        scale: 1.1;
        transform: rotate(-1deg);}
    100% {overflow: hidden;
        scale: 1;
        transform: rotate(0deg);}
}

/* ROTATES FULL CIRCLE AND EXPANDS */
@keyframes rotate-forward {
    0% {transform: rotate(0deg);
        width: clamp(2.25rem, 3vw, 3vw);
        height: clamp(2.25rem, 3vw, 3vw);}
    80% {transform: rotate(365deg);}
    100% {transform: rotate(360deg);
        width: clamp(2.25rem, 4vw, 4vw);
        height: clamp(2.25rem, 4vw, 4vw);}
}

/* ROTATES BACKWARDS FULL CIRCLE AND SHRINKS */
@keyframes rotate-back {
    0% {transform: rotate(360deg);
        width: clamp(2.25rem, 4vw, 4vw);
        height: clamp(2.25rem, 4vw, 4vw);}
    100% {transform: rotate(0deg);
        width: clamp(2.25rem, 3vw, 3vw);
        height: clamp(2.25rem, 3vw, 3vw);}
}

/* EXPANDS */
@keyframes pop-out {
    0% {font-size: clamp(28px, 3vh, 64px)}
    100% {font-size: clamp(30px, 3vh, 64px)}
}

/* SHRINKS */
@keyframes pop-back {
    0% {font-size: clamp(30px, 3vh, 64px)}
    100% {font-size: clamp(28px, 3vh, 64px)}
}

/* FADES IN FROM BOTTOM */
@keyframes fade-in {
    from {margin-top: 15rem;
        opacity: 0}
    to {margin-top: 6vh;
        opacity: 1}
}

/* FADES IN */
@keyframes fade-full {
    from {opacity: 0}
    to {opacity: 1}
}

/* EXPANDS IN FROM CENTER */
@keyframes slide-in {
    from {scale: 0 0.9;}
    to {scale: 1 1;}
}

/* SHRINKS IN TO CENTER */
@keyframes slide-out {
    from {scale: 1 1}
    to {scale: 0 0.9}
}

/* EXPANDS IN, THEN SHRINKS OUT */
@keyframes popupContent {
    0% {scale: 0;}
    20% {scale: 1;}
    80% {scale: 1;}
    100% {scale: 0;}
}

/* BACKGROUND FADES IN (SLIGHTLY TRANSPARENT), THEN FADES OUT */
@keyframes popupBackground {
    0% {background: rgba(0, 0, 0, 0.0);}
    20% {background: rgba(0, 0, 0, 0.8);}
    80% {background: rgba(0, 0, 0, 0.8);}
    100% {background: rgba(0, 0, 0, 0.0);}
}

/* FADES IN FROM BOTTOM */
@keyframes overlay-fade {
    from {margin-top: -3.8875rem;
        opacity: 0}
    to {margin-top: -15.6875rem;
        opacity: 1}
}

/* OVERLAY-FADE ANIMATION FOR TABLET */
@media screen and (min-height: 800px) and (max-height: 1000px) {
    @keyframes overlay-fade {
        from {margin-top: -3.8875rem;
            opacity: 0}
        to {margin-top: -20rem;
            opacity: 1}
    }
}

/* FADE ANIMATION FOR NAV BAR WHEN SCROLLED */
@keyframes navbar-to-fixed {
    from {margin-bottom: 0.5rem;
        opacity: 0;}
    to {margin-bottom: 0rem;
        opacity: 1;}
}

/* FADE ANIMATION FOR NAV BAR WHEN AT TOP OF PAGE */
@keyframes navbar-to-static {
    from {margin-bottom: 0rem;
        opacity: 0;}
    to {margin-bottom: 0.5rem;
        opacity: 1;}
}

/* IMPORTED FONTS */
@font-face {
    font-family: Quicksand;
    src: url("Quicksand-Regular.ttf");
}

@font-face {
    font-family: Vergilia;
    src: url("Vergilia.ttf");
}

@font-face {
    font-family: Beatbox;
    src: url("BeatboxFreeRegular-LVGDE.ttf");
}