html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}


/*.contact-form {
    60px 60px 60px 60px;
}*/

    .contact-form input, .contact-form textarea {
        color: #000000;
    }

    .contact-form label {
        color: rgba(0, 0, 0, 0.9);
    }

    .contact-form input, .contact-form textarea {
        background-color: rgba(255, 255, 255, 0.9);
    }

.col-sm-pull-1 {
    right: 0 !important;
}

.gradient-bg, .banner:after, .contact-form {
    background: -webkit-linear-gradient(315deg, #4aba9c 0%, #4aba9c 60%, #4aba9c 100%);
    background: linear-gradient(-225deg, #4aba9c 0%, #4aba9c 60%, #4aba9c 100%);
    color: #fff;
}

.template-color {
    color: #FED382;
}

.banner {
    background-image: none;
}

.burger {
    padding: 40px 0 0 0;
}

.navbar-nav li.active a {
    color: #000000 !important;
}

.navbar-nav > li > a:hover {
    color: #000000 !important;
}

.pull-left {
    position: relative;
    top: -30px;
}

.field-validation-error {
    color: red;
}
.custom-cookie-modal {
    max-width: 800px; /* Make modal wider */
}

    .custom-cookie-modal .modal-content {
        height: auto; /* Let content decide height */
        overflow: visible; /* Prevent scrollbars */
    }

    .custom-cookie-modal .modal-body {
        padding: 1rem;
    }

    .custom-cookie-modal .modal-header,
    .custom-cookie-modal .modal-footer {
        padding: 0.75rem 1rem;
    }

@media (max-width: 768px) {
    .custom-cookie-modal {
        max-width: 95%;
    }
}