@charset "UTF-8";

body {
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-style: normal;}

h1, h2, h3, h4, strong, figcaption {
	font-family: quasimoda, sans-serif;
	font-weight: 700;
	font-style: normal;
}

h1, h2, h3, h4, strong {
	color: #404040;
}
.bg-light {
	background-color: #fff !important;
}

footer {
	background-color: #404040;
	color:#bfbfbf;
}

a {
	color: #05C7F2;
}

a:hover {
	color: #F26052;
}

.nav-link {
	color: #404040 !important;
}

h2 {
	padding-bottom: 2px;
	padding-top: 15px;
}


.nav-link:hover, .nav-link:focus {
	color: #F26052 !important;
}

.navbar-nav .show > .nav-link, .navbar-nav .active > .nav-link, .nav-link.show, .nav-link.active {
	color: #05C7F2 !important;
}

footer p {
	font-size: 12px;
}
header .container {
position: relative;
}
header .container h1 {
position: absolute;
bottom: 0;
left: 6%;
width: 100%;
padding: 10px 10px 50px 10px;
color: #fff;
margin: 0;
text-shadow: 0 1px 0 black;
font-size: 50px;
}

h1, h2, h3 {
	color: #F26052;
}
