:root {
    --orange: #F6780D;
    --white: #eee;
}

* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    background-color: #000;
    font-size: 16px;
    overflow-x: hidden;
}

.mobileEx {
    display: none;
}


section {

    height: 100vh;
    width: 100vw;
}

.centerContent {
    text-align: center;
}

.wordmarkLogo {}



.mainContainerColor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 91, 111, 0.5);
    z-index: 3;
    width: 50vw;
    height: 30vh;
}

.mainContainer {
    background-color: rgba(0, 91, 111, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 5vh 10vh 10vh 5vh;
    z-index: 5;
}

/*
.mainContainer:nth-child(-n+4) {
    background-color: rgba(0, 91, 111, 0);
}
*/

.rotateImage {
    transform: rotate(-15deg);
    -webkit-box-shadow: 2px 14px 18px 10px rgba(0, 0, 0, 0.74);
    box-shadow: 2px 14px 18px 10px rgba(0, 0, 0, 0.74);
}

.mainContainer div {}

#imageArea {
    grid-row: span 4;
    grid-column: 1;
    background-color: rgba(0, 91, 111, 0);
    /*
    width: 100%;
    height: 100%;
*/
}

.textArea {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    grid-row: 2 /span 2;
    grid-column: 2;
    padding-right: 1em;
    margin-left: 2em;

}

.alexArea {
    width: 50vh;
    height: auto;
    margin-top: -7em;
    border-radius: 50%;
}


h2 {
    color: var(--orange);
    font-family: ff-good-headline-web-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3em;
}

p {
    font-family: ff-good-headline-web-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.5em;
}

.whiteF {
    color: var(--white);

}

.greyF {
    color: #656565 !important;
}

.darkL {
    color: #337786;
}

.darkL:hover {
    color: #24afce;

}

.innerListSpacer {
    padding-top: 1.5em;
}


/*********************FOOTER*****************/
header {
    position: fixed;
    top: 0;
    left: 0;
    background: #1C1C1C;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    z-index: 10;
    -webkit-box-shadow: 0px 12px 18px 5px rgba(0, 0, 0, 0.79);
    box-shadow: 0px 12px 18px 5px rgba(0, 0, 0, 0.79);
}





/*********************BODY*****************/

.backgroundImage {
    background: #1C1C1C;
    background-image: url(../img/wrestlers.png);
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: -1;

}



/*********************FOOTER*****************/
.footerDesktop {
    /*
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
*/
    position: fixed;
    bottom: 0;
    left: 0;
    background: #1C1C1C;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-shadow: 0px -12px 18px 5px rgba(0, 0, 0, 0.79);
    box-shadow: 0px -12px 18px 5px rgba(0, 0, 0, 0.79);
}

.footerText {
    padding: 1em 0 0.25em;
    width: 30%;
    margin: 0 auto;
}

.podcastOn {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
}

.podcastOn h5 {
    /*    display: inline;*/
    font-size: 2em;
    color: var(--orange);
    /*    font-family: aviano-future, sans-serif;*/
    font-family: ff-good-headline-web-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 1em;
    height: 50px;
    /*

    
    margin-bottom: 1em;
*/

    /*
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
*/

}

.podcastOn img {
    width: auto;
    height: 50px;
}

.podcastOn ul {
    display: inline-flex;
    /*    padding-top: 10em;*/
    align-items: center;
    justify-content: center;
}

.podcastOn ul li {
    display: inline-flex;
    padding-right: 2.5em;
    align-items: baseline;
    justify-content: center;


}

.bottomTags {
    /*    color: #333333;*/
    font-size: 0.4em;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

p + p {
    margin-left: 2em;
}

.iBR {
    padding-right: 1em;
    text-align: right;
    float: right;
}

.iBL {
    padding-left: 1em;
    text-align: left;

}

.padTop {}

.padTop:hover {
    /*    border: 1px solid #eee;*/

    -webkit-box-shadow: 2px 14px 30px 11px rgba(0, 0, 0, 0.42);
    box-shadow: 2px 14px 30px 11px rgba(0, 0, 0, 0.42);
}

@media only screen and (max-width: 2200px) {}


@media only screen and (max-width: 1700px) {

    h2 {
        font-size: 2.75em;
    }

    p {
        font-size: 2em;
    }
}


@media only screen and (max-width: 1400px) {

    h2 {
        font-size: 2.5em;
    }

    p {
        font-size: 1.75em;
    }

    .alexArea {
        margin-top: -4em;

    }


}

@media only screen and (max-width: 1250px) {

    /*
    h2 {
        font-size: 2.5em;
    }

    p {
        font-size: 1.75em;
    }

    .alexArea {
        margin-top: -4em;

    }
*/

    .desktopEx {
        display: none !important;
    }

    .mobileEx {
        display: block;
    }

    .wordmarkLogoMobile {
        margin: 0 auto;
    }

    .mainMobile {
        width: 50%;
        margin: 10em auto 5em;
    }

    .alexMobile {
        width: 100%;
        border-radius: 50%;
    }

    .textMobile {
        margin-top: 2em;
        background-color: rgba(0, 91, 111, 0.5);
        padding: 2em 1em;
    }

    .footerMobile {
        background-color: #1C1C1C;
        padding-top: 2em;
        width: 100%;
        -webkit-box-shadow: 0px -12px 18px 5px rgba(0, 0, 0, 0.79);
        box-shadow: 0px -12px 18px 5px rgba(0, 0, 0, 0.79);
    }


    .footerMobile ul {
        list-style-type: none;

    }

    .footerMobile ul li {
        padding-bottom: 3em;
        text-align: center;

    }

    .footerMobile h5 {
        text-align: center;
        padding-bottom: 1em;
        font-size: 2em;
        color: var(--orange);
        font-family: aviano-future, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .footerMobile img {
        height: 60px;
        width: auto;
    }

    .inlineBottom {
        display: inline;
        /*        margin-bottom: 0.5em;*/
    }



    /*
    .backgroundImage {
        background: #1C1C1C;
        background-image: url(../img/wrestlers.png);
        background-size: cover;
        background-position: center;
        opacity: 0.25;
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: -1;

    }
*/


}



@media only screen and (max-width: 1100px) {


    .mainMobile {
        width: 70%;
        margin: 10em auto 5em;
    }



}

@media only screen and (max-width: 800px) {


    .mainMobile {
        width: 80%;
        margin: 10em auto 5em;
    }



}

@media only screen and (max-width: 600px) {


    .mainMobile {
        width: 90%;
        margin: 10em auto 5em;
    }

    .inlineBottom {
        display: block;
        /*        margin-bottom: 0.5em;*/
    }

    .iBR {
        padding-right: 1em;
        text-align: center;
        float: none;
    }

    .iBL {
        padding-left: 1em;
        text-align: center;

    }



}
