@charset "utf-8";

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: "Spectral", serif;
    color: #322923;
    background-color: #514239;
    font-size: 16px;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.btn.flat {
    border-radius: 0;
}

#slider {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.intro {
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}

.intro h2 {
    color: #FFF;
}

.intro h2 span {
    font-size: 12px;
    display: block;
}

/* Mobile First */

/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/* Non-mobile First */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {

}