html, body{
    font-family:  priori-sans, sans-serif;
}
#top{
    background-image: url("./images/bannerImage.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 40px;
}
#top h1{
    color: white;
    font-weight: bold;
    line-height: .7;
    text-shadow: 0 0 2px #434343;
    letter-spacing: 4px;
}
#top h1 span{
    display: block;
    font-size: 54pt;
}
#top h1 span:nth-child(1){
    font-size: 42pt;
    font-weight: normal;
    letter-spacing: normal;
}
#learn-more{
    background: white;
    border: 1px solid #9187ff;
    border-radius: 16px;
    height: 40px;
    min-width: 24%;
    padding: 4px 14px;
    float: left;
    font-weight: 700;
    color: black;
    text-decoration: none;
    font-size: 16pt;
    min-width: 80px;
    box-sizing: content-box;
    text-align: center;
    line-height: 40px;
}
.col-lg-6{
    padding-left: 60px;
    padding-right: 60px;
}
#signup-right{
    padding-left: 40px;
    margin-top: 48px;
    margin-bottom: 48px;
    border-left: 4px solid #f68026;
}
#signup-right h2{
    text-align: center;
    width: 70%;
    margin: auto;
    font-size: 32pt;
}
#signup-right p{
    text-align: center;
    width: 50%;
    margin: auto;
    font-size: 20pt;
}
#mc_embed_signup {
    width: 100%;
    margin: auto;
}
#mc_embed_signup .indicates-required{
    margin-left: 20%;
}
#mc_embed_signup .mc-field-group{
    padding: 8px;
    width: 60%;
    display: flex;
    flex-direction: column-reverse;
    margin: auto;
}
#mc_embed_signup .mc-field-group label {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16pt;
}
#mc_embed_signup .mc-field-group input {
    border: 1px solid #9187ff;
    border-radius: 4px;
    width: 100%;
    height: 48px;
    margin-bottom: 2px;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 1.4vh;
}
#mc_embed_signup input.button {
    background: #4258c4;
    border: none;
    border-radius: 16px;
    height: 40px;
    width: 24%;
    float: right;
    margin-right: 20%;
    font-weight: 700;
    color: white;
    font-size: 14pt;
    min-width: 80px;
    box-sizing: content-box;
}
#profs{
    border-top: 1px solid #aaaaaa;
    text-align: center;
    margin: auto;
    margin-top: 28px;
    padding-top: 20px;
}
#profs h2{
    font-weight: bold;
}
#prof{
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}
#portrait{
    width: 250px;
    min-width: 150px;
    height: auto;
    max-height: 350px;
}
#prof .bio{
    margin-left: 20px;
    border-left: 3px solid #f68026;
    padding-left: 10px;
    font-size: 22pt;
}
#prof .bio i{
    font-weight: 400;
}
.col-4 img{
    width: 30%;
    height: auto;
}
