/*****
GENERAL STYLES
*****/

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    background-color: #FDFDFD;
    color: rgba(38, 35, 43, 0.75);
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    min-height: 100vh;
    width: 100%;
}

.size-h1 {
    font-size: 49px;
    line-height: 59.7px;
}
.size-h2 {
    font-size: 39px;
    line-height: 47.5px;
}
.size-h3 {
    font-size: 31px;
    line-height: 37.8px;
}
.size-h4 {
    font-size: 25px;
    line-height: 30.5px;
}
.size-h5 {
    font-size: 20px;
    line-height: 24.4px;
}
.size-h6 {
    font-size: 16px;
    line-height: 21.8px;
}
.size-p {
    font-size: 16px;
    line-height: 21.8px;
}

h1, h2, h3, h4, h5, h6 {
    color: #7047A1;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
}

em, strong {
    font-weight: bold;
}

h1 {
    text-align: center;
}

.hidden {
    display: none;
}

a.button,
a.button:link,
a.button:visited {
    background-color: #7047A1;
    border-radius: 30px;
    color: #E0CFFF;
    cursor: pointer;
    display: inline-block;
    padding: 12px 32px;
    transition: background-color 0.5s, color 0.5s;
    text-decoration: none;
}

a.button:hover,
a.button:active {
    color: white;
    text-decoration: none;
}

main a,
main a:link,
main a:visited {
    color: #7047A1;
    text-decoration: underline;
}

main a:active,
main a:hover {
    text-decoration: none;
}



/*****
CONTAINERS
*****/

.container {
    padding: 48px 32px;
    overflow: hidden;
}

.row {
    overflow: hidden;
}



/*****
HEADER
*****/

#header {
    background-color: #E0CFFF;
    overflow: hidden;
    padding-bottom: 16px;
    padding-top: 16px;
    text-align: center;
}

#header-logo {
    float: left;
    height: 38px;
}

#header-logo a {
    display: block;
    height: 38px;
}

#header-logo img {
    height: 38px;
    width: 38px;
}

#header-phone {
    line-height: 38px;
    display: none;
}

#header-nav {
    display: none;
    line-height: 32px;
    margin-top: 48px;
    overflow: hidden;
    text-align: right;
    width: 100%;
}

#header-nav.nav-mobile {
    display: block;
}

#responsive-menu-button {
    color: #7047A1;
    cursor: pointer;
    float: right;
    line-height: 38px;
}

#header-phone a {
    color: rgba(38, 35, 43, 0.75) !important;
    text-decoration: none;
}

#header-phone-icon {
    color: #7047A1;
}

#burger-icon {
    font-weight: bold;
    margin-left: 4px;
}

#header-nav a {
    display: block;
    padding-bottom: 8px;
    padding-top: 8px;
    transition: color 0.3s ease-in-out;
}

#header-nav a:hover,
#header-nav a:active,
#header-nav a.active {
    color: #7047A1;
}



/*****
HERO SECTION
*****/

#hero, main > header {
    background-color: #E0CFFF;
    text-align: center;
}

#hero h1 {
    margin-bottom: 24px;
}

#hero h1 span {
    display: block;
}

#hero-subheading {
    color: rgba(38, 35, 43, 0.75);
    font-weight: 300;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#hero .button {
    margin-top: 32px;
}



/**********
HOME PAGE SECTIONS
**********/

#home-main h2 {
    font-weight: 300;
    text-transform: uppercase;
}

#home-contact-office-hours {
    background: #7047A1;
    color: white;
    text-align: center;
}

#home-contact-office-hours h2 {
    color: white;
    font-weight: 300;
    text-transform: uppercase;
}

#home-contact-office-hours h3 {
    color: white;
}

#home-contact-office-hours section section,
#home-contact-office-hours section > p {
    margin-top: 32px;
}

#home-office-hours {
    margin-top: 64px;
}

#home-contact section p,
#home-office-hours section p {
    margin-top: 16px;
}

#home-news h2 {
    color: #7047A1;
    text-align: center;
    margin-bottom: 32px;
}

#home-contact a {
    color: white !important;
}



/*****
NEWS
*****/

.news-article-wrapper {
    margin-top: 32px;
}

.news-article-wrapper:first-child {
    margin-top: 0px;
}

.news-article {
    background-color: #E0CFFF;
    border-radius: 25px;
    padding: 24px 32px;
}


.news-article h2,
.news-article h3 {
    color: #7047A1;
    margin-bottom: 16px;
}

.side-page h2 {
    font-family: 'Open Sans', Arial, sans-serif;
}



/*****
FOOTER
*****/

footer.container {
    background-color: #7047A1;
    color: #E0CFFF;
    margin-top: auto;
    padding: 24px 32px;
    text-align: center;
}




/*****
CONTACT PAGE
*****/

#map {
    background-color: rgba(38, 35, 43, 0.1);
    border: 1px solid rgba(38, 35, 43, 0.1);
    margin-top: 48px;
    height: 256px;
}

#map iframe {
    height: 100%;
    width: 100%;
}

#contact-page h2 {
    color: rgba(38, 35, 43, 0.75);
    margin-bottom: 16px;
}

#contact-info > * {
    margin-top: 32px;
}

#contact-info section p {
    margin-top: 16px;
}

#contact-page #contact-info section:first-child {
    margin-top: 0px;
}



/*****
FAQ PAGE
*****/

.faq-category {
    margin-top: 40px;
}

.faq-category:first-of-type {
    margin-top: 0px;
}

.faq-category h2 {
    color: #7047A1;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-weight: 300;
}

.faq-item {
    margin-top: 16px;
}

.faq-item:first-of-type {
    margin-top: 32px;
}

.faq-question {
    text-decoration: underline;
    cursor: pointer;
}

.faq-item.active .faq-question,
.faq-question:hover {
    text-decoration: none;
}

.faq-answer p {
    margin-top: 16px;
}

.faq-question {
    color: #7047A1;
}

.faq-item .faq-answer {
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}



/*****
ABOUT PAGE
*****/

.about-section h2 {
    color: #7047A1;
    font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
    font-weight: 300;
}

.about-section p {
    margin-top: 16px;
}

.about-section p:first-of-type {
    margin-top: 32px;
}

.about-section-img-part {
    margin-top: 32px;
}

.about-section-img-wrapper {
    background-color: #7047A1;
}

.about-section-img-wrapper img {
    display: block;
    height: auto;
    opacity: 0.9;
    max-width: 100%;
}

.about-section:nth-of-type(even) {
    background-color: #E0CFFF;
}
