*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.98em;
}
body {
    background-color: #e19300;
}
*{
	-webkit-transition:all 400ms linear;
	-moz-transition:all 400ms linear;
	-o-transition:all 400ms linear;
	-ms-transition:all 400ms linear;
	transition:all 400ms linear;
}
@font-face{
	font-family: Awesome;
	src: url('../fonts/fontawesome-webfont.ttf');
}
.fa {
  display: inline-block;
  font-family: Awesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: #fff;
}
.fa-envelope:before {
  content: "\f0e0";
}
h1{
	font-size:3em;
}
header,
.content,
footer{
	max-width:950px;
	width:100%;
	margin:0 auto;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	text-decoration:underline;
}
.fb{
	display:block;
	float:right;
	margin-left:5px;
	margin-top:-5px;
}
.fb img{
	max-width: 24px;
}

header{
	text-align: right;
	padding:15px 10px;
}
footer{
	padding: 15px 10px;
}
.content{
	text-align:center;
	/*border-top:2px solid #f2f2f2;
	border-bottom:2px solid #f2f2f2;*/
	padding:80px 0px;
}
.content img{
	width:100%;
	max-width:500px;
}
.info{
	float:left;
	width:50%;
}
.info img,
.contact img{
	vertical-align: middle;
}
.contact{
	float:right;
	width:50%;
	text-align:right;
}
.btn{
	margin:20px 0 0;
	background-color:#E6007E;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:8px 15px;
	border-radius:5px;
	display:inline-block;
	font-size:1.05em;
	border:1px solid #fff;
}
.btn:hover{
	text-decoration:none;
	color:#E6007E;
	background-color:#fff;
	border:1px solid #E6007E;
}
