@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,700,300");

html, body {
    height: 100%;
    background-color: #072c48;
    color: white;
}

body {
    background-color: transparent !important;
}

body,
h1 label, h2 label, h3 label, h4 label, h5 label, h6 label {
    font-family: "Segoe UI", Roboto,Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: bebas-neue-by-fontfabric, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 768px) {
    h1 {
        font-size: 345%;
    }

    h2 {
        font-size: 300%;
    }
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-100 {
    font-weight: 100;
}

.btn, .nav-link {
    text-transform: uppercase;
}


a {
    color: #147dcc;
}
a:hover {
    color: #4285f4;
}

.navbar-brand h4 {
    margin: 0;
}

.v-align-middle {
    vertical-align: middle;
    display: inline-block;
}

.full-height {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.full-height:after {
    margin-right: -4px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .cast-shadow {
        box-shadow: 0 0 5px #00000077;
        overflow: hidden;
    }

    .row div:first-child .cast-shadow {
        border-radius: 0 5px 5px 0;
    }
    .row.flex-row-reverse div:first-child .cast-shadow {
        border-radius: 5px 0 0 5px;
    }
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#particles-js {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}