html {
    font-size: 14px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #661528;
    background-color: #fff;
    margin: 0;
    padding-top: 100px;
    padding-bottom: 50px;
    display: block;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn {
    border-width: 2px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid transparent;
    white-space: nowrap;
    background-image: none;
}

.btn-lg {
    padding: 18px 27px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #661528;
    border-color: #661528;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus {
    color: #ffffff;
    background-color: #798d8f;
    border-color: #566566;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #ffffff;
    background-color: #687b7c;
    border-color: #566566;
}

#menu {
    margin-bottom: 0px;
    min-height: 50px;
}

.navbar{
    border-radius: 0;
    border-width: 0;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

.navbar-default {
    color: #ffffff;
    background-color: #661528;
    border-color: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset =utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250, 235, 231, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.text-truncate-container p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}