html {
  background-color:#fff;
}
body{
	background:#fff;
	font-family:'Lato',helvetica, sans-serif;
	margin:50px auto;
}

h1,h2,h3,h4,h5,h6{
	font-family:'Lato',"Helvetica Neue", helvetica, sans-serif;
}

.header{
	margin-bottom: 3em;
}

.one-third img{
	max-width: 300px;
  margin-bottom: 10px;
}

p{
  font-size: 16px;
  margin:0 0 10px 0;
  line-height: 24px;
}
b{
	font-weight:bold;
	display:block;
}

a{
	text-decoration:none;
	color:#6DC1E2;
}
a:hover{
  color:#1F6480;
}

i{
	font-size:1.75em;
}

.white{
	color:#fff;
	font-size:1.25em;
}
.h1{
	font-size:2em;
	margin:auto;
	font-weight:600;
  text-transform: uppercase;
}

.ss-icon{
	color:rgba(102,180,70,1);
	font-size: 2em;
	margin: .4em .2em 0 0;
}
.ss-icon:hover{
	color:rgba(102,180,70,.8);
}


	@media only screen and (max-width: 767px) {
		.h1{ font-size:2em}

	}
