/*
 * Globals
 */


/*
 * Fonts
 */

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Extrabold.woff2') format('woff2'),
        url('../fonts/Gilroy-Extrabold.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-BlackItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraboldItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraboldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('../fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLightItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ThinItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-HeavyItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('../fonts/Gilroy-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLight.woff2') format('woff2'),
        url('../fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-LightItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.woff2') format('woff2'),
        url('../fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #1A1A1A;
    text-shadow: none;
    /* Prevent inheritance from `body` */
}

.btn-outline-hero {
    color: #1A1A1A;
    border-color: #1A1A1A;
    border-width: 4px;
}

.btn-outline-hero:hover {
    color: rgba(242, 242, 242);
    background-color: #1A1A1A;
    border-color: #1A1A1A;
}


/*
 * Base structure
 */

svg {
    fill: #f2f2f2;
}

path {
    fill: rgba(242, 242, 242, 1.0);
    ;
}



p {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    line-height: normal;
    color: rgba(242, 242, 242, 1.0);
    text-transform: uppercase;
}

.statement a {
    color: #1A1A1A;

}

.statement a:hover {
    color: #2c2c2c;

}

.cover-container {
    max-width: 42em;
}


/*
 * Header
 */

.navbar {
    z-index: 1000;
    margin-top: 0px;
    background-color: rgba(26, 26, 26, 0.0);
    animation: navbar 1s cubic-bezier(0, 0, 1.0, 1.0);
}

@keyframes navbar {
    to {
        /*background-color: rgba(26, 26, 26, 1.0);*/
        margin-top: -80px;
    }
}

#Layer_2 {
    height: 50px;
}


.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding: 0;

    > .col,
    > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.navrow {
    margin: 0;
    width: 100%;
}

.btn-navbar {
    font-family: 'Gilroy';
    font-weight: bolder;
    font-style: normal;
    text-align: center;
    font-size: 1rem;
    padding: 0.8rem 2rem 0.8rem 2rem;
    color: rgb(26, 26, 26);
    background-color: rgb(255, 255, 0);
    border-color: rgb(255, 255, 0);
    float: right;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #F2F2F2;
    border-bottom-color: #F2F2F2;
}

