
html {
	/*background:url(img/restaurant-light.jpg);*/
	background:url(img/weather-2.jpg);
	font-family:Helvetica, sans;
	font-size:20px;
}

h1, h2, h3 {
	font-family: 'Fredoka One', cursive;
	/*color:#294772;*/
	color: #FFF;
	text-shadow: 1px 1px 9px black;
	letter-spacing: 2px;
}

h1, h2, h3 {
	text-align:center;
}


.main-list ul, .main-list li {
	list-style:none;
}

.main-list li {
	margin-bottom: 16px;
	clear:both;
}

.main-list .list-number {
	float: left;
	font-size: 60px;
	font-weight:bold;
	margin-right:16px;
	font-family: 'Fredoka One', cursive;
	color: #FFF;
	text-shadow: 1px 1px 9px black;
}

img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}

.wrapper {
	width:90%;
	margin: 20px auto;
}



.important-data {
	font-weight:bold;
	font-family: 'Fredoka One', cursive;
	color:#C90053;
	text-align:center;
}


.img-left {
	float:left;
	margin-right: 30px;
}

.img-right {
	float:right;
	margin-left:30px;
}

.img-center {
	text-align:center;
}

.img-left img , .img-right img, .img-center img {
	-webkit-box-shadow: 3px 3px 11px 0px rgba(50, 50, 50, 0.53);
	-moz-box-shadow:    3px 3px 11px 0px rgba(50, 50, 50, 0.53);
	box-shadow:         3px 3px 11px 0px rgba(50, 50, 50, 0.53);
}

p {
	line-height: 150%;
	
}

h2 {
	text-align:center;
}

.clearfix {
	clear:both;
}

@media only screen and (max-width: 700px) {
	.img-center  img {
		width:100%;
		
	}

}
