/* ----------- Galaxy S3 ----------- */

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
	  
	  #hero h1 {
	  margin: -200px 0 0 0;
	  font-size: 25px;
	  font-weight: 700;
	  line-height: 28px;
	  color: #222222;
	}

	#hero h2 {
	  color: #555555;
	  margin: 0 0 30px 0;
	  font-size: 14px;
	  font-weight: 400;
	}
	
	.section-title h3 {
		margin: 15px 0 0 0;
		font-size: 25px;
		font-weight: 700;
	 }
		
	 .section-title p {
		margin: 15px 0;
		font-weight: 600;
		font-size: 15px;
		text-align: left;
	  }
		
	  #header.header-scrolled {
		  top: 0;
		  padding: 0px;
	  }

	 .mobile-nav-toggle {
		top: 15px;
	  }

	 #header {padding:0;}
		.nav-footer {display:none;
	 }

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
	  
  .logo {
    height: 30px;
  }
		
  .logo-footer {
     height: 50px;
  }
		
  #hero h1 {
    margin: -120px 0 0 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #222222;
  }
		
  #hero h2 {
    color: #555555;
    margin: 0 0 30px 0;
    font-size: 15px;
    font-weight: 400;
  }
		
  .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 20px;
    font-weight: 700;
  }
		
  .section-title p {
    margin: 15px 0;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
  }
		
  #header.header-scrolled {
    top: 0;
    padding: 0px;
  }
		
  .mobile-nav-toggle {
    top: 15px;
  }
		
  #header {
    padding: 0;
  }
		
  .mobile-nav * {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
  }
		
  .mobile-nav a {
    display: block;
    position: relative;
    color: #222222;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    text-align: center;
    font-size: 20px;
  }
		

}


/* ----------- Google Pixel ----------- */
/* Portrait */
@media screen 
	and (device-width: 360px) 
	and (device-height: 640px) 
	and (-webkit-device-pixel-ratio: 3) 
	and (orientation: portrait) {
		
	#hero h1 {
	  margin: -200px 0 0 0;
	  font-size: 25px;
	  font-weight: 700;
	  line-height: 28px;
	  color: #222222;
	}

	#hero h2 {
	  color: #555555;
	  margin: 0 0 30px 0;
	  font-size: 14px;
	  font-weight: 400;
	}
	
	.section-title h3 {
		margin: 15px 0 0 0;
		font-size: 25px;
		font-weight: 700;
	 }
		
	 .section-title p {
		margin: 15px 0;
		font-weight: 600;
		font-size: 15px;
		text-align: left;
	  }
		
	  #header.header-scrolled {
		  top: 0;
		  padding: 0px;
	  }

	 .mobile-nav-toggle {
		top: 15px;
	  }

	 #header {padding:0;}
		.nav-footer {display:none;
	 }
		
}


/* Landscape */
@media screen 
	and (device-width: 360px) 
	and (device-height: 640px) 
	and (-webkit-device-pixel-ratio: 3) 
	and (orientation: landscape) {
		
  .logo {
    height: 30px;
  }
		
  .logo-footer {
     height: 50px;
  }
		
  #hero h1 {
    margin: -120px 0 0 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #222222;
  }
		
  #hero h2 {
    color: #555555;
    margin: 0 0 30px 0;
    font-size: 15px;
    font-weight: 400;
  }
		
  .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 20px;
    font-weight: 700;
  }
		
  .section-title p {
    margin: 15px 0;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
  }
		
  #header.header-scrolled {
    top: 0;
    padding: 0px;
  }
		
  .mobile-nav-toggle {
    top: 15px;
  }
		
  #header {
    padding: 0;
  }
		
  .mobile-nav * {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
  }
		
  .mobile-nav a {
    display: block;
    position: relative;
    color: #222222;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    text-align: center;
    font-size: 20px;
  }
		
}

