﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --main-white-color: #f2f2f2;
    --main-black-color: #000000;
    --main-purple-color: #9e89b8;
}

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125em;
   /* font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));*/
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}

/*button, .button {
    background: none;
    cursor: pointer;
    outline: none;
}*/

.button a {
	color: #ffffff;
	text-decoration: none;
}

.button a:hover {
	color: #000000;
}

/* STICKY REQUEST INFO
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.request-info {
    height: auto;
	margin: 0;
    position: fixed;
    right: 0;
    top: 55%;
	width: auto;
    z-index: 9999;
}

/* Button Style */
.float-btn {
    border: 2px #fff solid;
    position: fixed;
    text-decoration: none;
    font-family: sans-serif;
    right: 10px;
    background: #e1261c;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.float-btn:hover {
    width: 225px;  
    box-shadow: 0 4px 10px rgba(0,0,0,0.3), 0 15px 25px rgba(0,0,0,0.3);
}

.float-btn span {
    margin-left: 5px;  
}

.float-btn span.request-text {
    opacity: 0;
    transition: opacity 0s;
    position: relative;
    top: 12px;
    font-weight: bold;
}

.float-btn:hover > span.request-text {
    opacity: 1;
    transition: opacity 2s;
}

.float-btn .fa{  
    font-size: 26px;
    vertical-align: middle;
    position: relative;
    top: 12px;
    right: 4px;
}
/* CONTAINER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}
 
.wrapper > * {
    padding: 1.5em;
}


/* HEADER / NAVIGATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
    background: #000000;
    /*position: fixed;
    width: 100%;
    z-index: 5000;*/
}

.page-header nav {
    color: #ffffff;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	/*justify-content: space-between;*/
	-webkit-box-align: center;
	align-items: center;
    overflow: hidden;
}

    .page-header nav > img:nth-child(2) {
        margin-left: 3%;
        width: 10%;
    }

.page-header ul {
	display: -webkit-box;
	display: flex;
    list-style-type: none;
	-webkit-box-ordinal-group: 2;
	order: 1;
	width: auto;
	margin: 15px 0 auto auto;
    align-items: baseline;
    padding: 0;
}

.page-header ul li {
    /*padding: .55em .55em;*/
    text-align: center;
}

.page-header ul li:not(:last-child) {
    padding-right: 1.05em;
}

.page-header nav ul li a, .page-header nav ul li a:link, .fas {
    color: inherit;
    padding: .75em .75em;
    text-decoration: none;
}

.page-header nav ul li a:hover, .fas:hover {
    background-color: #3d3d3d;
    color: inherit;
}

.page-header .cta-contact {
    border: 1px solid;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1.2rem;
    padding: 5px 18px;
}

.page-header .hamburger {
    border: 1px solid;
    border-radius: 5px;
    color: #ffffff;
    font-family: inherit;
    font-size: 1.2rem;
    padding: 5px 18px;
}

/* VIDEO
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sba-video {
    width: 100vw;
    height: 100vh;
    display: block;
    position: relative;
    z-index: -100;
}

.video-slide {
    position: absolute;
    top: 0px;
    left: -2%;
    width: 100%;
    height: 100vh;
}

#uhv-video {
    position: absolute;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
}


/* MAIN
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-main-1 {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
    min-height: 400px;
    color: #ffffff;
    width: 100%;
}

    .page-main-1 > .text-wrapper {
        top: 4.5em;
        position: relative;
    }

.text-wrapper {
    max-width: 98%;
    text-align: center;
}

.page-main-1 h1 {
    font-size: 5.5em;
    margin-bottom: 0.35em;
    -webkit-text-stroke: 1px #000000;
}

.page-main-2 {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    max-height: 260px;
    min-height: 200px;
    background: #111111;
    color: #ffffff;
    width: 100%;
}

.page-main-2 h2 {
    font-size: 2.5em;
    margin-bottom: 0.25em;
    margin-top: 0.65em;
}

.button {
    font-family: inherit;
    font-size: 1.5rem;
    padding: 10px 24px;
    border-radius: 25px;
}

.button:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
}

.red {
    background-color: #e1261c;
    border: 1px solid #e1261c;
    color: #ffffff;
    font-weight: bold;
}

.black {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    font-weight: bold;
}

.black-button {
    background-color: #000000;
    border: 1px #e1261c solid;
    color: #ffffff;
}

.button + .button {
    margin-left: 2%;
}

.numbers-container {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-around;
}

.numbers {
    background-color: #e1261c;
    border: 1px solid #e1261c;
    border-radius: 18px;
    color: #ffffff;
    flex-grow: 0;
    font-weight: bold;
    font-family: inherit;
    font-size: 3.55em;
    margin: 0.55em 0;
    min-width: max-content;
    padding: 25px 15px;
    position: relative;
    width: auto;
}

.number-text {
    margin-bottom: 0.65em;
}

.numbers .sm-text {
    font-size: 0.28em;
    font-weight: normal;
}

.numbers + .numbers {
    margin-left: 2%;
}

.page-main-3, .events-section {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    background: #d9d9d9;
    color: #000000;
    width: 100%;
}

.event-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8em;
    width: 82%;
}

.event-item {
    flex: 0 48%;
    height: auto;
    margin-bottom: 8%; /* (100-32*3)/2 */
}

    .event-item > .date {
        background: #e1261c;
        border-radius: 10px;
        color: #ffffff;
        display: block;
        float: left;
        font-size: 1.75em;
        font-weight: bold;
        height: auto;
        min-width: max-content;
        text-align: center;
        text-transform: uppercase;
        width: auto;
        padding: 2%;
        margin-left: auto;
        margin-right: auto;
    }

