/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    /* Location of the image */
    background-image: url(../images/background.jpg);

    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;

    /* Background image doesn't tile */
    background-repeat: no-repeat;

    /* Background image is fixed in the viewport so that it doesn't move when 
       the content's height is greater than the image's height */
    background-attachment: fixed;

    /* This is what makes the background image rescale based
       on the container's size */
    background-size: cover;

    /* Set a background color that will be displayed
       while the background image is loading */
    background-color: #464646;

    /*image fonts*/
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: justify;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: auto;
    margin-bottom: 60px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
/* Since positioning the image, we need to help out the caption */

/* Declare heights because of positioning of img element */
.carousel .item {
    max-height: 394px;
    background-color: transparent;
}
.carousel-inner > .item > img {
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
}
.services_carousel {
    height: auto;
    margin-bottom: 60px;
}
.services_item {
    margin-top: 10px;
    margin-bottom: 20px;
    min-width: 100%;
}
.service-housing {
    background-color: #FFFFFF;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.projects-housing {
    background-color: #FFFFFF;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
.housing {
    background-color: #FFFFFF;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.projects h1 {
    color: #003366;
    font-weight: bold;
    margin-left: 0px;
}
.services h1 {
    color: #003366;
    font-weight: bold;
    margin-left: 0px;
}
.services-copy h3 {
    color: #003366;
    font-weight: bold;
    font-size: 20px;
}
.projects-copy h3 {
    color: #003366;
    font-weight: bold;
    font-size: 20px;
    margin-left: 0px;
    padding-left: 0px;
}
.projects-copy h4 {
    color: #003366;
      margin-left: 0px;
}
.services-copy h4 {
    color: #003366;
    font-weight: bold;
    font-size: 15px;
}
.services p {
    margin-right: 30px;
}
.services-copy p {
    font-size: 14px;
    margin-right: 30px;
}
.projects-copy p {
    margin-left: 0px;
    margin-right: 30px;
    color: #003366;
}
.services-image-right {
    margin-left: -30px;
    margin-top: 0px;
}
.projects-image-right {
    margin-right: 0px;
    max-width: 455px;
    margin-left: 0px;
}
.services-image-left {
    margin-top: 15px;
    margin-bottom: 10px;
}
.projects-image-left {
    margin-right: 0px;
    max-width: 455px;
}
.services-copy ul li {
    font-size: 14px;
    line-height: 18px;
    margin-right: 30px;
    color: #003366;
}
.projects-copy ul li {
    font-size: 14px;
    line-height: 18px;
    margin-right: 30px;
    color: #003366;
}
.services-image-large {
    max-width: 910px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.contact-form label {
    width: 150px;
    color: #003366;
}
.contact-form textArea {
    width: 280px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

.marketing {
    max-width: 980px;
    padding-right: 25px;
}
.marketing h2 {
    font: 23px 'Roboto Condensed', arial, sans-serif;
    line-height: 30px;
}
.marketing p {
    font: 14px 'Roboto Condensed', arial, sans-serif;
}

.index-about {
    margin-top: -40px;
    color: #003366;
}
.index-columns {
    background-color: #003366;
    color: #FFFFFF;
    margin-top: -30px;
    padding-right: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    max-width: 300px;
    height:450px;
}
.index-columns p {
    line-height: 17px;
}
.index-columns ul li {
    font: 14px 'Roboto Condensed', arial, sans-serif;
    margin-left: -25px;
}
.one {
    margin-left: 5px;
}
.two {
    margin-left: 15px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1024px) {
    .one {
        width: 290px;
        margin-left:0px;
    }
    .two {
        margin-left: 20px;
    }
    .three {
        width: 290px;
    }
    .index-columns h2 {
        font-size: 22px;
    }
}
@media (min-width:669px) and (max-width:991px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 10px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    .one {
        height: 500px;
    }
    .index-bottom-columns {
        margin-left: 15px;
    }
    .two {
        margin-bottom: 50px;
    }
    .three {
        height: 550px;
        width: 220px;
    }
}
@media (max-width: 667px) {
    .index-about {
        margin-bottom: 50px;
    }
    .one {
        height: 100%;
        width: 100%;
    }
    .three {
        margin-left: 1%;
        height: 100%;
        width: 100%;
        margin-bottom: 50px;
    }
    .service-housing{
        padding: 0px !important;
        margin: 0px !important;
    }
    .services_carousel {
        min-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .services_item {
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .services {
        margin: 0px;
        padding: 0px;
    }
    .services h1 {
        color: #003366;
        font-weight: bold;
        font-size: 25px;
        margin-left: 15px;
        margin-top: 15px;
    }
    .services-copy h3 {
        color: #003366;
        font-weight: bold;
        font-size: 17px;
        margin-left: -15px;
        margin-right: -30px;
    }
    .projects-copy h3 {
        color: #003366;
        font-weight: bold;
        font-size: 17px;
        margin-left: -15px;
        margin-right:-30px;
    }
    .projects-copy h4 {
    color: #003366;
      margin-left: -15px;
}
    .projects-copy ul li {
        margin-left: -40px;
    }
    .projects-copy p {
        margin-left: -15px;
        margin-right: -30px;
    }
    .services-copy h4 {
        color: #003366;
        font-weight: bold;
        font-size: 15px;
        margin-left: -15px;
        margin-right: -30px;
    }
    .services p {
        margin-right: -10px;
    }
    .services-copy p {
        font-size: 14px;
        margin-right: 0px;
        margin-left: -15px;
        margin-right: -30px;
    }
    .services-image-right {
        margin-left: 0px;
        margin-top: 0px;
    }
    .services-image-left {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .services-copy ul li {
        font-size: 14px;
        line-height: 18px;
        margin-left: -40px;
        margin-right: -30px;
    }
    .services-image-large {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

