body {
    font-family: 'Alegreya Sans', sans-serif;
    margin: 0;
}
a:hover {
    color: #ff0800 !important;
    opacity: .75;
    -webkit-transition: all 0.33s ease-in;
    -moz-transition: all 0.33s ease-in;
    -o-transition: all 0.33s ease-in;
    -ms-transition: all 0.33s ease-in;
    transition: all 0.33s ease-in;
}
ul,
li {
    padding: 0;
}

/* ********** NAVIGATION MENU ********** */

.nav-active {
    color: #fff120;
}
.nav-main {
    font-size: 5em;
    font-weight: 900;
    color: white;
    position: absolute;
    top: -60px;
    text-align: center;
    z-index: 100;
}
.nav-main,
.nav-main-home,
.nav-main ul,
.nav-main-home ul,
.nav-main ul li,
.nav-main-home li {
    width: 100%;
}
.nav-main ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.nav-main ul li {
    display: inline;
    height: 90px;
}
.nav-main ul li a {
    font-size: .5em;
    text-decoration: none;
    color: white;
}

.nav-main ul li a img {
    position: relative;
    left: 3px;
}
.nav-main ul li:nth-of-type(1) {
    margin-right: 40px;
}
.nav-main ul li:nth-of-type(2) {
    padding-right: 30px;
}
.nav-main ul li:nth-of-type(4) {
    padding-left: 30px;
}
.nav-main ul li:nth-of-type(5) {
    padding-left: 40px;
}
.nav-main ul li:nth-of-type(1),
.nav-main ul li:nth-of-type(2),
.nav-main ul li:nth-of-type(4),
.nav-main ul li:nth-of-type(5) {
    position: relative;
    bottom: 70px;
}
@media (max-width: 1250px) {
    .nav-main ul li:nth-of-type(1) {
        display: none;
    }
    .nav-main ul li:nth-of-type(2) {
        display: none;
    }
    .nav-main ul li:nth-of-type(4) {
        display: none;
    }
    .nav-main ul li:nth-of-type(5) {
        display: none;
    }
}
@media (max-width: 1250px) {
    .nav-main {
        right: -2px;
    }
}

/* ********** BACKGROUND IMAGE ********** */

.background-image {
    background-image: url(../images/sfv_background.jpg);
    background-size: cover;
    background-position: center;
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    z-index: -99;
    margin: 0 auto;
    top: 0;
    text-align: center;
}

/* ********** FADE IN/OUT ANIMATIONS ********** */

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

/* ********** FOOTER ********** */

.main-footer {
    width: 90%;
    font-size: 1.25em;
    color: rgba(255, 255, 255, .25);
    text-align: center;
    margin: 0 5%;
    height: 50px;
    margin-bottom: 60px;
}

.main-footer p {
    padding-top: 10px;
}
@media screen and (max-width: 700px) {
    .main-footer p {
        font-size: .75em;
    }
}
@media screen and (max-width: 400px) {
    .main-footer p {
        font-size: .5em;
    }
}
.home-footer {
    width: 90%;
    position: fixed;
    bottom: 20px;
    padding-bottom: 25px;
    font-size: 1.25em;
    color: rgba(255, 255, 255, .25);
    text-align: center;
    margin: 0 5%;
    height: 50px;
}

.home-footer p {
    padding-top: 5px;    
}

.social {
    display: inline;
}

