@charset "utf-8";
/* CSS Document */

/*
html,body{
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: Helvetica, sans-serif;
background: transparent;
color: #fff;
}
*/
/*
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
*/

.footer  {   
    background-color: #123;
    width:100%;
    min-height:80px!important;
}

.card-title {
    
background-color: #125C85;
padding: 12px;
color: #fff;

}

.row-header  {

margin: 0px auto;
padding: 0px auto;

}
.row-content {   margin: 0px auto;  
                 padding: 10px  0px 0px 0px; 
				/* border-bottom: 1px ridge;*/
				 min-height: 400px;
}
/*
.jumbotron  { 

padding: 70px 30px 25px 30px; 
              margin: 0px auto;
			  background:#FFC;
			  color:#FFF;
			background-image: url("/wp-content/themes/responsive/img/track.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover !important;
position: static;

	 
  }*/
.iframe-container  {

position:relative;
width:100%;
height:0;
padding-bottom: 56.25%;
}


.iframe-container iframe {
	
position: absolute;
top:0;
left:0;
width:100%;
height:100%;

}


.jumbotron {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
 /* object-fit: cover; */
  opacity:0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}

  
  .img-aashe{
    max-width: 100%;
    height: auto;
    float: left;
	padding-right: 5px;
}
  
 address  { font-size: 80%; margin: 0px;
                   color: #999;         }
				   
				   address a {
					
					color:#999;   
				   }
				   

				   /*
.navbar-inverse {    background-color: #125C85; border-bottom: #F00 solid 2px;

  }		
*/


.tab-content  {
	
border-left: 1px solid #ddd;

border-right: 1px solid #ddd;

border-bottom: 1px solid #ddd;

padding: 10px;
	f
	
}

.list-unstyled a {     

color: #999;

}
.navbar-inverse {
  background:#125C85;
  border-bottom: #F00 solid 2px;
}


