.navbar {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    background-color: #000000;
}

.navbar-brand {
    height: 90px;
}

.navbar-brand img {
    max-width:200px;
    margin-top: -15px;
}

body {
    background: url("../img/background_2880.jpg") no-repeat center fixed;
    background-color: black;
}

.bgimage {
    background-image: url(../img/1280image.png);
    background-size: 100%;
}


.video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  position: relative;
}


#menu a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px ridge transparent;
    width: 5%;
    transition: 0.5s ease;
    white-space: nowrap;
    height: 40px;
    color: white;
    text-align: center;
    width: 100%
}

#menu a:hover {
  color: #139ed5;
  border-bottom: 3px ridge #139ed5;
  width: 100%;
  background-color: black;
}

.dropdown-menu {
  background-color: black;
  border: 1px solid white;
  color: white;
}


