/* CSS Document */
body
{
margin:0px;
padding:0px;
}

#wrapper
{
	
	width:100%;
	height:auto;

	
}
#header
{
background-color:lightgreen;
width:100%;
height:100px;
overflow:hidden;
}
#header_left
{
width:50%;
height:auto;
float:left;
padding-left:60px;
padding-top:20px;
overflow:hidden;
}
#header_right p
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
#header_right
{
width:40%;
float:right;
height:auto;
padding-top:10px;
text-align:center;

}
#header_right a:hover
{
opacity:0.1;
}

#header_2
{
width:100%;
height:auto;
clear:both;
overflow:hidden;
}
#header_2_left
{
width:25%;
height:auto;
float:left;
padding-left:30px;
overflow:hidden;

}
#header_2_right
{
width:70%;
height:auto;
float:right;
margin:0px;
overflow:hidden;
}

	
	
.topnav {
  overflow: hidden;
  
  height:auto;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
 
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  text-decoration:none;
}

.topnav .icon {
  display: none;
}

	
		
		
		
		
		
		
		
		
		
		
		
		
		#slider
		{
		width:100%;
	
	
		clear:both;
		display:none;
		}
		#content
		{
		width:100%;
		height:auto;
		margin:auto;
		}
		#content_up
		{
		width:100%;
		height:auto;
		
		}
		#content_up_left
		{
		width:50%;
		height:auto;
		float:left;
		padding-left:40px;
		text-align:justify;
		
		}
		#content_up_right
		{
		width:45%;
		height:480px;
		float:right;
		border:1px solid grey;
		border-radius:5%;
		text-align:center;
		overflow:hidden;
		box-shadow:3px 3px 5px 5px cyan;
		}
		
/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 24px 26px;
    transition: 0.3s;
    font-size: 17px;
}
/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
		#content-two_data
		{
		width:100%;
		height:auto;
		margin:auto;
		clear:both;
		}
				#content_three
		{
		width:100%;
		height:auto;
		margin:auto;
		clear:both;
		
		}
		#content_three_left
		{
		width:30%;
		height:600px;
		border:1px solid grey;
		float:left;
		padding:10px;
		box-shadow:2px 2px 3px 3px green;
		border-radius:5%;
		}
		
		#content_three_mid
		{
		width:34%;
		height:600px;
		border:1px solid grey;
		float:left;
		padding:10px;
		margin-left:13px;
		
		box-shadow:2px 2px 3px 3px red;
		border-radius:5%;
		}
		#content_three_right
		{
		width:34%;
		height:600px;
		border:1px solid grey;
		float:right;
		padding:10px;
		box-shadow:2px 2px 3px 3px blue;
		border-radius:5%;
		}

		
		#footer
		{
		width:100%;
		height:auto;
		background-color:grey;
		 margin-top:10px;
		 
		color:#FFFFFF;
			clear:both;
			overflow:hidden;
		}
		#footer a:hover
		{
		opacity:0.4;
		}
		
		
	

h3,p,label{
	
	font-family: 'Raleway', sans-serif;
	color:darkgreen;
 }
h2{
	font-family: 'Raleway', sans-serif;
	color:darkgreen;
	} 
input{

	margin-bottom:20px;
	padding:5px;
	height:25px;
	box-shadow: 1px 1px 12px gray;
	border-radius:3px;
	border:none;
 }

textarea{
    width:80%;
	height:40px;
	margin-top:5px;
	padding:5px;
	box-shadow: 1px 1px 12px gray;
	border-radius:3px;
 }
#send{
	width:80%;
	height:35px;
	margin-top:40px;
	border-radius:3px;
	background-color: peru;
	border:1px solid white;
	color:white;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
}

div#feedback{
	text-align:center;
	height:420px; 
	width:230px; 
	padding:10px 15px 10px 15px; 
	background-color:#f3f3f3; 
	border-radius:3px; 
	border: 1px solid peru;
	font-family: 'Raleway', sans-serif;
	float:left;
	} 
.container{
	width:960px;
	margin:40px auto;
	}


		@media screen and (max-width:400px)
		{
		 #header_left
		{
		width:100%;
		float:none;
		padding-left:30px;
		}
		#header
		{
		height:auto;
		}
		#header_right p
		{
		padding-left:0px;
		}
		#header_right
		{
		width:100%;
		float:none;
		text-align:center;
		padding-left:0px;
		padding-top:10px;
		}
		#header_2_left
		{
		float:none;
		width:100%;
		padding-left:20px;
		}
		#header_2_right
		{
		float:none;
		width:100%;
		text-align:center;
		height:auto;
		
		}
		#header_2_right a
		{
		    color:white;
		    
		}
		#slider
		{
		display:none;
		}	
		#content_up_left
		{
		width:100%;
		float:none;
		padding-left:0px;
		
		}
		
		#content_up_right
		{
		width:100%;
		float:none;
		background-size:100%;
		padding-left:0px;
		
		}
	
		#content_three_left
		{
		width:100%;
		height:auto;
		border:1px solid grey;
		float:none;
		padding:0px;
		margin-top:5px;
		}
		
		#content_three_mid
		{
		width:100%;
		height:auto;
		border:1px solid grey;
		float:none;
		padding:0px;
			margin-top:5px;
			margin-left:0px;
		}
		#content_three_right
		{
		width:100%;
		height:auto;
		border:1px solid grey;
		float:none;
		padding:0px;
			margin-top:5px;
		}
		#footer
		{
		    margin-top:10px;
		background-color:#000000;
		}
		}
		
		
		@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    color:white;
  }
  .socials
  {
  width:100%;
  text-align:center;
  padding-left:0px;
  
  }
  
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    color:white;
  }
	.topnav
	{
	height:auto;
	background-color:#333333;
	color:white;
	}
	
}

@media screen and (max-width:650px)
{
	#header_left
		{
		width:100%;
		float:none;
		padding-left:30px;
		}
		#header
		{
		height:auto;
		}
		#header_right p
		{
		padding-left:0px;
		}
		#header_right
		{
		width:100%;
		float:none;
		text-align:center;
		padding-left:0px;
		padding-top:10px;
		}
		#header_2_left
		{
		float:none;
		width:100%;
		padding-left:0px;
		text-align:center;
		}
		#header_2_right
		{
		float:none;
		width:100%;
		text-align:center;
		height:auto;
		
		}	
		#slider
		{
		display:none;
		}	
		#content_up_left
		{
		width:100%;
		float:none;
		padding-left:0px;
		
		}
		
		#content_up_right
		{
		width:100%;
		float:none;
		background-size:100%;
		padding-left:0px;
		
		}
	
		#content_three_left
		{
		width:100%;
		height:auto;
		border:1px solid grey;
		float:none;
		padding:0px;
		margin-top:5px;
		}
		
		#content_three_mid
		{
		width:100%;
		height:auto;
		border:1px solid grey;
		float:none;
		padding:0px;
			margin-top:5px;
		}
		#content_three_right
		{
		width:100%;
		height:auto;
		border:1px solid grey;
		float:none;
		padding:0px;
			margin-top:5px;
		}
		#footer
		{
		background-color:#000000;
		}
}
	