/* ----------- Google Pixel XL ----------- */
/* Portrait */
@media screen 
	and (device-width: 360px) 
	and (device-height: 640px) 
	and (-webkit-device-pixel-ratio: 4) 
	and (orientation: portrait) {
		
}
/* Landscape */
@media screen 
	and (device-width: 360px) 
	and (device-height: 640px) 
	and (-webkit-device-pixel-ratio: 4) 
	and (orientation: landscape) {
		
	.logo {
		height: 30px;
	  }
	  .logo-footer {
     height: 50px;
  }
	  #hero h1 {
		margin: -120px 0 0 0;
		font-size: 28px;
		font-weight: 700;
		line-height: 28px;
		color: #222222;
	  }
	  #hero h2 {
		color: #555555;
		margin: 0 0 30px 0;
		font-size: 15px;
		font-weight: 400;
	  }
	  .section-title h3 {
		margin: 15px 0 0 0;
		font-size: 20px;
		font-weight: 700;
	  }
	  .section-title p {
		margin: 15px 0;
		font-weight: 600;
		font-size: 14px;
		text-align: left;
	  }
	  #header.header-scrolled {
		top: 0;
		padding: 0px;
	  }
	  .mobile-nav-toggle {
		top: 15px;
	  }
	  #header {
		padding: 0;
	  }
	  .mobile-nav * {
		margin: 0;
		padding: 10px 0 0 0;
		list-style: none;
	  }
	  .mobile-nav a {
		display: block;
		position: relative;
		color: #222222;
		padding: 10px 20px;
		font-weight: 500;
		outline: none;
		text-align: center;
		font-size: 20px;
	  }
		
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	   .logo {
		height: 30px;
	  }
	  .logo-footer {
     height: 90px;
  }
	  
	   #hero {
		width: 100%;
		height: 100vh;
		background: url("../img/hero-bg.jpg") 550px 0;
		background-size: cover;
		position: relative;
	  }
		
	  #hero h1 {
		margin: -200px 0 0 0;
		font-size: 25px;
		font-weight: 700;
		line-height: 28px;
		color: #222222;
	  }
	  #hero h2 {
		color: #555555;
		margin: 0 0 30px 0;
		font-size: 14px;
		font-weight: 400;
	  }
	  .about {
  width: 100%;
  height: 100vh;
  background: url("../img/about-bg.jpg") center center;
  background-size: cover;
  position: relative;
}
	  .section-title h3 {
		margin: 15px 0 0 0;
		font-size: 25px;
		font-weight: 700;
	  }
	  .section-title p {
		margin: 15px 0;
		font-weight: 600;
		font-size: 13px;
		text-align: left;
		  line-height: auto;
	  }
	  .section-title ul li {
  font-size: 14px;

}
	  #header.header-scrolled {
		top: 0;
		padding: 0px;
	  }
	  .mobile-nav-toggle {
		top: 15px;
	  }
	  #header {
		padding: 0;
	  }
	  .nav-footer {
		display: none;
	  }
	  
	  .vbox-title{
    width: 100%;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    padding: 13px 50px 10px 50px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 89;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	 .logo {
		height: 30px;
	  }
	  .logo-footer {
     height: 80px;
  }
	  #hero h1 {
		margin: -120px 0 0 0;
		font-size: 28px;
		font-weight: 700;
		line-height: 28px;
		color: #222222;
	  }
	  #hero h2 {
		color: #555555;
		margin: 0 0 30px 0;
		font-size: 15px;
		font-weight: 400;
	  }
	  .section-title h3 {
		margin: 15px 0 0 0;
		font-size: 20px;
		font-weight: 700;
	  }
	  .section-title p {
		margin: 15px 0;
		font-weight: 600;
		font-size: 14px;
		text-align: left;
	  }
	  	  .section-title ul li {
  font-size: 14px;

}
	  #header.header-scrolled {
		top: 0;
		padding: 0px;
	  }
	  .mobile-nav-toggle {
		top: 15px;
	  }
	  #header {
		padding: 0;
	  }
	  .mobile-nav * {
		margin: 0;
		padding: 10px 0 0 0;
		list-style: none;
	  }
	  .mobile-nav a {
		display: block;
		position: relative;
		color: #222222;
		padding: 0px 20px;
		font-weight: 500;
		outline: none;
		text-align: center;
		font-size: 18px !important;
	  }  
	  	  .nav-footer {
		display: none;
	  }
	  

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen 
	and (min-device-width: 375px) 
	and (max-device-width: 667px) 
	and (-webkit-min-device-pixel-ratio: 2) 
	and (orientation: portrait) {
		
	  #hero {
		width: 100%;
		height: 100vh;
		background: url("../img/hero-bg.jpg") 600px 0;
		background-size: cover;
		position: relative;
	  }
		
	  #hero h1 {
		margin: -200px 0 0 0;
		font-size: 30px;
		font-weight: 700;
		line-height: 28px;
		color: #222222;
	  }

	  #hero h2 {
		  color: #555555;
		  margin: 0 100px 30px 0;
		  font-size: 16px;
		  font-weight: 400;
		}
	  
	  .section-title h3 {
		margin: 15px 0 0 0;
		font-size: 25px;
		font-weight: 700;
	  }
	  .section-title p {
		margin: 15px 0;
		font-weight: 600;
		font-size: 16px;
		text-align: left;
	  }
 .section-title ul li {
  font-size: 15px;

}
	  #header.header-scrolled {
		top: 0;
		padding: 0px;
	  }
	  .mobile-nav-toggle {
		top: 15px;
	  }
	  #header {
		padding: 0;
	  }
	  .nav-footer {
		display: none;
	  }
				 .about {
  height: 100vh;
}
}

