body {
	background-color: #111;
	margin: 0px;
	font-family: Graphik,sans-serif;
}

.topbar {
	width: 100%;
	height: 70px;
	background-color: #000;
	padding: 12px 0 0 0;
	position: fixed;
    top: 0;
}

@media only screen and (max-width: 940px) {
  .topbar{
	position: static;
  }
 }

@media only screen and (max-width: 500px) {
  .topbar{
    height: 50px;
	position: static;
  }
 }

.social-top {
	width: 240px;
	height: 40px;
	background-color: transparent;
	position: fixed;
    top: 26px;
	right: 20px;
	border: 0px solid #333;
	text-align: center;
}

.social-bottom {
	width: 180px;
	height: 40px;
	background-color: transparent;
	border-bottom: 0px solid #888;
	text-align: center;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 940px) {
  .social-top{
	display: none;
  }
 }
 
 @media only screen and (max-width: 500px) {
  .social-top{
    display: none;
  }
 }
 
 .social-icon {
	 width: 32px;
	 height: auto;
	 padding: 0 10px 0 10px;
	 opacity: 70%;
	 display: inline-block;
 }
 
  .social-icon:hover{
	 opacity: 100%;
	 filter: invert(50%) sepia(100%) saturate(8000%) hue-rotate(10deg) brightness(300%) contrast(100%);
 }

#hero {
	height: 300px;
	background-color: #eee;
	background-image: url("graphics/rr_banner.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}

.container {
	margin: auto;
	padding: 20px 40px 60px 40px;
	max-width: 1000px;
	min-height: 400px;
	display: block;
	background-color: #000;
	margin-top: 0px;
	border: 0px solid #333;
}

.sectionline {
	border-left: 3px solid #444;
	margin-left: -20px;
	padding-left: 20px;
	padding-bottom: 5px;
}

.divider {
	text-align: center;
	opacity: 8%;
	filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
	padding-top: 40px;
	clear: both;
}

.clear {
	clear: both;
}

@media only screen and (max-width: 1100px) {
  .container{
    max-width: 90%;
  }
 }
 
.bigbutton {
	background-color: #444;
	width: 180px;
	float: left;
	margin: 6px 12px 24px 12px;
	border-radius: 10px;
	border: 2px solid #ccc;
}

.bigbutton:hover {
	background-color: orange;
	text-decoration: underline;
	text-decoration-color: #fff;
}

.bigbutton p {
	color: #fff;
	text-align: center;
}


#footer {
	min-height: 150px;
	background-color: #222;
	padding: 20px 0 20px 0;
}

h1 {
	color: #fff;
	font-size: 3em;
	text-align: center;
	margin-block-start: 12px;
	font-family: Graphik,sans-serif;
    letter-spacing: 6px;
	margin-top: 0px;
}

@media only screen and (max-width: 500px) {
  .topbar h1{
    font-size: 2em;
  }
 }
 
@media only screen and (max-width: 350px) {
  .topbar h1{
    font-size: 1.1em;
  }
 }

h2 {
	color: #fff;
	font-size: 2em;
	font-family: Graphik,sans-serif;
    letter-spacing: 2px;
	padding-top: 20px;
	clear: left;
}

@media only screen and (max-width: 350px) {
  h2 {
    font-size: 1.2em;
  }
 }
 
h3 {
	color: #fff;
	font-size: 1.3em;
	font-family: Graphik,sans-serif;
    letter-spacing: 1.5px;
	padding-top: 20px;
	clear: left;
}

@media only screen and (max-width: 350px) {
  h3 {
    font-size: 1.1em;
  }
 }

p {
	color: #999;
	font-size: 1.0em;
	line-height: 1.75;
    letter-spacing: .8px;
	font-weight: normal;
}

a {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p {
	text-align: center;
	font-size: 0.8em;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.social-top p {
	text-align: center;
}

ul {
	color: #999;
	font-size: 1.0em;
	padding-left: 6px;
	padding-bottom: 20px;
	line-height: 1.4;
	letter-spacing: .8px;
}

ul strong {
	color: #fff;
}

li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px;
	padding: 6px 0 3px 40px;
}

.container strong {
	color: #fff;
}

.unchecked {
	background-image: url("graphics/point.svg");
}

.checked {
	background-image: url("graphics/point_checked.svg");
}

.crossed {
	background-image: url("graphics/point_crossed.svg");
}

.wrapleft {
	float: left;
	padding: 6px 16px 0 0;
}

@media only screen and (max-width: 500px) {
  .wrapleft{
    float: none;
	text-align: center;
  }
 }

.wrapright {
	float: right;
	padding: 6px 0 0 16px;
}

@media only screen and (max-width: 500px) {
  .wrapright{
    float: none;
	text-align: center;
  }
 }
