/*
Theme Name: Art of Fury
Theme URI:
Author: Fury Studios
Author URI: 
Description: Art of Fury custom theme made by Fury Studios. Note: not fully customized for blog posts and other wordpress features.
Requires at least: 6.0.3
Tested up to: 6.0.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: artoffury
Tags: 
*/

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
}

@media screen and (max-width: 375px) {
    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}

/* Main container */

.container {
    max-width: 1441px;
}

/* Footer */

.menu {
    width: 100%;
}

.footer {
    height: 76px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    margin: auto;
    display: block;
}

/* Grid */

.container .row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
    max-width: 1441px;
}

@media screen and (min-width: 360px) {
    .container .row {
        max-width: 95%;
        padding: 0 !important;
    }
}

@media screen and (min-width: 1440px) {
    .container .row {
        max-width: 1441px;
    }
}

.container .row .col {
    max-width: 900px;
    padding: 40px;
    margin: auto;
}

.shadow {
    box-shadow: 0px 4px 6px 20px grey;
    /*h-offset v-offset blur spread color */
}

.strong_shadow {
    box-shadow: 0px 2px 25px 8px grey;
    /*h-offset v-offset blur spread color */
}

.grey {
    background-color: #f1f2f2;
}

.point-section:before {
    content: "";
    display: inline-block;
    width: 66px;
    height: 35px;
    background-image: url("imgs/Hand_Pointing.png");
    background-repeat: no-repeat;
    position: relative;
    margin-left: -66px;
    left: -20px;
    top: 18px;
}

.point-section-white:before {
    content: "";
    display: inline-block;
    width: 66px;
    height: 35px;
    background-image: url("imgs/Hand_White.png");
    background-repeat: no-repeat;
    position: relative;
    margin-left: -66px;
    left: -20px;
    top: 18px;
}

.star-section:before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 30px;
    background-image: url("imgs/Star.png");
    background-repeat: no-repeat;
    position: relative;
    margin-left: -33px;
    left: -20px;
    top: 5px;
    opacity: 100;
}

.paint-section:before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 30px;
    background-image: url("imgs/Palette_icon.png");
    background-repeat: no-repeat;
    position: relative;
    margin-left: -33px;
    left: -20px;
    top: 5px;
    opacity: 100;
}

.steam-stamp {
    background-image: url('imgs/RF_Gallery_Stamp.png');
    background-repeat: no-repeat;
    background-position: 99% 8%;
}

.steam-stamp-light {
    background-image: url('imgs/RF_Gallery_Stamp_White.png');
    background-repeat: no-repeat;
    background-position: 1% 99%;
}

.steam-section {
    background-color: #282e39;
    width: 1464px;
    position: relative;
    height: 320px;
    left: calc(50% - 732px);
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px 1px #7a7a7a;
    /*h-offset v-offset blur spread color */
}

.steam-section p {
    color: white !important;
}

.blue_strip {
    background-color: #282e39;
    position: relative;
    color: white !important;
    width: 100vw;
    min-height: 200px;
    left: calc(-50vw + 50%);
}

.blue_strip .row {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.bottom-shadow:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 8px;
    z-index: -1;
    box-shadow: 0px 12px 20px 4px #000000;
    /*h-offset v-offset blur spread color */
}

.blue_strip_border:before {
    content: "";
    display: inline-block;
    width: 1921px;
    height: 3px;
    background-image: url("imgs/Divider_Long.png");
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 0px;
    left: 0px;
    top: -20px;
}

.blue_strip_border:after {
    content: "";
    display: inline-block;
    width: 1921px;
    height: 3px;
    background-image: url("imgs/Divider_Long.png");
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 0px;
    right: 0px;
    bottom: -20px;
    transform: scaleX(-1);
}

.norco {
    min-height: 478px;
    background-image: url('imgs/Artwork_02.png');
    background-position: top;
    background-repeat: no-repeat;
}

.games_are_art {
    min-height: 421px;
    background-image: url('imgs/Artwork_04.png');
    background-position: top;
    background-repeat: no-repeat;
}

.artist {
    float: right;
    display: block;
    text-align: right; 
    font-size: 14px; 
    position: relative; 
    padding: 20px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: justify;
    line-height: 1.6;
    right: 0;
}

@media screen and (min-width: 200px) {
    .artist_blue_strip {
        display: none;
    }
}

@media screen and (min-width: 800px) {
    .artist_blue_strip {
        display: block;
    }
}

