/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #333;
  border: .05rem solid #fff;
  
}


/*
 * Base structure
 */

html,
body {
	font:Arial, Helvetica, sans-serif;
  height: 100%;
  background-color: #333;
  background-video: video2594.mp4;
  background-image: bkg.jpg;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.comment{
    position:relative;
    padding-top:10px;  
}

.commentmsg{
    position:relative;
    width:600px; 
    height:600px;
}

.contactus {
    position:relative;
    width:100%;
    height: auto;
    background-color:#ff6666;
    color:#FFF;
    
    
}
.cover-container {
max-width: 42em;
z-index: 7;
}

.image {
padding: 10px;
float: left;
width: 50%;
text-align: right;
z-index:3;
}



.texty {
	padding-top:70px;
float:right;
vertical-align:middle;
width: 50%;
z-index:5;
}

.copyright {
 color: #FFF;
 font-size: 12px;	
}


/*
 * Header
 */
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  opacity:0.6;
  z-index:1;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.stopfade { opacity: .5; }
 
 
.masthead {
  margin-bottom: 2rem;
  z-index:100;
}

.masthead-brand {
  margin-bottom: 0;
  
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 100;
  color: #FFF;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
  font-size:10px;
  z-index:102;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
	z-index:103;
  }
  .nav-masthead {
    float: right;
	font-weight:100;
	z-index:104;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 100;
  font-size:12px;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}