﻿.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

main {
    background: #092143;
    background-image: url(https://www.morgan.edu/Images/Gateway/bssc-background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 50px;
}

.crumbs a {
    color: #FFFF;
    font-weight: 500 !important;
}

.pipe {
    color: #FFF;
    font-weight: 500 !important;
}

.icons .fa {
    font-size: 6rem;
    padding-bottom: 2rem;
    color: #FFF;
}

.icons .fa-solid  {
    font-size: 6rem;
    padding-bottom: 2rem;
    color: #FFF;
}

.icons .fa-regular  {
    font-size: 6rem;
    padding-bottom: 2rem;
    color: #FFF;
}

.icons a {
    font-size: 2rem;
    line-height: 3rem;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
}

.icons {
    margin: 0 0 0px;
}

.tray {
    background: #09214300;
}


.h1, h1 {
    color: #FFF;
    font-weight: 800 !important;
    text-shadow: 1px 2px 4px #000 !important;
    font-family: "Montserrat", sans-serif;
}

p {
    color: #FFF;
    font-weight: 500 !important;
    text-shadow: 1px 2px 4px #000 !important;
}


.notice {
    border: #61BA0E 7px solid;
    background-color: #092143 !important;
}

.notice h2 {
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif;
}

.notice p {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif;
}

