html{
    display: block;
    width: 100%;
    height: 100%;
    background: #222222 url(../images/gate_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	}
body{
    animation: fade_item 1s;
	}
.age-gate-checker {
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 5% 10% 10% 10%;
    background: rgba(0, 0, 0, .6);
    margin: 0 auto;
    border: 0;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    transform: translate(0, 0) !important;    
    color: #ffffff;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}	
.gate-logo{
	display: block;
	width: 65%;
	max-width: 400px;
	margin: 0 auto 2% auto;
}
.gate-title {
	display: block;
	font-family: 'Butler_Bold', serif;
	font-weight: 500;
	font-size: 45px;
	letter-spacing: 2px;
	text-transform: uppercase;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 1.1;
}
.age-gate-checker p{
	margin: 1.5vw 0 0 0;
    font-size: 28px;
    color: #b7b7b7;
}

@media screen and (max-width: 640px) {
	.gate-logo {
	    margin: 12% auto 2% auto;
	}
	.age-gate-checker {
	    padding: 10% 5%;
	    background: transparent; 
	}
	.gate-title {
	    font-size: 27px;
	    text-transform: capitalize;
	    letter-spacing: 1px;
	}
	.age-gate-checker p{
		margin: 5vw 0 0 0;
	    font-size: 16px;
	}
}
@media screen and (max-width: 320px) {
	.gate-title {
	    font-size: 24px;
	    letter-spacing: 1px;
	}
	.age-gate-checker p{
	    font-size: 14px;
	    letter-spacing: 0;
	}
}

@media screen and (min-width: 900px) { 
    .fade-child.in-view,
    .view-poll.fade-child.in-view{
      animation: fade_item 1.5s; 
      }
      @keyframes fade_item{   
        0% { opacity: 0;} 
        40% { opacity: 0; }
        99% { opacity: 1; }
        100% { opacity: 1; }
        } 
      @-webkit-keyframes fade_item{   
        0% { opacity: 0;} 
        40% { opacity: 0; }
        99% { opacity: 1; }
        100% { opacity: 1; }
        }   
      @-moz-keyframes  fade_item{   
        0% { opacity: 0;} 
        40% { opacity: 0; }
        99% { opacity: 1; }
        100% { opacity: 1; }
        } 
      @-o-keyframes fade_item{    
        0% { opacity: 0;} 
        40% { opacity: 0; }
        99% { opacity: 1; }
        100% { opacity: 1; }
        }
}
