@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------*/
/*                        Responsive                              */
/* ---------------------------------------------------------------*/	

@media all and (max-width:800px) {
	
#navtop {
		display: none;
		}
	
.logo {
	margin-left: 20px;
	}

h2 {
	font-size: 2.2em;
}
	
.order-1 {
	order: 2;
	}

.order-2 {
	order: 1;
	}
}

@media all and (min-width:800px) {
.responsive-navigation {
	display: none;}
}

@media all and (max-width: 468px) {


.hero-text h3 {
	font-size: 5.0em;	
}

.hero-text h4 {
	font-size: 1.5em;
}

.hero-text p {
	font-size: 1.0em;
}
}
