/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

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

nav { background: #79704c!important; }

.bg-dark {
    background-color: #ded4b00d!important;
}





.soon { position: relative;  }

.soon:after {
    content: "HAMAROSAN!";
    background: #403922;
    position: absolute;
    right: -1px;
    font-size: 9px;
    top: -3px;
    padding: 0px 5px;
}

.navbar-dark .navbar-nav .nav-link {
    background: rgba(255, 255, 255, 0.02)!important;
    padding: 10px;
    transition: background-color 0.5s ease; 
    color: #fff!important;
    font-weight: 700;
    margin-left: 5px;
}

.navbar-dark .navbar-nav .nav-link:hover { background: #444!important;  }