@charset "UTF-8";
/* CSS Document */
/*dyska story*/
#dds{
	background: url('../images/dds-cover.jpg') no-repeat top center fixed;
	background-size: 100%;
	
}
@media only screen and (max-width: 1280px) {
	img{
		max-width: 80%;
	}
}
@media only screen and (max-width: 768px) {
	#dds{
	background: url('../images/dds-cover.jpg') no-repeat top center fixed;
	background-size: auto 500px;
	}
	img{
		max-width: 80%;
	}
}

#dds h1,h2{
	color: #3698DB;
}
img{
	margin: 0 .5em 1em;
	padding: 0;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}
.set1, .set2, .set3, .set4, .set5{
	width: 100%;
	padding: 50px 0;
	margin: 6em 0;
	text-align: center;
}
#dds .set1{
	margin: 3em 0;
	background: #f1f1f1;
}

#dds .set2{
	background: #d7eaf8;
}
#dds .set4{
	background: #3A3A3C;
	color: #eee;
}
