/*!
 * Start Bootstrap - Grayscale v5.0.5 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

*{
  margin: 0;
  paddding: 0;
}

.wrapper{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.wrapper .wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#myVideo {position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index:initial !important;
}
.bg-light {background-color:black !important;}

.masthead {
background:none;
}

body {
color: #eee;
background:#222;
}

.bg-black {
    background-color: rgba(76,37,22,0.7) !important;
}

.projects-section .featured-text {
    padding: 0.4rem 0 0.4rem 2rem;
    background-color: rgba(76,37,22,0.7) !important;
}

#mainNav.navbar-shrink {
    background-color:  rgba(76,37,22,0.9) !important;
}

#mainNav.navbar-shrink .navbar-brand {
    color: #ccc;
}

#mainNav.navbar-shrink .nav-link {
    color: #ccc;
	}

#mainNav.navbar-shrink .nav-link.active, #mainNav.navbar-shrink .nav-link:hover {
    color: #ffffff;
}

a:focus, a:hover {
    text-decoration: none;
    color: #eee;
}

.card {
    /*background-color:  rgba(157,59,7,0.8);*/
	background-color:  rgba(11,11,11,0.8);
    background-clip: border-box;
    border: 1px solid rgba(255,255,255,.125);
    border-radius: .25rem;
}

.text-primary {
    color: #fff !important;
}

.contact-section .card hr {
    border-color: #fff;
}

.contact-section .card {

    border-bottom-color: #fff;

}

.contact-section a {
    color: #ddd;
}

.contact-section a:hover {
    color: #fff;
}

.signup-section img {
width:25%;
margin:0 0 30px 0;
}

@media screen and (max-width: 480px) {
.masthead img {
width:80%;
}
	}
	
footer {
    padding: 2rem 0;
}

footer a {
    color: #fff !important;
}

.bg-szary {
    background-color: rgba(0,0,0,0.33) !important;
	padding:15px;
	border-radius:3px;
}