/* General styles for all forms */

body {
    font-family: 'Roboto', sans-serif;
}

/* nami color */
.navbar {
    background-color: #0c499c;
}

.btn-primary {
    background-color: #0c499c;
}

/* uppercase, some padding, smaller font */
.btn {
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 10px 20px;
}

.ml-lg-2 li {
    list-style-type: circle;
}

#namiLogo {
    width: 75%;
    height: 75%;
}

.questions {
    color: black;
}

.questions:hover {
    color: #0c499c !important;
    text-decoration: none;
}

.questions:active {
    color: #0c499c !important;
}

.text-primary {
    color: #0c499c !important;
}

.navbar-brand:hover {
    filter: brightness(85%);
}

.apply {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}

.activeApply:hover {
    filter: brightness(130%);
}

.homeHeading {
    font-family: 'Montserrat', sans-serif;
}

.blurb {
    font-family: 'Raleway', sans-serif;
}

.none {
    display: none;
}
.slidecontainer {
    width: 60%; /* Width of the outside container */
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0c499c;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0c499c;
    cursor: pointer;
}

textarea {
    text-align: left;
}