/*!
 * 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. */
}

.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('images/north-park-background.jpg') no-repeat center center scroll;
    padding: 200px 0; 
}

/*.image-bg-fixed-height {
	background: url('images/north-park-background.jpg') no-repeat center center scroll;
    height: 450px;
}*/

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

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

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

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

footer {
    padding: 50px 0 20px 0;
}


.preview {
        background-color: #f3f3f2;
        margin-bottom: 0;
        padding: 20px 0 0 0;
        -webkit-box-shadow: 0px -2px 7px 0px rgba(189,189,189,0.5);
        -moz-box-shadow: 0px -2px 7px 0px rgba(189,189,189,0.5);
        box-shadow: 0px -2px 7px 0px rgba(189,189,189,0.5);
}

.legal {
    margin-top: 0;
}

.legal-button {
    margin-top: 50px;
}

/* ---------------- Added By Jenn to Customize Look ------------------ */

@font-face {
    font-family: "Lato-Bold";
    src: url('../font/Lato-Bold.eot');
    src: url('../font/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Lato-Bold.svg#Lato') format('svg'), url('../font/Lato-Bold.woff') format('woff'), url('../font/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Regular";
    src: url('../font/Lato-Regular.eot');
    src: url('../font/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Lato-Regular.svg#Lato') format('svg'), url('../font/Lato-Regular.woff') format('woff'), url('../font/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Lato-Light";
    src: url('../font/Lato-Light.eot');
    src: url('../font/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../font/Lato-Light.svg#Lato') format('svg'), url('../font/Lato-Light.woff') format('woff'), url('../font/Lato-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Lato-Bold';
    font-size: 38px;
    color: #4c4b4b;
}

p {
    font-size: 16px;
}

.copyright {
    font-size: 12px;
    color: #656363;
    text-align: center;
}

.container p a, .container-fluid p a {
    color: #936e05;
    text-decoration: none;
}

.container p a:hover, .container-fluid p a:hover {
    color: #936e05;
    text-decoration: underline;
}

.breadcrumb-text {
    font-family: "Lato-Regular";
    font-size: 11px;
    vertical-align: bottom;
}

.navbar {
    height: 65px;
}

.navbar .navbar-brand {
    font-family: "Lato-Light";
    color: #fff;
    font-size: 20px;
    
}

.navbar .navbar-brand a:hover {
    color: red;
}

/* -------------------------- Media Queries -------------------------- */

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

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


/* ---------------------- Jenn's Media Queries ----------------------- */

@media (min-width:601px) and (max-width:768px) {
    
    header {
        height: 250px;
    }
    
    
    .image-bg-fluid-height {
        background: url('images/north-park-background-small.jpg') no-repeat center center scroll;
        padding: 60px 0 30px 0;
    }
    
    .breadcrumb-text {
        margin-top: 10px;
    }
    
    .preview {
        padding-top: 40px;
    }
}

@media (max-width:600px) {
        
    body {
        margin-top: 10px;
    }
    
    header {
        height: 250px;
    }
    
    
    .image-bg-fluid-height {
         background: url('images/north-park-background-small.jpg') no-repeat center center scroll;
         padding: 0;
    }
    
    .breadcrumb-text {
        margin-top: 10px;
    }
    
    .preview {
        padding-top: 70px;
    }
}