html {
	font-family: 'Lato', sans-serif;
}

body {
	background-color:grey;
	line-height:1.7em;
}

.content {
	max-width:900px;
	margin:auto;
	text-align:center;
	padding-top:20px;
}

.container {
	max-width:900px;
	margin:auto;
}

.navbar {
	background-color:#ED1B24;
}

#navbar {
	width:auto;
}

.navbar-fixed-top{
	margin-bottom:0px;
}

#nav{
	list-style:none;
	padding:0px;
	line-height:40px;
	padding-left:20px;
}

#nav a {
	color:white;
	font-weight:900;
	font-size:0.95em;
	text-shadow:none;
}

#nav li a:hover {
	color:#283890;
	background-color:#ED1B24;
}

.header .pure-menu {
	background-color:#ED1B24;
	z-index:20;
}

.pure-menu a {
	color:white;
	font-weight:900;
	font-size:0.95em;
}

.pure-menu li a:hover {
	color:#283890;
	background-color:#ED1B24;
}

@media (min-width: 600px) {
  .splash {
    top: 40px;
	padding-bottom:20px;
  }
}

#section-1 .pure-g-r, #section-2 .pure-g-r, #section-3  .pure-g-r, #section-4  .pure-g-r{
	padding-right:70px;
	padding-left:70px;
}

#section-1 .pure-u-2-3 {
	text-align:left;
}

#section-1 .pure-u-2-3 p{
	max-width:100%;
	padding-right:30px;
}

#section-1 .pure-u-1-3 {
	text-align:left;
}

#section-1 .pure-u-1-3 p{
	max-width:100%;
}

#section-4 .pure-u-1-3 {
	text-align:left;
}

#section-4 .pure-u-2-3 {
}

#section-4 .pure-u-2-3 .pure-g-r {
	padding-right:0px;
	padding-left:0px;
	text-align:left;
	max-width:470px;
	margin:auto;
}

#section-4 .pure-u-2-3 .pure-g-r p {
	margin-top:0px;
}

h1 {
	text-transform:uppercase;
}

h2 {
	text-transform:uppercase;
	color:#283890;
	font-weight:900;
	font-size:0.95em;
}

#section-2 h2, #section-2 h3, #section-4  h2, #section-4  h3{
	color:white;
	line-height:1.2em;
}

#section-2 h3 {
	margin-right:auto;
	margin-left:auto;
	max-width:200px;
}

#section-2 h3, #section-4 h3 {
	color:#5BB8E7;
}

#section-1 p, #section-2 p {
	max-width:200px;
	margin:auto;
	margin-bottom:30px;
}

h3 {
	text-transform:uppercase;
	color:#283890;
	font-weight:900;
	font-size:1.3em;
	margin-bottom:5px;
	margin-top:5px;
}

h4{
	margin:0;
	color:#5BB8E7;
	font-size:.90em;
}

h5{
	color:#5BB8E7;
	font-size:2.4em;
	font-weight:900;
	line-height:1.0em;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:10px;
	max-width:220px;
}

.about{
	max-width:220px;
}

p {
	font-size:0.90em;
	color:#283890;
	line-height:1.3em;
}

#section-2 p, #section-4 p{
	color:white;
}

a {
	color:#283890;
}

a:hover {
	color:#ED1B24;
}

#section-2 a, #section-4 a {
	color:white;
	text-decoration:none;
	font-size:0.95em;
	font-weight:900;
}

#section-2 a:hover, #section-4 a:hover {
	color:#ED1B24;
}

#section-1, #section-3 {
	background-color:#FFFBFA;
	padding-bottom:30px;
}

#section-2, #section-4 {
	background-color:#283890;
	color:white;
	padding-bottom:30px;
}

.frame, .frame img{
	width:200px;
	height:200px;
	margin:auto;
}

.photo {
	position:relative;
}

.mask { 
	background: url('circle.png');
	position: absolute;
	left:0; top:0;
}

.instagram-image {
	width:220px;
}

.1-box {
	padding:1em;
}