/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com) 
 * Code licensed under the Apache License v2.0.
 * Modified by Cameron Doyle 2015
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans',sans-serif;
    color: #FFFFFF;
    background-color: #004870;
}

#map { 
    position:absolute; 
    top:0; 
    bottom:0; 
    width:100%; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Noto Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p{
    margin: 0 0 25px;    
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
}

li,
td,
th {
    font-size: 20px;
}

a {  
    color: rgba(153,218,255,.6);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

tbody {
    border-top: none !important;
}

.emphasis {
    text-align: center;
    font-weight: bold;
}

.table th {
    border-bottom: 2px solid rgba(000,000,000,.3) !important;
}

.table td , .table th{ 
    border-top: none !important;
    padding: 2px !important;
}

.light {
    font-weight: 100;
}

/* Navbar */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 2px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Noto Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #1380BC;
    width: 100%;
}

.navbar-custom .navbar-brand {
    z-index: 0;
}

.navbar-toggle {
    z-index: 1;
    padding: 0;
    margin: 0;
    height: 50px;
}

.navbar-header {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}
.navbar-custom .navbar-brand:hover {
    color: #FFFFFF;
    text-decoration: none; 
}

.navbar-custom a {
    color: #004870;
}

.navbar-custom .nav li a {
    font-size: 15px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover ,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    color: #004870;
    background-color: rgba(255,255,255,0.8);
}

.navbar-custom .nav li.active a {
    color: #004870;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:768px) {
    .navbar-custom {
        margin: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    
    .navbar-left {
        margin-top: 0px
    }
        
    .navbar-custom .navbar-brand {
        font-weight: 700;
        float: none;
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        margin-top: 15%;
        z-index: 0;
    }

    .navbar-custom .navbar-brand.top-nav-collapse{        
        margin: 0;    
        font-size: 18px;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: rgba(255,255,255,.3);
    }
}

.fa { 
    display:inline; 
}

.fa-external-link-square {
    vertical-align: super;
    font-size: 80%;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection,
img::-moz-selection  {
    background: 0 0;
} 