.social a {
    display: inline;
    border-radius: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.social a:nth-of-type(1) {
    background-color: #d02708;
    padding: 12px 12px;
}

.social a:nth-of-type(1) i {
    font-size: 1.5em;
    color: #ffffff;
    position: relative;
    top: 4px;
}

.social a:nth-of-type(2) {
    background-color: #679dd3;
    padding: 12px 16px;
}

.social a:nth-of-type(2) i {
    font-size: 1.5em;
    color: #ffffff;
    position: relative;
    top: 5px;
}

.social a:nth-of-type(3) {
    background-color: #41d9f2;
    padding: 12px 10px;
}

.social a:nth-of-type(3) i {
    font-size: 1.5em;
    color: #ffffff;
    position: relative;
    top: 5px;
}

.social a:hover {
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
    -webkit-transition: all 0.33s ease-in;
    -moz-transition: all 0.33s ease-in;
    -o-transition: all 0.33s ease-in;
    -ms-transition: all 0.33s ease-in;
    transition: all 0.33s ease-in;
    opacity: 1;
}

/* ********** ********* ********** */
/* ********** HOME PAGE ********** */
/* ********** ********* ********** */

.nav-home-fadein,
.nav-main-home {
    opacity: 0;
}
.skip {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 47%
}
.skip a {
    background-color: rgba(128, 128, 128, .5);
    text-decoration: none;
    color: white;
    padding: 15px 40px;
    border: 2px solid #fe0c00;
    border-radius: 5px;
}
.skip a:hover {
    color: yellow !important;
    border-color: yellow;
}
.video-background video {
    position: fixed;
    z-index: -999;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #000000;
}
.video-overlay {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fade-in-1,
.fade-in-2,
.video-overlay,
.background-image-home {
    font-size: 5em;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    text-align: center;
}
.logo-home, .home-social {
    opacity: 0;
}
.fade-in-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -moz-animation: fadeInOut 39s ease-in 2s forwards;
    -webkit-animation: fadeInOut 39s ease-in 2s forwards;
    -o-animation: fadeInOut 39s ease-in 2s forwards;
    animation: fadeInOut 39s ease-in 2s forwards;
}
.fade-in-2 {
    -moz-animation: fadeInOut 50s ease-in 1s forwards;
    -webkit-animation: fadeInOut 50s ease-in 1s forwards;
    -o-animation: fadeInOut 50s ease-in 1s forwards;
    animation: fadeInOut 50s ease-in 1s forwards;
}
.home-social,
.background-image-home,
.nav-main-home,
.nav-home-fadein,
.logo-home,
.logo {
    -moz-animation: fadeIn 62s ease-in 1s forwards;
    -webkit-animation: fadeIn 62s ease-in 1s forwards;
    -o-animation: fadeIn 62s ease-in 1s forwards;
    animation: fadeIn 62s ease-in 1s forwards;
}
.nav-home {
    font-size: 5em;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 75%;
}
.nav-home ul {
    list-style-type: none;
}
.nav-home ul li a {
    text-decoration: none;
    color: white;
}

@media screen and (max-width: 505px) {
    .nav-home {font-size: 2.5em;}
    .nav-main img {height: 40%; width: 40%;}
}

/* ********** ************** ********** */
/* ********** CHARACTER PAGE ********** */
/* ********** ************** ********** */

.character-inset {
    background-color: rgba(0, 0, 0, 1);
    border-width: 5px;
    border-color: rgba(255, 50, 50, .5);
    border-style: ridge;
    border-radius: 25px;
    margin: 0 auto;
    width: 90%;
    margin-top: 225px;
    margin-bottom: 35px;
    text-align: center;
}
.character-inset ul {
    display: block;
    padding: 0;
}
.character-inset ul li {
    display: inline;
}
.character-inset ul li img {
    border-radius: 25px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    height: auto;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.character-inset ul li img:hover {
    opacity: .75;
    -webkit-transition: all 0.33s ease-in;
    -moz-transition: all 0.33s ease-in;
    -o-transition: all 0.33s ease-in;
    -ms-transition: all 0.33s ease-in;
}

@media (max-width: 800px) {
    .character-inset ul li img {
        width: 44%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

@media (max-width: 500px) {
    .character-inset ul li img {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
@media (min-width: 501px) {
    .character-inset ul li img {
        width: 28.0%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}
@media (min-width: 1250px) {
    .character-inset {
        width: 1141px !important;
    }
    .character-inset ul li img {
        width: 21.875%;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

/* ********** ********* ********** */
/* ********** PLAY PAGE ********** */
/* ********** ********* ********** */

.play-inset {
    background-color: rgba(0, 0, 0, 1);
    border-width: 5px;
    border-color: rgba(255, 50, 50, .5);
    border-style: ridge;
    border-radius: 25px;
    margin: 0 auto;
    width: 90%;
    margin-top: 225px;
    margin-bottom: 35px;
    text-align: center;
}
.play-inset ul {
    display: block;
    padding: 0;
}
.play-inset ul li {
    display: inline;
}
.play-inset ul li img {
    width: 95%;
    border-radius: 25px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    height: auto;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.play-inset ul li img:hover {
    opacity: .75;
    -webkit-transition: all 0.33s ease-in;
    -moz-transition: all 0.33s ease-in;
    -o-transition: all 0.33s ease-in;
    -ms-transition: all 0.33s ease-in;
}

@media (min-width: 1250px) {
    .play-inset {
        width: 1141px !important;
    }
}

/* ********** ********** ********** */
/* ********** ABOUT PAGE ********** */
/* ********** ********** ********** */

.about-inset {
    background-color: rgba(0, 0, 0, 1);
    border-width: 5px;
    border-color: rgba(255, 50, 50, .5);
    border-style: ridge;
    border-radius: 25px;
    margin: 0 auto;
    width: 90%;
    margin-top: 225px;
    margin-bottom: 35px;
    color: white;
}
.about-inset h1 {
    text-align: center;
    font-size: 4em;
}
.about-inset h1,
.about-inset h2,
.about-inset p {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.about-inset p {
    font-weight: 400;
    font-size: 1.25em;
}
@media (max-width: 650px) {
    .about-inset h1 {
        font-size: 2em;
    }
}
@media (min-width: 1250px) {
    .about-inset {
        width: 1141px !important;
    }
}

/* ***** LIGHTBOX ***** */

.lightbox-background {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: none;
}
.lightbox-page {
    position: fixed;
    display: none;
    overflow: auto;
    background-color: rgba(0, 0, 0, .9);
    padding: 20px;
    top: 50%;
    left: 50%;
    width: 80%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    height: 80%;
    border-radius: 25px;
    color: #ffffff;
    z-index: 1000;
}
@media (min-width: 1250px) {
    .lightbox-page {
        width: 75% !important;
    }
}
.lightbox-page p {
    font-size: 1.15em;
}
.lightbox-content-left {
    margin-bottom: 0;
}
.lightbox-image-right,
.lightbox-content-left {
    width: calc((98% - 60px)/2);
    float: left;
}
.lightbox-content-left {
    margin-right: 1%;
}
.lightbox-image-right {
    margin-left: 1%;
}
.lightbox-image-right img {
    width: calc((98% - 60px)/2);
    width: 100%;
    max-height: 695px;
}
.lightbox-page h1 {
    font-size: 5em;
    margin: 0;
}
.lightbox-close {
    height: 40px;
    width: 40px;
    float: right;
    margin-left: 20px;
    font-size: 2.5em;
}
.lightbox-close:hover {
    color: #ff0800;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 960px) {
    .lightbox-image-right {
        clear: both;
        float: left;
        width: 100%;
    }
    .lightbox-content-left {
        width: 100%;
        margin-bottom: 25px;
    }
    .lightbox-image-right {
        margin-bottom: 25px;
    }
    .lightbox-close,
    .lightbox-close-hover {
        position: absolute;
        right: 0;
        margin-right: 20px
    }
}

.lightbox-content-left div img {
    float: left;
    margin-top: 15px
}

.lightbox-content-left div h1 {
    float: left;
    padding-left: 22px;
}

.lightbox-content-left p:first-of-type {
    clear: both;
    padding-top: 10px;
}

progress, progress::-webkit-progress-bar { background: #884400; }
progress, progress::-webkit-progress-value { background: #ff8800; }

.lightbox-content-left div:nth-of-type(2) progress {
    margin-left: 44px;
}

.lightbox-content-left div:nth-of-type(3) progress {
    margin-left: 40px;
}

.lightbox-content-left div:nth-of-type(4) progress {
    margin-left: 30px;
}

.lightbox-content-left div:nth-of-type(5) progress {
    margin-left: 15px;
}

.lightbox-content-left div:nth-of-type(6) progress {
    margin-left: 47px;
}

.lightbox-content-left div:nth-of-type(2) {
    clear: both;
}

@media (max-width: 505px) {
    .lightbox-page h1 {
        font-size: 2em !important;
        line-height: 3;
    }
}

/* ********** MEDIA PAGE ********** */

.gallery-inset {
    background-color: rgba(0, 0, 0, 1);
    border-width: 5px;
    border-color: rgba(255, 50, 50, .5);
    border-style: ridge;
    border-radius: 25px;
    margin: 0 auto;
    width: 90%;
    margin-top: 225px;
    margin-bottom: 35px;
    text-align: center;
}
.gallery-inset ul {
    display: block;
    padding: 0;
}
.gallery-inset ul li {
    display: inline;
}
.gallery-inset ul li img {
    width: 21.875%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    height: auto;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gallery-inset ul li img:hover {
    opacity: .75;
    -webkit-transition: all 0.33s ease-in;
    -moz-transition: all 0.33s ease-in;
    -o-transition: all 0.33s ease-in;
    -ms-transition: all 0.33s ease-in;
}
@media (max-width: 500px) {
    .gallery-inset ul li img {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
@media (min-width: 501px) {
    .gallery-inset ul li img {
        width: 44.5%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}
@media (min-width: 1250px) {
    .gallery-inset {
        width: 1141px !important;
    }
    .gallery-inset ul li img {
        width: 30%;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}
.img-fluid {
    width: 100%;
    height: auto;
}
.fa-chevron-left,
.fa-chevron-right {
    font-size: 3em !important;
    color: white;
    padding-bottom: 5px;
}
.prev-next {
    text-align: center;
}
.fa-chevron-left:hover,
.fa-chevron-right:hover {
    color: #ff0800 !important;
    opacity: .75;
    -webkit-transition: all 0.33s ease-in;
    -moz-transition: all 0.33s ease-in;
    -o-transition: all 0.33s ease-in;
    -ms-transition: all 0.33s ease-in;
    transition: all 0.33s ease-in;
}

/* ********** LIGHTBOX GALLERY ********** */

.gallery-background {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: none;
}
.lightbox-gallery {
    height: 0;
}
.lightbox-gallery-page {
    position: fixed;
    display: none;
    overflow: auto;
    background-color: rgba(0, 0, 0, .9);
    padding: 20px;
    top: 50%;
    left: 50%;
    width: 80%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 1000;
}
@media (min-width: 1250px) {
    .lightbox-gallery-page {
        width: 75% !important;
    }
}
@media screen and (max-width: 960px) {
    .lightbox-image-right {
        clear: both;
        float: left;
        width: 100%;
    }
    .lightbox-content-left {
        width: 100%;
        margin-bottom: 25px;
    }
    .lightbox-image-right {
        margin-bottom: 25px;
    }
    .lightbox-close,
    .lightbox-close-hover {
        position: absolute;
        right: 0;
        margin-right: 20px
    }
}

/* ********** MOBILE MENU ********** */

.header-mobile {
    z-index: 1000;
    font-size: 3em;
    font-weight: 900;
}
.hamburger {
    top: 5px;
    left: 5px;
}
.hamburger__icon {
    margin-top: 11px;
}
.hamburger a:hover {
    color: #6c6c6c !important;
}
.logo-white h1 {
    margin-bottom: 0;
    margin-top: 0;
}
@media (max-width: 960px) {
    .hamburger {
        position: absolute;
    }
    .header-mobile {
        display: block;
        font-size: 2em;
    }
    .logo {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .navfat li {
        padding-top: 0;
        padding-bottom: 0;
    }
    .logo-white h1 {
        bottom: 65px;
    }
}
@media (max-width: 460px) {
    .header-mobile {
        font-size: 1em;
    }
}