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

/* CSS reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

  h1 {
	font-family: 'Lobster', cursive;
	text-align:center;
	font-size:60px;
	text-shadow: -1px -1px #B8B8B8, 1px 1px #FFF;
	color: #333;
}

  h1 a {
	font-family: 'Lobster', cursive;
	text-align:center;
	font-size:60px;
	text-shadow: -1px -1px #B8B8B8, 1px 1px #FFF;
	color: #333;
}

  h2 {
	font-size: 25px;
    font-weight: 800;
    color: #eb6f62;
    background: #d4d4d4;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 28px;
    display: inline-block;
}

@media screen and (max-width: 700px) {
    h2 {
	  font-size: 15px !important;
	  font-weight: 900 !important;
    }
  h1 img {
	  width:80% !important;
    }	  
}

  a:hover {
	  color: #00894c;
	  
}


q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

section, header{
	display: block;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #f0f0f0;
	background: aliceblue;
    -webkit-animation: myfirst 15s infinite alternate; /* Chrome, Safari, Opera */
    animation: myfirst 15s infinite alternate;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes myfirst {
    0%   {background: aliceblue;}
    25%  {background: beige;}
    50%  {background: #FFF;}
    75%  {background: cornsilk;}
    100% {background: 5d5d5d;}
}



/* Standard syntax */

@keyframes myfirst {
    0%   {background: aliceblue;}
    25%  {background: beige;}
    50%  {background: #FFF;}
    75%  {background: cornsilk;}
    100% {background: 5d5d5d;}
}


a{
	color: #ddd;
	text-decoration: none;
}

a:hover, a img:hover{
	transition: all 0.3s ease 0s;
}

.lad{
	width: 100%;
	position: absolute;
	text-align: center;
}

.lad p{
	font-stretch: ultra-condensed;
	font-weight:bold;
	color:#000;
	opacity: 0.4;
}

.lad img{
	height:auto;
	margin-bottom:10px;
	opacity: 0.8;
}

.fb-like{
	width: 100%;
	position: fixed;
	text-align: center;
	margin-top: 15px;
	color: #000;
	text-align:center;
	text-shadow: 1px 1px #808080;

}

.gale{
	margin-bottom:315px;
	width: 75%;
	position: fixed;
	text-align: center;
	margin-top: 15%;
	color: #000;
	text-align:center;
	text-shadow: 1px 1px #808080;

}

.social{
	position: fixed;
    bottom: 10%;
    left: 5px;
	}

.social a img:hover{
	width:20%;
	}