.event-item > .event-info {
    overflow: hidden;
    text-align: left;
}

.event-info > .event-title {
    border-bottom: 6px solid #e1261c;
    display: block;
    font-size: 1.15em;
    font-weight: bold;
	height: auto;
    margin-bottom: 1%;
    margin-left: 6%;
    margin-right: auto;
    padding-right: 2%;
}

.event-title > a {
    color: #000;
    text-decoration: none;
}

.event-title > a:hover {
    color: #0000ee;
}

.event-info > .event-text {
    display: block;
	height: auto;
    margin-left: 6%;
    margin-right: auto;
    padding-right: 2%;
}

.event-text.more {
    font-weight: bold;
    margin-top: 2.5%;
    text-transform: uppercase;
}

    .event-text.more > a:link, .event-text.more > a:visited {
        color: #000;
        text-decoration: none;
    }

    .event-text.more > a:hover {
        color: #0000ee;
        text-decoration: underline;
    }

.page-main-4, .sba-stories {
    align-items: flex-end;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row-reverse;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
    min-height: 200px;
    background: url("https://webprod.uhv.edu/business/images/katy-1600px.jpg") no-repeat center / cover;
    color: #ffffff;
    width: 100%;
}

.page-main-5, .sba-stories:nth-child(2n+2) {
    align-items: flex-end;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row-reverse;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
    min-height: 200px;
    background: url("https://webprod.uhv.edu/business/images/073CandidsF19-1600px.jpg") no-repeat center / cover;
    color: #ffffff;
    width: 100%;
}

.blog-title {
    background-color: #000000;
    font-size: 2em;
    font-weight: bold;
}

.blog-title:after {
    background-color: #000000;
    content:"\00a0\00bb";
}

a.story-link {
    color: #fff;
    text-decoration: none;
}

.page-main-6, .meet-dean {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    background: #111111;
    color: #ffffff;
    width: 100%;
}

.row {
    display: flex;
}

/* Create two equal columns that sits next to each other */
.column {
    flex: 50%;
    padding: 1%;
}

.dean h2 {
    font-size: 3em;
    margin-bottom: 0.45em;
}

.dean p {
    margin-bottom: 1.2em;
}

.page-main-7, .page-main-learn {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    background: #000000;
    background-blend-mode: luminosity;
    color: #ffffff;
    padding: 3%;
    width: 100%;
}

    .page-main-7 h2, .page-main-learn h2 {
        font-size: 3em;
        margin-bottom: 0.45em;
        margin-top: 0;
    }

.quote-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.quote-item {
    flex: 0 38%;
    height: auto;
    margin-bottom: 8%; /* (100-32*3)/2 */
}

.student-quote > img {
    display: block;
	height: auto;
    margin: 5%;
}

.student-quote > .quote-text {
    display: block;
	height: auto;
    margin-left: 8%;
    margin-right: auto;
    padding-right: 7%;
    text-align: center;
}

