@charset "utf-8";
/* CSS Document */

body {

font-family: 'Encode Sans', sans-serif;
  
}
.btn-primary {
    background-color: #f6941f!important;
}
h1 {text-shadow: 0 2px 2px rgba(0,0,0,0.5); font-weight: 700; font-size:3em}
h3, h2 {color:#9082BD}




section { padding-top:70px; padding-bottom:70px}

footer {margin-top:2em}
a {
    color: #0072BB;
    text-decoration: none;
    background-color: transparent;
}

@media (max-width: 960px) {
	h1 {font-size:2em}

}