@font-face {
  font-family: 'COCOGOOSE';
  src: url('fonts/COCOGOOSE.eot?#iefix') format('embedded-opentype'),  url('fonts/COCOGOOSE.woff') format('woff'), url('fonts/COCOGOOSE.ttf')  format('truetype'), url('fonts/COCOGOOSE.svg#COCOGOOSE') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,body{
	background-color: #5d7b5c;
	text-align: center;
}
.img-center{
	margin-left: auto;
	margin-right: auto;
}

h1{
	font-weight: bold;
	color: #f8f3cc;
	text-transform: uppercase;
	font-family: "COCOGOOSE";
}
h1 span{
	color: #d5d2b0;
}
h2{
	color: #f0c268;
	text-transform: uppercase;
	font-family: "COCOGOOSE";
}
p{
	color: #fff;
	font-family: 'Shadows Into Light Two', cursive;
	letter-spacing: 1px;
	font-size: 18px;
}

a, a:hover, a:focus{
	color: #f0c268;
}

p.claim{
	font-family: 'Shadows Into Light Two', cursive;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 24px;
}
a.social img{
	width: 60px;
	margin: 0 10px;
}
a.social:hover img{
	opacity: 0.9;
}

@media ( max-width: 767px){
	p.claim{
		font-size: 17px;
	}
}