/* Landscape */
@media only screen
	and (min-device-width: 375px) 
	and (max-device-width: 667px) 
	and (-webkit-min-device-pixel-ratio: 2) 
	and (orientation: landscape) {
		
	  .logo {
		height: 30px;
	  }
	  .logo-footer {
     height: 80px;
  }
	  #hero h1 {
		margin: -120px 0 0 0;
		font-size: 30px;
		font-weight: 700;
		line-height: 28px;
		color: #222222;
	  }
	  #hero h2 {
		color: #555555;
		margin: 0 0 30px 0;
		font-size: 17px;
		font-weight: 400;
	  }
	  .section-title h3 {
		margin: 15px 0 0 0;
		font-size: 20px;
		font-weight: 700;
	  }
	  .section-title p {
		margin: 15px 0;
		font-weight: 600;
		font-size: 15px;
		text-align: left;
	  }
	  .section-title ul li {
		  font-size: 15px;
	  }
	  #header.header-scrolled {
		top: 0;
		padding: 0px;
	  }
	  .mobile-nav-toggle {
		top: 15px;
	  }
	  #header {
		padding: 0;
	  }
	  .mobile-nav * {
		margin: 0;
		padding: 10px 0 0 0;
		list-style: none;
	  }
	  .mobile-nav a {
		display: block;
		position: relative;
		color: #222222;
		padding: 10px 20px;
		font-weight: 500;
		outline: none;
		text-align: center;
		font-size: 20px;
	  }
		 .about {
  height: 110vh;
}
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

	   #hero {
		width: 100%;
		height: 100vh;
		background: url("../img/hero-bg.jpg") 600px 0;
		background-size: cover;
		position: relative;
	  }
		
	  #hero h1 {
		margin: -200px 0 0 0;
		font-size: 30px;
		font-weight: 700;
		line-height: 28px;
		color: #222222;
	  }

	  #hero h2 {
		  color: #555555;
		  margin: 0 100px 30px 0;
		  font-size: 18px !important;
		  font-weight: 400;
		}
	  
	  .section-title h3 {
		margin: 15px 0 0 0;
		font-size: 25px;
		font-weight: 700;
	  }
	  .section-title p {
		margin: 15px 0;
		font-weight: 600;
		font-size: 15px;
		text-align: left;
	  }
 .section-title ul li {
  font-size: 15px;

}
	  #header.header-scrolled {
		top: 0;
		padding: 0px;
	  }
	  .mobile-nav-toggle {
		top: 15px;
	  }
	  #header {
		padding: 0;
	  }
	  .nav-footer {
		display: none;
	  }
	  	  .about {
  width: 100%;
  height: 100vh;
  background: url("../img/about-bg-desktop.jpg") center center;
  background-size: cover;
  position: relative;
}

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	    .logo {
		height: 30px;
	  }
	  .logo-footer {
     height: 50px;
  }
	  #hero h1 {
		margin: -120px 0 0 0;
		font-size: 32px;
		font-weight: 700;
		line-height: 28px;
		color: #222222;
	  }
	  #hero h2 {
		color: #555555;
		margin: 0 0 30px 0;
		font-size: 15px;
		font-weight: 400;
	  }
	  
	  .section-title h3 {
		margin: 15px 0 0 0;
		font-size: 20px;
		font-weight: 700;
	  }
	  .section-title p {
		margin: 15px 0;
		font-weight: 600;
		font-size: 15px;
		text-align: left;
	  }
	  .section-title ul li {
		  font-size: 15px;
	  }
	  #header.header-scrolled {
		top: 0;
		padding: 0px;
	  }
	  .mobile-nav-toggle {
		top: 15px;
	  }
	  #header {
		padding: 0;
	  }
	   .mobile-nav * {
		margin: 0;
		padding: 10px 0 0 0;
		list-style: none;
	  }
	   
	  .mobile-nav a {
		display: block;
		position: relative;
		color: #222222;
		padding: 10px 20px;
		font-weight: 500;
		outline: none;
		text-align: center;
		font-size: 20px;
	  }

}
