@charset "UTF-8";
/* CSS Document */
/* general styles */
/* font styles
		font-family: 'Caudex', serif;
        font-family: 'Federo', sans-serif;
        font-family: 'Advent Pro', sans-serif;
        font-family: 'Shanti', sans-serif;
        font-family: 'IM Fell DW Pica SC', serif;
        font-family: 'Poiret One', cursive;
        font-family: 'Philosopher', sans-serif;
        font-family: 'Righteous', cursive;
*/


html, body {
  height: 100%;
  width: 100%;
  font-family: 'Federo', sans-serif;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
.border {
  border: 2px solid #FFFFFF;
}

.blkStaticTop {
  display: table-cell;
  padding: 0.7em 1.1em;
  outline: none;
  background-image:url(../img/static/blackStaticBkgDrk.gif);
  background-repeat:repeat;
  -moz-box-shadow: 0px 0px 45px #000000;
  -webkit-box-shadow: 0px 0px 45px #000000;
  box-shadow: 0px 0px 45px #000000;
  color:#FFF;
}

.blkStaticBox {
  padding: 0.7em 1.1em;
  outline: none;
  background-image:url(../img/static/blackStaticBkgDrk.gif);
  background-repeat:repeat;
  -moz-box-shadow: 0px 0px 45px #000000;
  -webkit-box-shadow: 0px 0px 45px #000000;
  box-shadow: 0px 0px 45px #000000;
  color:#FFF;
}
.lrgFont {
	font-size:20px;
}
 {
  padding: 0.7em 1.1em;
  outline: none;
  background-image:url(../img/static/blackStaticBkgDrk.gif);
  background-repeat:repeat;
  -moz-box-shadow: 0px 0px 45px #000000;
  -webkit-box-shadow: 0px 0px 45px #000000;
  box-shadow: 0px 0px 45px #000000;
  color:#FFF;
}

#home {
  background: url(../img/slides/0MRbkgLogo.png) no-repeat center center fixed;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

#services {
  background-color: #000;
  color: #ffffff;
}
#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#information {
  background: url(../img/MrevBKGImg/MartinRevBKG2.png) no-repeat center center fixed; 
  display: table;
  height: 600px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.85;
}

.vidBorders {
  padding: 5px;
  margin: 5px;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}
.footerColor {
	background-color:#000;
}
.blk  {
	color:#000;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
 opacity:0;  /* make things invisible upon start */
 -webkit-animation:fadeIn linear 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
 -moz-animation:fadeIn linear 1;
 animation:fadeIn linear 1;
 
 -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;
 
 -webkit-animation-duration:1s;
 -moz-animation-duration:1s;
 animation-duration:1s;
}
 
.fade-in.one {
-webkit-animation-delay: 4.7s;
-moz-animation-delay: 4.7s;
animation-delay: 4.7s;
}

.fixed	{
	position:fixed;
	bottom:100px;
	right:100px;
}
