html, body{
	margin: 0;
	padding: 0;
}

#wrap{
	width: 100%;
	margin: 0 auto;

}

/* body{
		background: url(images/fon1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
} */

header{
	width: 100%;
	margin: 0 auto;
/*	background: url(images/fon.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	height: 270px;
}

#stiles{
	width: 220px;
	margin: 0 auto;
	margin-left: calc(50%-100px);
}

#fon1{
	background: url(images/fon1.jpg);
	width: 100px;
	height: 100px;

}

#fon2{
	width: 100px;
	height: 100px;
	background:  url(images/fon2.jpg);

}

#succ{
	margin: 0 auto;
}

text#TextElement{
	color:blue;
}

header h1{
	text-align: center;
	margin-top: 0;

	line-height: 270px;
}

main h1{
	text-align: center;
	font-family: Pt Sans;
	font-style: italic;
	color:white;
}

#converter{
	margin-left: 35%;
}

#converter input{
	width: 320px;
	height: 50px;
	margin-top: 20px;
	margin: 10px;
	font-family: Pt Sans;
	font-size: 22px;
	font-style: italic;
	border-radius: 10px;
	border: 3px solid blue;
}

#converter input[type=button]{
	height: 60px;
	width: 320px;
	border-radius:10px;
	color:#1240AB;
	background-color: #FFEE00;
}

#time{
  width: 800px;
  height: 100px;
  padding-top: 40px;
  padding-left: 65px;
  background-color: gold;
  border:2px solid;
  margin: 0 auto;
  color:blue;
}

#left{
	color:white;
}

#day11, #hour, #min, #sec, #left{
  padding-top: 10px;
  font-family: Pt Sans;
  font-size:40px;
}

#forma{
	margin-left:calc(50% - 175px);
}

#forma input{
	width: 350px;
	height: 40px;
	margin: 5px;
	font-size: 25px;
	font-family: Pt Sans;
	border-radius:10px;
	border: 5px solid violet;
}

#forma input:focus{
	border: 5px solid orange;
}

#forma input[type=submit]{
	background-color:#00CC00; 
	width: 350px;
	height: 50px;
	margin: 5px;
	font-size: 25px;
	font-family: Pt Sans;
	border-radius:10px;
	border: 5px solid violet;
		background-color:#00CC00; 
	border-radius: 10px;
	color:#1B1BB3;
	border:3px dotted yellow;
}

#visibiler, #closer{
	width: 350px;
	height: 60px;
	margin-left:40%;
	font-size: 25px;
	font-family: Pt Sans;
	background-color:#00CC00; 
	border-radius: 10px;
	color:#1B1BB3;
	border:3px dotted yellow;
}

#visibiler:hover{
	background-color: #FFE800;
	color:#1B1BB3;
	height: 65px;
	transition: 0.5s;
}

#closer{
	width: 350px;
	height:60px;
	margin-left:41%;
	font-size: 25px;
	margin-top: 5px;
	font-family: Pt Sans;
}

#submit1{
	width: 100px;
	height: 45px;
	background-color:#00CC00; 
}

#slide{
		margin-left: 35%;
}

img.photo{
	width: 600px;
	height: 400px;
	transition: 1s all;
	border: 3px dotted ;

}

#buttons{
	width: 750px;
	margin-left: calc(50% - 300px);
}

.butt{
	width: 150px;
	height: 40px;
	font-size: 25px;
	background: linear-gradient(to right, orange, lightblue);
	border-radius:10px;
	font-family: Pt sans;
	font-weight: bold;
	font-style: italic;
}

.butt:hover{
	background: linear-gradient(to right, green, blue);
	color:white;
}

#calendar1{
	margin: 0 auto;
	color:white;
	margin-top: 50px;
	font-family: Pt Sans;
	font-size: 25px;
	border: 3px solid white;
}

#todays{
	color:green;
}

span#res{
	color:white;
	text-align: center;
}

.blue{
	color:white;
}

.red{
	color:white;
}


#tests{
	height: 500px;
	width: 80%;
	margin: 0 auto;
}

.column{
	width:10%;
	float: left;
	margin-left: 135px;
}

/*.column1{
	width: 50%;
	float: left;
}*/

.column{
font-size: 25px;
font-family: Pt Sans;
color:white;
}

#answer, #resks{
	margin-top: 200px;
	width: 300px;
	margin-left: calc(50% - 120px);
	font-size: 25px;
	font-family: Pt Sans;
	color:white;
}


#check{
	width: 200px;
	height: 55px;
	display: block;
	margin-top: 20px;
	margin-left: calc(50% - 100px); 
	border-radius: 10px;
	font-size: 25px;
	font-family: Pt Sans;
	border:3px dashed #67E300 ;
	color:white;
	background-color: #2618B1; 
	}

	#check:hover{
	color:blue;
	background-color:#FEF600; 
	transition: 1s;
	}
