body{
    font-family: 'Alfa Slab One', cursive;
}

a:hover{
    color: #fff
}
.page-wrapper{
    background-color: #ffdcfa;
}
#page{
    width: 80%;
    height: auto;
    background-color: white;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;    
}
/* ----------------------- Warning Page Styling-----------------------------------*/
.warning-logo{
    margin: 0;
    width: 450px;
    height: auto;
    margin-right: 10px;
}
.scroll-box { 
	width: 50%;    
	height: 250px;  
	overflow-x: hidden;
	
    background: rgba(0, 0, 0, 0.9);
	border: 1px ridge lightgray; 
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    padding: 8px;
}
.warning-content{
    /* background-image: url(../images/warning.jpg); */
    background-color: #fb4876;
    font-family: 'Lato', sans-serif;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 100px;
    color: white;
    display: flex;
    flex-direction: column;
    align-content:space-around;
    text-align: center;
    align-items: center;
    padding: 0 15%
}
.warning-content h3{
    color: white;
    padding-bottom: 5px;
}
.warning-btn{
    display: flex;
    /* flex-direction: column; */
    margin-left: 2em;
}
.warning-btn a {
    margin: 5px 0;
    font-size: 2em;
    padding: 5px 40px;
    margin-right: 1em;
    color: white;
}
.warning-btn a:hover {
    text-decoration: none;
    color: white;
}
.exit-btn{
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    background: transparent;    
    height: auto;
    margin: 0 auto;
    opacity: 1;
    padding: 1px 18px;
}

.enter-btn{
    text-decoration: none;
    background: #ea2914;
    color: white;
    transition: all .3s ease;
    padding: 10px 18px;
    font-size: 2em;
}
.flex-vertical-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-fullscreen {
    min-height: 100vh;
}
.fw-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #f7deda;
    background-blend-mode: multiply;
}
/* ----------------------- Tour Page Styling-----------------------------------*/
header {
    margin: 15px 0 0;
    padding: 0;
    min-height: 72px;
    display: flex;
    justify-content: space-between;
}
.logo {
    margin: 8px 0 0;
    display: inline-block;
    flex: 1;
}
.logo img{
    width: 50%;
    height: auto;
    padding-top: 10px;
}
nav {
    display: inline-block;
    /* float: right; */
    vertical-align: top;
}
nav ul{
    display: flex;
}
nav li{
    margin: 0 15px;
    padding-top: 6px;
}
nav a {
    font-size: 1.5em;
    color: #000;
}
.get-access{
    background-color: #0067e1;
    border: 1px solid #000;
    padding: .3em 1em; 
}
.get-access a{
    color: white;
}
#show-menu{
    display: none;
}
.main-wrapper{
    width: 1400px;
    margin: 0 auto;
}
body{
    background-color: #fb4876;
    
}
.hero-wrapper{
    max-height: 500px;
    padding-top: 30px;
}
.hero{
    width: 100%;
    height: auto;
}
.hero img{
    width: 100%;
    height: auto;
    border: 1px solid #dec1bd;
}
.head1{
    color: #000;
    font-size: 4em;
    font-weight: normal;
    padding-top: 1rem;
}
article{
    font-size: 18px;
    color: black;
}
section{
    padding: 30px 0;
}


/* Scene-styling */
* {
    margin: 0;
    padding: 0;
}
#scene{
    display: flex;
    flex-direction: column;
    background-color: black;
    padding: 2px 10px;
    margin-bottom: 3em;
}
#scene-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto; 
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Image hover wrapper styling for Scenes */
.image-hover-wrapper {
    width: 100%;
    height: auto;
    margin-right: 10px;
    position: relative;
}
.image-hover-wrapper img {
    width: 100%;
}
.image-hover-wrapper span {
    font-size: 30px;
    margin-bottom: 20px;
}
.image-hover-wrapper .overlay-style {
    text-align: center;
    padding: 20px 30px;
    font-weight: 900;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s;
    color: #fff;
}
.image-hover-wrapper .overlay-style:hover {
    opacity: 1;
}
.image-hover-wrapper .overlay-style a, .image-hover-wrapper .overlay-style :hover {
    color: white;
    text-decoration: none;
}
.image-hover-wrapper .overlay-style img{
    display: flex;
    justify-content: center;
    width: 35%;
    height: auto;
}
.image-hover-wrapper a{
    display: block;
}
.thumb-main-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.thumb-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.thumb {
    width: 50%;
    height: auto;
    padding: 2px;
}
.thumb img{
    width: 100%;
    height: auto;
}
.scene-info{
    background-color: black;
    color: #fef399;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 15px;
}
.scene-info-left{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1rem;
}
.scene-info-left h3{
    margin: 0;
    color: #fef399;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 2.2em;
    padding-bottom: 5px;
}
.scene-info-left article{
    margin: 0;
    color: white;
    font-family: 'Lato', sans-serif;
}
.scene-info h1{
    margin: 5px 0;
    font-size: 3.6em;
    padding: 5px 0;
}
.flex-vertical-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lg{
    font-weight: 600;
    font-size: 2.8em;
}
.tx{
    width: 75%;
    margin: 20px auto;
}
/* -------------------------------------------------------- Grid Thumb styling*/
#related-items{
    background-color: #e40061;
}
.grid-thumb-wrapper{
    margin: 0px auto;
    width: 100%;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}
