/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;
}

body {
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    color: #00467e;
}

.cover-container {
    max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}


.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 43%;
    max-height: 100%;
    max-width: 100%;
    border: 2px solid #003a65;
}

/*.circle:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}*/

.circle.dark {
    border-color: #003a65;
}

.circle.light {
    border-color: #3fc3e9;
}

#circles {
    z-index: -1;
}

.navbar-brand {
    padding-top: 15px;
    padding-bottom: 0;
    margin-right: 0;
    background-color: #00467e;
    display: inline-block;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

h1 {
    font-weight: bold;
    text-transform: uppercase;
}