@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

body {
    font-size: 13pt;
    font-family: 'lato-regular';
    margin-top: 10px;
    overflow-y: scroll;
}

h3 {
    font-size: 20pt !important;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}

input:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.circle-link {
    border: .15rem solid #16a085;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    height: 43px;
    width: 43px;
    text-align: center;
}

.bi::before {
    vertical-align: -.105em !important;
}

.font-size-16pt {
    font-size: 16pt;
}

.div-blog {
    margin-bottom: 5px;
    margin-top: 5px;
}

hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: #ecf0f1 !important;
    opacity: 1 !important;
}

.color-black {
    color: black !important;
}

.border-solid-black {
    border: 1px solid black;
}

.text-decoration-none {
    text-decoration: none;
}

.dropdown-menu {
    border: solid 1px #ecf0f1;
}

.nav-pills .nav-link.active {
    background-color: #16a085;
}

.nav-pills .nav-link:hover {
    background-color: #ecf0f1;
    color: black !important;
}

.nav-pills .nav-link {
    padding: 4px 12px 4px 12px !important;
}

.text-align-center {
    text-align: center;
}

a,
a:hover {
    color: #16a085;
    text-decoration: none;
}

.active-menu-link {
    color: black !important;
}

.font-weight-bold {
    font-weight: bold;
}

img {
    max-width: 100%;
}

.dropdown-item.hover,
.dropdown-item:hover {
    background-color: #ecf0f1;
}

.navbar {
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 3px !important;
}

    .navbar a {
        color: #16a085;
    }

        .navbar a:hover {
            color: black;
        }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(22, 160, 133, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: rgb(22, 160, 133);
    border-width: 2px;
}

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

.nav-link {
    padding: 0 !important;
    font-size: 14pt;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 40px !important;
    margin-left: 0 !important;
}

.active {
    color: white !important;
}

#home-sarah {
    float: right;
    padding-left: 10px;
}

.mobile-line {
    display: block;
}

.p-blog {
    font-size: 10pt;
    margin-top: 3px;
}

.div-award {
    font-size: 10pt;
    padding-top: 2px;
}

.btn-primary-cv {
    color: white;
    background-color: #16a085;
    border-color: #16a085;
}

    .btn-primary-cv:hover {
        color: white;
        background-color: #16a085;
        border-color: #16a085;
    }

    .btn-primary-cv.focus,
    .btn-primary-cv:focus {
        color: white;
        background-color: #16a085;
        border-color: #16a085;
        box-shadow: none;
    }

    .btn-primary-cv.disabled,
    .btn-primary-cv:disabled {
        color: white;
        background-color: #16a085;
        border-color: #16a085;
    }

    .btn-primary-cv:not(:disabled):not(.disabled):active,
    .btn-primary-cv:not(:disabled):not(.disabled).active,
    .show > .btn-primary-cv.dropdown-toggle {
        color: white;
        background-color: #16a085;
        border-color: #16a085;
    }

        .btn-primary-cv:not(:disabled):not(.disabled):active:focus,
        .btn-primary-cv:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary-cv.dropdown-toggle:focus {
            box-shadow: none;
        }

    .btn-primary-cv:not(:hover):not(.hover) {
        color: white;
        background-color: #16a085;
        border-color: #16a085;
    }

@media screen and (max-width: 720px) {
    #home-sarah {
        margin-bottom: 20px;
        float: none;
        text-align: center;
        padding-left: 0px;
    }

    .mobile-line {
        display: none;
    }
}