body {background-color: #004d40!important;}
footer{color: white;}
footer a, footer a:hover, footer a:visited{color: white;text-decoration: underline;}
a { text-decoration: none;}
a.navlink {    color: #343a40;    text-decoration: none;}
.bg-dark {background-color: #004d40!important;}
.bg-white {background-color: #004d40!important;}
.bg-light { background-color: #F5F5F6!important; }

.loading-bar {
	padding: 10px 20px;
	display: block;
	text-align: center;
    box-shadow: inset 0px -45px 30px -40px rgba(0, 0, 0, 0.05);
    background-color: #F5F5F6!important;
	margin: 20px 0;
	font-size: 1em;
	font-family: "museo-sans", sans-serif;
	border: 1px solid #ddd;
	margin-right: 1px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.loading-bar:hover {
	box-shadow: inset 0px 45px 30px -40px rgba(0, 0, 0, 0.05);
}

.video-container {
    position: relative;
    min-width: 410px;
    overflow: hidden;
    padding-top: 35px;
}

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

.videoBox{
    height: 100%;
}

@media (max-width: 1200px) {
    .video-container { min-width: 410px; }    
 }

 @media (max-width: 1199px) {
    .video-container { min-width: 410px; }    
 }

@media (max-width: 992px) {
    .video-container { min-width: 400px;}        
 }

 @media (max-width: 768px) {
    .video-container { min-width: 300px; }    
 }

 @media (max-width: 576px) {
    .video-container { min-width: 320px; }    
 }

@media (max-width: 400px) {
    .video-container { min-width: 280px;}         
 }

 @media (max-width: 360px) {
    .video-container { min-width: 240px;}        
 }

 @media (max-width: 320px) {
    .video-container { min-width: 220px; }            
 }

.myclearfix::after {
  content: "";
  clear: both;
  display: table;
}