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

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

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

@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT-Sans-BoldItalic.eot');
    src: url('fonts/PPT-Sans-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/PT-Sans-BoldItalic.woff') format('woff'),
         url('fonts/PT-Sans-BoldItalic.ttf') format('truetype'),
         url('fonts/PT-Sans-BoldItalic.svg#pt_sansbold_italic') format('svg');
	font-weight: bold;
	font-style: italic;
}

/* End Custom Fonts */

html {
	background-color: #4e504b;
	line-height: 1.7;
}
.main sta{
	background: rgb(25, 206, 25);
}
*{
	box-sizing: border-box;
}
.container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/color-tile.png) left bottom repeat-x, #FFF url(../images/color-tile.png) left top repeat-x;
	padding-top:20px;
	padding-left:30px;
}
body {
	font-family: 'PTSans', Arial, sans-serif;
	font-size: 15px;
}

img {
	max-width: 100%;
	height: auto;
}


/* start  header {
	
	margin-right: 20px;
	color: #617140;
	background-image: url(../images/flower.jpg);
	stroke-opacity: unset, 0.5;
	background-position: right center;
	background-repeat: no-repeat;
}

header h1 {
	margin: 0;
	color:red;
	font-weight:500;
	font-size: 500%;
	font-weight:bolder;
	text-shadow: 2px 2px;
}

header p{
	margin: 0;
	color:rgb(24, 8, 245);
	
	font-size: 125%;
	font-weight: bolder;
	text-shadow: 1px 1px;
}
 end */
 div.background {
	background: url(../images/flower.jpg) repeat;
	border: 2px solid rgb(153, 151, 151);
	margin-right: 20px;
	height: 200px;
	background-position: right center;
  }
  
.transbox {
	margin: 0px;
	padding: 35px;
	background-color: #ffffff;
	opacity: 0.75;
  }
.transbox h1{
	color:red;
	font: weight 500%;;
	font-size: 200%;
	font-weight:bolder;
	padding-left: 30px;
	text-shadow: 1px 1px;
	letter-spacing: 5px;
	word-spacing: 8px;
}
.transbox h4{
	color:red;
	
	font-weight:bolder;
	padding-left: 30px;
	text-shadow: 1px 1px;
} 
  div.transbox p {
	margin: 5%;
	font-weight: bold;
	font-size: 120%;

	color:rgb(24, 8, 245);
  }


/* Site Navigation */
.site-nav {
	margin-top: 20px;
}

.site-nav ul {
	margin: 0;
	padding: 0;
}

.site-nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

.site-nav a {
	display: block;
	color: #617140;
	text-decoration: none;
	padding: 10px 10px;
	background-color: rgb(203, 245, 199);
	/*border: 3px solid #e5e9dc;*/
	border: 3px solid #bee959;
	border-radius: 10px;
	border-bottom: none;
}

.site-nav a:hover {
	background-color: #e5e9dc;
	color: #000;
}

/* End Site Navigation */


.content-area {
	border-top: 3px solid #e5e9dc;
	border-bottom: 3px solid #e5e9dc;
}


.main-area h2{
	color:black;
	letter-spacing: 5px;
	word-spacing: 10px;
}
.bird img{
	width: 800px;
	height: 256px;
	float:left;
	width: 79%;
	height:250px;
}
.birds{
	background: rgb(241, 179, 243);
	height:100px; 
	width:10.5%;
	display:inline-block;
	position: absolute;
	margin-left: 13px;
	margin-top: 50px;
	border-radius: 20px;

}

.birds p{
	
	font-size: 120%;
	font-weight: bolder;
	margin-top: 80;
	text-align: center;

}
.main-area1{
	
	display:inline-block;
	
}
.main-area1 h2{
	font-family: cursive, sans-serif;
	color: rgb(10, 10, 10);
	background: rgb(226, 250, 204);
	width: 300px;
	font-size: 150%;
	text-align: center;
	border-radius: 50px;
}


.area0{
	border:3px solid grey;
	background:rgb(226, 250, 204);
	margin-top:10px;
	margin-bottom: 10px;
	padding:23px;
	width:45%;
	box-sizing: border-box;
	/*display:inline-block;*/
	float:left;
	height:400px;
	font-family: Arial, Helvetica, sans-serif;
}
.area0 li{
	font-size:20px;
}
.area1{
	border:3px solid grey;
	background:rgb(226, 250, 204);
	margin-top: 10px;
	margin-bottom: 10px;
	padding:23px;
	width:45%;
	box-sizing: border-box;
	/*display:inline-block;*/
	margin-left: 10px;
	margin-right: 25px;
	float:right;
	height:400px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	
}
.area1 p{
	font-size:20px;
}
.main-area2{
	
	display:inline-block;
	
}
.main-area2 h2{
	font-family: cursive, sans-serif;
	color: rgb(18, 41, 28);
	background:rgb(245, 177, 230) ;
	width: 300px;
	font-size: 150%;
	text-align: center;
	border-radius: 50px;
}

.area2{
	border:3px solid grey;
	background:rgb(245, 177, 230);
	margin-top:10px;
	margin-bottom: 10px;
	padding:23px;
	width:45%;
	font-size: 125%;
	box-sizing: border-box;
	/*display:inline-block;*/
	float:left;
	height:500px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.area3{
	border:3px solid grey;
	background:rgb(245, 177, 230);
	margin-top: 10px;
	margin-bottom: 10px;
	padding:23px;
	width:45%;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	box-sizing: border-box;
	/*display:inline-block;*/
	margin-left: 10px;
	margin-right: 25px;
	float:right;
	height:500px;
	
	
}


footer .fot1 p{
	border-top: 3px solid #d4e4b0;
	text-align:left;
	font-size: 85%;
	color: #999;
	padding-bottom: 10px;
	padding-top: 5px;
}
footer .fot2{
	padding-left: 450px;
	font-size: 85%;
	color: #999;
	padding-bottom: 10px;
	padding-top: 5px;
}
footer .fot3 p{
	text-align: center;
	font-size: 85%;
	color: #999;
	padding-bottom: 20px;
	padding-top: 20px;
}
.fix {
	clear: both;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}