
body, html {
    margin: 0;
    padding: 0;
    background-color: #FAF8F2;
    color: #2b2726;
    height: 100%;
    font-family: Outfit, sans-serif;
    /*font-weight:300;*/
    /*font-size: 1em;*/
}

.divAnnouncementWrapper .divAnnouncement:nth-child(odd) {
    background-color: #ccc;
}

.divMasterContentWrapper {
    padding: 0px 15px 15px 15px;
}

img {
    image-rendering: auto;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h1 {
    font-family: Cormorant, sans-serif;
    font-size: 3em;
    margin: 4px 0 4px 0;
}

.h2 {
    font-family: Cormorant, sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

.h3 {
    font-family: Cormorant, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

.h4 {
    font-family: Cormorant, sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

.h5 {
     font-family: Outfit, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

.Link {
    color: #3576BC;
    text-decoration: none;
}

.gridDisplay {
    margin: 5px 0 10px 0;
    width: 100%;
    border: 0px;
    border-spacing: 0px 4px !important;
    border-collapse: separate !important;
}

p {
     font-family: Outfit, sans-serif;
    margin: 0px;
    padding-bottom: 10px;
    font-size: 1em;
}
