@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
  background:#f4f6ee;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  
}

header {
  width: 100%;
  padding: -1px 0;

 margin-top: 0px;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 9999;
  top: 0;
  position: fixed;
  color:#fff;
	height: 137px;
	 background-image: -webkit-linear-gradient(top, #345926, #3c662c, #4b8137, #5da145, #77ba5e, #95c982); /* For Chrome and Safari */
background-image:    -moz-linear-gradient(top, #345926, #3c662c, #4b8137, #5da145, #77ba5e, #95c982); /* For old Fx (3.6 to 15) */
background-image:     -ms-linear-gradient(top, #345926, #3c662c, #4b8137, #5da145, #77ba5e, #95c982); /* For pre-releases of IE 10*/
background-image:      -o-linear-gradient(top, #345926, #3c662c, #4b8137, #5da145, #77ba5e, #95c982); /* For old Opera (11.1 to 12.0) */
background-image:         linear-gradient(to bottom, #345926, #3c662c, #4b8137, #5da145, #77ba5e, #95c982); /* Standard syntax; must be last */
	
	 }

header h1 {
  font-size: 30px;
  text-indent: 40px;
  font-weight: bold;
  text-align:center;
}

.container {
  width: 100%;
  margin: auto;
  font-size:16px;
  line-height:1.8;
height:100%;
	position:relative;
	z-index:2;
margin-top:130px;
background:#f4f6ee;
}

.shrink { 
	height:137px;
	margin-top: -49px;
	 background-image:-moz-linear-gradient(top, #538f3d 0%, #345926 82%);
 background-image:-webkit-linear-gradient(top, #538f3d 0%, #345926 82%);
 background-image:-ms-linear-gradient(top, #538f3d 0%, #345926 82%);
 background-image:linear-gradient(top, #538f3d 0%, #345926 82%);
 background-image:-o-linear-gradient(top, #538f3d 0%, #345926 82%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#538f3d), color-stop(82%,#345926));
	
}
.shrink above{
	display: none;
}

.shrink #logo img{
width:90%;
	height: 50px;
	margin-left: 10px;
	margin-top: 9px;
	margin-right: 50px;
}

.shrink .menuholder{
margin-left:80px;	
	width:70%;
background: #b30000;
margin:auto;
	float: right;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
position: relative;
}
.shrink .menuholder-inner{
width:100%;
	height:40px;
	float:right;	
	margin: 0 auto;
	margin-top: -55px;
	padding-bottom: 5px;
	position:absolute;
	margin-left: 250px;
}

.shrink #toppers {
	height:30px;
	margin-top:10px;
}
.shrink #toppers li {
	display: inline-block;
	padding-right: 20px;
	font-size:10px;
	color:#333333;
	padding-bottom: 5px;
	padding-top: 10px;
	border-right:1px solid #cccccc;
	padding-left: 10px;

}
.shrink .top table{
	
	height: 28px;
	
}
.shrink .top table td{
	border-right:1px solid #cccccc;
	padding-left: 10px;
	padding-right: 20px;
	padding-top:9px;
	margin-bottom: 2px;
	height:28px;
}

.shrink .top a{
	color:#333333;
	padding-left: 10px;
	list-style: none;
	font-size:10px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

p {
  margin: 0 0 40px 0;
  line-height: 24px;
}

strong { font-weight: bold; }


.shrink .footer-social-icons {
    width: 10%;
	float:right;
    display:block;
    margin: 0 auto;
	margin-top: 130px;
	margin-bottom:10px;
	
	
}
.shrink .social-icon {
    color: #fff;
	display:block;
	margin-bottom: 8px;
	margin-left: 30px;
}
.shrink ul.social-icons {
    margin-top: 2px;
}

.shrink .fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	margin-right: 5px;
	  background-color:rgb(167, 176, 28, 0.9);
}
.shrink .fa-facebook:hover {
    background-color:royalblue;
}
.shrink .fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
  margin-right: 5px;
	  background-color:rgb(167, 176, 28, 0.9);
}
.shrink .fa-twitter:hover {
    background-color:dodgerblue;
}

.shrink .fa-youtube {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	margin-right: 5px;
	 background-color:rgb(167, 176, 28, 0.9);
}
.shrink .fa-youtube:hover {
    background-color: red;
}


.shrink .fa-instagram {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
     background-color:rgb(167, 176, 28, 0.9);
	
}
.shrink .fa-instagram:hover {
    background-color: orangered;
}

.shrink #head{
width:auto;
	height: 40px;
	margin-top: 80px;
	color:#f4f6ee;
	z-index: 9;
}
.shrink #head p{
	font-size: 12px;
	text-align: center;
	margin-top: -30px;
	font-weight:500;
	letter-spacing: 0.3px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
}
.shrink #head span{
	color:#cad521;
}
