@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #fcfcfc;
	font-family: 'Oswald', sans-serif;
}

body {	
	height: 100%;
}

a {
	color: #d534c0;
	text-decoration:none;
}

a:hover {
	color: #e037ca;
	text-decoration: underline;
}

.panel-primary {
	border-color: #555759;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #555759;
	border-color: #555759;
}

.purple {
	color: #e037ca;
}

.white {
	color: #fff;
}

.bigger {
	font-size: 150%;
	font-weight:700;
}

footer {
	background: #555759;	
	color: #A8ACAF;
	padding: 1em 0;
}

footer div {
	margin: 0.5em 0;
}

.content { 
	margin: 0 0 2em 0; 
	font-weight: 400;
	font-size: 1.2em;
}
.content .panel {
margin: 2em 0 0 0;
}

.content ul {
list-style-type: none;
}

.content ul li:before {
content: "\2014";
margin: 0 1em 0 0;
font-family:sans-serif;
}

header h1 { display: none; }
.wrapper { max-width:1000px; }

@media (min-width: 768px) {
	body { background: url(../../uploads/ri2015/images/header700.jpg) repeat-x; }
}

@media (min-width: 992px) {
	body { background: url(../../uploads/ri2015/images/header1000.jpg) repeat-x; }
}

@media (min-width: 1200px) {
	body { background: url(../../uploads/ri2015/images/header1200.jpg) repeat-x; }
}

@media (min-width: 768px) {
	header {
		height: 356px;
		background: url(../../uploads/ri2015/images/header.png) no-repeat top center;
		background-size:contain;
	}	
}

@media (max-width: 768px) {

	body { background: url(../../uploads/ri2015/images/headermob.jpg) repeat-x; }
	header {		
		height: 180px;
		background: url(../../uploads/ri2015/images/headermob.png) no-repeat bottom center;
	}

	.wrapper { max-width:100%; }

}

.contactform {
  font-weight: 300;
}

.label {
	color:#7F8184;
}

.contactform label { 
font-weight: 300;
margin: 1em 0 0 0;
font-weight: 400;
}

.contactform input, .contactform textarea {
width: 100%;
}

.contactform input[type=checkbox], .contactform input[type=submit] {
width: auto;
}

.contactform input[type=submit] {
	background: #d534c0;
	color: #fff;
	border: none;
	padding: 0.4em;
}
/* Stylesheet: ri2015 Modified On 2015-01-29 17:47:18 */
