@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'Uni Sans';
    src: url("../fonts/Uni Sans Heavy.otf");
}

body {
    background-color: #016500;
    background-image: url(../img/thumbs-bg.jpg);
    background-repeat: repeat;
    font-family: Montserrat;
    font-weight: 700;
    color: #fff;
    max-width: 100%;
    overflow-x: hidden;
}

html,
body {
    overflow-x: hidden;
    position: relative;
    /*height: 100%;*/
}

.section h1 {
    font-family: Uni Sans;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
}

#header {
    height: 50px;
    overflow: hidden;
    background-blend-mode: screen;
    background: linear-gradient(180deg, rgba(0, 44, 28, 1) 0%, rgba(0, 62, 29, 0.81) 100%);
    box-shadow: 0px 5px 50px 0px rgb(0 0 0 / 50%);
    z-index: 1;
}

/*#footer {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 16pt;
    text-shadow: 1px 1px 1px #333;
    color: #fff
}*/

#footer {
    height: 200px;
    overflow: hidden;
    background-blend-mode: screen;
    /*background: linear-gradient(180deg, rgba(2, 39, 68, 1) 0%, rgba(2, 75, 142, 0.81) 100%);*/
    background-color: #032007;
    box-shadow: 0px 5px 50px 0px rgb(0 0 0 / 50%);
    z-index: 1;
    text-align: center;
    font-size: 16pt;
    text-shadow: 1px 1px 1px #333;
    padding-top: 42px;
}

#main {
    /*padding-top: 10px;*/
}

#title {
    top: 0px;
    z-index: 2;
    position: absolute;
    left: 50%;
}

#titleImage {
    position: absolute;
    max-width: 90vw;
    max-height: 300px;
    z-index: 1000;
    left: 50%;
    top: -120px;
    transform: translate(-50%, 0%);
}

#glowTitleImage {
    position: absolute;
    height: 250px;
    width: auto;
    z-index: 1000;
    left: 50%;
    top: -15px;
    transform: translate(-50%, 0%);
}

#diceBottom {
    padding-top: 17px;
    left: 50%;
    transform: translate(-50%, 0%);
}

#header:before,
#footer:before {
    content: "";
    position: absolute;
    width: 200vw;
    height: 700%;
    top: -300%;
    left: -50%;
    z-index: -1;
    background: url(../img/Pattern.png) 0 0 repeat;
    transform: rotate(-5deg);
    mix-blend-mode: soft-light;
    opacity: 0.2;
}

#footer:before {
    opacity: 0.1;
}

#main {
    background-color: #00361C;
    background-image: url(../img/shadow.png);
    background-size: 100% 100%;
}

#feature {
    background-color: #016500;
    background-image: url(../img/thumbs-bg.jpg);
    background-repeat: repeat
}

.section .section-body {
    background-color: #54a8b836;
    box-shadow: 0px 0px 10px 0 #000;
    border-radius: 14px;
}

#ellipse {
    position: absolute;
    height: auto;
    width: auto;
}

#pause-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
}

#pause-overlay-icon {
    width: auto;
    height: auto;
    max-width: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}