* {
	font-family:"Open Sans"
}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.title {
text-align: center;
font-size:36px;
color: white;
}
.buttons {
	 background-color: #51773d;
    color: white;
    padding: 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	border-radius:10px;
    display: inline-block;
	text-decoration: none;
	font-family:"Times New Roman";

}
.buttons:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
h3{
	color:#1e5097;
	font-size:22pt;
	margin-left:10px;
}
h2 {
	border-radius:15px;
	color:white;
	background-color:#1e5097;
	text-align:center;
	font-size: 34pt;
}
p{
	line-height:2em;
	text-indent: 2em;
	font-size: 22px;
	color:black;
	margin-top:0px;
	margin-bottom:1em;
	margin-left:3em;
	margin-right:3em;
	font-family:Georgia;
}
.content{
	margin-left: auto;
    margin-right: auto;
    width:72em;
	border-radius: 15px;
	background-color:#c3d7f7;
}
.P1 {
	text-align:center;
}
button {
	font-size:18pt;
	background-color:#51773d;
	text-decoration:none;
	border: none;
	color:White;
    width:145px;
	height:30px;
	text-align:center;
}
body{
	 background: linear-gradient(to left, #1e5097,#51773d );
	 font-size:14px;
}
.btns {
text-align:center;
}

#catchphrase{
	color:white;
	font-size:26pt;
	margin-top:-1em;
	margin-bottom:-0.2em;
}
.contact a {
	color:white;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	text-decoration:none !important;

}
.contact {
	color:inherent;
	color:white;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding: 20px;
	font-size:16pt;
	text-decoration:none !important;
}

ul {
	display:table;
	margin:0 auto;
}
ul li{
  padding: 5px 10px;
}

li {
	margin-top:.5em;
	font-size:24px;
	margin-left: 2em;
}

.imgcenter{
    width: 500px;
    height: 300px;
	display: block;
    margin-left: auto;
    margin-right: auto
	
}
.footer {
	text-align:center;
	color:white;
}

.poulterp{
	height:260px;
	width: 175px;
	display: block;
    margin-left: auto;
    margin-right: auto
	
}

@keyframes fade {
  0%   { opacity: 0; }
  11.11%   { opacity: 1; }
  33.33%  { opacity: 1; }
  44.44%  { opacity: 0; }
  100% { opacity: 0; }
}

.fadein { 
 position:relative;
 height:332px;
 width:500px;
 margin: 10px auto;
}
.fadein img {
	position:absolute; 
	left:0;
	right:0;
	opacity:0; 
	animation-name:	fade;
	animation-duration: 9s; 
	animation-iteration-count: infinite; 
}
	
.fadein img:nth-child(1) { animation-delay: 0s;  }
.fadein img:nth-child(2) { animation-delay: 3s;  }
.fadein img:nth-child(3) { animation-delay: 6s;  }
.left {
	text-align:left;
}
#left{
	margin-left:3em;
}
.equip {
	width:400px;
	display: block;
    margin-left: auto;
    margin-right: auto
}
.center, #catchphrase{
	text-align:center;
}

.poulter {
	border: 3px solid #1e5097 ;
}

#airrotary {
	border-radius:15px;
}
figure {
	width:600px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding: 6px;
	font-size:10pt;
	text-decoration:none;
}
#facebook {
	color:white;
	width: 300px;
	margin-top:8px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size:16pt;
	text-decoration:none;
}
.link {
	color:blue;
	font-family: Georgia;
	font-style: underline;
	font-size: 18pt;
	text-align: center;
}