html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    background: #eee;
    height: 100%;
}
body {
    width: 100%;
    height: inherit;
    margin: 0 auto;
    background: #fff;
}
article {
    display: table;
}
.hideSection {
    display: none;
}
img.sectionImg {
    width: 100%;
}
a {
    padding: 0;
    text-decoration: none;
    display: flex;
}
.slide {

}
#mainContent {
    /*display: none;*/
}
.mainContent {
    display: flex;
    flex-direction: column;
}
header, footer, section {
    position: relative;
}
header {
    margin-bottom: -32px;
    z-index: 1;
    background: url(../assets/new-assets/header-bg.png) 0 0 transparent no-repeat;
    width: 100%;
    height: 760px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .sectionImg {
    width: 615px;
}
#qrCodeIcon {
    position: absolute;
    top: 55px;
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#hashTagClemensRoar {
    position: absolute;
    bottom: 275px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#selectFilterBelow {
    position: absolute;
    bottom: 145px;
    width: 415px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#hashTagClemensRoarFooter {
    position: absolute;
    bottom: 230px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#facebookIcon {
    position: absolute;
    bottom: 90px;
    width: 75px;
    margin-left: auto;
    margin-right: auto;
    left: -90px;
    right: 0;
}
#instagramIcon {
    position: absolute;
    bottom: 90px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: -140px;
}
footer {
    margin-top: -32px;
    /*background: url(../assets/Footer.png) 0 0 transparent no-repeat;
    width: 100%;
    height: 675px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;*/
}

#page-loader {
    background: url("../assets/ComingSoon/Orangepurple_Gradient 1_Mobile.png") 0 0 transparent no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9;
}
/*#forMobileOnlyWarning {
    display: none;
}*/


/*#mainContent, #forMobileOnlyWarning, #desktopSVG {display: none;}
#comingSoon {
    background: url("../assets/ComingSoon/Orangepurple_Gradient 1_Mobile.png") 0 0 transparent no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

@media (min-width: 480px) and (max-width: 1280px) {

    article {
        display: block;
    }
    #forMobileOnlyWarning {
        display: none;
    }

    /*#comingSoon {
        background: url("../assets/ComingSoon/Orangepurple_Gradient _Desktop.png") 0 0 transparent no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    #desktopSVG {display: block;}
    #mobileSVG {display: none;}*/
}



/* Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
    article {
        display: none;
    }
    #forMobileOnlyWarning {
        display: block;
    }
    #forMobileOnlyWarning img {
        width: 100%;
    }
    #mainContent, #desktopSVG, #page-loader {display: none;}
        /*#comingSoon {*/
    /*    background: url("../assets/ComingSoon/Orangepurple_Gradient _Desktop.png") 0 0 transparent no-repeat;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    background-size: cover;*/
    /*}*/
    /*#desktopSVG {display: block;}*/
    /*#mobileSVG {display: none;}*/
}

/* Big boi Monitors */
@media (min-width: 1281px) {
    article {
        display: none;
    }
    #forMobileOnlyWarning img {
        width: 100%;
    }
    #mainContent, #desktopSVG, #page-loader {display: none;}
    /*#comingSoon {
        background: url("../assets/ComingSoon/Orangepurple_Gradient _Desktop.png") 0 0 transparent no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    #desktopSVG {display: block;}
    #mobileSVG {display: none;}*/
}
