@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Vollkorn:wght@400;600&display=swap');
#page-content {
    font-family: 'Open Sans', sans-serif;
    margin: auto;
    color: #002648;
    margin-top: 2em;
}
@media (max-width: 768px) {
    #page-content { margin-left: 1.5em; margin-right: 1.5em; }
}
@media (min-width: 769px) {
    #page-content { width: 80%; max-width: 1280px; min-width: 720px; }
}

.navbar-brand .navbar-item img {
    max-height: 2rem;
    margin-right: 1.5em;
    margin-left: 1.5em;
}

h1 {
    font-family: 'Vollkorn', serif;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 0.2em;
}
h2 {
    font-family: 'Vollkorn', serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0.2em;
}
h3 {
    font-family: 'Vollkorn', serif;
    font-weight: 600;
    font-size: 24px;
}
p {
    margin-bottom: 0.4em;
}

#header a {
    color: #002648;
    text-decoration: underline;
}
#header a:hover {
    color: #a61916;
    text-decoration: none;
}
#lang-menu {
    text-align: center;
    margin-bottom: 1em;
}
#lang-menu a {
    color: #002648;
    text-decoration: none;
}
#lang-menu a:hover {
    color: #a61916;
}
.aim-title {
    text-align: center;
    margin-bottom: 2em;
}

.faq-divs {
    margin-bottom: 1em;
}

@media (min-width: 769px) {
    .faq-divs .field-cont { display: flex; align-items: baseline; }
}

#fields {
    margin-top: 3em;
    margin-bottom: 3em;
}
.icon-container {
    width: 132px;
    margin-left: 10px;
    margin-right: 10px;
}
div.field-icon {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
    width: 152px;
}
.icon-desc {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: 600;
}
.field-icon a {
    color: #002648;
    text-decoration: none;
}
.field-icon a:hover {
    color: #a61916;
}

.field-header {
    padding-bottom: 2em;
}

.group-item {
    font-family: 'Open Sans', sans-serif;
    border-bottom-width: 1px;
    border-bottom-color: #aaaaaa;
    border-bottom-style: solid;
    padding-bottom: 1.5em;
    margin-bottom: 3em;
}
.group-name {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    padding-top: 0.2em;
    padding-bottom: 1em;
}
.img-container {
    text-align: center;
}

@media (max-width: 768px) {
    .group-img { max-height: 350px; max-width: auto; }
}
@media (min-width: 769px) {
    .group-img { max-height: 350px; max-width: auto; }
}


#groups a {
    color: #002648;
    text-decoration: underline;
}
#groups a:hover {
    text-decoration: none;
    color: #a61916;
}

.upload-message {
    color: #aaaaaa;
}
#success-message {
    margin-bottom: 2em;
}

#textfoot {
    margin-bottom: 1em;
}
#textfoot p {
    text-align: center;
    color: #aaaaaa;
}

#table-div {
    margin-bottom: 2em;
}
.schedule-head {
    background-color: #fafafa;
}
.schedule-1.CM {
    background-color: #bec0d2;
}
.schedule-1.BIO {
    background-color: #c5bfcf;
}
.schedule-1.MED {
    background-color: #e1c4d4;
}
.schedule-1.UP {
    background-color: #f2bec1;
}
.schedule-1.TI {
    background-color: #f5c7bc;
}
.schedule-1.AST {
    background-color: #fee4bc;
}
.schedule-1.MAT {
    background-color: #bcc2d6;
}
.schedule-1.COM {
    background-color: #bdcfe0;
}
.schedule-1.AMO {
    background-color: #bcd6ca;
}
.schedule-1.NUC {
    background-color: #c3dbc0;
}
.schedule-1.PP {
    background-color: #d8e4bc;
}
.schedule-1.COS {
    background-color: #eaecbc;
}