@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');

body {
    font-family: "Rubik", Arial, sans-serif;
    font-size: 13px;
}

.navmenu {
    background-color: #19286e !important
}

.navmenu .navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    width: 90px;
}

.navbar-nav {
    margin-left: 100px
}

.navmenu .input-group-text {
    background-color: #e2091a;
    border-color: #e2091a;
    color: #fff;
}

.navmenu .custom-select {
    border: none;
    outline: none;
    box-shadow: none
}

header.mobile {
    background-color: #19286e !important;
    position: relative;
    height: 50px;
}

header.mobile .navbar-logo {
    position: absolute;
    z-index: 10;
    top: -15px;
    left: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
}

header.mobile .navbar-logo img {

}

header.mobile .menu-button {
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 5px;
    color: #fff;
    font-size: 26px;
    width: 30px;
}

header.mobile .form-control {
    border: none;
    border-radius: 3px;
    margin-top: 12px;
    padding: 5px;
    height: auto;
    width: 120px;
    font-size: 12px
}

header.mobile .mobile-menu {
    background-color: #484f6d;
    position: absolute;
    z-index: 9;
    top: 50px;
    width: 100%;
    color: #fff;
    padding: 25px 20px 20px 20px;
}

header.mobile .mobile-menu .nav-link {
    color: #fff;
    background: #59628b;
    margin-bottom: 5px;
    padding: 13px 18px;
    border-radius: 2px
}

header.mobile .mobile-menu .nav-link:last-child {
    margin-bottom: 0
}



.jumbotron {
    margin-bottom: 0
}

.jumbotron .display-4 {
    font-size: 2.8em;
    font-weight: 300;
    letter-spacing: -2px;
    color: #e2091a
}

.jumbotron .display-5 {
    font-size: 2.8em;
    font-weight: 300;
    letter-spacing: -2px;
    color: #445dd5
}

.page {
    padding-bottom: 30px
}

.page .jumbotron {
    padding: 25px 0 15px 0;
    margin-bottom: 30px;
}

.page .display-4 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: normal;
}

.page .content {
    line-height: 1.7
}
