nav {
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #EFF0FC;
}

.coral-logo {
    height: 10vh;
    object-fit: contain;
    display: block;
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0
}

button {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: medium;
    appearance: button;
    -webkit-appearance: button;
    text-decoration: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.navbar-nav>ul {
    height: 100%;
}

.navbar-nav>li {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
    /* spacing between buttons */
}

.navbar-nav button {
    height: 100%;
    padding: 10px 20px;
    border: none;
    color: #EFF0FC;
    background-color: #007BFF;
    cursor: pointer;
}

.navbar-nav button a {
    color: white;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.navbar-nav button a:hover {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.container {
    padding-right: 3vw;
    padding-left: 3vw;
    height: 100%;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li>a>img {
    max-width: none
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-header {
    float: left;
    height: 100%;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-nav {
    float: left;
}

.navbar-nav>li {
    float: left
}

.navbar-right {
    float: right !important;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    display: table;
    content: " "
}

.container:after,
.nav:after,
.navbar-header:after,
.navbar:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 1000px) {
    nav {
        height: 5vh;
    }

    .coral-logo {
        height: 5vh !important;
    }

    .navbar-nav button {
        padding: .5vh 1vh !important;
        font-size: larger;
    }
}

.navbar-custom {
    transition: padding .3s ease;
    border: none;
}