/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
	.site-logo{
        padding-left: 50px;
        color: #fff;
    }
	/* Navigation */
	.mobile-nav-button{
		display: block;
	}
    .nav-container{
        background: #1F2223;
    }
	.nav-menu{
		display: none;
		width: 100%;
		height: auto;
		top: 50%;
		background: #1F2223;
		padding:0px 50px 20px 50px;
	}
    .nav li a{color: #fff;}
    .nav li a:hover{color:#1E86F9;}
	.nav li {float: none;}
	.nav li a:after{content:"";}
	.nav ul {
		margin: 0 0 0 5px;
		padding: 0;
		opacity: 1;
		visibility: visible;
		position: static;
		background: none;   
		box-shadow: none; 
		transition: none;
	}
	.nav li:hover > ul {
		margin: 0 0 0 5px;
	}
    .welcome {
        margin: 100px auto;
    }
    .buypack fieldset {
        width: 100%;
        max-width: 280px;
        margin: 30px auto;
        display: inline-block;
        border: 2px dotted #333;
    }
    .buypoints h1{
        font-size: 40px;
        margin: 20px auto;
        padding-top: 30px;
    }
    .about h1{
        text-transform: none;
        padding: 10px;
        font-size: 2.3em;
        color: #1F2223;
        text-transform: uppercase;
    }
    .about h2{
        text-transform: none;
        padding: 10px;
        font-size: 1.6em;
        color: #444;
        margin: 0;
    }
    .about h3{
        text-transform: none;
        padding: 20px;
        font-size: 30px;
        color: #444;
        margin: 0;
    }
    .review iframe{
        
    }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* Home Section */
	.home {background-attachment:scroll;}
	

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	/* Home Section */
	.header .logo{
		font-size: 72px;
		line-height: 80px;
	}	
	.home {background-attachment:scroll;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 568px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 567px) {}