﻿
:root {
    --bs-body-font-family: 'Open Sans',sans serif;
}

header {
    margin-top: 1%;
}

.ev-navbar-nav {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

    .ev-navbar-nav li {
        margin-left: 20px;
    }

.btn-primary {
    --bs-btn-bg: #386097;
    --bs-btn-border-color: #386097;
    --bs-btn-hover-bg: #1b5780;
    --bs-btn-active-bg: #1b5780;
}

a {
    --bs-link-color: #386097;
}

.grayBackground {
    background: #dbdbdb;
}

.rounded {
    border-radius: var(--bs-border-radius);
}

.row {
    --bs-gutter-y: .5em;
}

.form-floating {
    margin-bottom: 2%;
}

.text-danger {
    --bs-danger-rgb: 204,51,77
}

.hide {
    display:none;
}

/*.navAccent {
    text-decoration: underline;
}*/
