

/*@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1800px;
	}
}*/



@media (max-width:1024px) {
	
	body {
		font-size: 14px !important;
	}
	
/*.home h1 {
	font-size: 3em !important;
}*/

}

@media (max-width:991px) {
	.form .snapscroll-overlay form {
		width: 80%;
		margin: 0 auto;
	}
	.snapscroll-visual {
		overflow: hidden;
		position: relative;
	}
}

@media (max-width:767px) {
	
	body {
		font-size: 12px !important;
	}
	
	.form .snapscroll-overlay form {
		width: 85%;
	}
	
	
	
	.logo img {
		max-width: 180px !important;
	}
	
	.hamburger-nav.menu_active {
	    width: 100%;
	}
	
	.hamburger-nav ul {
		padding: 140px 30px !important;
	}
	
	.hamburger-nav {
    	font-size: 30px !important;
	}
	
	.hamburger-nav li {
    	margin: 0 0 0 0 !important;
	}
	
	
	.home h1 {
    	font-size: 3.5em !important;
	}
	
	.snapscroll-overlay {
    	top: 65%;
	}
	
	.home .underdash:after {
		bottom: -10px;
	}
	

	.snapscroll-button {
		bottom: 20%;
	}
	
	/* Scubajet */
	
	.scubajet-content {
		position: relative;
		top: 0;
		color: #012752;
		padding: 5% 0;
	}
	
	.scubajet-content a {
    	color: #012752;
	}
	
	/* Contact */
	
	.page-template-page-contact .entry-content {
		margin-top: 140px;
	}

	input, optgroup, select, textarea {
		font-size: 100%;
		line-height: 1.15;
		min-height: 30px;
		padding: 5px;
	}

	input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
		padding: 5px;
	}

	button, input, optgroup, select, textarea {
		padding: 5px;
	}
	
}

@media (max-width:640px) {

	img.mobile_scroll_vertical_image {
    display: block;
	}
	img.desktop_scroll_horizontal_image {
    display: none;
	}
	
}

@media (max-width:1200px) {
	

	
}




