@charset "utf-8";
/* CSS Document */
.container-fluid {
    padding: 0;
}
.nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-dark .navbar-brand {
  color:#FFFFFF;
}
.carousel-caption {
    bottom: 40px;
    left: 10%;
    text-align: right;
    display: none;
}
.btn {
    background-color: #ff8d1e;
    color: #fff;
}
.btn:hover, .btn:focus, .btn.active {
    background-color: #FFA54F;
    color: #fff;
}
@media (min-width: 576px) {
    #scrollableNavbar {
        top: -110px;
        position: fixed;
        width: 100%;
        transition: top 0.3s;
        z-index: 1030;
    }

}
@media (max-width: 575.98px) {
    #scrollableNavbar {
        display: none;
    }
    .navbar {
    top: 0;
    position: absolute;
    z-index: 1030;
    background-color: rgba(255,255,255);
    width: 100%;
    padding: 0.5rem 1rem;
}
    .navbar-brand {
        display: inline-block;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .card-img-top {
        width: 60%;
        margin: auto;
        padding-top: 20px;
    }
}
.display-4 {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 600;
}
.card {
    margin-bottom: 30px;
    background-color: #343a40;
}
@media (max-width: 767.98px) {
	.navbar img {
    width: 180px;
}
}
@media (min-width: 768px) {
    .card {
        margin-bottom: 0px;
        background-color: #343a40;
    }
}
/*.navbar img {
    width: 210px;
}*/
.intro {
    padding: 30px;
    margin: 0 auto 0 auto;
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: center;
}
.about {
    color: white;
    background-color: #343a40;
}
@media (min-width: 576px) {
    .intro {
        padding: 40px;
        font-size: 1.1125rem;
    }
    .about {
        color: white;
        background-color: #343a40;
    }
    .card-img-top {
        width: 60%;
        margin: auto;
        padding-top: 20px;
    }
}
@media (min-width: 768px) {
    .intro {
        padding: 50px;
        font-size: 1.125rem;
    }
    .about {
        color: white;
        background-color: #343a40;
    }
}
@media (min-width: 992px) {
    .intro {
        padding: 60px;
        font-size: 1.25rem;
    }
    .about {
        color: white;
        background-color: #343a40;
    }
    .intro p {
        margin-top: 0;
        margin-bottom: 0;
    }
    .about p {
        line-spacing: 1.2;
        font-weight: 300;
    }
    .services {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .services h1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .navbar img {
        width: 210px;
    }
    .card-img-top {
        width: 60%;
        margin: auto;
        padding-top: 20px;
    }
}
@media (min-width: 768px) {
    .navbar img {
        width: 210px;
    }
    .carousel-caption {
        display: block;
        bottom: 40px;
        left: 5%;
        text-align: right;
    }
    .card-img-top {
        width: 90%;
        margin: auto;
        padding-top: 20px;
    }
}
@media (min-width: 992px) {
    .navbar img {
        width: 240px;
    }
    .card-img-top {
        width: 80%;
        margin: auto;
        padding-top: 30px;
    }
}
@media (min-width: 1200px) {
    .navbar img {
        width: 240px;
    }
    .card-img-top {
        width: 75%;
        margin: auto;
        padding-top: 30px;
    }
}
form {
    text-align: left;
    display: block;
    font-family: sans-serif;
    font-size: 1rem;
}
label {
    display: block;
    margin-top: 5px;
    margin-bottom: 2px;
}
fieldset {
    width: 90%;
}
input, textarea {
    font-size: 1rem;
    margin-bottom: 5px;
    /*border-radius: 3px;*/
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    border: none;
}
.services-list {
    list-style: square;
    text-decoration: none;
    color: rgba(0, 0, 0, 1.00)
}
.navbar {
    top: 0;
    position: absolute;
    z-index: 1030;
    background-color:rgba(255,255,255,0.30);
    width: 100%;
    padding: 0.5rem 1rem;
}
.btn {
    background-color: #ff8d1e;
    color: #fff;
}
.btn:hover, .btn:focus, .btn.active {
    background-color: #FFA54F;
    color: #fff;
}
.container-fluid {
    padding: 0;
}
.nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
/* Main Footer */
footer .main-footer {
    padding: 20px 0;
    background: #252525;
}
footer ul {
    padding-left: 0;
    list-style: none;
}
/* Copy Right Footer */
.footer-copyright {
    background: #222;
    padding: 5px 0;
}
.footer-copyright .logo {
    display: inherit;
}
.footer-copyright nav {
    float: right;
    margin-top: 5px;
}
.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}
.footer-copyright nav ul li a {
    color: #969696;
}
.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}
.footer-copyright p {
    color: #969696;
    margin: 2px 0 0;
}
/* Footer Top */
.footer-top {
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}
/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer {
    background: transparent;
}
footer.transparent .footer-copyright {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}
/* Footer light */
footer.light .footer-top {
    background: #f9f9f9;
}
footer.light .main-footer {
    background: #f9f9f9;
}
footer.light .footer-copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}
/* Footer 4 */
.footer- .logo {
    display: inline-block;
}
/*==================== 
	Widgets 
====================== */
.widget {
    padding: 20px;
    margin-bottom: 40px;
}
.widget.widget-last {
    margin-bottom: 0px;
}
.widget.no-box {
    text-align: center;
    padding: 0;
    background-color: transparent;
    margin-bottom: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.widget.subscribe p {
    margin-bottom: 18px;
}
.widget li a {
    color: rgba(251, 176, 64, 1.00);
}
.widget li a:hover {
    color: #4b92dc;
}
.widget-title {
    margin-bottom: 20px;
}
.widget-title span {
    background: #839FAD none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%;
}
.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}
.widget-title.text-center span, .widget-title.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.widget .badge {
    float: right;
    background: #7f7f7f;
}
.typo-light h1, .typo-light h2, .typo-light h3, .typo-light h4, .typo-light h5, .typo-light h6, .typo-light p, .typo-light div, .typo-light span, .typo-light small {
    color: #fff;
}
ul.social-footer2 {
    margin: 0;
    padding: 0;
    width: auto;
}
ul.social-footer2 li {
    display: inline-block;
    padding: 0;
}
ul.social-footer2 li a:hover {
    background-color: #ff8d1e;
}
ul.social-footer2 li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}
.projects {
    background-color:#D2D2D2;
        margin-top: 100px;
    padding-top: 40px;
        padding-bottom: 40px;
}
.projects-page h1 {
        text-align: center;
        margin-bottom: 30px; 
}
.projects-page h6 {
        text-align: left;
        margin-bottom: 30px; 
}

.card-body h5 {
    margin-bottom: 10px;
}
.card-body h6 {
    text-align: center;
    margin-bottom: 10px;
}
.card-footer {
  padding: 0;
  background-color: white;
  border: none;
}
.projects-page {
    background-color:white;
        margin-top: 100px;
    padding-top: 40px;
        padding-bottom: 40px;
}

.col-md-8 {    
      background-color: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }



.projects-page .card-title {
  margin-top: .75rem;      
  margin-bottom: 1.25rem;
}


.project-location {
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
}
@media (max-width: 767.98px) {
    #scrollableNavbar {
        display: none;
    }
    .navbar {

    background-color: rgba(255,255,255);

}
}
