@charset "UTF-8";

/* Global Styles */

/*body {
	color: #000000;
	line-height: 1.5em;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	background: #111;
	

}*/

html, body { 
  margin: 0;
  height: 100%;
  color: #000000;
line-height: 1.5em;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;

}
canvas {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -9999 !important;
  background: #444 !important;
}


.greenfade {
	height: 3px;
	-webkit-animation-duration: 6s;
  	animation-duration: 6s;
  	animation-name: slidegreen;
  	animation-iteration-count: infinite;
  	-webkit-animation-timing-function: ease-in-out;
  	animation-timing-function: ease-in-out;
  	-webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    animation-direction: alternate;

}

@keyframes slidegreen {
  from {
    background: #4ef500; 
  }

  to {
     background: #1e1e1e; 
  }
}



.contact {
	padding: 25px 25px 10px 25px;
	text-align: right;
	min-height: 27px;
	background-image: url('../images/richter-design-payments.jpg');
	background-repeat: repeat-x;
}

.contact a:hover {
	color: green;
}




 a.email {
 	margin-right: 20px;
 	float: right;
 	padding: 2px;
 	border: solid 2px black;
 	background-color: white;
 }

 a.email:hover {
 	padding: 2px;
 	border: solid 2px green;
 }
p.phoneNumber {
	float:right;
	padding: 2px;
 	border: solid 2px green;
  	background-color: white;

}

.numbers {
	font-family: 'Rock Salt', cursive;
	letter-spacing: .2em;
}


.page {
	max-width: 1366px;
	margin: 0px auto;
	position: relative;
	background-color: white;
	background-image: url('../images/Richter-Design-Logo.gif');
	background-repeat: no-repeat;
	box-shadow: 0px 0px 30px;
}

h1 {
	font-family: 'Lobster', cursive;
	font-weight: regular;
	color: #000;
	margin: 0em 0em .25em 0em;
	font-size: 25px;
	text-align: left;
	line-height: 29px;

}

h2 { font-size: 1.7em; margin: 0em; text-align: left; line-height: 1em; }
h2 a {
	color: green;
}
h2 a:hover {
	color: #ccc;
}
h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; color: #000; }

p { margin: 0px 0px .75em 0px; }
a { color: #000; text-decoration: none; }
a:hover { color: #000000; }
a.cta {
	font-size: 1em;
	text-decoration: none;
	padding: 15px;
	color: white;
	font-family: 'Lobster', cursive;
	line-height: 1.3em;
	border-radius: 10px;
	background-color: black;
	display: inline-block;
}
a.cta:hover { color: #4ef500; }

a.ctaAbout {
	font-size: 1em;
	text-decoration: none;
	padding: 15px;
	color: white;
	font-family: 'Lobster', cursive;
	line-height: 1.3em;
	border-radius: 10px;
	background-color: black;
	display: inline-block;
}
a.ctaAbout:hover { color: #4ef500; }


footer { background-image: url("../images/Richter-Multimedia-footerPattern.jpg"); font-size: .85em; color: #ffffff; background-color: #1e1e1e; padding: 10px 0px 10px 0px; text-align: center;

}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #4ef500;
}

.promo h3 { font-size: 1.3em; margin: 0;color: #000; }
.promo p { line-height: 1.5em; font-size: 1em; margin-top: .5em; margin-bottom: .5em; color: #144d14; }

.promoHome h3 { font-size: 1.3em; margin: 0;color: #000; }
.promoHome p { line-height: 1.5em; font-size: 1em; margin-top: .5em; margin-bottom: .5em; color: #144d14; }

.promoTestimonials h3 { font-size: 1.3em; margin: 0;color: #000; }


nav a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 2em;
	line-height: 1.4em;
	text-align: center;
}
nav a:hover { color: #4ef500; }




.clear-fix { clear: both; line-height: 1px; }

.mission {
	font-style: italic;
	text-align: center;
	font-size: 20px;
	color: #144d14;
}

.about {
	font-style: none;
	text-align: left;
	font-size: 15px;
	color: #fff;
	margin-left: 25px;
}

.reputation {
	font-style: none;
	text-align: center;
	font-size: 15px;
	color: #fff;

}

address {
	font-style: normal;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
	

}

.promo_container { padding: 0px 0px 15px 0px; }
.promo_container .promo { width: 33%; float: left; background-position: 0px 3px; }
.promo_container .services  { width: 33%; float: left; background-position: 0px 3px; margin-top: 5px; margin-left: 2px;}
.promo_container .customer .content { padding: 0px 5px 0px 5px; }
.promo_container .promo .content a.cta {
	text-align: center;
	margin: auto;
	margin-left: 50%;
}
.promo_container .promoHome .content a.cta {
	text-align: center;
	margin: auto;
	margin-left: 50%;
}

.promo_container .promoHome .content a.ctaAbout {
	text-align: left;
}

.promo_container .promoTestimonials .content a.cta {
	text-align: center;
	margin: auto;
	margin-left: 50%;
}

.promo_container .promoContact .content a.cta {
	text-align: center;
	margin: auto;
	margin-left: 50%;
}






ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}

li:before {
  content: "\2611";
  padding-right: 4px;
}

ul.sitemap {
	list-style-image: url('../images/Richter-Design-Sitemap-Pages.jpg');
	vertical-align: center;
	padding-left: 25px;
}

ul.sitemap li:before{
	content:"";
	margin-right: -10px;
	vertical-align: center;
}

.video-container {
	position:relative;
	padding-bottom:50.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



.scrollToTop{
	width:50px; 
	height:50px;
	padding:10px; 
	text-decoration: none;
	position:fixed;
	bottom:2px;
	right: 10px;
	display:none;
	cursor: pointer;
	z-index: 1000000;
}
.scrollToTop:hover{
	text-decoration:none;
}

.reviews{
	max-width: 750px;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-top: 20px solid #e8e8e8;
	padding: 10px 10px 10px 10px;
	margin-top: 50px;
	font-family: arial;
	margin-left: auto;
	margin-right: auto;
}

.blog{
	background-image: url('../images/richter-design-multi-media-news.jpg');
	max-width: 750px;
	text-align: left;
	border: 1px solid #e8e8e8;
	border-top: 20px solid #2b2b2b;
	padding: 10px 10px 10px 10px;
	margin-top: 50px;
	font-family: arial;
	margin-left: auto;
	margin-right: auto;
	
}

.blog img{
	width: 100%;
	max-width: 750px;
}


.richterBlog-number {
	font-size: 2em;
	font-weight: bold;
	color: white;
	text-align: left;
	background-color: #2b2b2b;
	border: 1px green;
	border-radius: 70px;
	width: 20px;
	height: 20px;
	padding: 20px;
	float: left;

}
.richterBlog-numberText {
	padding-left: 70px;

}

p.statement {
	text-align: left;
	font-style: italic;
    margin: auto;
    max-width: 650px;
}
p.customer {
	text-align: right;
	font-style: normal;
	font-weight: bold;
}
	

.stars {
    width: 150px;
    margin-top: -5px;

}

hr {
	border: solid #252525 1px;
}


.servicePhoto{
	width: 100%;
	height: 100%;
}


.Richter_Design_Map {
	border:none;
	min-height: 400px; 
	overflow: hidden;
	
}
