@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Oswald:300,400');








@media only screen
    and (max-width: 600px) {
    header .navbar {
        padding: 0px;
    }
}

@media only screen
    and (max-width: 480px) {
    .pg-header img {
     opacity: 0;
    }
}

@media only screen
    and (min-width: 450px)
    and (max-width: 768px) {
    .service p {    
        padding: 0 20%;
    }
}

@media only screen
    and (min-width: 320px)
    and (max-width: 768px) {
    #contact .company, #contact .employees {    
        text-align:center;
    }
}

body {
    /*padding-top: 110px;*/
    position: relative;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: oswald, sans-serf;
    color: #440605;
    font-weight: 500;
}

h3, h4 {
    margin-bottom: 10px;
}

img.icon-header {
    width: 80px;
    margin: 0 auto;
    margin-bottom: 5px;
}


a {
    color: #a47848;
}

a:hover {
    color: #440605;
}

/** Header Navigation **/
header .navbar {
    padding: 60px 0px;
    transition: all .8s ease-out;
}


header .navbar-default {
    background-color: transparent;
    border: none;
    border: none;
}

header .navbar-default .navbar-nav a {
    color: #440605;
    font-family: oswald, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 2px 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}

header .navbar-default .navbar-nav a:hover {
    color: #a47848;
}

header .navbar-default .navbar-nav .active a {
    font-weight: bolder;
    color: #a47848;
    background: transparent;
    border-bottom: solid 4px #440605;
    text-shadow: none;
}

header .navbar-default .navbar-nav .active a:hover {
    background: transparent;
    color: #440605;
    text-shadow: none;
}

header .container-fluid {
    background-color: rgba(255,255,255,.8);
    border-top: solid 10px #440605;
    border-bottom: solid 10px #440605;
}

/** Navbar Brand **/
header .navbar-brand {
    background: url(../images/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 15px; 10px;
    height: 85px;
    width: 620px;
}

header .navbar-brand h1{
    display: none;
}


@media only screen
    and (max-width:700px)
    and (min-width:320px)
    {
    header {
    background: #8b98a0;
        }

    header .navbar {
    padding-top: 0;
    padding-bottom: 0;
        }

    header .navbar .navbar-nav {
    padding-top: 10px;
        }

    header .navbar-brand {
    background-position: top left;
    margin-top: 15px;
    /*padding-bottom: 0;*/
    /*margin-left: 10px;*/
    height: 50px;
    width: 240px;
        }
}

/** header scroll-down styling */

header .inbody {
    background: #8b98a0;
}

header .navbar.inbody {
    padding-top: 0;
    padding-bottom: 0;
}

header .navbar.inbody .navbar-nav {
    padding-top: 10px;
}

header .inbody .navbar-brand {
    background-position: top left;
    margin-top: 15px;
    /*padding-bottom: 0;*/
    /*margin-left: 10px;*/
    height: 50px;
    width: 240px;
}

/** Toggle **/
header .navbar-toggle {
    background-color: #8b98a0;
    border: none;
}

header .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

@media only screen
    and (max-width: 768px) {
    header .navbar-collapse.in {
        background-color: rgba(139,152,160,.4);
        } 
}

/** Footer **/
footer {
    background: rgb(139,152,160);
    padding-top: 10px;
}

footer a {
    color: #440605;
}

/* Page -- About Us */
#about {
    /*background-color: #8b98a0;
    background-image: linear-gradient(to bottom, #8b98a0,  #ffffff);*/
    border-top: 30px solid rgba(68,6,5,.8);
    font-size: 1.3em;
}

/* Page -- Services */

#services {
    /*border-top: 30px solid rgba(68,6,5,.8); */
    font-size: 1.3em;
}

#services .menu{
    background: #color: #440605;
}

#services img.icon {
    display: block;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 5px;
}

#services h3{
    text-align: center;
}

#service-details {
    background-color: #f4ede6;
    padding-top: 10px;
    margin-bottom:0px;
}

/* Page -- Projects */

#projects {
    /* border-top: 30px solid rgba(68,6,5,.8); */
   
}

#projects blockquote {
    margin: 0;
    padding: 0;
    border: solid white 20px;
    min-height: 350px;
    position: relative;
}

#projects blockquote .description {
    background-color: rgba(255,255,255,.8);
    padding: 20px 5%;
    position: absolute;
    bottom: 0;
    width: 75%;
    font-family: oswald, sans-serif;
    font-weight: 500;
    border-radius: 0 50px 0 0;
}

