body {
    font-family: 'Dosis', sans-serif;
}


/* navigation */
.logo {
    height: 50px;
}
.navbar {
    background: #A8E7EF !important;
    font-size: 1.25em;
    border-bottom: 3px solid rgb(71, 178, 192) !important;
}
nav a {
    font-weight: 500;
}

/* Header */
.jumbotron {
    margin-bottom: 0;
    background: #222728;
}
.display-2 {
    font-family: 'Fredericka the Great', cursive;
    color: white;
}
.display-3 {
    font-family: 'Fredericka the Great', cursive;
    color: white;
}
.display-4 {
    font-family: 'Fredericka the Great', cursive;
    color: white;
}

/* main content */
.subhead {
    background: rgb(71, 178, 192);
    color: white;
}
h2 {
    font-weight: 300;
    font-size: 2.5em;
}
p {
    font-size: 1.15em;
}
.text-link {
    color: rgb(71, 178, 192) !important;
}
.text-link:hover {
    color: rgb(71, 178, 192) !important;
}


/* images */
.icon {
    width: 50px;
}

/* table styles */
th {
    background: #A8E7EF;
    border-bottom: 3px solid rgb(71, 178, 192);
}

.total-table tr {
    font-weight: bold;
}

/* form styles */
.btn-primary {
    background: rgb(71, 178, 192) !important;
    border: 1px solid #A8E7EF !important;
}
.btn-primary:hover {
    background: #A8E7EF !important;
    border: 1px solid rgb(71, 178, 192) !important;
    color: #222728;
}
.img-admin {
    margin-top: -2em;
    margin-right: 2em;
}
.form-check-label {
    font-size: 1.3em !important;
}


/* footer */
footer {
    background: #A8E7EF;
    padding: 15px;
}

