/* Master Elements  */

* {
    margin: 0px;
    padding: 0px;
    z-index: 10;
    scroll-behavior: smooth;
}

a{
    color: inherit;
    text-decoration: none;
}

p {
    text-align: left;
}
body{
    font-family: 'Work Sans', sans-serif;
    font-size:16px;
    color: #B4BBAF;
    background-color: #2A3432;
    line-height: 1.6em;
    overflow-x: hidden;
    font-weight: 200;
}


#nav{
    transition-duration: .2s;
    margin: 10px auto 0px auto;
}



footer{
    height: 100px;
    text-align: center;
    color: #85a1a3;
    padding: 25px 0px;
    box-sizing: border-box;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


h2{
    font-size: 30px;
    font-family: 'Avara', sans-serif;
    margin: 25px 0px;
    line-height: 1.5em;
    text-transform: uppercase;
    z-index: 100;
    letter-spacing: 2px;
}

h3{
    font-size: 30px;
    font-family: 'Work Sans', sans-serif;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 100;
    letter-spacing: 2px;
}
h4{
    font-size: 20px;
    font-family: 'Avara', sans-serif;
    margin: 20px 0px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 100;
    letter-spacing: 2px;
}

h5{
    font-size: 18px;
    font-family: 'Avara', sans-serif;
    margin: 3px 0px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 100;
    letter-spacing: 2px;
}
h6{
    font-size: 25px;
    font-family: 'Work Sans', sans-serif;
    margin: 3px 0px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 100;
    letter-spacing: 2px;
}

strong{
text-transform: uppercase;
}

.content{
    display: block;
    opacity: 1;
}
.hide {
    display: none;
    opacity: 1;
}



.fourthcontainer{
    width: 100%;
    background-color: #7E877D;
    color: #2A3432 !important;
}



.subpagecontent {
    padding: 50px;
    box-sizing: border-box;
    display: block;
    opacity: 1;
    background-color: #B4BBAF;
    color: #2A3432;
}




.rotate{
    opacity: .6;
}

/* CLIPPING */

.clip1{
    mask-image: url(#dice1_clip1);
    mask-position:center;
    mask-mode: luminance;
    mask-size: contain;

}


/* DESKTOP */
@media (min-width: 1000px) {

    h1{
        font-size: 60px;
        font-family: 'Avara', sans-serif;
        margin: 6px 0px 50px 0px;
        text-transform: uppercase;
        z-index: 100;
        letter-spacing: 2px;
        line-height: 1.25em;
    }

    .hide2 {
        opacity: 0;
        position: absolute;
        margin-top: -200px;
        transition-duration: .2s;
    }
    .aboutpage{
        height: 600px !important;
        padding-top: 200px;
        box-sizing: border-box;
    }
    
    .contact{
        height:50vh !important;
        min-height: 200px !important;
        margin-top:150px !important;
        background-image: url(img/speech.gif);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 50px;
        box-sizing: border-box;
    }

    .stages{
        width: 50vw;
        padding-right: 50px;
        box-sizing: border-box;
    }
    .stagestext{
        position: relative;
        font-size: 16px;
        width: 35vw;
        max-width: 600px;
        min-width: 500px;
        box-sizing: border-box;
    }

    .stagestext > p{
   padding-right:60px;
   box-sizing: border-box;
    }
    
    .stagestext > h3, .stagestext > h4{
        margin:5px 0px;
    }

    .headerframe{
        background-color: #2A3432C9; 
        padding:125px 0px 0px 0px; 
        box-sizing: border-box; 
        width: 100%;
        height: 100%;
        min-height: 750px;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;

    }


    .roleimg {
        z-index: 1;
        position: relative;
        display: block;
        transition-duration: 1s;
        text-align: center;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .roleimg2 {
        z-index: 1;
        position: relative;
        display: block;
        transition-duration: 1s;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
    .roleimg img{
        width: 100%;
    }
    
    .roleimg2 img{
        width: 100%;
    }

    .arrowdown{
        opacity: .5;
        position: absolute;
    
        margin-top:560px;
        transition-duration: .2s;
    }
    .arrowdown:hover{
    
        margin-top:570px;
        transition-duration: .2s;
    }

    #navwrapper{
        height: 120px;
        position: fixed;
        width: 100%;
        background-color: #2A3432;
        display: flex;
        align-items: flex-start;
        top:0px;
        z-index: 800;
        transition-duration: .2s;
        box-sizing: border-box;
    }

    .guidelines{
        height: calc(50vh) !important;
        margin: 0px;
        padding:100px 0px 0px 0px;
        box-sizing: border-box;
        background: url(img/guideline_background.jpg);
        background-position: center;
        background-size: cover;
    }
    .chosen{
        height: calc(50vh) !important;
        margin: 0px;
        padding:100px 0px 0px 0px;
        box-sizing: border-box;
        background: url(img/chosen_background.jpg);
        background-position: center;
        background-size: cover;
    }

    
    .rules{
        height: calc(50vh) !important;
        margin: 0px;
        padding:100px 0px 0px 0px;
        box-sizing: border-box;
        background: url(img/rules_background.jpg);
        background-position: center;
        background-color: #2A3432;
        background-size: cover;
    }
.wrapper{
    width: 100%;
    padding: 0px 00px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}




.navigation{
    
    display: flex;
    width: 100%;
    height: 100px;
    transition-duration: 1s;
    box-sizing: border-box;
    align-items:center;
}

    .navigationhide {
        z-index: 800;
        display: none;
        width: 100%;
        height: 0px;
        background-color: #2A3432;
        transition-duration: 1s;
        box-sizing: border-box;
        align-items: center;
    }

.menu{
    height: inherit;
    z-index: 600;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content:space-between;
    flex: 1;
    padding: 20px 0px;
}

.item{
    font-size: 30px !important;
    font-family: 'Avara', sans-serif !important;
    margin: 40px 0px;
    line-height: 1em;
    text-transform: uppercase;
    z-index: 100;
    letter-spacing: 2px;
    transition-duration: .5s;
}
.item2{
    font-size: 18px !important;
    font-family: 'Avara', sans-serif !important;
    margin: 40px 0px;
    line-height: 1em;
    text-transform: uppercase;
    z-index: 100;
    letter-spacing: 2px;
    transition-duration: .5s;
}
    
    
.textabout{
    height:50%;
    }


/* Multi Use Items  */

.container{
    display: flex;
    align-items: center;
    justify-content:center;
    position: relative;
}



.portrait{
    height: 80vh;
    min-height: 600px;
    width: auto;
    margin-top: 15vh;
    position: absolute;
    display: flex;
    z-index:1;
    transition-duration: .5s;
}
    .portraitbump {
        height: 80vh;
        min-height: 600px;
        width: auto;
        margin-top: 10vh;
        position: absolute;
        display: flex;
        z-index: 1;
        transition-duration: .5s;
    }

.portrait > img{
    height: 100%;
    z-index: 1;
}
    
.portraitbump > img {
        height: 100%;
        z-index: 1;
    }


.button{
    padding:5px 30px;
    margin: 25px;
    text-transform: uppercase;
    font-weight: 500;
        font-size: 18px;
        max-width: 200px;
        position: relative;

}

.warm-outline{
    transition-duration: .5s;
    border: 2px solid #B4BBAF;
    background-color: transparent;
    color: #B4BBAF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    width: 100%;
    box-sizing: border-box;
    margin: 50px 0px 0px 0px;

    
}
.warm-outline:hover{
    transition-duration: .5s;
    border: 2px solid #B4BBAF;
    background-color: #B4BBAF;
    color: #2A3432;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 15px 25px;
    width: 100%;
    box-sizing: border-box;
}
    
.cool-outline{
    transition-duration: .5s;
    border: 2px solid #2A3432;
    background-color: transparent;
    color: #2A3432;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    width: 100%;
    box-sizing: border-box;
    margin: 50px auto;

    
}
.cool-outline:hover{
    transition-duration: .5s;
    border: 2px solid #2A3432;
    background-color: #2A3432;
    color: #B4BBAF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 15px 25px;
    width: 100%;
    box-sizing: border-box;
}

.diceimg{
z-index: 1;
width: 100%;
}

.texture{
    background: url("img/tiny-texture.png");   
    width: 100%;
    height: 99%;
    z-index: 50;
    position: absolute;
}
.texture-medium{
    background: url("img/medium-texture.png");
   /* background-repeat: repeat-x;
    background-position: center;*/
    background-size: cover;  
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
    overflow: hidden;
}

.texture-large{
    background: url("img/large-texture.png");
    background-repeat: repeat;
    background-position: left;
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
    overflow: hidden;
}

.enlarge:hover{
    transform: scale(1.10);
    transition-duration:  1s;
    /*transform-origin: top center;*/
}

.left{
    width: 30vw;
    min-width: 500px;
    left: -200px;
}

.right{

    width: 30vw;
    min-width: 500px;
    right: -230px;
}


/* Single Use Items  */

.logo{
    width: 90%;
    max-width: 600px;
}
.subtitle{
    color:#85A1A3;
    margin: 100px 0px 0px 0px;
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    line-height: 1.25em;
    max-width: 800px;
}
    .taglinecontainer{
    position: absolute;
    text-align: center;
    height: 300px;
    width: 100%;
      /*  text-shadow: -3px -3px #2A3432,-3px -5px #2A3432, 5px 0px #2A3432, -5px 0px #2A3432, 5px 5px #2A3432, 4px -4px #2A3432, 3px -3px #2A3432, -3px 3px #2A3432, 3px 3px #2A3432;*/
}

.tagline{
    color:#85A1A3;
    font-weight: 500;
    font-size: 50px !important;
    line-height: 1.25em;
    max-width: 850px;
    margin: -50px auto;
    stroke: black;
    font-family: 'Avara', sans-serif;
    text-transform: uppercase;
}

.warning{
    color:#B4BBAF;
    text-align:left;
    max-width:590px;
    width: 90%;
    margin-top: 50px;
}

.divider{
width: 100%;
max-width: 1400px;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
position: relative;
margin: 100px auto;
}

.first{

    height:calc(83vh + 50px);
    min-height: 750px;
    flex-flow: column;
}

.second{
    padding: 250px 0px 100px 0px;
    box-sizing: border-box;
    height:inherit;
    flex-flow: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.twothirds{
    flex-flow: row;
    display: flex;
    margin-top: 100px;
    max-width: 800px;

}

.third{
    padding: 100px 50px 100px 50px;
    box-sizing: border-box;
    height:inherit;
    flex-flow: column;
    max-width: 1200px;
    margin: 0 auto;
}

.fourth{
    padding: 100px 0px 100px 0px;
    box-sizing: border-box;
    height:inherit;
    flex-flow: column;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #7E877D;
}


.fifth{
    padding: 50px 25px 100px 25px;
    box-sizing: border-box;
    height:inherit;
    flex-flow: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}


.roles{
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: space-between;


}

    
.zines{
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: space-between;
    margin-top:25px;
    z-index: 600;
    padding: 0px 50px;
    box-sizing: border-box;
}
.twoboys{
    min-width: 300px;
}
.miniabout{
    display: flex;
    flex-direction: column;
    justify-content: left;
    z-index: 1;
    position: relative;
    transition-duration:  1s;
    text-align: center;
    width: 60%;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    padding:0px 15px;
    box-sizing: border-box;
}

.about{
    display: flex;
    flex-direction: column;
    justify-content: left;
    z-index: 1;
    position: relative;
    transition-duration:  1s;
    text-align: center;
    width: 42%;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
}

.role{
    box-sizing: border-box;
    width: 28%;
    text-align: center;
    transition-duration:  1s;
}

.imgcol{
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    transition-duration:  1s;
}

.tableilo{
    box-sizing: border-box;
    width: 40%;
    text-align: center;
    transition-duration:  1s;
}

.addontext{
   /* font-size: 18px !important;*/
       z-index: 1;
    position: relative;
    transition-duration:  1s;
    text-align: center;

    width: 52%;
    max-width: 700px;
    text-align: left;
    box-sizing: border-box;
    font-size: 25px;
    line-height: 1.5em;
}


    .zinecol {
        box-sizing: border-box;
        width: 28%;
        text-align: center;
        transition-duration: 1s;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
  
    }
   
    
    .covertexture::before {
        content: '';
        background: url("img/tiny-texture2.png");
        width: 100%;
        height: 98%;
        z-index: 50;
        position: absolute;
    }


.roleimg img{
    width: 100%;
}

.aboutsystem{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    max-width: 1000px;
    transition-duration:  1s;
    margin-top: 100px;
}
.infoleft{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:100%;
    max-width: 1000px;
    transition-duration:  1s;
    margin: 100px auto;
}
.inforight{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:100%;
    max-width: 1000px;
    transition-duration:  1s;
    margin: 100px auto;
}




.dice-1{
    margin-top:-50vh;
    display: flex;
    max-width: 170px;
    width: 100%;
}

.dice-2{
    margin-top:-20vh;
    margin-left:-5vw;
    display: flex;
    max-width: 130px;
    width: 100%;
}

.dice-3{
    margin-top:-35vh;
    display: flex;
    max-width: 150px;
    width: 100%;
}

.dice-4{
    margin-top:-5vh;
    display: flex;
    max-width: 135px;
    width: 100%;
}

.dice-5{
    margin-top:20vh;
    display: flex;
    max-width: 130px;
    width: 100%;
}

.dice-6{
    margin-top:00vh;
    display: flex;
    max-width: 125px;
    width: 100%;
}

.learnmore{
    transition-duration: 1s;
    opacity: 1;
    overflow: hidden;
}

.item:hover, .item2:hover, footer a:hover{
    border-bottom: 3px solid #85a1a3;
    color: #7E877D !important;
}


    .downloadblock {
        width: inherit;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        max-width: 1000px;
        justify-content: space-between;
        transition-duration: 1s;
    }

    .downloadinfo {
        padding-right: 50px;
        box-sizing: border-box;
        font-weight: 500;
        transition-duration: 1s;
    }

    .download {
        width: 280px !important;
        margin:50px 0px !important;
    }

    .cover {
        box-sizing: border-box;
        text-align: center;
        transition-duration: 1s;
        min-width: 300px;
    }

    .firstmenu  {width:200px;  text-align: left;}

.lastmenu {width:200px; text-align: right;}

.menulogo{
    width: 100%;
    max-width: 200px;
}

}

/* MOBILE */
@media (max-width: 999px) {

    h1{
        font-size: 50px;
        font-family: 'Avara', sans-serif;
        margin: 6px 0px 50px 0px;
        text-transform: uppercase;
        z-index: 100;
        letter-spacing: 2px;
        line-height: 1.25em;
    }

    .addontext{
        /* font-size: 18px !important;*/
            z-index: 1;
         position: relative;
         transition-duration:  1s;
         text-align: center;
         padding: 50px 0px;
         width: 82%;
         max-width: 700px;
         text-align: left;
         box-sizing: border-box;
         font-size: 25px;
         line-height: 1.5em;
     }

    .stagestext > p{
        padding-right:60px;
        box-sizing: border-box;
         }
  

    .hide2 {
        opacity: 0;
        position: absolute;
        margin-top: -200px;
        transition-duration: .2s;
        
    }
    .aboutpage{
    height: 600px !important;
    padding-top: 200px;
    box-sizing: border-box;
}

.logobump{
    padding-top: 200px;
    box-sizing: border-box;
}


    .contact{
        height:50vh !important;
        min-height: 200px !important;
        margin-top:100px !important;
        background-image: url(img/speech.gif);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 50px;
        box-sizing: border-box;
        padding:10px !important;
    }


    .stages{
        width: 90vw !important;
        max-width: 600px;
        padding-right: 0px;
        box-sizing: border-box;
        padding-bottom: 50px;
        
    }
    .stagestext{
        position: relative;
        font-size: 16px;
        width: 80vw;
        box-sizing: border-box;
        margin: 15px 0px;
    }
    
    .stagestext > h3, .stagestext > h4{
        margin:5px 0px;
    }

    .headerframe{
        background-color: #2A3432C9; 
        padding:50px; 
        box-sizing: border-box; 
        width: 100%;
        height: 600px;
     
    }

    .flip
{
    flex-direction: column-reverse !important;
}

    .roleimg {
        z-index: 1;
        position: relative;
        display: block;
        transition-duration: 1s;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    .roleimg2 {
        z-index: 1;
        position: relative;
        display: block;
        transition-duration: 1s;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
    .roleimg img{
        width: 100%;
    }
    
    .roleimg2 img{
        width: 100%;
    }

    .arrowdown{
     
        opacity: 0;
        position: absolute;
    
        margin-top:560px;
        transition-duration: .2s;
    }
    .arrowdown:hover{
    
        margin-top:570px;
        transition-duration: .2s;
    }

    #navwrapper{
        height: 100px;
        position: fixed;
        width: 100%;
        background-color: #2A3432;
        display: flex;
        align-items: flex-start;
        top:0px;
        z-index: 800;
        transition-duration: .2s;
        box-sizing: border-box;
    }

    .guidelines{
        height: 600px !important;
        padding:0px;
        margin:150px 0px 0px 0px;
        box-sizing: border-box;
        background: url(img/guideline_background.jpg);
        background-position: center;
        background-color: #B4BBAF;
    }

    .rules{
        height: 600px !important;
        padding:0px;
        margin:150px 0px 0px 0px;
        box-sizing: border-box;
        background: url(img/rules_background.jpg);
        background-position: center;
        background-color: #B4BBAF;
    }

    .miniabout{
        display: flex;
        flex-direction: column;
        justify-content: left;
        z-index: 1;
        position: relative;
        transition-duration:  1s;
        text-align: center;
        width: 80%;
        text-align: left;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 1.5em;
        margin: 0 auto;
    }
    
    .about{
        display: flex;
        flex-direction: column;
        justify-content: left;
        z-index: 1;
        position: relative;
        transition-duration:  1s;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
        text-align: left;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 1.5em;
    }

.wrapper{
    width: 100%;
    padding: 0px 00px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

    .navigation {
        z-index: 800;
        display: flex;
        width: 100%;
        position: fixed;
        height: 0px;
        transition-duration: 1s;
        top: 50px;
        transition-duration: .5s;
        opacity: 1;
        align-items: center;
    }

    .navigationhide {
        z-index: 800;
        display: none;
        width: 100%;
        position: fixed;
        height: 0px;
        background-color: #2A3432;
        transition-duration: 1s;
        top: -100px;
        transition-duration: .5s;
        opacity: 0;
        align-items: center;
    }


.menu{
    z-index: 600;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content:space-between;
    height: inherit;
    padding: 20px 0px;

}

.item{
    font-size: 3.5vw !important;
    font-family: 'Avara', sans-serif !important;
    line-height: 1em;
    text-transform: uppercase;
    z-index: 100;
    letter-spacing: 2px;
    transition-duration: .5s;
}
.item2{
    font-size: 18px !important;
    font-family: 'Avara', sans-serif !important;
    line-height: 1em;
    text-transform: uppercase;
    z-index: 100;
    letter-spacing: 2px;
    transition-duration: .5s;
}


/* Multi Use Items  */

.container{
    display: flex;
    align-items: center;
    justify-content:center;
    position: relative;
    
}



.portrait{
    height: auto;
    width: 30vw;
    height: 60vh;
    max-height: 550px;
    width: auto;
    margin-top: 100px;
    position: absolute;
    display: flex;
    z-index:1;
    transition-duration: .5s;
}
    .portraitbump {
        height: auto;
        width: 30vw;
        height: 60vh;
        max-height: 550px;
        width: auto;
        margin-top: 100px;
        position: absolute;
        display: flex;
        z-index: 1;
        transition-duration: .5s;
    }
    
    .left{
        width: 30vw;
        min-width: 300px;
        left: -150px;
    }
    
    .right{
    
        width: 30vw;
        min-width: 300px;
        right: -150px;
    }
    
    
.portrait > img{
    height: 100%;
    z-index: 1;
}

    .portraitbump > img {
        height: 100%;
        z-index: 1;
    }

.button{
    padding:5px 30px;
    margin: 25px auto 50px auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    max-width: 300px;
    position: relative;

}

.warm-outline{
    transition-duration: .5s;
    border: 2px solid #B4BBAF;
    background-color: transparent;
    color: #B4BBAF;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0px auto;
    
}
.warm-outline:hover{
    transition-duration: .5s;
    border: 2px solid #B4BBAF;
    background-color: #B4BBAF;
    color: #2A3432;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
    
    .cool-outline{
    transition-duration: .5s;
    border: 2px solid #2A3432;
    background-color: transparent;
    color: #2A3432;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    width: 100%;
    box-sizing: border-box;
    margin: 50px auto;

    
}
.cool-outline:hover{
    transition-duration: .5s;
    border: 2px solid #2A3432;
    background-color: #2A3432;
    color: #B4BBAF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 15px 25px;
    width: 100%;
    box-sizing: border-box;
}

.diceimg{
z-index: 1;
width: 100%;
}

.texture{
    background: url("img/tiny-texture.png");
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
}
.texture-medium{
    background: url("img/medium-texture.png");
   /* background-repeat: repeat-x;
     
    background-position: center;*/
     background-size: cover;  
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
    overflow: hidden;
}

.texture-large{
    background: url("img/large-texture.png");
    background-repeat: repeat;
    background-position: left;
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
    overflow: hidden;
}

.enlarge:hover{
    transform: scale(1);
    transition-duration:  1s;
    /*transform-origin: top center;*/
}



/* Single Use Items  */

.logo{
    width: 90%;
    max-width: 600px;
}
.subtitle{
    color:#85A1A3;
    margin: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 30px !important;
    line-height: 1.25em;
    display: block;
}
    
        .taglinecontainer{
    position: absolute;
    text-align: center;
    height: 300px;
    width: 100%;
        /*text-shadow: -3px -3px #2A3432,-5px 5px #2A3432, 5px 5px #2A3432, 4px -4px #2A3432, 3px -3px #2A3432, -3px 3px #2A3432, 3px 3px #2A3432;*/
}

.tagline{
    color:#85A1A3;
    font-weight: 500;
    font-size: 40px !important;
    line-height: 1.25em;
    max-width: 850px;
    margin: -100px auto;
    stroke: black;
    font-family: 'Avara', sans-serif;
    text-transform: uppercase;
}

.warning{
    color:#B4BBAF;
    text-align:left;
    max-width:500px;
    width: 80%;
    margin-top: 50px;
}

.divider{
width: 100%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
position: relative;
margin: 50px 0px;
}

    .first {
        box-sizing: border-box;
        flex-flow: column;
    }

.second{
    padding: 250px 0px 50px 0px;
    box-sizing: border-box;
    height:inherit;
    flex-flow: row;
    justify-content: space-between;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.twothirds{
    flex-flow: row;
    display: flex;
    margin-top: 100px;
    max-width: 800px;

}

.third{
    /*padding: 50px 0px;*/
    box-sizing: border-box;
    height:inherit;
    flex-flow: column;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.fourth{
    padding: 50px 0px;
    box-sizing: border-box;
    height:inherit;
    flex-flow: column;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #7E877D;
}

.fifth{
    padding: 50px 0px 50px 0px;
    box-sizing: border-box;
    height:inherit;
    flex-flow: column;
    justify-content: space-between;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}


.roles{
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
  

}
.zines{
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    margin-top:50px;
    z-index: 600;
    padding: 0px 25px;
    box-sizing: border-box;
}
.twoboys{
    min-width: 300px;
}

.role{
    padding: 0px 50px;
    box-sizing: border-box;
    width: 100%;
    max-width: 460px;
    text-align: center;
    transition-duration:  1s;
    margin: 50px auto;
}

.imgcol{
    padding: 0px 50px;
    box-sizing: border-box;
    width: 100%;
    max-width: 460px;
    text-align: center;
    transition-duration:  1s;
    margin: 50px auto;
}

.tableilo{
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    transition-duration:  1s;
    margin: 0px 0px;
}

    .zinecol {
        padding: 0px 50px;
        box-sizing: border-box;
        width: 100%;
        max-width: 460px;
        margin: 50px auto;
        text-align: center;
        transition-duration: 1s;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
 
    }  


.aboutsystem{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:90%;
    transition-duration:  1s;
    margin-top: 00px;

}
.infoleft{
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width:90%;
    transition-duration:  1s;
    margin:25px 0px;
}

.inforight{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:90%;
    max-width: 1000px;
    transition-duration:  1s;
    margin:25px 0px;
    text-align: center;
}

.dice-1{
    margin-top:-50vh;
    display: flex;
    max-width: 120px;
    width: 100%;

    

}

.dice-2{
    margin-top:-20vh;
    display: flex;
    max-width: 150px;
    width: 100%;
}

.dice-3{
    margin-top:-35vh;
    display: flex;
    max-width: 150px;
    width: 100%;
}

.dice-4{
    margin-top:-10vh;
    display: flex;
    max-width: 150px;
    width: 100%;
}

.dice-5{
    margin-top:20vh;
    display: flex;
    max-width: 150px;
    width: 100%;
}

.dice-6{
    margin-top:0vh;
    display: flex;
    max-width: 150px;
    width: 100%;
}

.learnmore{
    transition-duration: 1s;
    opacity: 1;
    overflow: hidden;
}

.navigation a:hover, footer a:hover{
    border-bottom: 3px solid #85a1a3;
    color: #7E877D !important;
    
}

    .downloadblock {
        width: inherit;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        max-width: 800px;
        justify-content: space-between;
        transition-duration: 1s;
    }

    .downloadinfo {
        padding-right: 0px;
        box-sizing: border-box;
        font-weight: 500;
        max-width: 600px;
        margin: 0 auto;
        transition-duration: 1s;
    }

    .download {
        width: 280px !important;

    }

    .cover {
        box-sizing: border-box;
        text-align: center;
        transition-duration: 1s;
        min-width: 300px;
    }

    .firstmenu  {width:inherit;  text-align: left;}

.lastmenu {width:inherit; text-align: right;}

.menulogo{
    width: 100%;
    max-width: 400px;
}

}


.subpagenav{

    display: flex !important;
    opacity: 1 !important;
    top: 0px !important;
    z-index: 800;
    width: 100%;
    position: fixed;
    background-color: #2A3432;
    transition-duration: 1s;
    box-sizing: border-box;
}
