@charset "UTF-8";
@media only screen and (max-width : 1023px) {
/* CSS Document */

body {
	font-size: 1rem;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.25rem;
}

h3 {
	font-size: 1.125rem;
}

h4 {
	font-size: 1.0625rem;
}
	
.logo img {
	width: 249px;
}
	
.slogan {
	font-size: 3rem;
}

}