body {
    padding-top: 90px;
    color:snow;
    background-color: #303c48;
    font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
}
p {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.7;
}
h1 {
    font-size: 3em;
    letter-spacing: -0.8px;
}

#title {
    font-size: 7em;
    letter-spacing: -0.8px;
    color: rgb(255,255,255,0.3);
    font-weight: bold;
}



/* Message displays */
.bg-danger {
    background-color: darkred;
}
.bg-success {
    background-color: darkgreen;
}


/*
.navbar {
    color:snow;
    background-color: #596f85;
}
*/

.navbar-inverse {
    color:snow;
    /*background-color: #303c48;*/
    background-color: transparent;
    min-height: 70px;
    border: none;
    /*border-color: #303c48;*/
   
}

.navbar-inverse .navbar-nav > li > a {
  
    background-color: transparent;
    margin-top: 33px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 12px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;

    font-size: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transition: all .25s;
    -webkit-transition: all .25s;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
    
}
.navbar-inverse .navbar-nav > li > a:hover {
    
    
    
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    
    /*text-decoration: underline;
    text-decoration-color: #596f85;
    -moz-text-decoration-color: #596f85;
    text-decoration-thickness: 1px;*/
    
}
/* Delta logo in the nav bar */
.navbar-inverse .navbar-brand {
    color:snow;
    background-color: transparent;
    min-height: 70px;
    padding: 8px;
    margin-top: 15px;
    margin-left: 0px !important; 
    
}



.tbl-group-head {
    background-color: #596f85;
}

/*  Only the active tab header */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:snow;
    background-color: #596f85;
}

/*  Applies to all tab headers */
.nav-tabs > li > a {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ddd;
    background-color: #303c48;
    color: snow;
    
}
.nav-tabs > li > a:hover {
    
    background-color: darkgrey;
    color: snow;
    
}




a:visited {
    color:steelblue;
}
a:link {
    color:steelblue;
    /*background-color: #003366;*/
}



.btn-primary {
    color: snow;
    background-color: steelblue;
    border-color: #2e6da4;
}



a:hover {
    color: firebrick;
}
.btn-custom {
    color: snow;
    background-color: steelblue;
    border-color: #2e6da4;
}
nav a:visited {
    color:beige;
}
nav a:link {
    color:aliceblue;
}
nav a:hover {
    color:steelblue;
}



/* Login Panel */
.panel {
    margin-bottom: 20px;
    /*background-color: black;*/
    background: rgb(0 0 0 / 60%);
    
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}










#header.header-small #logo img.logo-dark, #header.header-large.text-dark #logo img.logo-dark, #header.header-large.text-light #logo img.logo-light {
    display: block;
}
img, object, embed, iframe {
    max-width: 100%;
    margin: 0px auto 0px;
}
img {
    -ms-interpolation-mode: bicubic;
    height: auto;

}



.img_page {
    position: fixed;
    -ms-interpolation-mode: bicubic;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: -1;
    filter: brightness(25%);

    width: auto;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    overflow: hidden;
    right: 0;

}





/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /* to edit the grayscale effect edit the percentage below in your code*/
    filter:brightness(30%);
    z-index: -1;
}

.leaflet-popup {
    max-height: 500;
}



