@charset "UTF-8";
h1 {
	color: #0CC0D4;
	font-family: 'Bitter', serif;
}
.container-fluid article p {
	color: #000000;
	font-family: 'Bitter', serif;
	text-align: justify;
}
article p a {
	color: #0CC0D4;
}
.container-fluid article {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
h3   {
	font-family: 'Bitter', serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
}
.container-fluid footer {
	font-family: 'Bitter', serif;
	text-align: center;
	color: #E5E5E5;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: thin solid #0CC0D4;
	border-bottom: thin solid #0CC0D4;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: x-small;
}
body {
	background-color: #071E39;
}
header a img {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#wrapper {
	max-width: 700px;
}
.content {
	color: #E5E5E5;
	font-family: 'Bitter', serif;
	text-align: justify;
	border-top: thin solid #0CC0D4;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

@media (resolution:1024dpi){
#wrapper .article_1 {
	width: 400px;
	/* [disabled]clear: right; */
	float: right;
}
#wrapper .content {
	clear: left;
}
#wrapper .article_2 {
	width: 300px;
}
}
.article_1 {
	color: #0CC0D4;
	text-align: justify;
	border: thin solid #A55121;
	font-family: 'Bitter', serif;
}
.article_2 {
	color: #E5E5E5;
	text-align: left;
	font-family: 'Bitter', serif;
}
#wrapper .article_2 a {
	color: #0CC0D4;
}
