/*************************************/
/* ELVDNH.com ***/
/*************************************/


/******************************/
/*** MOBILE - XS - DEFAULT ****/
/******************************/




.heroheader {
    background: url('images/header2.png') no-repeat;
	background-size: cover;
    min-height: 350px;
}

.heroheader2{
    background: url('images/header3.png') no-repeat;
	background-size: cover;
    min-height: 350px;
}

.heroheader3{
    background: url('images/header4.png') no-repeat;
	background-size: cover;
    min-height: 350px;
}

.heroheader4{
    background: url('images/header5.png') no-repeat;
	background-size: cover;
    min-height: 350px;
}

.heroheader5{
    background: url('images/elvd_header_karen_gath1.jpg') no-repeat;
	background-size: cover;
    min-height: 350px;
}


.jumbobutt.btn-primary {
    background-color: #516949;
    border-color: #fff;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #006b9c;
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #006b9c;
}

.jumbotron {
    margin-bottom: 0px;
    margin-top: 60px;
    padding-top: 10px;
	
}

.jumbotron h1, .jumbotron .h1 {
	color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px #121111;

}

.jumbotron p {
	color: #fff;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0px;
    text-shadow: 2px 2px #121111;
}

.bgcolor {
    background-image: url(images/bg1.jpg)
}

.bodycontainer  {
    padding: 0px 20px 20px 20px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.rowcolor {
    background-color: #fff;   
}

.texttitles {
    font-size: 25px;
}


hr { display: block; height: 1px;
    border: 0; border-top: 1px solid darkgray;
    margin: 1em 0; padding: 0; }


.googleCalendar{
  position: relative;
  height: 0;
  width: 50%;
  padding-bottom: 50%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.redtext {
    color: #ff3333;
}

.yellow-text {
    color:#FFF999;
}

.orange {
    color: #db6711;
}

.green {
	color: darkgreen;
}

.green-text {
    color:#007777;
}

.blk_text {
    color: black;
    font-size: 16px;
}

.wht_text {
    color: white;
    font-size: 16px;
}

.imageborder {
    border: solid 1px;
    border-color: #daa520;

}

.image_pad {
    padding-top: opx;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
}



.navbar-bottom {
    min-height: 150px;
    margin-top: 20px;
    background-color: #28364c;
    padding-top: 35px;
    color:#FFFFFF;
    background: url('images/footer_BG.png') no-repeat;
	background-size: cover;
    border-radius: 10px;
}


 /* Responsive iFrame */
 .responsive-iframe-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
 }
 .responsive-iframe-container iframe,   
 .vresponsive-iframe-container object,  
 .vresponsive-iframe-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }



.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


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



/* END MOBILE */

/******************************/
/******** TABLET - SM *********/
/******************************/
@media (min-width: 768px) {







} /* END TABLET */

/******************************/
/********* LAPTOP - MD ********/
/******************************/
@media (min-width: 992px) {






}  /* END LAPTOP */

/******************************/
/********* DESKTOP - LG *******/
/******************************/
@media (min-width: 1200px) {





} /* END DESKTOP */

/******************************/
/**** PRINT - Fixes Tables ****/
/******************************/
@media print {

  a[href]:after {
    content: none;
  }

.table-responsive{
	max-width:800px;
	width: 100%;
	margin-bottom: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 1px solid #dddddd;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	border: 0px solid #dddddd;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	white-space: normal;
}
} /* END PRINT */