@charset "utf-8";

body {
background-color: #333;
}

a:link {
    color: #C0C0C0;
    text-decoration: none;
}
a:visited {
    color: #C0C0C0;
    text-decoration: none;
}
a:hover {
	color: #FFF500;
	text-decoration: none;
}
a:active {
    color: #C0C0C0;
    text-decoration: none;
}

h1 { 
    font-size: 24px;
	color: #E1E1E1;
	
}

h2 {
	font-family: 'Open Sans', san-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
	color: #E1E1E1;
}

h3 {
	font-family: 'Open Sans', san-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
	color: #E1E1E1;
}

h4 {
	font-family: 'Open Sans', san-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 120%;
	color: #E1E1E1;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 17px;
}

h7 {
	font-size: 20px;
}

h8 {
	font-size: 12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.image-fill {
	width: 100%;
	display: block;
   	margin-left: auto;
    margin-right: auto;
}

#wrapper {
	padding; 0px;
	font-family: 'Open Sans', sans-serif;
}

.row-max {
	max-width: 1000px;
}
