*{
    text-decoration: none;
    font-family: balboa, sans-serif;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
}
body{
    position: relative;
    background-color: #fffaf0;
    color: #336699;
}
a{
    color: #336699;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
    color: #003366;
}
p{
    font-size: 1.25rem;
}
.btn{
    background-color: #336699;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.btn:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.btn a{
    font-weight: 700;
    text-decoration: none;
    color: #fffaf0;
}
.btn a:hover{
    color: #336699;
}

/* Navigation */
nav.navbar{
    background-color: #fffaf0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
}
.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
    left: 0;
}
.navbar a.nav-link{
    color: #336699;
    text-decoration: none;
    font-family: balboa-plus-fill, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
a.nav-link:hover{
    color: #003366;
    margin-bottom: 2px;
    margin-top: -2px;
    text-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
a.nav-link.active{
    background-color: #336699;
    color: #fffaf0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
/* not active */
.nav-pills .nav-item .nav-link:not(.active) {
    background-color: #fffaf0;
}
/* active (faded) */
.nav-pills .nav-item .nav-link {
    background-color: #336699;
}
a.navbar-brand{
    width: 100px;
}
a.navbar-brand img{
    max-width: 100%;
}
.navbar-light span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='navy' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    color: #336699;
}
/* change hamburger button border color */
button.navbar-toggler.navbar-toggler-right {
    border-color: #336699;
}
/* Video */
header {
    position: relative;
    background-color: #fffaf0;
    height: 85vh;
    min-height: 20rem;
    width: 100%;
    overflow: hidden;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
header .container {
    position: relative;
    z-index: 2;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    display: block;
    height: auto;
    overflow: hidden;
    background-color: #fffaf0;
    opacity: 5;
    z-index: 1;
}
#logo{
    max-width: 50%;
}
/* Page Content */
blockquote{
    margin-top: 0;
    background-color: #336699;
    color: #fffaf0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.blockquote-footer{
    color: #fffaf0;
}
#statement{
    font-size: 1rem;
    max-width: 75%;
}
div.card{
    background-color: #336699;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
div.card:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 10px;
    margin-top: -10px;
}
.card-img-top{
    max-width: 10%;
}
.card-body p, .card-body li{
    color: #fffaf0;
}
.list-group{
    color: transparent;
}
.list-group-item{
    background-color: #000000;
}
p.card-text a{
    color: #fffaf0;
}
p.h1{
    font-family: balboa-plus-fill, sans-serif;
    font-weight: 400;
    font-size: 4rem;
}
h5{
    font-family: balboa-plus-fill, sans-serif;
    font-weight: 400;
}
button.btn{
    font-family: balboa-plus-fill, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: #fffaf0;
}
button.btn:hover{
    color: #fffaf0;
}
.fa-5x{
    text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#social a:hover {
    color: #003366;
    margin-bottom: 10px;
    margin-top: -10px;
    text-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#footer{
    background-color: #003366;
}
#info a:hover{
    color: #fffaf0;
}
#logos{
    max-width: 20%;
    padding-left: 25px;
}

/* Breakpoints */
@media only screen and (max-width: 768px){
    header{
        height: 50vh;
    }
    #social{
        font-size: .5rem;
        margin-top: -100px;
    }
}
