#slider{
	width:500px;
	top:100px;
	position:absolute;
	z-index: 100000
}
   
#header{ 
	width:260px;
	position:absolute; 
	right:0px; 
	border:1px solid #000;
	margin-left:40px;
	padding:20px 40px;
	background: #dcf2fe;
	border-radius:3px;
	box-shadow: 0 0 8px black;
}


#sidebar{
	position:absolute;
	top:180px;
	left:111px;
	cursor: pointer;	
}

#sidebar1{
	position:absolute;
	top:180px;
	left:111px;

}


h3{
	font-family: 'Roboto Slab', serif;
}

input[type=text]{ 
	margin-top: 10px;
	padding:6px;
	width:98%;
	font-size:15px;
	border-radius:2px;
	border:2px solid #000;
}

input[type=submit]{ 
	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	background: #00A6D8;
	border-radius:2px;
	border:2px solid #000;
	cursor: pointer;
}

h4{
	font-size:15px;
}
div#title{
	position:absolute;
	top:300px;
	left:650px;
	}
	
select{
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
}

textarea{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:2px solid #000;
	margin-top: 10px;
	height:80px;
	width:98%;
}	

button{
	background:#00A6D8;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 22px;
	font-weight: bolder;
	padding: 8px 0 8px 0;
	border-radius: 3px;
	cursor: pointer;
	margin-top:25px;
}

@media screen and (max-width: 1050px) {
#slider{
	width:500px;
	top:100px;
	position:absolute;
	display:none;
}

#sidebar{
	position:absolute;
	top:180px;
	left:103px;
	display: none;
	
}}