/* #9d3955  #9d3955 */

html, body { 
    width: 100%;
    height: 100%;
}

body {
    background-color: #f6f6f6;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    margin-top: 90px;
    position: relative;
}

nav {
    background-color:#222222 !important;
    height: 90px;
}

.navbar-brand {
    color: #9d3955 !important;
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
}

.nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
}

nav .nav-item .nav-link {
    color: #ffffff !important;
    text-transform: uppercase;
}

.nav-link.active {
    border-bottom: 2px solid #9d3955;
}

.section {
    min-height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

h2.section-header {
    font-family: 'Dancing Script', cursive;
    text-align: center;
    padding-bottom: 40px;
    background: url('images/underline.png') no-repeat bottom center;
}

.section-divider {
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    height: 90px;
    line-height: 90px;
    color: #f6f6f6;
    background-color:#222222 !important;
}

.section-divider img {
    margin: 0 1rem;
}

.flip-image {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";    
}

a.anchor {
    display: block;
    position: relative;    
    visibility: hidden;
    top: -190px;
}

/* Welcome */
#welcome-section {
    padding-top: 3rem;
}

.welcome-image {
    width: 96%;
}

/* Donations */
#donations {
    background-image: url(images/donations_bg.jpg);
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

#donations > .container {
    background-color: #ffffff;
    padding: 1rem 4rem;
}

#donations table tr th {
    font-family: 'Dancing Script', cursive;
    text-align: right;
    border-top: 0 !important;
}

#donations tr td:nth-child(1) {
    font-family: 'Dancing Script', cursive;
    font-size: 1.2rem;
}

#donations tr td:nth-child(n+2) {
    text-align: right;
}

/* photos */
#photo-list img {
    height: 200px;
    margin: 8px;
}

/* connect */
#connect {
    background-color: #fff5f8 !important;
}

#contact-form button {
    cursor: pointer;
}

/* footer */
.footer {
    height: 100px;
    line-height: 100px;
    color: #f6f6f6;
    background-color:#222222 !important;
}

.age-check-overlay {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;

    background-color: rgba(34,34,34,.9);
    z-index: 9999;
}

.age-check {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);

    font-size: 14px;
    text-align: center;
    color: #e6e6e6;
    padding: 80px;
    background-color: rgba(0,0,0,.7);;
    outline: 1px solid #000;
    outline-offset: 10px;
}

.age-check a {
    color: #9d3955;
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
}

.age-check .header {
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    line-height: 90px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.navbar-collapse { background-color: #222; }
}