@media (max-width: 768px) {
    .navbar-collapse {
        background-color: #1A1A1A;
        width: 100%;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        text-align: center;
        padding: 5rem;
        font-size: 2rem;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

/*
 * Logo
 */
.logo {
    fill: #f2f2f2;
    top: 60px;
}

.logo00 {
    left: 0;
    animation: logo00 1s cubic-bezier(0.42, 0, 1.0, 1.0);
}

@keyframes logo00 {
    to {
        left: calc(100vw - 120px);
    }
}

.logo01 {
    left: 0;
    animation: logo01 1s cubic-bezier(0.32, 0, 1.0, 1.0);
}

@keyframes logo01 {
    to {
        left: calc(100vw - 120px);
    }
}

.logo02 {
    left: 0;
    animation: logo02 1s cubic-bezier(0.22, 0, 1.0, 1.0);
}

@keyframes logo02 {
    to {
        left: calc(100vw - 120px);
    }
}


/*
 * Hero
 */
.bg-hero {
    position: fixed;
    z-index: -1;
    top: 0vh;
    background-color: rgb(26, 26, 26);
    animation: bg-hero 1s cubic-bezier(0, 0, 1.0, 1.0);
}

@keyframes bg-hero {
    to {
        top: -50vh;
        background-color: rgb(221, 26, 26);

    }
}


.hero-text {
    font-family: 'Gilroy';
    font-weight: bolder;
    font-style: normal;
    text-align: center;
    font-size: 20vw;
    line-height: 15vw;
    text-transform: uppercase;
    color: rgba(242, 242, 242, 1.0);
    animation: hero-text 0.5s cubic-bezier(0, 0, 1.0, 1.0);
}

@keyframes hero-text {
    to {
        color: rgba(26, 26, 26, 1.0);
    }
}

.text-opacity {
    opacity: 1.0;
    animation: text-opacity 0.6s cubic-bezier(0, 0, 1.0, 1.0);
}

@keyframes text-opacity {
    to {
        opacity: 0.0;
    }
}

/*
 * statement
 */

.statement {
    position: relative;
    padding-top: 100vh;
    /*background-color: rgb(26, 26, 26);*/
    animation: statement 1s cubic-bezier(0, 0, 1.0, 1.0);
}

@keyframes statement {
    to {
        /* background-color: rgb(221, 26, 26); */
    }
}


.textblock {
    margin-bottom: 10rem;
}

.btn-comments{
    font-family: 'Gilroy';
    font-weight: bolder;
    font-style: normal;
    text-align: center;
    font-size: 1rem;
    border-style: solid;
    border-width: 0.2rem;
    padding: 0.5rem 2rem 0.5rem 2rem;
    color: rgb(255, 255, 0);
    background-color: rgb(26, 26, 26);
    border-color: rgb(255, 255, 0);
}

.btn-comments:hover {
    color: rgb(40, 40, 40);
    background-color: rgba(255, 255, 100, 1);
    border-color: rgba(255, 255, 200, 1);
}

.btn-form {
    font-family: 'Gilroy';
    font-weight: bolder;
    font-style: normal;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 3rem 1rem 3rem;
    color: rgb(26, 26, 26);
    background-color: rgb(255, 255, 0);
    border-color: rgb(255, 255, 0);
}


@media (max-width: 768px) {
    #Layer_2 {
        height: 30px;
    }
    .btn-navbar {
        font-size: 1rem;
    padding: 0.4rem 1.4rem 0.4rem 1.4rem;
}
}
.btn-form:hover {
    color: rgb(40, 40, 40);
    background-color: rgba(255, 255, 100, 1);
    border-color: rgba(255, 255, 200, 1);
}

/*
 * Comments
 */

.sub-title{
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    line-height: normal;
    color: rgba(242, 242, 242, 1.0);
    text-transform: uppercase;
}
#comment-section{
    color: #1A1A1A;
    background-color: #1A1A1A;
}

#comment-section h1{
    color: rgba(242, 242, 242, 1.0);    
}

#comment-section p{
    text-align:left;
    color: #1A1A1A;
}

#comment-section .card{
    margin-bottom: 1rem;
}
.like,
.dislike {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: rgb(221, 26, 26);
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    color: rgba(242, 242, 242, 1.0);
}.like. .dislike:hover {
    color: rgba(242, 242, 242, 1.0);
    background-color: rgb(221, 26, 26);
    border-color: rgba(255, 255, 200, 1);
}
.like i{
    color: rgba(242, 242, 242, 1.0) !important;
} .like i:hover{
    color: rgba(242, 242, 242, 1.0) !important;
}

.like input{
    color: rgba(242, 242, 242, 1.0) !important;
} .like iinput:hover{
    color: rgba(242, 242, 242, 1.0) !important;
}


.card{
    background-color: rgba(242, 242, 242, 1.0);
}

.card i{
    color: #1A1A1A;
}
.card input{
    text-align: center;
    border: none;
    width:20px;
    background: transparent;
}

/*
 * Comments
 */
#form{
    color: rgba(242, 242, 242, 1.0);
    background-color: #1A1A1A;
}

/*
 * footer
 */

.footer {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    color: rgba(242, 242, 242, 1.0);
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: rgba(26, 26, 26, 1.0);
}

.credits {
    color: rgba(242, 242, 242, 0.9);
    text-decoration: none;
}

.credits:hover {
    color: rgba(242, 242, 242, 0.8);
    text-decoration: none;
}

:root * {
    /* Pause the animation */
    animation-play-state: paused;
    /* Bind the animation to scroll */
    animation-delay: calc(var(--scroll) * -1s);
    /* These last 2 properites clean up overshoot weirdness */
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
