/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  background: #000000 url('../img/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.navbar-brand img {
  height:50px;
}
.nav-link.btn {
  margin-left: 5px;
  margin-bottom: 3px;
  color: #fdd700 !important;
}

.overlay, #overlay {
	display:none;
	position:fixed;
	overflow:auto;
	z-index:99;
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s;
  }  
  @media (max-width: 769px) {
    nav .navbar-nav {
      background-color: white;
    }
  }
  .navbar-toggler {
    background-color: blue;
  }  
 