
#back{
    z-index: -2;
    position: absolute; top: 0; left: 0;
    height: 100%; min-height: 500px; width: 100%;
    background: url(Resources/Images/Backgrounds/80_1920/nfs_world_1920x1080.jpg) no-repeat center; background-size: cover;
}
#cover{
    z-index: -1;
    position: absolute; top: 0; left: 0;
    height: 100%; min-height: 500px; width: 100%;
    background: linear-gradient(rgba(255,255,255,0.60) , rgba(255,255,255,1));
}
a{
    text-decoration: none; color: black;
}
iframe{
    position: absolute;
    width: 100%; height: 100%;
    border: none;
}

/*---NAV---*/
#pageNav{
    z-index: 5; box-sizing: border-box;
    position: fixed; right: 0;
    height: 100%;
}
#pageNavCont{
    display: table-cell; vertical-align: middle;
    position: relative;
    height: 600px; width: 100%;
}
#pageNavTextCont{
    position: relative;
}
.pageNavBtn{
    overflow: hidden; box-sizing: border-box; float: right; clear: both;
    position: relative; right: 0;
    width: 20px; height: 40px;
    margin: 5px 10px 5px 0px; 
    background: rgb(235,235,235);
    transition: all 0.2s;
}
.pageNavBtn:hover{
    cursor: pointer;
    width: auto;
    background: rgb(40,40,40);
}
.pageNavContent{
    box-sizing: border-box; float: right;
    position: relative; right: 0;
    height: 100%;
    padding: 5px 20px 5px 20px;
    font-family: built titling light; font-size: 28px; letter-spacing: 2px; color: rgb(235,235,235); line-height: 30px; white-space: nowrap;
}
.pageNavContentPush{
    display: inline-block; float: right;
    position: relative;
    border: 1px solid yellow;
}

/*---TITLE---*/
#titleCont{
    display: table; box-sizing: border-box;
    position: relative;
    width: 1200px; height: 100%;
    margin: auto; padding: 40px 10px 20px 10px;
}
#titlePush{
    display: table-cell; vertical-align: middle;
    padding-bottom: 200px;
}
#title{
    width: 100%; max-width: 500px;
    margin-bottom: 10px;
    font-family: built titling; font-size: 130px; color: rgb(40,40,40); line-height: 120px;
}
#titleDesc{
    width: 100%; max-width: 500px;
    font-family: gravity; color: rgb(40,40,40);
}
#titleShortcuts{
    position: absolute; top: 0; right: 20px;
}
.shortcut{
    background: rgb(40,40,40);
    font-family: built titling light; font-size: 25px; color: white;
}

/*---MAIN---*/
.sectionContent{
    display: table; box-sizing: border-box;
    position: relative;
    width: 1200px;
}
.sectionSplitter{
    box-sizing: border-box;
    padding: 75px 0px 25px;
}
section{
    position: relative;
    width: 100%; height: calc(100% - 100px); min-height: 500px;
}
section:hover{
    cursor: pointer;
}
/*.sectionCover{
    z-index: -1;
    position: absolute; left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.9);
}*/
.sectionBack{
    z-index: -2;
    position: absolute; left: 0; top: 0;
    width: 100%; height: 100%;
}
/*  .sectionCont{
    display: table; box-sizing: border-box;
    width: 1200px; height: 100%;
    margin: auto;
}*/
.sectionPush{
    display: table-cell; vertical-align: middle; box-sizing: border-box;
    width: 100%;
    padding: 30px;
}
.sectionTitle{
    font-family: built titling; font-size: 80px; text-align: center;
    transition: all 1s;
}
.sectionDesc{
    display: table;
    width: 100%; max-width: 500px;
    margin: 0px auto 20px auto;
    font-family: gravity; font-size: 19px; text-align: center;
    transition: all 1s;
}
.playIcon{
    box-sizing: border-box;
    width: 40px; height: 40px;
    margin: auto;
    background: url(Resources/Images/Icons/playIcon-gray.png) no-repeat center; background-size: contain;
    opacity: 0.5;
}

.sectionVid{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.sectionCover{
    z-index: 1;
    box-sizing: border-box;
    position: absolute;
    width: 100%; height: 100%;
    
    transition: all 1s;
}
.sectionCont{
    display: table; box-sizing: border-box;
    position: relative;
    height: 100%;
    margin: auto;
}
#sectionPush{
    display: table-cell; vertical-align: middle; box-sizing: border-box;
    width: 300px;
}

.header{
    margin: 0px 0px 0px 10px;
    font-family: built titling; font-size: 40px;
}

