@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Tinos:400,700);
/*!
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cantata One', serif;
    font-family: 'Tinos', serif;
}
h1 {
    font-size: 3.5em;
    font-weight: 700;
    color: #000000;
}
h2 {
    font-size: 2.8em;
    color: #606060;
}
h3 {
    font-size: 1.9em;
    color: #111;
}
p {
    color: #727272;
    line-height: 1.5em;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('banner01.jpg') no-repeat center center scroll;
    padding: 100px 0;
}

.image-bg-fixed-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 15px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 20px 0 50px 0;
    font-size:13px;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}

/* NAVIGATION
================================================ */
.navbar {
    background: #CC714E;
}
.navbar .navbar-nav>li>a {
    color: #FFFFFF;
}
.navbar .navbar-nav>li>a:hover {
    color: #000000;
    text-decoration: underline;
}

.single-portfolio {
  padding-right: 15px;
  display: inline-block;
}

.container img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.table-nonfluid {
   width: auto !important;
}