.quote-text > .quote {
    display: block;
	height: auto;
    font-weight: bold;
    margin-top: 5%;
    text-align: center;
}

.quote-text > .quote:before {
    content:"\2014\00a0";
}

/* FOOTER */
/*UHV Footer*/
/*-----------------------------------------------------------------------------------*/
footer.page-footer {
    background-color: #ececec;
    color: #000000;
    margin: 0 auto;
    width: 100%;
}

.footer-content {
    align-items: center;
    display: flex;
    margin: 1em auto 0.75em auto;
    width: 85%;
}

.footer-content .identifier {
    border-left: 2px #000 solid;
    flex: 50%;
    margin: 0 auto;
}

.identifier {
    text-align: center;
}

.identifier .footer-logo {
    border: none;
    padding: 0;
    text-align: center;
    width: 20%;
}

.identifier .address {
    display: block;
    font-size: 0.85em;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 10px;
    min-height: 1px;
    padding: 0 3%;
    width: 100%;
}

.address > li {
    display: inline;
}

.address > li:not(:last-child)::after, .university-links.page-navigation li:not(:last-child)::after {
    content: " |";
}

.t4Edit-page {
	text-decoration: none;
}

.social-media {
    flex: 50%;
    letter-spacing: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
    margin-bottom: 20px;
    margin-top: 2em;
    min-height: 35px;
    position: relative;
    text-align: center;
}

footer.page-footer a:link, footer.page-footer a:visited {
    color: #000000;
}

.social-media a {
    margin: 0 2%;
    cursor: pointer;
}

.social-media .fa:hover, .social-media .fa:focus, .social-media .fa:active {
    color: #e1261c;
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
}

.social-media a span.fa-stack {
    height: 1.5em;
    text-align: center;
    width: 1.5em;
}

.social-media a span.fa-stack > .fa {
    margin: 0;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-lg {
    font-size: 1.33em;
    line-height: 0.75em;
}

.fa, .fa-stack {
    display: inline-block;
}

.fa-twitter::before {
    content: "\f099";
}

.fa-facebook-f::before, .fa-facebook::before {
    content: "\f09a";
}

.fa-linkedin::before {
    content: "\f0e1";
}

.fa-youtube::before {
    content: "\f167";
}

.fa-chain::before, .fa-link::before {
    content: "\f0c1";
}

.page-search-box form label, .search-menu-push-right form label, .sr-only {
    height: 1px;
    left: -1000px;
    position: absolute;
    overflow: hidden;
    top: auto;
    width: 1px;
}

.page-footer .page-search-box {
    /*border-top: 2px #000 solid;*/
    flex: 50%;
    margin: 2em auto;
    padding: 0;
    text-align: center;
}

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: auto;
    margin-right: 2.5%;
}

.fa-fw {
    width: 1.28em;
    text-align: center;
}

.hide-text {
    height: 1px;
    left: -900em;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.footer-navigation.page-navigation, .university-links.page-navigation {
    width: auto;
}

.page-search-box .tier-1 {
    border-right: none;
}

.university-links {
    margin: 10px auto;
}

.university-links.page-navigation li {
    border: none;
    display: inline;
}

.page-navigation li {
    list-style: none;
    margin-bottom: 0.25em;
}

.university-links.page-navigation li a {
    font-size: 0.87em;
}

footer.page-footer a:link, footer.page-footer a:visited {
    color: #000000;
}

.page-navigation li a, .page-navigation li span.currentsection {
    background-color: transparent;
    border-bottom: none;
    color: #000000;
    text-decoration: none;
}

.university-links.page-navigation li a:hover {
    background-color: transparent;
    color: #e1261c;
}

.t4Edit-page {
	text-decoration: none;
}

/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 768px) {
    body {
        font-size: 1.125em;
    }

    .page-main {
        padding-left: 90px;
    }
}

/* Medium devices (tablets, less than 1280px) */
@media only screen and (max-width: 80.000em) {
    .numbers {
        width: 25%;
    }

    .column img {
        width: 100%;
    }

    .event-container {
        width: auto;
    }

    .event-item {
        flex: 0 45%;
    }

    .quote-container {
        width: auto;
    }

    .identifier .footer-logo {
        width: 40%;
    }

    .identifier .address {
        width: 100%;
    }

    .footer-navigation.page-navigation, .university-links.page-navigation {
        column-count: 1;
        margin-left: 6px;
    }
}

