/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
a {
    color: #1b203e;
}
a:hover {
    color: #4854a0;
    color: #80613a;
}

.read-more {
    color: #2c66b7;
}

b.company-name { 
    color: #000;
    font-size: 15px;
}

.led-blue {
    color: #2c66b7;
}
p.promo {
    margin: 10px auto;
    max-width: 540px;
    background: #eee;
    padding: 12px 20px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Top Bar 
--------------------------------------------------------------*/

#header .container {
    max-width: inherit;
}

#logo {
    margin-top: -10px;

    margin-top: -20px;
    position: fixed;
    left: 0;
    opacity: .66;
    opacity: .90;
}

#header #logo img {
/*    max-width: 320px;*/
    height: 82px;
}
@media (max-width: 768px) {
    #header #logo img {
        max-height: 72px;
    }
}
.nav-menu a {
    color: #1b203e;
}
.nav-menu li:hover > a, 
.nav-menu > .menu-active > a {
    border: 1px solid #333b70;
    background: #1b203e;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    max-height: 50vh;
    min-height: 320px;
    overflow: hidden;
}
#intro .intro-content {
    background: #261f1544;
}

#intro .intro-content h1 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    padding: 35px;
    display: block;
    margin: 0 auto;
    color: #bababa;
    background: #00000066;
}

#intro .intro-content h1 span {
    font-family: sans-serif;
}

#intro .intro-content h1 span {
    font-weight: bold;
    font-size: 42px;
    text-transform: none;
    font-weight: 300;
    color: #ffffff;
}

@media (max-width: 767px) {
    #intro .intro-content h1 {
        font-size: 22px;
        padding: 15px;
    }
}

.tagline {
    text-align: center;
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto 30px auto;
    line-height: 1.5;
    font-family: Montserrat, sans-serif;
}




p.section-intro {
    max-width: 780px;
    margin: 0 auto 30px auto;
}


/* About Us */
.about-us-intro {
    max-width: 780px;
    margin: 0 auto 30px auto;
}

/* Services */
#services .box .icon i:before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #999 0%, #99f 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.icon img {
    max-width: 100%;
}

#irrigation {
    padding: 60px 0 60px 0;
}
#irrigation .about-img img {
    margin-left: -15px;
    max-width: 100%;
}

@media (max-width: 768px) {
    #irrigation .about-img img {
        margin-left: 0;
        margin-bottom: 20px;
    }
}

/* HEADERS */
.section-header h2 {
    color: #2c66b7;
}
.section-header h2::before {
    border-top: #2c66b7 solid 2px;
}


/* PORTFOLIO */
#portfolio {
    background: #9c9999;
}


/* LED Irrigation */
#intro .intro-content .btn-get-started,
#call-to-action {
    background: #2c66b7;
    background: #4c5e9e;

}

#intro .intro-content .btn-get-started, 
#intro .intro-content .btn-projects {
    font-size: 19px;
    font-weight: 300;
}

/* Certifications */
section#certifications .portfolio-item {
    max-height: 360px;
    overflow: hidden;
}

section#certifications img {
    max-width: 90%;
    margin: 0 5%;
}

.container.schedule {
    text-align: center;
    font-family: Montserrat, sans-serif;
    padding-top: 20px;
}
.container.schedule span {
	display: inline-block;
    margin: 0 30px;
}



#footer .copyright {
    color: #ddd;
}

#footer .discaimer {
    /* max-width: 800px; */
    margin: 20px auto 0;
    font-size: 12px;
    text-align: center;
    color: #666;
}

