﻿@import url(https://fonts.googleapis.com/css?family=Oswald:600,400,300|Raleway);

html { height: 100%; }

body { color: #000; }

a.nav-item.nav-link { color: #808080; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link { background-color: #003261; }

.oswald { font-family: Oswald; }

.btn-orange {
    background-color: #F26522 !important;
    color: #fff;
}

.btn-yellow { background-color: #fcd21d !important; }

.text-orange { color: #F26522 !important; }

.text-blue { color: #003261 !important; }

.u-btn-outline-primary {
    border-color: #003261 !important;
    color: #003261 !important;
}

.btn-outline-primary {
    border-color: #003261 !important;
    color: #003261 !important;
}

.btn-primary {
    background-color: #003261 !important;
    border-color: #003261 !important;
}

.bg-navy { background-color: #003261; }

.btn-outline-primary:hover {
    background-color: #003261 !important;
    color: #fff !important;
}

::selection { background-color: #003261 !important; }

.feature-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(65vh);
    margin-bottom: 30px;
    min-height: 400px;
    width: 100%;
}

.text-shadow { text-shadow: 4px 4px 3px rgb(17 30 38 / 80%); }

.bg-orange { background-color: #FF9E00; }

h1 {
    color: #808080;
    font-weight: normal;
    margin-bottom: 0.75em;
    text-align: center;
}
.g-brd-primary {
    border-color: #0083ff !important;
}
.g-bg-primary {
    background-color: #04427d !important;
}
.g-bg-primary-gradient-opacity-v1, .g-bg-primary-gradient-opacity-v1--after::after {
    background-repeat: repeat-x;
    background-image: linear-gradient(150deg, #04427d, rgba(51, 152, 220, 0.7));
}
.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
    text-decoration: none;
    color: #fff;
    background-color: #FF9E00;
}
/* Extra Small devices (landscape phones, 575px and smaller) */

@media (max-width: 575px) {
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
}

/*Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
}