@charset "UTF-8";

body {
	background-color: #fff;
}

.main {
	max-width: 800px;
	margin: 40px auto;
	line-height: 1.5em;
	font-family: arial;
}
a, a:hover, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}
img {
	width: 400px;
	height: auto;
}
.logo img {
	width: 60px;
	height: auto;
}
.title-image {
	text-align: center;
}

.title-image img {
	width: 300px;
}
.image {
	text-align: center;
}
.title {
	line-height: 1.2em;
	color: #333;
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.text {
	border-radius: 5px;
	box-shadow: 4px 4px 8px -3px rgba(97,97,97,1);
	font-size: 1.1em;
	color: #333;
	background-color: #dadada;
	margin: 30px 7%;
	padding: 25px 20px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

.images {
	text-align: center;
	margin: 30px 0;
}

.images img {
	border-radius: 5px;
	box-shadow: 4px 4px 8px -3px #a1a1a1;
	background-color: #dadada;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	display: inline-block;
	max-width: 25%;
	margin: 0 2%;
	max-height: 200px;
}
.images img:first-of-type {
	margin-left: 0;
}

.images img:last-of-type {
	margin-right: 0;
}
.logo {
	text-align: center;
	margin: 45px 0 5px 0;
}
.copyright {
	text-align: center;
	font-size: 0.9em;
	margin: 5px 0 20px 0;
}

@media all and (max-width: 800px) {
	body {
		margin: 0 0;
	}
	.main {
		max-width: 98%;
		margin: 40px auto;
	}
	img {
		max-width: 90%;
	}
	.title {
		font-size: 2em;
	}
	.text {
		font-size: 1em;
		margin: 30px 3%;
		text-align: justify;
		hyphens: auto;
  		-webkit-hyphens: auto;
  		-moz-hyphens: auto;
  		-ms-hyphens: auto;
	}
	.images img {
		max-width: 27.5%;
		margin: 0 1%;
		max-height: 110px;
	}
}