/* Medium devices (tablets, less than 1024px) */
@media only screen and (max-width: 64.000em) {
    .wrapper img {
        max-width: 100%;
    }

    .page-header nav > img:nth-child(2) {
        margin-left: 3%;
        width: 14%;
    }

    .page-header ul {
        display: -webkit-box;
        display: flex;
        list-style-type: none;
        -webkit-box-ordinal-group: 2;
        order: 1;
        width: 100%;
        margin: 25px 0 auto auto;
        align-items: baseline;
        padding: 0;
    }

        .page-header ul li:not(:last-child) {
            padding-right: 3.65em;
        }

    .event-container {
        margin-top: 12em;
        width: auto;
        flex-direction: column;
    }
}

    /* Medium devices (tablets, less than 812px) */
    @media only screen and (max-width: 50.750em) {
        .page-main-1 > .text-wrapper {
            top: 0;
        }

        .quote-container {
            display: flex;
            flex-wrap: unset;
            justify-content: space-evenly;
            margin-top: 2%;
        }

        .footer-content {
            width: 100%;
        }

            .footer-content .identifier {
                flex: 50%;
            }

        .identifier .footer-logo {
            width: 45%;
        }
    }

    /* Small devices (landscape phones, less than 768px) */
    @media only screen and (max-width: 47.999em) {
        .page-header nav > img:nth-child(2) {
            margin-left: 25%;
            width: 20%;
        }

        .page-header ul li:not(:last-child) {
            padding-right: 0.95em;
        }

        .numbers {
            width: 30%;
        }

        .event-container {
            width: 95%;
        }

        .event-item {
            flex: 0 45%;
        }

        .column img {
            width: 100%;
        }

        .dean h2 {
            font-size: 2em;
        }

        .page-main-7 h2, .page-main-learn h2 {
            font-size: 2em;
        }

        .page-main-7 h2 {
            font-size: 2em;
        }

        .quote-container {
            width: 95%;
        }

        .quote-item {
            flex: 0 25%;
        }

        .footer-content .identifier {
            flex: 100%;
        }

        .identifier .footer-logo {
            width: 45%;
        }
    }

    /* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 600px) {
        .page-main-1 > .text-wrapper {
            top: 0;
        }

        .page-header nav > img:nth-child(1) {
            margin: 0 auto;
        }

        .page-header nav > img:nth-child(2) {
            margin-left: 0;
            width: auto;
            margin: 8% auto;
        }

        .page-header ul li {
            padding: unset;
            text-align: unset;
            width: 100%;
        }

        .page-header nav ul li a, .page-header nav ul li a:link, .page-header nav ul li > span.fas {
            width: 100%;
        }

        .page-main-1 h1 {
            font-size: 3em;
        }

        .page-main-2 {
            max-height: max-content;
            min-height: min-content;
        }

        .request-info {
            top: 55%;
        }

        .button {
            margin-bottom: 1em;
        }

        .page-main-2 h2 {
            font-size: 2em;
        }

        .numbers-container {
            flex-flow: column;
        }

        .numbers {
            font-size: 2em;
            width: auto;
        }

            .numbers .sm-text {
                font-size: 0.55em;
                font-weight: normal;
            }

        .event-item {
            display: flex;
            flex-flow: column;
        }

            .event-item > .date {
                margin-bottom: 3%;
                width: 70%;
            }

        .event-container {
            margin-top: 0;
            width: 100%;
            flex-flow: column;
        }

        .event-info > .event-title {
            margin-left: unset;
        }

        .event-info > .event-text {
            margin-left: unset;
        }

        .blog-title {
            font-size: 1em;
            padding: 3%;
        }

        .row {
            display: flex;
            flex-flow: column;
        }

        .column {
            float: none;
            width: 100%;
            padding: 10px;
            height: auto;
            margin-right: 0;
        }

            .column img {
                width: 100%;
            }

        .quote-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 2%;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }

        .quote-item {
            flex: 0 100%;
            height: auto;
            margin-bottom: 8%;
        }

        .student-quote > img {
            margin: 5% 0 5% 0;
            width: 100%;
        }

        footer.page-footer {
            display: flex;
            flex-flow: column;
        }

        .footer-content {
            flex-flow: column;
            margin: 0 auto;
            width: 100%;
        }

        .page-footer .page-search-box {
            margin: 0 auto;
        }

        .page-search-box .tier-1 {
            border-right: none;
            padding: 0;
            margin: 0;
        }

        .social-media {
            flex: 100%;
            max-width: unset;
            margin-bottom: 0.75em;
            margin-top: 0;
            min-height: unset;
        }

        .identifier .footer-logo {
            width: 50%;
        }

        .footer-content .identifier {
            border-left: unset;
            flex: 100%;
            margin: 0 auto 1em auto;
        }

        .university-links.page-navigation li {
            display: block;
            margin-top: 1.25em;
        }

            .address > li:not(:last-child)::after, .university-links.page-navigation li:not(:last-child)::after {
                content: unset;
            }
    }

    /*Emergency Notice*/
    .emergencynotice {
        padding: 0;
    }

    .row .fas, .row .fas:hover {
        padding: 0.5% 0 0 2%;
        color: #fff;
        background: none;
    }

    .notice {
        background: #315B77;
        min-height: max-content;
    }

        .notice.emergency:nth-child(2) {
            background: #AF9D84;
            width: 100%;
            z-index: 10;
            position: relative;
        }

        .notice.emergency {
            background: #3c7295;
            height: 6em;
            min-height: max-content;
            max-height: 8em;
            position: relative;
            width: 100%;
            z-index: 10;
        }

        .notice.warning {
            background: #315B77;
        }

        .notice a {
            color: #ffffff;
            display: block;
            font-size: 1.35em;
            font-weight: bold;
            padding: 40px 50px 40px 50px;
            text-decoration: none;
        }

        .notice .fa {
            float: right;
            margin: -60px 16px 0 0;
            /*font-weight: bold;*/
            color: #ffffff;
            /*border: 2px solid #ffffff;*/
            padding: 2px;
            border-radius: 5px;
            cursor: pointer;
        }

        .notice.emergency a,
        .notice.warning a,
        .notice.emergency .fa,
        .notice.warning .fa {
            color: #fff;
            border-color: #fff;
            font-weight: bold;
        }

    @media (max-width: 550px) {
        .notice .row span {
            margin: -70px 16px 0 0;
        }
    }

    @media (max-width: 375px) {
        .notice .row span {
            margin: 8px 8px 0 8px;
        }

        .notice .row {
            flex-flow: row;
        }

        .notice a {
            color: #ffffff;
            display: block;
            font-size: 1.35em;
            font-weight: bold;
            padding: 40px 0 0 10px;
            text-decoration: none;
        }
    }

    .notice {
        opacity: 1 !important;
        display: block !important;
    }

        .notice.closed {
            display: block !important;
            transition: opacity 500ms ease-out, max-height 500ms ease-out !important;
            max-height: 0 !important;
            opacity: 0 !important;
        }

            .notice.closed .fa {
                display: none !important;
            }

            .notice.closed a {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                transition: padding 500ms ease-out !important;
                max-height: 0 !important;
            }
    /* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    /*.page-header nav > *,
.page-main,
.page-footer > * {
    opacity: 0;
}

.page-header,
.page-footer,
.page-main .text-wrapper {
    overflow: hidden;
}

.page-header nav > * {
    transform: translateY(-30px);
}

.page-footer > * {
    transform: translateY(30px);
}

.page-header {
    position: relative;
}

.page-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-purple-color);
    z-index: 99999;
    transform: scaleX(0);
}

.page-main .text-wrapper + .text-wrapper {
    margin-top: 10px;
}

.page-main .text-wrapper * {
    transform: translateY(120%);
}

.page-main .p-wrapper * {
    transform: translateY(-120%);
}

.loaded .page-header::after {
    animation: scaleIn 1.3s ease-in 0.2s forwards;
}

.loaded .page-main {
    animation: fadeIn 1s ease-in 0.7s forwards;
}

.loaded .page-header nav > *,
.loaded .page-footer > * {
    animation: fadeIn 1s ease-in 0.7s forwards, slideIn 0.8s ease-in 0.9s forwards;
}

.loaded .page-main .text-wrapper * {
    animation: slideIn 0.6s cubic-bezier(0.54, 0.46, 0.54, 0.94) 2s forwards;
}

@keyframes fadeIn {
    60% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scaleIn {
    100% {
        transform: scaleX(1);
    }
}

@keyframes slideIn {
    100% {
        transform: translateY(0);
    }
}*/