.container {
    background-color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 40px;
}

@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;
    background-color: #5AA8AC;
    font-size: 14px;
    font-family: Calibri, sans-serif;
}

.btn {
    background-color: #34327f;
    color: #ffffff;
    width: 150px;
}
.btn-sml {
    background-color: #34327f;
    color: #ffffff;
}
input.chk {
    width: 20px;
    height: 40px;
}

ul {
    list-style-position: inside;
    list-style-type: square;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-weight: bold;

}
.avenir {
    font-family: Avenir, "Century Gothic", sans-serif;
    font-weight: bold;
}

main {

    font-size: 18px;
}


@font-face {
    font-family: Avenir;
    src: url(../fonts/AvenirLTW04-55Roman.eot?#iefix);
    src: url(../fonts/AvenirLTW04-55Roman.eot?#iefix) format("eot"),url(../fonts/AvenirLTW04-55Roman.woff2) format("woff2"),url(../fonts/AvenirLTW04-55Roman.woff) format("woff"),url(../fonts/AvenirLTW04-55Roman.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}

.error {
    color: red;
    font-size: 14px;
}