﻿body {
    padding-top: 55px;
    color: #FFE545;
    background-color: #67BAF5;
    font-size: 24px;
    font-family: "Chewy", cursive;
    text-shadow: 1px 1px 3px #5a5a5a;
    text-shadow: 1px 1px 3px rgba(90, 90, 90, 1);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Luckiest Guy", cursive;
    font-weight: normal;
    text-shadow: 0 1px 2px #000000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .7);
    margin-top: 10px;
}

.navbar-brand,
.navbar-text,
.nav a {
    font-size: 24px;
    font-family: "Luckiest Guy", cursive;
    font-weight: normal;
    text-shadow: 0 1px 2px #000000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .7);
    line-height: 24px;
}

.carousel-control {
    font-size: 120px;
    padding-top: 90px;
    width: 5%;
}

.carousel .item img {
    width: 100%;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 2;
    padding: 30px;
}

.caption-left {
    text-align: left;
    top: 0;
    bottom: 0;
    left: 5%;
    right: 65%;
}

.caption-right {
    text-align: right;
    top: 0;
    bottom: 0;
    left: 65%;
    right: 5%;    
}

.spring {
    color: #BFE146;
}

.summer {
    color: #FFE545;
}

.autumn {
    color: #FF5D00;
}

.feature {
    padding: 30px;
}

.feature-divider {
    margin: 0 30px;
    clear: both;
}

.feature-image {
    margin-bottom: 30px;
}

.feature-image.pull-left {
    margin-right: 30px;
}

.feature-image.pull-right {
    margin-left: 30px;
}

footer {
    padding: 30px;
}
@media (max-width: 979px) {
}

@media (max-width: 767px) {
}
