html {
  font-size: 14px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-inverse {
    background-color: #3df2f2 !important;
    color: black !important;
}

.navbar-brand {
    color: black !important
}

.navbar-brand:visited {
    color: black !important
}

.navbar-default-color {
    color: black !important
}

.btn-primary {
    color: black !important;
    background-color: #00b4be !important;
    border-color: #28a4c9 !important;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #00788c !important;
        background-position: 0 -15px !important;
    }

    .btn-primary.active {
        background-color: #00788c !important;
        border-color: #28a4c9 !important;
    }

.form-check-input {
    color: black !important;
    background-color: #00b4be !important;
    border-color: #28a4c9 !important;
}
    .form-check-input:hover,
    .form-check-input:focus {
        background-color: #00788c !important;
        background-position: 0 -15px !important;
    }

    .form-check-input.active {
        background-color: #00788c !important;
        border-color: #28a4c9 !important;
    }

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.cerence-light {
    color: #FFF !important;
    background-color: #00b4be !important
}

.cerence-dark, .cerence-dark:hover {
    color: #FFF !important;
    background-color: #00788c !important
}

* {
    font-size: 14px !important;
}

h1 {
    font-size: 32px !important
}

h2 {
    font-size: 26px !important
}

h3 {
    font-size: 22px !important
}

h4 {
    font-size: 18px !important
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1840px;
    }
}