@media screen and (min-width: 220px) {
    .artist_norco {
        margin-top: -20px;
        position: absolute; 
    }
}

@media screen and (min-width: 220px) {
    .artist_gaa {
        margin-top: -200px;
        position: absolute; 
    }
}

.norco p {
    max-width: 500px;
    margin-left: -100px;
}

.games_are_art p {
    max-width: 700px;
    margin-left: -100px;
}


@media screen and (min-width: 320px) {
    .blue_strip {
        background-position: center;
    }

    .norco p,
    .games_are_art p {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1440px) {
    .blue_strip {
        background-position: center;
    }

    .norco p,
    .games_are_art p {
        margin-left: -100px;
    }
}

@media screen and (min-width: 1921px) {
    .blue_strip {
        background-position: right;
    }
}


.blue_strip .col {
    max-width: 900px;
    padding: 40px;
    margin: auto;
}

@media screen and (min-width: 320px) {
    .steam-section {
        height: 640px;
    }
}

@media screen and (min-width: 620px) {
    .steam-section {
        height: 540px;
    }
}

@media screen and (min-width: 780px) {
    .steam-section {
        height: 520px;
    }
}

@media screen and (min-width: 1050px) {
    .steam-section {
        height: 320px;
    }
}

.steam-section:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 19px;
    background-image: url("imgs/Steam_Corner.png");
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 0px;
    left: 0px;
    top: -19px;
    transform: scaleX(-1);
}

.steam-section:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 19px;
    background-image: url("imgs/Steam_Corner.png");
    background-repeat: no-repeat;
    position: absolute;
    left: calc(100% - 23px);
    top: -19px;
}

p.steam {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
    color: white;
}

@media only screen and (max-width: 640px) {
    .star-section:before {
        background-image: none;

    }

    .point-section:before,
    .point-section-white:before {
        background-image: none;
    }
}

.container .row .row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.container .row .row .col {
    padding: 20px;
    margin: auto;
}

/* Content */

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: black;
    text-align: left;
    font-size: 52px;
    padding-left: 34px;
    margin-bottom: 20px;
    letter-spacing: -0.025em;
}

@media screen and (min-width: 320px) {
    h2 {
        padding-left: 0px;
        font-size: calc(48px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 720px) {
    h2 {
        font-size: 52px;
    }
}

@media screen and (min-width: 1921px) {
    h2 {
        font-size: 52px;
    }
}

.divider {
    height: 3px;
}

p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    text-align: justify;
    line-height: 1.6;
}

@media screen and (min-width: 320px) {
    p {
        font-size: calc(18px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 720px) {
    p {
        font-size: 24px;
    }
}

@media screen and (min-width: 1921px) {
    p {
        font-size: 24px;
    }
}

a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #0E6E9C !important;
    position: relative;
    cursor: pointer;
    font-style: bold !important;
    text-decoration: none !important;
}

a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #0E6E9C;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
    color: inherit;
}


img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 21px;
    display: block;
    color: white !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-image: url("imgs/Arrow.png");
    background-repeat: no-repeat;
    background-position: 94% 50%;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    width: 284px;
    height: 55px;
    transition: 0.3s;
    margin-bottom: 20px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: -20px;
}


.left {
    margin-left: auto;
    margin-right: 0;
}

.right {
    margin-right: 0;
    right: 0;
    float: right;
}

.center {
    margin: auto;
}

.blue {
    background-color: #0E6E9C;
}

.blue::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    border-radius: 0px;
    color: white !important;
}

.blue:hover::before {
    color: white !important;
    transform-origin: left;
    transform: scaleX(0);
}

.blue:hover {
    color: white !important;
    background-color: #0A4C66;
    border-radius: 0px;
    cursor: pointer;
}

.green {
    background-color: #6DA420;
}

.green:hover::before {
    color: white !important;
    transform-origin: left;
    transform: scaleX(0);
}

.green:hover {
    color: white !important;
    background-color: #466614;
    border-radius: 0px;
    cursor: pointer;
}

.purple {
    background-color: #381B91;
}

.purple:hover::before {
    color: white !important;
    transform-origin: left;
    transform: scaleX(0);
}

.purple:hover {
    color: white !important;
    background-color: #2c1572;
    border-radius: 0px;
    cursor: pointer;
}

.steam-logo {
    width: 201px;
    height: 66px;
    left: -50px;
}


.AOF-bg {
    background-image: url('imgs/Header_Bg.png');
    background-repeat: repeat-x;
    margin: 0;
    top: -55px;
    position: relative;
    margin-bottom: -55px;
}

