html {
    font-size: 62.5%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-image: none;
}
.jumbotron {
    padding-bottom: 24px;
    background-repeat: no-repeat;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 20px;
    margin-top:50px;
}
.jumbotron .h1, .jumbotron h1 {
    font-family: 'Teko', sans-serif;
    font-size: 10.0rem;
    margin-bottom: 0;
    color:#fff;
    margin-top: 35px;
}
.jumbotron p {
    color: #fff;
    font-size: 1.4em;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: -24px;
    margin-bottom: 9px;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
}
.container {
    max-width: 1000px;
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #c4c4c4;
    border: none;
}
.navbar-collapse {
    border:none;
    padding-left: 0;
    padding-right: 0;
}
.topNavigation {
    float:right;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default a.navbar-brand:hover {
    background-color: #e9e9e9;
}


/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 15px;
    border-top: 1px solid #c4c4c4;
}
footer p {
    font-size:14px;
    color: rgb(119, 119, 119);
}
.h1Pt1, .h1Pt2 {
    opacity: .9;
}
.headlineSpace {
    display: none;
}
.headlineThe {
    color: #fff;
    font-weight: 300;
    opacity: .6;
}
.fade2, .fade3, .fade4 {
    opacity: 0;
}
.introParagraph {
    margin-bottom: 15px;
}
.introInner {
    max-width: 1000px;
    margin: 0 auto;
}
.introParagraph p {
    color:#777;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    font-weight: 200;
}

/*Gallery styles*/
.tz-gallery {
    padding:0 0 40px 0;
}
.tz-gallery .thumbnail {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.tz-gallery .thumbnail {
    border-radius: 12px;
    border-radius: 0;
    border: 1px solid #c4c4c4;
}
.tz-gallery .lightbox img {
    border-radius: 12px 12px 0 0;
    border-radius: 0;
    border-bottom: 1px solid #c4c4c4;
}
.tz-gallery .caption {
    padding: 0px 30px;
}
.tz-gallery .caption h3 {
    margin-top: 12px;
    color: #777;
}
.caption p {
    display: none;
}

@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 20px;
        padding-right: 20px;
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size:8.5rem;
        margin-top: 25px;
    }
    .jumbotron p {
        font-size: 1.2em;
        margin-top: -18px;
        line-height: 36px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .jumbotron {
        background-position: center;
    }
    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 5px;
        padding-right: 5px;
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size:6.5rem;
        margin-top: 36px;
    }
    .jumbotron p {
        font-size: 1.1em;
        font-size: 90%;
        margin-top: -14px;
        margin-bottom: 3px;
        line-height: 32px;
    }
    .topNavigation {
        float:left;
    }
    .introParagraph p {
        font-size: 16px;
        line-height: 24px;
    }
    .navbar-nav {
        margin-left:0;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        overflow: hidden;
    }
}

@media only screen and (max-width : 580px) {
    .jumbotron {
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size:5.3rem;
        margin-top: 36px;
    }
    .jumbotron p {
        font-size: 80%;
        margin-top: -11px;
        margin-bottom: 0px;
        line-height: 30px;
    }
    .introParagraph p {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 12px;
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size: 4.5rem;
    }
    .jumbotron p {
        font-size: 80%;
        line-height: 16px;
        margin-top:;
        padding-top:4px;
        padding-bottom: 4px;
    }
    .introParagraph p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .jumbotron .h1, .jumbotron h1 {
        font-size: 3.6rem;
    }
    .jumbotron p {
        margin-top: -7px;
        font-size: 75%;
    }
}
