@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
    background-attachment:fixed;
    background-position:center;
	background-image: url(../images/mr_logo_500px.gif);
	background-repeat: no-repeat;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #0000cc;
}

a:visited {
	color: #FFF;	
}


p {
	display: inline;
	margin-right: 20px;
}

p.nt {
	display: block;
	font-size: 18px;
}

label {
	font-size: 18px;
	padding: 12px 12px 12px 0;
	display: inline-block;
}

input[type=text], email, textarea {
	width: 100%;
	font-size: 14px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
}

input[type=email] {
	width: 100%;
	font-size: 14px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
}

input[type=submit] {
	background-color: #9a9a9a;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
}

textarea {
	height: 150px;
}

.content_container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.contact {
	position: relative;
	top: 30px;
}

.contact_container {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	border: 1px solid #0000cc;
	border-radius: 4px;
	background-color: #171717;
	padding: 15px;
	opacity: 0.95;
}

.col-small {
	float: left;
	width: 25%;
	margin-top: 5px;
}

.col-large {
	float: left;
	width: 75%;
	margin-top: 5px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 1200px) {
  .col-small, .col-large, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
	body {
		background-image: url(../images/mr_logo_750px.gif);
	}
	
	.contact {
		font-size: 14px;
		top: 40px;
	}
}

@media only screen and (min-width: 1200px) {
	body {
		background-image: url(../images/mr_logo_1000px.gif);
	}
	
	.contact {
		font-size: 16px;
		top: 50px;
	}
}