/****** PLACE YOUR CUSTOM STYLES HERE ******/

h1 {
	font-family: 'Oswald', sans-serif;
}
h2 {
	font-family: 'Lobster', cursive;
	color:#ec008c;
	font-size:48px;
	line-height:1.15em;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:28px;
	margin-bottom:8px;
	line-height:normal;
}
p, p a {
	color:#39b54a;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:normal;
}
p {
	margin-bottom:6px;
}
.cyan {
	color:#00aeef;
}
.orange {
	color:#f7941d;
	margin-bottom:12px;
}
.grande {
	font-size:300%;
}

.btn, button[type="submit"] {
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	border-color:#ec008c;
}
.btn, .btn:visited, .btn:focus {
	margin:12px 0 18px;
	color:#ec008c;
	background-color:#fff;
}
button[type="submit"] {
	background-color:#ec008c;
	color:#fff;
}
textarea, input[type="text"] {
	font-family: Helvetica, Arial, sans-serif;
}
.btn:hover {
	background-color:#ec008c;
}

footer {
	background-color:#00aeef;
}
footer img {
	max-width:260px;
}
footer p {
	margin:0;
	padding:0;
}
footer p a {
	font-size:10px;
	color:#fff;
}

@media (min-width: 768px) {
	footer img {
		max-width:360px;
	}
	footer p a {
		font-size:12px;
	}
}
@media (min-width: 992px) {
	footer img {
		max-width:460px;
	}
	footer p a {
		font-size:14px;
	}
}
@media (min-width: 1200px) {
}