#projects blockquote .description:hover {
    background-color: rgba(239,240,196,.9);
}

#projects #deadhorse {
    background: url(../images/project-deadhorse.jpg) no-repeat center center;
    background-size: cover;
}

#projects #ferron {
    background: url(../images/project-ferron.jpg) no-repeat center center;
    background-size: cover;
}

#projects #cottonwood {
    background: url(../images/project-cottonwood.jpg) no-repeat center center;
    background-size: cover;
}

#projects #adobe {
    background: url(../images/project-adobe.jpg) no-repeat center center;
    background-size: cover;
}

#projects #huntington {
    background: url(../images/project-huntington.jpg) no-repeat center center;
    background-size: cover;
}

#projects #moore {
    background: url(../images/project-moore.jpg) no-repeat center center;
    background-size: cover;
}

#projects #cib {
    background: url(../images/project-cib.jpg) no-repeat center center;
    background-size: cover;
}

#projects #emrec {
    background: url(../images/project-emrec.jpg) no-repeat center center;
    background-size: cover;
}

#projects #cliffview {
    background: url(../images/project-cliffview.jpg) no-repeat center center;
    background-size: cover;
}

#projects #bridge {
    background: url(../images/project-bridge.jpg) no-repeat center center;
    background-size: cover;
}

#projects #sandhollow {
    background: url(../images/project-sandhollow.jpg) no-repeat center center;
    background-size: cover;
}

#projects #muddy {
    background: url(../images/project-muddy.jpg) no-repeat center center;
    background-size: cover;
}

#projects .description .more, #projects .description .location {
    opacity: 0;
    font-size: 0;
    line-height: 0;
    padding-top: 10px;
}

#projects .description:hover .more {
    font-family: arial, helvetica, sans-serif;
    font-weight: 100;
    display: block;
    opacity: 1;
    font-size: .8em;
    line-height: 120%;
}


#projects .description:hover .location {
    font-family: arial, helvetica, sans-serif;
    font-weight: 300;
    display: block;
    opacity: 1;
    font-size: .7em;
    text-align: right;
}

#projects .description .intro::after {
    content: '...';
}

#projects .description:hover .intro::after {
    content: '';
}


/*Page -- Contact */
#contact {
    border-top: 5px solid rgba(68,6,5,.8);
    margin-top:0px;
}

#contact .company {
    font-size: 1.3em;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px;
    margin-bottom: 10px;
}

#contact .employees {
    font-size: 1.2em;
    padding-top: 15px;
}

#contact .company h3 {
    font-size: 1.5em;
    font-weight: 400;
}

.container {
    margin:0 auto;
}


.large-text {
    font-size: 1.5em;
}

.medium-text {
    font-size: 1.3em;
}

.small-text {
    font-size: .8em;
}

.xsmall-text {
    font-size: .6em;
}

.tan {
    color: #a47848;
}

.tan-bg {
    background-color: #a47848;
}

.maroon {
    color: #440605;
}

.maroon-bg {
    background-color: #440605;
}

.gray {
    color: #8b98a0;
}

.gray-bg {
    background-color: #e8eaec;
}

/** Rotator (Carousel) Styling **/
.rotator-section{
    position: relative;
}

.carousel img {
    width: 100%;
}

/** Carousel Fade **/
.carousel.fade {
    opacity: 1;
}

.carousel.fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}

.carousel.fade .item:first-child {
    top: auto;
    opacity: 1;
    position: relative;
}

.carousel.fade .item.active {
    opacity: 1;
}


/** Page Header Image Styling **/

.pg-header img {
    width: 100%;
}

/** Page (Section) Settings **/
.page {
    padding: 50px 0 0 0;
}

.page h2 {
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: solid 1px 
}


.equal {
  display: flex;
  flex-wrap: wrap;
}

.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}

.service {
    margin: 20px 0;
}

.center {
    text-align:center;
    margin:0 auto;
}

.right {
    text-align:right;
}

.float-right {
    float:right;
    margin-left: 10px;
}

.float-left {
    float: left;
    margin-right: 10px;
}

.underline {
    text-decoration:underline;
}

.project-list {
    color: #440605;
    font-size: 1.3em;
    margin-top: 15px;
}

.img {
    border: solid thin #8b98a0;
    padding: 5px;
    max-width: 100%;
}