﻿#container {
    top: 0px !important;
    height: 100% !important;
}

.siteintro-wrapper {
    background-color: #2e589e;
    color: #fff;
}

.back-photo {
    background-image: url('/res/images/site/home/20200229/MtHood.jpg');
    background-size: cover;
    background-position: 50% 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.back-photo > h1 {
    margin: 0px;
    text-shadow: 3px 3px 4px rgba(0,0,0,1.0);
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

@media screen and (max-width:599px) {
    .back-photo {
        height: 200px;
    }

    .back-photo > h1 {
        font-size: 200%;
        padding-top: 40px;
    }
}

@media screen and (min-width:600px) {
    .back-photo {
        height: 240px;
    }

    .back-photo > h1 {
        font-size: 200%;
    }
}

@media screen and (min-width:900px) {
    .back-photo {
        height: 320px;
    }

    .back-photo > h1 {
        font-size: 250%;
    }
}

@media screen and (min-width:1200px) {
    .back-photo {
        height: 360px;
    }

    .back-photo > h1 {
        font-size: 300%;
    }
}

@media screen and (min-width:1920px) {
    .back-photo {
        height: 400px;
    }

    .back-photo > h1 {
        font-size: 375%;
    }
}

@media screen and (min-width:2880px) {
    .back-photo {
        height: 400px;
    }

    .back-photo > h1 {
        font-size: 500%;
    }
}

.back-photo > img {
    max-width: 100%;
}

.siteintro {
    font-weight: 300;
    text-align: justify;
}

.siteintro,
.specialties h1 {
    text-shadow: 2px 2px 3px #222;
}

.siteintro > p:first-child,
.specialties > div > div > p:first-child {
    margin-top: 0px;
}

.siteintro > p:last-child,
.specialties > div > div > p:last-child {
    margin-bottom: 0px;
}

.siteintro > p.emph,
div.signin {
    font-weight: 600;
}

div.signin {
    background-color: #444;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding: 24px;
    vertical-align: middle;
}

.page-content {
    padding: 0px !important;
}

.we-welcome-everyone {
    padding: 24px;
}

.we-welcome-everyone span,
.we-welcome-everyone img {
    vertical-align: middle;
}

.we-welcome-everyone img {
    padding-right: 20px;
}

.we-welcome-everyone a,
.we-welcome-everyone a:hover {
    color: #fff !important;
}

.we-welcome-everyone a:hover {
    text-decoration: underline;
}

.siteintro > div > div {
    transition: width ease .5s;
}

hr {
    height: 4px;
    margin: 0px;
}

@media screen and (max-width:1199px) {
    .siteintro {
        padding: 20px;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .siteintro {
        padding: 40px;
        margin: auto;
        max-width: 1600px;
        font-size: 1.5em;
    }
}

.specialties {
    text-align: center;
}

.specialties > div {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    background-color: #333;
    color: #fff;
}

.specialties h1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 3px;
    text-align: center;
}

.specialties > div > div {
    padding: 20px;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    text-align: justify;
}

@media screen and (max-width: 799px) {
    .specialties > div {
        width: 100%;
    }
}

@media screen and (min-width: 800px) {
    .specialties > div {
        width: 450px;
        min-height: 425px;
        margin: 20px;
    }
}

.welcome {
    text-align: center;
}

.welcome > h2 {
    font-size: 1.7em;
    font-weight: 600;
}

.welcome > p {
    font-size: 1.2em;
    font-weight: 600;
}

@media screen and (max-width: 799px) {
    div.signin > a,
    div.signin > img {
        margin: 10px;
    }
}

@media screen and (min-width: 800px) {
    div.signin > a {
        margin-left: 20px;
    }

    div.signin > img {
        margin-right: 20px;
    }
}

div.signin > * {
    vertical-align: middle;
}

div.signin > a {
    display: inline-block;
    padding: 8px 20px;
    background-color: #005999;
    color: #ddd !important;
    border-radius: 5px;
    transition: all ease .5s;
    white-space: nowrap;
    text-decoration: none;
}

div.signin > a:hover {
    background-color: #0077CC;
    color: #fff !important;
}

div.signin > a.green {
    background-color: #009664;
}

div.signin > a.green:hover {
    background-color: #00bf80;
}