@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700|Lato:300,400,700');

nav {
    z-index: 999 !important;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

section,
p,
footer,
.container,
.container-fluid {
    opacity: 1 !important;
}

#nav-mini {
    visibility: visible;
}

#overlay-text {
    z-index: 998;
}

.d-lg-none .logo, .embed-container{
    visibility: visible
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 9px;
    border: none;
}

.back-to-top:focus {
    outline: none;
    box-shadow: none;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #594938 !important;
}

body {
    font-family: 'Lato';
    font-size: 16px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    /* font-family: 'Cinzel', serif; */
    font-family: 'Allura', cursive;
    margin: 0;
}


@media (max-width:992px) {
    html {
        font-size: 15px;
    }
}

@media (max-width:768px) {
    html {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    html {
        font-size: 13px;
    }
}

a {
    color: #594938;
}

p {
    /*margin: 0;*/
    text-align: justify;
}

footer p {
    text-align: left;
}

dl,
ol,
ul {
    padding: 0;
}

.modal-dialog {
    transform: translate3d(0, 0, 0) !important;
}

/* .modal-open {
    position: fixed;
} */

/* h1, h2, h3,
h4, h5, h6 {
    margin: 0;
} */

h2 {
    font-size: 3rem;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2rem;
}

.btn,
.input-group-text {
    text-transform: uppercase;
    border-radius: 0;
}

section {
    position: relative;
}

.btn-primary {
    color: #fff;
    background-color: #594938;
    border-color: #594938;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #594938;
}

hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    /* border-top: 1px solid #594938; */
}

.btn-outline-primary {
    color: #594938;
    /* background-color: #594938; */
    border-color: #594938;
}

.btn-outline-primary:hover {
    /* color: #fff; */
    background-color: #594938;
    border-color: #594938;
}

.btn-primary:hover {
    /* color: #fff; */
    background-color: #B88C38;
    border-color: #B88C38;
}

.bg-primary {
    background-color: #594938 !important;
}

.color-primary {
    color: #594938 !important;
}

.bg-grey {
    background-color: #f4f4f4 !important;
}

/* .color-primary:hover {
    color: #8f3d3d!important;
} */

.hover-primary:hover {
    color: #B88C38 !important;
}

.bg-colored {
    background-color: rgba(111, 160, 218, 0.33);
}

.flex-1 {
    flex: 1;
}

.card {
    border-radius: 0;
}

.form-control {
    /* border: none!important; */
    border-radius: 0 !important;
}