.grid-thumb{
    position: relative;
    width: 32.33%; 
    height: auto;
    border: 1px solid #000; 
    margin: 5px;
}
.thumb-img{
    display: block;
    width: 100%;
    max-height: auto;
}
/* -------------------------------------------------------- Top Items */
.top-items{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.category {
    flex: 1;
    display: flex;
    margin: 0;
}
.pagination{
    flex: 1;
}
.recent-videos{
    background-color: transparent;
    border: 2px solid #e40061;
    padding: 6px 20px;
}
.top-rated{
    background-color: transparent;
    border: 2px solid gray;
    padding: 6px 20px;
}
li.recent-videos{
    margin-right: 8px;
}
li.recent-videos a{
    color: #e40061;
    font-weight: bold;
}
li.top-rated a{
    color: gray;
    font-weight: bold;
}

/** -------------------------------------------------------- Pagination */
.page {
    display: inline-block;
    padding: 10px 0;
}

.page a {
    color: black;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid white;
    margin: 0 4px;
}

.page a.active {
    background-color: #C82647;
    color: white;
    border: 1px solid #f32d55;
}

.page a:hover:not(.active) {background-color: #ddd;}

/** -------------------------------------------------------- */

.join-lg{
    font-size: 4.5em;
    font-weight: 600;
    background-color: #0067e1;
    padding: 20px;
    letter-spacing: 5px;
}
.join-lg a{
    color: #fff;
}

/* ----------------------- Footer Styling------------------------*/
.footer{
    background-color: transparent;
    text-align: center;
    margin-top: 40px;
    
}
.footer a{
    color: #000;
}
.footer a:hover{
    color: #fff;
    text-decoration: none;
    text-decoration: underline;
}
.footer p{
    color: #000000;
    padding-top: 10px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
}
.footer-nav{
    padding: 0;
}
.footer-nav li{
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}


/* ----------------------- Join Styling------------------------*/
.join-wrapper{
    background-color: white;
    width: 100%;
    min-height: 600px;
    display: flex;
    margin-top: 30px;
}
.left-join{
    width: 50%;
    height: auto;
    background-image: url(../images/join-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.left-join img{
    width: 50%;
    max-height: auto;
}

.right-join{
    width: 50%;
    height: auto;
    font-family: 'Lato', sans-serif;
}



/* ----------------------- Media Query Styling------------------------*/

@media (min-width: 320px) and (max-width: 379px)  {
.footer-nav {
    display: flex;
    flex-direction: column;
}  
    
/* --warning  */    
.warning-logo {
    width: 220px;
    height: auto;
    margin-right: 10px;
}   
.warning-content{
    padding: 0;
}    
.scroll-box {
    width: 75%;
    height: 150px;
}    
.warning-content h3 {
    font-size: 18px;
} 
/* --Tour  */  
section {
    padding: 8px 0;
}    
.head1 {
    font-size: 1.5em;
}
.scene-info-left {
    flex-direction: column;
    align-items: flex-start;
}    
.scene-info h1 {
    font-size: 1.5em;
}   
.grid-thumb {
    width: 100%;
}   
.join-lg {
    font-size: 1.8em;
}   
.top-items {
    flex-direction: column;
    margin-top: 20px;
}  
header {
    flex-direction: column;
    text-align: center;
} 
nav ul{
    flex-direction: row;
    justify-content: center;
}  
nav a{
    font-size: 1.1em;
}
.get-access {
    padding: 0px 8px;
}  
article{
    font-size: 1.1em;
}   
.hero-wrapper {
    padding-top: 5px;
}   
h3 {
    font-size: 18px; 
} 
/* -- join page  */      
.join-wrapper {
    flex-direction: column;
    margin-top: 0;
} 
.left-join{
    width: 100%;
    height: 300px;
        background-image: url(../images/join-bg.jpeg);
} 
.right-join{
    width: 100%;
    height: 300px;
}   
.container {
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}   
/* -- members page  */     
.mgrid-thumb {
    width: 100%;
}  
.mcontent h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
}    
        
}


@media (min-width: 380px) and (max-width: 529px)   { 
.footer-nav {
    display: flex;
    flex-direction: column;
}      
/* --warning  */    
.warning-logo {
    width: 250px;
    height: auto;
    margin-right: 10px;
}   
.warning-content{
    padding: 0;
}    
.scroll-box {
    width: 75%;
    height: 150px;
}    
.warning-content h3 {
    font-size: 18px;
}
/* --Tour  */  
header {
    flex-direction: column;
    text-align: center;
}  
nav ul{
    flex-direction: row;
    justify-content: center;
}  
nav a{
    font-size: 1.4em;
}
.get-access {
    padding: 0px 8px;
}      
section {
    padding: 15px 0;
}    
.head1 {
    font-size: 2.2em;
}
.scene-info-left {
    flex-direction: column;
    align-items: flex-start;
}    
.scene-info h1 {
    font-size: 2em;
}   
.grid-thumb {
    width: 45%;
}   
.join-lg {
    font-size: 1.8em;
}   
.top-items {
    flex-direction: column;
    margin-top: 20px;
} 
/* -- join page  */      
.join-wrapper {
    flex-direction: column;
    margin-top: 0;
} 
.left-join{
    width: 100%;
    height: 300px;
        background-image: url(../images/join-bg.jpeg);
} 
.right-join{
    width: 100%;
    height: 300px;
}  
/* -- members page  */     
.mgrid-thumb {
    width: 47%;
}  
.mcontent h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
}       
    
}

@media (min-width: 530px) and (max-width: 767px) { 
.footer-nav {
    display: flex;
    flex-direction: column;
}      
/* --warning  */  
.scroll-box {
    width: 100%;
    height: 150px;
}   

/* --Tour  */  
header {
    flex-direction: column;
    text-align: center;
}  
nav ul{
    flex-direction: row;
    justify-content: center;
}      
section {
    padding: 15px 0;
}    
.head1 {
    font-size: 2.5em;
}
.scene-info-left {
    flex-direction: column;
    align-items: flex-start;
}    
.scene-info h1 {
    font-size: 2em;
}   
.grid-thumb {
    width: 31%;
}   
.join-lg {
    font-size: 2.5em;
}   
.top-items {
    flex-direction: column;
    margin-top: 20px;
}  
/* -- join page  */      
.join-wrapper {
    flex-direction: column;
} 
.left-join{
    width: 100%;
    height: 300px;
        background-image: url(../images/join-bg.jpeg);
} 
.right-join{
    width: 100%;
    height: 300px;
}  
/* -- members page  */     
.mgrid-thumb {
    width: 47%;
}      
    
}
@media (min-width: 768px) and (max-width: 991px) { 
/* --warning  */  
.scroll-box {
    width: 100%;
    height: 250px;
} 
/* --Tour  */  
.logo img {
    width: 75%;
}   
.head1 {
    font-size: 3em;
    margin: 0;
}    
section {
    padding: 15px 0;
}    
.scene-info h1 {
    font-size: 2.5em;
}   
.scene-info-left h3 {
    flex: 1;
}
.scene-info-left article {
    flex: 1;
}
.grid-thumb {
    width: 31%;
}   
.join-lg {
    font-size: 3em;
}    
/* -- members page  */     
.mgrid-thumb {
    width: 31%;
}  
    
    
}
@media (min-width: 992px) and (max-width: 1199px){
/* --warning  */  
.scroll-box {
    width: 75%;
    height: 250px;
}   
/* --Tour  */  
section {
    padding: 15px 0;
}    
.scene-info h1 {
    font-size: 3em;
}   
.grid-thumb {
    width: 30%;
} 
/* -- members page  */     
.mgrid-thumb {
    width: 31%;
}     
    
}
    
    
@media (min-width: 1200px){
    
    
}