/*---BLACKLIST---*/
#blacklistSection{
    cursor: default;
    display: table;
}
#blacklistPush{
    display: table;
    position: relative;
    width: 1280px; height: 100%;
    margin: auto;
}
#blacklistCont{
    display: table-cell; vertical-align: middle;
    position: relative;
    height: 100%; width: 100%;
}
.blacklistMember{
    float: left;
    position: relative;
    width: 300px; height: 200px;
    margin: 10px;
}
.memberOverlay{
    z-index: -1;
    position: absolute; top: 0; bottom: 0; left: 0;
    width: 100px;
    background: rgba(40,40,40,0.9);
    transition: 0.2s;
}
.memberBack{
    z-index: -2;
    position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    filter: brightness(50%);
}
.memberPosition{
    float: left;
    position: relative;
    width: 100px; height: 100%;
    font-family: bebas; color: rgb(235,235,235); font-size: 45px; text-align: center; line-height: 200px;
}
.memberIdCont{
    display: table;
    position: relative;
    height: 100%;
}
.memberId{
    display: table-cell; vertical-align: middle;
    position: relative;
    height: 100%;
    padding-left: 15px;
    font-family: built titling light; letter-spacing: 1px; font-size: 35px; color: rgb(255,255,255);
}
.blacklistMember:hover .memberOverlay{
    width: 100%;
}

/*---IMAGES---*/
#images{
    display: table; box-sizing: border-box;
    height: auto;
    padding: 5px;
}
#images:hover{
    cursor: default;
}
.imgCont{
    float: left;
    width: calc(20% - 10px);
    margin: 5px;
}
.imgCont:hover{
    cursor: pointer;
}
#gal1{
    width: calc(40% - 10px);
}
.img{
    position: relative;
    width: 100%; padding-bottom: 56.25%;
    background: red;
}
/*--CANVAS--*/
#imgCanvasFixed{
    z-index: 10; display: none;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.9);
}
    #imgCanvasCont{
        position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    }
        #imgCanvasPush{
            display: table;
            position: relative;
            width: 80%; height: 100%;
            margin: auto;
        }
            #imgCanvasCenter{
                display: table-cell; vertical-align: middle;
                position: relative;
            }
#imgCanvas{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: black;
}
.imgCanvasBtnCont{
    position: absolute;
    width: 100%;
    text-align: center; font-size: 20px; color: rgb(40,40,40);
}
.imgCanvasBtnCont.nav{
    top: calc(50% - 40px);
}
.imgNavBtn{
    box-sizing: border-box;
    position: relative;
    width: 50px; height: 80px;
    line-height: 80px;
    background: rgba(255,255,255,0.3);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.imgNavBtn.next{
    float: right;
}
.imgNavBtn:hover{
    cursor: pointer;
}
.imgNavBtn div:nth-of-type(2){
    z-index: 20;
    position: absolute; width: 100%;
}
.navBtnOverlay{
    z-index: 19;
    position: absolute; top: 0; bottom: 0;
    height: 100%;
    background: rgb(235,235,235);
    transition: 0.2s;
}
.navBtnOverlay.next{
    left: 50px; right: 0px;
}
.navBtnOverlay.prev{
    left: 0px; right: 50px;
}
.imgNavBtn.next:hover .navBtnOverlay.next{
    left: 0px; right: 0px;
}
.imgNavBtn.prev:hover .navBtnOverlay.prev{
    right: 0px;
}
#closeCanvasBtn{
    float: right;
    height: 50px; width: 50px;
    background: rgba(255,255,255,0.3);
    line-height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#closeCanvasBtn:hover{
    background: red;
    color: rgb(255,255,255);
    cursor: pointer;
}





@media screen and (max-width: 1400px){
    #titleCont{
        width: 980px;
    }
    
    #main{
        width: 980px;
    }
    
    #blacklistPush{
        width: 960px;
    }
    
    .imgCont{
        width: calc(25% - 10px);
    }
    #gal1{
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 1000px){
    #titleCont{
        width: 100%;
    }
    #title{
        width: 100%; max-width: 400px;
        font-size: 90px; line-height: 90px;
    }
    
    #main{
        width: calc(100% - 20px);
    }
    .sectionTitle{
        font-size: 60px; line-height: 60px;
    }
    
    #blacklistPush{
        width: 640px;
    }
    
    .imgCont{
        width: calc(33.33% - 10px);
    }
    #gal1{
        width: calc(33.33% - 10px);
    }
}
@media screen and (max-width: 800px){
    #title{
        max-width: 300px;
        font-size: 70px; line-height: 70px;
    }
    
    #imgCanvasPush{
        width: 100%;
    }
    
    .imgCont{
        width: calc(50% - 10px);
    }
    #gal1{
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 650px){
    #blacklistPush{
        box-sizing: border-box;
        width: 100%;
    }
    .blacklistMember{
        height: 100px; width: calc(100% - 30px);
        margin: 5px 15px 5px 15px;
    }
    .memberPosition{
        line-height: 100px;
    }
}
@media screen and (max-width: 500px){
    #titleShortcuts{
        right: 0px;
    }
    .sectionTitle{
        font-size: 50px; line-height: 50px;
    }
    
    .imgCont{
        width: calc(100% - 10px);
    }
    #gal1{
        width: calc(100% - 10px);
    }
}

