header {
    background-color: #31A3DD;
    color: white;
}

header .logo {
    max-width: 120px;
    max-height: 120px;
    margin: auto;
}

header .title {
    font-weight: 700;
    font-size: 54px;
    color: #fff;
    text-decoration: none;
    margin-left: 25px;
    margin-bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

header .title a:hover, header .title a:link, header .title a:visited {
    color: #fff;
    text-decoration: none;
}

header .tagline {
    margin-left: 30px;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
}

.header-email {
    text-align: right;
    font-size: 20px;
    margin-top: 10px;
    font-family: 'Nunito', sans-serif;
}

.social-icon-panel {
    text-align: right;
    margin-bottom: 10px;
    margin-left: -5px;
}

.social-icon {
    margin-left: 5px;
    width: 40px;
    height: 40px;
    border: solid white 3px;
    padding: 5px;
    background-color: #31A3DD;
    box-shadow: 3px 3px 0px rgba(0,0,0,.265);
}

.social-icon:hover {
    background-color: #FF9F2A;
}

.social-icon:active {
    box-shadow: 2px 2px 0px rgba(0,0,0,.265);
}

nav {
    background-color: white!important;
    z-index: 50;
    border-radius: 0px !important;
}

nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

nav {
    border-radius: 0px !important;
}

.navbar-nav li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar-nav .active a {
    background-color: #31A3DD!important;
}

.navbar-nav li:hover, .navbar-nav .active a:hover {
    background-color: #FF9F2A!important;
}

.navbar-nav li:hover, .navbar-nav li.active {
    box-shadow: 3px 3px 0px rgba(0,0,0,.265);
}

.navbar-nav li:active, .navbar-nav li.active:active {
    box-shadow: 2px 2px 0px rgba(0,0,0,.265);
}

.navbar-nav li a {
    padding: 10px;
    font-size: 16px;
}

.navbar-nav li a:hover, .navbar-nav .active a {
    color:white!important;
}

@media screen and (max-width: 991px) {
    header .logo {
        display: none;
    }

    .header-email {
        margin-top: 0px;
    }
    
    header .title, header .tagline {
        margin-left: 0px;
    }
}