@import url('https://fonts.googleapis.com/css?family=Oswald|Petit+Formal+Script|Galada');
body {
    font-family: 'Petit Formal Script', cursive;
    font-size: 36px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent !important;
}

.h1, h1 {
    font-size: 48px;
    font-family: 'Galada', cursive;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 48px;
    line-height: 20px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #b3b3b3;
}

.bk {
    background-image: url("../images/bk.jpg");
    background-repeat: no-repeat;
}

.bk2 {
    background-image: url("../images/bk2.jpg");
}
.bk3 {
    background-image: url("../images/bk3.jpg");
    background-repeat: no-repeat;
}

.lead {
    font-size: 24px;
    color: #dddddd;
}

.page-header {
    padding-bottom: 9px;
    margin: 60px 0 20px;
    border-bottom: 1px solid #eee;
}

a, h2 {
    font-family: "Oswald", Open Sans, Helvetica, sans-serif;
}

.dropdown-header {
    font-family: "Oswald", Open Sans, Helvetica, sans-serif;
    display: block;
    padding: 3px 20px;
    font-size: 36px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-menu>li>a {
    font-family: "Oswald", Open Sans, Helvetica, sans-serif;
    font-size: 20px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
h4 {
    font-family: "Oswald", Open Sans, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #f5f5f5;
    letter-spacing: 2px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-left-50 {
    margin-left: 50px;
}
.margin-right-50 {
    margin-right: 50px;
}
a:hover img.image-index {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}