@charset "UTF-8";

@font-face {
    font-family: 'Hitchcock';
    src: url('../css/fonts/Hitchcock.woff2') format('woff2'),
        url('../css/fonts/Hitchcock.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../css/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../css/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*STYLES*/

p {
    font-family: 'Proxima Nova', sans-serif;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
}

h1 {
    font-family: 'Hitchcock', sans-serif;
    font-weight: 100;
    font-size: 1.25em;
    line-height: auto;
    color: #fff;
}

.author {
    font-family: 'Hitchcock', sans-serif;
    font-weight: 100;
    font-size: 1em;
    line-height: auto;
    color: #fff;
}

html {
    background: url('../img/BG.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

*,
::after,
::before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.dragging *,
.noselect,
::after,
::before {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scrolling * {
    pointer-events: none !important
}

::selection {
    color: #fff;
    background: rgba(218, 66, 54, .99)
}

::-moz-selection {
    color: #fff;
    background: rgba(218, 66, 54, .99)
}

img::selection {
    background: rgba(218, 66, 54, .6)
}

img::-moz-selection {
    background: rgba(218, 66, 54, .6)
}


html {
    width: 100%;
    height: 100%
}

.link-target > * {
    pointer-events: none
}

:root {
    --vpH: 100vh
}

body {
    position: relative;
    width: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: 2.1;
    background: none;
    min-height: 95%;
    /* margin-bottom: 400px; */
    clear: both;

}


.main-cont {
    position: relative;
}

.sw-logo {
    width: 30%;
    height: auto;
    margin-top: 5%;
    position: relative;
}


.sw-hero {
    width: 100%;
    margin-bottom: -20px;
    margin-right: auto;
    margin-left: auto;
}


.sw-hero-cont {
    width: 100%;
    margin-bottom: -12px;
    position: relative;

}

.hero {
    padding-top: 3%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}


.MainContainer {
    position: relative;
}

.container-fluid {
    height: 100%;
    background: none;
    position: relative;

}


.container-fluid-m {
    display: none;

}


/*Neon Button*/


.neon-button {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 350px;
    height: 50px;

    margin: 25px 0 0 -150px;
    text-align: center;
    border-radius: 8px;
    border: 3px solid rgb(0, 40, 70);
    background-color: transparent;
    cursor: pointer;
}

.neon-button {
    animation: border-flicker 2s linear forwards;
    background-color: transparent;
}

.neon {
    font-family: "hitchcock";
    font-weight: 300;
    font-size: 1em;
    margin: 14px 0 0;
    color: rgba(120, 0, 50, .5);
}

.neon-button h1 {
    animation: text-flicker 2s linear forwards;
}

.neon-button .first {
    animation: letter-flicker 3s linear infinite;
}

@keyframes text-flicker {
    2% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    3% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    6% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    9% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    11% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    14% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    18% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    32% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    33% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    37% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    39% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    43% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    46% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    47% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    100% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }
}

@keyframes letter-flicker {
    2% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    3% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    6% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    9% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    11% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    14% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    18% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    32% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    33% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    37% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    39% {
        color: rgba(120, 0, 50, .5);
        text-shadow: none;
    }

    40% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }

    100% {
        color: rgb(230, 0, 120);
        text-shadow: 0 0 15px rgb(230, 0, 120);
    }
}

@keyframes border-flicker {
    2% {
        border: 3px solid rgb(0, 180, 230);
        box-shadow: 0 0 15px -1px rgb(0, 180, 230),
            0 0 12px -1px rgb(0, 180, 230) inset;
    }

    3% {
        border: 3px solid rgb(0, 40, 70);
        box-shadow: none;
    }

    5% {
        border: 3px solid rgb(0, 180, 230);
        box-shadow: 0 0 15px -1px rgb(0, 180, 230),
            0 0 12px -1px rgb(0, 180, 230) inset;
    }

    6% {
        border: 3px solid rgb(0, 40, 70);
        box-shadow: none;
    }

    7% {
        border: 3px solid rgb(0, 180, 230);
        box-shadow: 0 0 15px -1px rgb(0, 180, 230),
            0 0 12px -1px rgb(0, 180, 230) inset;
    }

    9% {
        border: 3px solid rgb(0, 40, 70);
        box-shadow: none;
    }

    13% {
        border: 3px solid rgb(0, 180, 230);
        box-shadow: 0 0 15px -1px rgb(0, 180, 230),
            0 0 12px -1px rgb(0, 180, 230) inset;
    }

    16% {
        border: 3px solid rgb(0, 40, 70);
        box-shadow: none;
    }

    18% {
        border: 3px solid rgb(0, 180, 230);
        box-shadow: 0 0 15px -1px rgb(0, 180, 230),
            0 0 12px -1px rgb(0, 180, 230) inset;
    }

    22% {
        border: 3px solid rgb(0, 40, 70);
        box-shadow: none;
    }

    34% {
        border: 3px solid rgb(0, 180, 230);
        box-shadow: 0 0 15px -1px rgb(0, 180, 230),
            0 0 12px -1px rgb(0, 180, 230) inset;
    }

    36% {
        border: 3px solid rgb(0, 40, 70);
        box-shadow: none;
    }

    54% {
        border: 3px solid rgb(0, 180, 230);
        box-shadow: 0 0 15px -1px rgb(0, 180, 230),
            0 0 12px -1px rgb(0, 180, 230) inset;
    }

    100% {
        border: 3px solid rgb(0, 180, 230);
        box-shadow: 0 0 15px -1px rgb(0, 180, 230),
            0 0 12px -1px rgb(0, 180, 230) inset;
    }
}

/*Social*/
.social {
    position: relative;
    height: auto;
    float: right;
    top: 65%;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 15px;

}

.social img {
    height: 20px;
}

.social ul {
    display: inline;
    padding-inline-start: 0px;
}

.social ul li {
    list-style: none;
    display: inline;
}


/*Text containers*/


.container-left {
    /*    visibility: hidden;*/
    display: table;
    height: auto;
    width: 30%;
    background-color: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 12%;
    margin-top: 3%;
    clear: both;
}


.container-right {
    /*    visibility: hidden;*/
    display: table;
    height: auto;
    width: 30%;
    background-color: none;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10%;
    margin-top: 2%;
    clear: both;
}

.content-inner {
    display: table;
    height: auto;
    width: auto;
    background-color: none;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 5%;
    margin-top: 2%;
    clear: both;
}


.hero__bookend {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;

    margin-top: 5%;
    padding-bottom: 2%;
}


/*Footer*/


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    background-color: #06042b;
    color: white;
    text-align: center;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    /* Styles */
    .hero__bookend {
        display: none;
    }

    .hero__bookend-m {
        display: block;
    }

    .sw-logo-m {
        width: 300px;
    }

    .container-fluid {
        display: none;
    }

    .container-fluid-m {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .sw-hero {
        display: none;
    }


    .sw-hero-m {
        width: 100%;
        margin-bottom: -20px;
        margin-right: auto;
        margin-left: auto;
        bottom: 0;
    }

    .mobile-sam {
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 150px;
        width: 100%;

    }

    .MainContainer {
        width: 100%;
    }



    p {
        font-size: 0.5em;
    }

    .author {
        margin-top: -5px;
        font-size: 0.6em;
        line-height: 1em;
    }

    h1 {
        font-size: 0.6em;
        line-height: 0.5em;
    }

    .container-left {
        display: table;
        height: auto;
        width: 90%;
        background-color: none;
        position: relative;
        top: 0;
        left: 0;
        margin-left: 1%;
        margin-top: 3%;
        clear: both;
    }

    .container-right {
        display: table;
        height: auto;
        width: 70%;
        background-color: none;
        position: relative;
        top: 0;
        right: 0;
        margin-left: 1%;
        margin-top: 2%;
        clear: both;
    }

    .content-inner {
        display: table;
        height: auto;
        width: auto;
        background-color: none;
        position: relative;
        top: 0;
        left: 0;

        margin-top: 2%;
        clear: both;
    }

    .neon-button {
        position: absolute;
        top: 5%;
        left: 5%;
        width: 250px;
        height: 50px;
        margin: 10px 0px 10px 15px;
        padding: 14px;
        text-align: center;
        border-radius: 8px;
        border: 3px solid rgb(0, 40, 70);
        background-color: transparent;
        cursor: pointer;
    }


    .neon {
        font-family: "hitchcock";
        font-weight: 300;
        font-size: 0.65em;
        margin: 5px 0px;
        color: rgba(120, 0, 50, .5);
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

    /* Styles */
    .hero__bookend {
        display: none;
    }

    .hero__bookend-m {
        display: block;
    }

    .sw-logo-m {
        width: 300px;
    }

    .container-fluid {
        display: none;
    }

    .container-fluid-m {
        display: block;
        position: relative
    }

    .sw-hero {
        display: none;
    }


    .sw-hero-m {
        width: 100%;
        margin-bottom: -20px;
        margin-right: auto;
        margin-left: auto;
        bottom: 0;
    }

    .mobile-sam {
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 150px;
        width: 100%;

    }

    .MainContainer {
        width: 100%;
    }



    p {
        font-size: 0.5em;
    }

    .author {
        margin-top: -5px;
        font-size: 0.6em;
        line-height: 1em;
    }

    h1 {
        font-size: 0.6em;
        line-height: 0.5em;
    }

    .container-left {
        display: table;
        height: auto;
        width: 90%;
        background-color: none;
        position: relative;
        top: 0;
        left: 0;
        margin-left: 1%;
        margin-top: 3%;

        clear: both;
    }

    .container-right {

        display: table;
        height: auto;
        width: 70%;
        background-color: none;
        position: relative;
        top: 0;
        right: 0;
        margin-left: 1%;
        margin-top: 2%;
        clear: both;
    }

    .content-inner {
        display: table;
        height: auto;
        width: auto;
        background-color: none;
        position: relative;
        top: 0;
        left: 0;

        margin-top: 2%;
        clear: both;
    }

    /* Smartphones (portrait) ----------- */
    @media only screen and (max-width : 320px) {

        /* Styles */
        .hero__bookend {
            display: none;
        }

        .hero__bookend-m {
            display: block;
        }

        .sw-logo-m {
            width: 300px;
        }

        .container-fluid {
            display: none;
        }

        .container-fluid-m {
            display: block;
            position: relative
        }

        .sw-hero {
            display: none;
        }


        .sw-hero-m {
            width: 100%;
            margin-bottom: -20px;
            margin-right: auto;
            margin-left: auto;
            bottom: 0;
        }

        .mobile-sam {
            position: absolute;
            left: 0px;
            bottom: 0px;
            height: 150px;
            width: 100%;

        }

        .MainContainer {
            width: 100%;
        }



        p {
            font-size: 0.5em;
        }

        .author {
            margin-top: -5px;
            font-size: 0.6em;
            line-height: 1em;
        }

        h1 {
            font-size: 0.6em;
            line-height: 0.5em;
        }

        .container-left {
            display: table;
            height: auto;
            width: 90%;
            background-color: none;
            position: relative;
            top: 0;
            left: 0;
            margin-left: 1%;
            margin-top: 3%;

            clear: both;
        }

        .container-right {

            display: table;
            height: auto;
            width: 70%;
            background-color: none;
            position: relative;
            top: 0;
            right: 0;
            margin-left: 1%;
            margin-top: 2%;
            clear: both;
        }

        .content-inner {
            display: table;
            height: auto;
            width: auto;
            background-color: none;
            position: relative;
            top: 0;
            left: 0;

            margin-top: 2%;
            clear: both;
        }
    }

    /*iphone X*/

    @media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
        .neon-button {
            left: 15%;
        }
    }

    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

        /* Styles */
        .hero__bookend {
            display: none;
        }

        .hero__bookend-m {
            display: block;
        }

        .sw-logo-m {
            width: 500px;
        }

        .container-fluid {
            display: none;
        }

        .container-fluid-m {
            display: block;
            position: relative
        }

        .sw-hero {
            display: none;
        }


        .sw-hero-m {
            width: 100%;
            margin-bottom: -20px;
            margin-right: auto;
            margin-left: auto;
            bottom: 0;
        }

        .mobile-sam {
            position: absolute;
            left: 0px;
            bottom: 400px;
            height: 150px;
            width: 100%;

        }

        .MainContainer {
            width: 100%;
        }



        p {
            font-size: 0.95em;
        }

        .author {
            margin-top: -5px;
            font-size: 0.9em;
            line-height: 1em;
        }

        h1 {
            font-size: 1.25em;
            line-height: 1.3em;
        }

        .container-left {
            display: table;
            height: auto;
            width: 70%;
            background-color: none;
            position: relative;
            top: 0;
            left: 0;
            margin-left: 1%;
            margin-top: 3%;

            clear: both;
        }

        .container-right {

            display: table;
            height: auto;
            width: 58%;
            background-color: none;
            position: relative;
            top: 0;
            right: 0;
            margin-left: 1%;
            margin-top: 2%;
            clear: both;
        }

        .content-inner {
            display: table;
            height: auto;
            width: auto;
            background-color: none;
            position: relative;
            top: 0;
            left: 0;
            margin-right: 8%;
            margin-top: 2%;
            clear: both;
        }

    }

    /* iPads (landscape) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

        /* Styles */
        .hero__bookend {
            padding-top: 1rem;
        }

        .sw-hero {
            display: none;
        }
    }

    /* iPads (portrait) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

        /* Styles */
        .hero__bookend {
            padding-top: 1rem;
        }
    }

    /* Desktops and laptops ----------- */
    @media only screen and (min-width : 1224px) {

        /* Styles */

        p {
            font-size: 1em;
            line-height: auto;
        }

        h1 {
            font-size: 1.25em;
        }

        .author {
            font-size: 1em;
        }

        .main-cont {
            position: relative;
        }

        .sw-logo {
            width: 30%;
            height: auto;
            margin-top: 5%;
            position: relative;
        }


        .sw-hero {
            display: block;
            width: 100%;
            margin-bottom: -20px;
            margin-right: auto;
            margin-left: auto;
        }


        .sw-hero-cont {
            width: 100%;
            margin-bottom: -12px;
            position: relative;

        }

        .hero {
            padding-top: 3%;
            height: auto;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
        }


        .MainContainer {
            position: relative;
        }

        .mobile-sam {
            display: none;
        }

        .container-fluid {
            height: 100%;
            background: none;
            position: relative;
            display: block;
        }


        .container-fluid-m {
            display: none;

        }


        /*Text containers*/


        .container-left {
            /*    visibility: hidden;*/
            display: table;
            height: auto;
            width: 40%;
            background-color: none;
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 1%;
            margin-top: 3%;
            clear: both;
            text-align: right;
        }


        .container-right {
            /*    visibility: hidden;*/
            display: table;
            height: auto;
            width: 40%;
            background-color: none;
            position: absolute;
            top: 0;
            right: 0;
            margin-right: -1%;
            margin-top: 3%;
            clear: both;
            text-align: left;
            overflow: hidden;
        }

        .content-inner {
            display: table;
            height: auto;
            width: auto;
            background-color: none;
            position: relative;
            top: 0;
            left: 0;
            padding-left: 5%;
            margin-top: 2%;
            clear: both;
        }

    }


    /* Desktops and laptops ----------- */
    @media only screen and (min-width : 1440px) {

        /* Styles */

        p {
            font-size: 1em;
            line-height: auto;
        }

        h1 {
            font-size: 1.25em;
        }

        .author {
            font-size: 1em;
        }

        .main-cont {
            position: relative;
        }

        .hero__bookend {
            display: block;
        }

        .sw-logo {
            width: 50%;
            height: auto;
            margin-top: 5%;
            position: relative;
            display: block;
        }

        .sw-logo-m {
            display: none;
        }


        .sw-hero {
            display: block;
            width: 100%;
            margin-bottom: -20px;
            margin-right: auto;
            margin-left: auto;
        }


        .sw-hero-cont {
            width: 100%;
            margin-bottom: -12px;
            position: relative;

        }

        .hero {
            padding-top: 3%;
            height: auto;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
        }


        .MainContainer {
            position: relative;
            overflow: hidden;
        }

        .mobile-sam {
            display: none;
        }

        .container-fluid {
            height: 100%;
            background: none;
            position: relative;
            display: block;
        }


        .container-fluid-m {
            display: none;

        }


        /*Text containers*/


        .container-left {
            /*    visibility: hidden;*/
            display: table;
            height: auto;
            width: 30%;
            background-color: none;
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 1%;
            margin-top: 3%;
            clear: both;
            text-align: right;
        }


        .container-right {
            /*            visibility: hidden;
            */
            display: table;
            height: auto;
            width: 30%;
            background-color: none;
            position: absolute;
            top: 0;
            right: 0;
            margin-right: -1%;
            margin-top: 3%;
            clear: both;
            text-align: left;
            overflow: hidden;
        }

        .content-inner {
            display: table;
            height: auto;
            width: auto;
            background-color: none;
            position: relative;
            top: 0;
            left: 0;
            padding-left: 5%;
            margin-top: 2%;
            clear: both;
        }

    }

    /* Large screens ----------- */
    @media only screen and (min-width : 1824px) {

        /* Styles */

        p {
            font-size: 1em;
            line-height: auto;
        }

        h1 {
            font-size: 1.25em;
        }

        .author {
            font-size: 1em;
        }

        .main-cont {
            position: relative;
        }

        .sw-logo {
            width: 30%;
            height: auto;
            margin-top: 5%;
            position: relative;
        }


        .sw-hero {
            display: block;
            width: 100%;
            margin-bottom: -20px;
            margin-right: auto;
            margin-left: auto;
        }


        .sw-hero-cont {
            width: 100%;
            margin-bottom: -12px;
            position: relative;

        }

        .hero {
            padding-top: 3%;
            height: auto;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
        }


        .MainContainer {
            position: relative;
        }

        .mobile-sam {
            display: none;
        }

        .container-fluid {
            height: 100%;
            background: none;
            position: relative;
            display: block;
        }


        .container-fluid-m {
            display: none;

        }


        /*Text containers*/


        .container-left {
            /*    visibility: hidden;*/
            display: table;
            height: auto;
            width: 30%;
            background-color: none;
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 10%;
            margin-top: 3%;
            clear: both;
            text-align: right;
        }


        .container-right {
            /*    visibility: hidden;*/
            display: table;
            height: auto;
            width: 40%;
            background-color: none;
            position: absolute;
            top: 0;
            right: 0;
            margin-right: -1%;
            margin-top: 3%;
            clear: both;
            text-align: left;
            overflow: hidden;
        }

        .content-inner {
            display: table;
            height: auto;
            width: auto;
            background-color: none;
            position: relative;
            top: 0;
            left: 0;
            padding-left: 5%;
            margin-top: 2%;
            clear: both;
        }
    }
