@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 300;
	color: #6A2A1E;
	background-color: #FFFFFF;
}
.header {
	background-color: #B4D435;
}
.contener_text {
	background-color: #FFFFFF;
}
.footer p {
	background-color: #B4D435;
	color: #67291D;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2em;
	padding-right: 2em;
	border-top: 2px solid #6A2A1E;
}


h1, h2, h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 500;
	line-height: 130%;
	color: #6A2A1E;
}
h1 {
	font-size: 3em;
	font-family: 'Sacramento', cursive;
	/* [disabled]font-style: italic; */
	font-weight: bold;
	text-align: center;
	padding-top: 0.8rem;
	padding-bottom: 0.5rem;
}
h2 {
	font-size: 2.1rem;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding-top: 0.8rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
p {
	text-align: justify;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: medium;
}

h3 {
	font-size: 2rem;
	/* [disabled]font-style: italic; */
	font-weight: 900;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
p .teasertext {
	font-size: 1.7rem;
	line-height: 150%;
}
a:link, a:visited {
	color: #6A2A1E;
	font-weight: 600;
}
p strong {
	font-weight: bold;
}

@media (max-width:600px){
h1 {
	font-size: 3.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.5rem;
}



}

@media (max-width:370px){
h1 {
	font-size: 2.8rem;
}

}