.AOF-header {
    padding-top: 140px;
}

.signature {
    float: right;
}

.curve {
    width: 500px;
    max-height: auto;
    min-width: 150px;
    float: none;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    -webkit-shape-outside: circle();
    shape-outside: circle();
}

@media screen and (min-width: 600px) {
    .curve {
        float: none;
    }

    .curve .author {
        position: relative;
        top: -50px;
    }
}

@media screen and (min-width: 800px) {
    .curve {
        float: right;
    }

    .curve .author {
        position: relative;
        top: -100px;
    }
}

.vision-footer {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    height: 461px;
    background-image: url('imgs/Artwork_03.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.vision-footer p {
    text-align: right;
    margin-right: 0;
    margin-bottom: 0;
}

.long-divider {
    background-image: url('imgs/Divider_Long.png');
    background-repeat: no-repeat;
}



.AOF_Gaa_bg {
    background-image: url('imgs/Aof_Gaa_Header.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: auto !important;
    padding: 0 !important;
    height: 474px !important;
    width: 1445px !important;
    position: relative;
}

@media screen and (min-width: 1446px) {
    .AOF_Gaa_bg {
        margin: auto;
        left: 0;
        right: 0;
        min-width: 1445px;
        max-width: 100% !important;

    }
}

.aof-gallery-footer p {
    text-align: left;
    padding-right: 150px;
}

@media screen and (min-width: 1200px) {
    .aof-gallery-footer p {
        max-width: 900px;
        padding-right: 0px;
        text-align: center;
    }
}

@media screen and (min-width: 1000px) {
    .aof-gallery-footer p {
        padding-right: 0px;
    }
}

@media screen and (min-width: 1446px) {
    .aof-gallery-footer p {
        max-width: 900px;
        padding-right: 0px;
        text-align: center;
        margin-left: 200px;
        margin-right: -200px;
    }
}

.AOF_Gaa_header {
    padding-top: 140px;
}

.minion {
    content: "";
    width: 351px;
    height: 395px;
    background-image: url("imgs/Artwork_05.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    margin-left: auto; 
    margin-right: 0;
    margin-top: -100px;
    float: right;
}

@media screen and (min-width: 320px) {
    .minion{
        right: 0px;
        scale: 0.5;
        width: 351px;
        margin-right: -50px;
        position: absolute;
    }
}

@media screen and (min-width: 600px) {
    .minion{
        right: 0px;
        scale: 0.7;
        width: 351px;
    }
}

@media screen and (min-width: 1000px) {
    .minion{
        margin-right: 0px;
        scale: 1;
        width: 351px;
        position: relative;
        float: right;
    }
}

.contact {
    background-image: url("imgs/Artwork_Contact.png");
    background-repeat: no-repeat;
    background-position: 0 0px;
    max-width: 1441px;
    min-height: 489px;
    margin-bottom: 200px;
    margin-top: 80px;
    position: relative;
    padding: 0;
}

.contact .row {
    z-index: -1; 
    position: absolute; 
    min-height: 422px !important;
    bottom: 0 !important;
    padding: 0;
    margin-bottom: 0;
}

.contact .col {
    margin-left: 350px !important;
    max-width: 1200px !important;
    position: relative;
}

@media screen and (min-width: 360px) {
    .contact {
        background-image: none;
    }
    .contact .col {
        margin-left: auto !important;
    }
    .contact .col .logo{
        display: none;
    }
}

@media screen and (min-width: 800px) {
    .contact {
        background-image: url("imgs/Artwork_Contact.png");
    }
    .contact .col {
        margin-left: 350px !important;
    }
    .contact .col p {
        font-size: 20px !important;
    }
    .contact .col h2 {
        font-size: 36px !important;
    }
}

@media screen and (min-width: 1000px) {
    .contact .col p {
        font-size: 24px !important;
    }
    .contact .col h2 {
        font-size: 52px !important;
    }
}

@media screen and (min-width: 1400px) {
    .contact .col .logo{
        display: inline-block;
    }
}

.norco-gallery {
    background-image: url('imgs/NorcoED_Bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    top: -40px;
    margin-bottom: 0px;
    padding-top: 50px;
}

.aof-gallery {
    background-image: url('imgs/GAA_Bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    top: -40px;
    margin-bottom: 0px;
    padding-top: 50px;
}

.unity_frame {
    min-width: 1024px !important; 
    padding: 0 !important; 
    background-color: white; 
    border: 2px; 
    border-color: black;
    border-style: solid;
    z-index: 1;
}

.flateye {
    background-image: url('imgs/Header_Bg_FlatEye.png');
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    top: -50px;
    margin-bottom: 0px;
    padding-top: 50px;
    width: 100%;
    height: 100%;
}

.thin-border {
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

.flat_eye_strip {
    min-height: 533px;
    background-image: url('imgs/FE_Artwork_10.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 120px;
}

.flat_eye_strip p {
    max-width: 700px;
    margin-left: -100px;
}


@media screen and (min-width: 320px) {
    .flat_eye_strip p {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1440px) {
    .flat_eye_strip p {
        margin-left: -100px;
    }
}

.flat_eye_cards {
    margin-bottom: 50px;
}

.flat_eye_cards:before {
    content: "";
    display: inline-block;
    width: 923px;
    height: 241px;
    background-image: url("imgs/FE_Artwork_09.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    margin: auto;
    left: calc(50% - 462px);
    top: 10px;
}

.flat_eye_footer {
    background-image: url('imgs/Logo_Symbol_Faded.png');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 600px;
    padding: 0 !important;
    margin-bottom: -40px !important;
}

.flat_eye_curve {
    width: 500px;
    max-height: auto;
    min-width: 150px;
    float: none;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    -webkit-shape-outside: circle();
    shape-outside: circle();
}


@media screen and (min-width: 600px) {
    .flat_eye_curve {
        float: none;
    }
}

@media screen and (min-width: 800px) {
    .flat_eye_curve {
        float: right;
    }
}

.flateye_gallery {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    background-image: url('imgs/Char_Art_Blur.png');
    background-repeat: no-repeat;
    background-position: right 100px;
}


.superfuse_strip {
    min-height: 531px;
    background-image: url('imgs/Artwork_Superfuse_05.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 120px;
}

.superfuse_strip p {
    max-width: 500px;
    margin-left: -100px;
}


@media screen and (min-width: 320px) {
    .superfuse_strip p {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1440px) {
    .superfuse_strip p {
        margin-left: -100px;
    }
}

.superfuse {
    background-image: url('imgs/SF_VG_BG.png');
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    top: -80px;
    margin-bottom: 0px;
    padding-top: 80px;
    width: 100%;
    height: 100%;
}

.women_in_games_strip {
    min-height: 578px;
    background-image: url('imgs/Artwork_COTS.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 120px;
    z-index: 99;
    position: relative;
}

.women_in_games_strip p {
    max-width: 500px;
    margin-left: -100px;
}


@media screen and (min-width: 320px) {
    .women_in_games_strip p {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1440px) {
    .women_in_games_strip p {
        margin-left: -100px;
    }
}


.blue_strip h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: white;
    text-align: left;
    font-size: 52px;
    padding-left: 0px;
    margin-bottom: 20px;
    letter-spacing: 0.025em;
    margin-left: -0px;
}

@media screen and (min-width: 320px) {
    .blue_strip h2 {
        padding-left: 0px;
        font-size: calc(48px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 720px) {
    .blue_strip h2 {
        font-size: 52px;
    }
}

@media screen and (min-width: 1921px) {
    .blue_strip h2 {
        font-size: 52px;
    }
}

.wig_apply {
    width: 800px;
}

@media screen and (min-width: 320px) {
    .wig_apply {
        width: 100% !important;
    }
}

@media screen and (min-width: 800px) {
    .wig_apply {
        width: 800px !important;
    }
}

.women_in_games_apply_image {
    width: 781px;
    height: 980px;
    background-image: url("imgs/Artwork_CB.png");
    background-repeat: no-repeat;
    margin-left: -250px;
    margin-right: -250px;
}

@media screen and (min-width: 320px) {
    .women_in_games_apply_image {
        background-image: none;
        margin-left: 0px;
        margin-right: 0px;
        width: 0px;
        height: 0px;
    }
}

@media screen and (min-width: 800px) {
    .women_in_games_apply_image {
        width: 781px;
        height: 980px;
        background-image: url("imgs/Artwork_CB.png");
        background-repeat: no-repeat;
        margin-left: -250px;
        margin-right: -250px;
    }

    .women_in_games_apply:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
    }
}


.women_in_games_apply_image:after {
    content: "";
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 781px;
    height: 980px;
    z-index: -1px;
}

.women_in_games_dimension_image {
    width: 1067px;
    height: 578px;
    background-image: url("imgs/Artwork_COTS.png");
    background-repeat: no-repeat !important; 
    margin-top: -72px;
    right: 0px;
    position:absolute;
    z-index: 0;
}

.women_in_games_dimension_image:after {
    content: "";
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 1067px;
    height: 578px;
    z-index: -1px;
}

.women_in_games_title {
    width: clamp(360px, 100%, 1920px);
    background-image: url("imgs/WIG_Header_3.png");
    background-size: clamp(360px, 100%, 1920px) auto;
    background-repeat: no-repeat;
    background-position: center; 
    margin: auto !important;
    position: relative;
    top:10px;
}


.women_in_games_title:before {
    content: "";
    display: inline-block;
    width: 1921px;
    height: 3px;
    background-image: url("imgs/Divider_Long.png");
    background-repeat: no-repeat;
    position: relative;
    margin-left: 0px;
    top: -25px;
    transform: scaleX(-1);
}

.women_in_games_title:after {
    content: "";
    display: inline-block;
    width: 1921px;
    height: 3px;
    background-image: url("imgs/Divider_Long.png");
    background-repeat: no-repeat;
    position: relative;
    margin-left: 0px;
    bottom: -25px;
}

@media screen and (min-width: 320px) {
    .women_in_games_title:before {
        top: -10px;
    }
    .women_in_games_title:after {
        bottom: 0px;
    }
}

@media screen and (min-width: 800px) {
    .women_in_games_title:before {
        top: -25px;
    }
    .women_in_games_title:after {
        bottom: -25px;
    }
}

.WIG_dimension {
    margin-left:0px;
}

@media screen and (min-width: 320px) {
    .WIG_dimension {
        margin-left: 0px;
    }
}

@media screen and (min-width: 800px) {
    .WIG_dimension {
        margin-left: -150px;
    }
}


.WIG_curve {
    width: 500px;
    max-height: auto !important;
    min-width: 150px;
    float: right;
    margin-right: -250px;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    shape-outside: circle(50%);
    -webkit-shape-outside: circle(50%) !important;
}

@media screen and (min-width: 320px) {
    .WIG_curve {
        width: 250px;
        margin-right: -150px;
    }
}

@media screen and (min-width: 800px) {
    .WIG_curve {
        width: 500px;
    }
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */

/* Home page */

body.hof {
    background-image: url("imgs/HoF_Entrance.png");
 
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: black;
}

img.bg {
    /* Set rules to fill background */
    min-height: auto;
    min-width: 100%;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;

    z-index: -1;
}

@media screen and (max-width: 1024px) {

    /* Specific to this particular image */
    img.bg {
        left: 50%;
        margin-left: -512px;
        /* 50% */
    }
}

.aof_logo {
    width: 334px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ------------------------------------------------ */
/* ------------------------------------------------ */

/* Navigation */

.navbar {
    z-index: 1;
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    border: 0px !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: black;
    text-transform: uppercase;
    background-image: url('imgs/Burger.png');
    background-repeat: no-repeat;
    height: 24px;
    width: 26px;
    text-indent: 26px;
    scale: 0.9;
}

.navbar-toggler-white,
.navbar-toggler-white:hover,
.navbar-toggler-white:focus,
.navbar-toggler-white:active {
    border: 0px !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    background-image: url('imgs/Burger_White.png');
    background-repeat: no-repeat;
    height: 24px;
    width: 26px;
    text-indent: 26px;
    z-index: 9;
}

.offcanvas-backdrop {
    background-color: transparent !important;
}

.offcanvas {
    background-image: url('imgs/Menu_Bg.png');
    min-width: 504px;
    padding-left: 100px;
}

a.nav-link {
    color: white !important;
    font-family: 'Rubik Dirt', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

a.nav-link {
    color: white !important;
}

a.nav-link::before,
.dropdown-item::before {
    background-color: white !important;
}

.dropdown-menu,
.dropdown-item {
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-menu li,
.dropdown-item,
.dropdown-menu li a,
.dropdown-item a {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .animate {
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(-0.5rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(-0.5rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateY(-0.5rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(-0.5rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.btn-close,
.btn-close:hover,
.btn-close:focus,
.btn-close:active {
    border: 0px !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: none;
    background-image: url('imgs/Close_Btn.png') !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    margin: 0 !important;
    width: 26px !important;
    height: 27px !important;
    opacity: 1 !important;
    padding: 0 !important;
    text-indent: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    left: -80px;
    position: relative;
}

.btn-close span {
    color: white;
}

/* --------------------------------- */