body{
    /*background: url('../img/bright-squares.png');*/
}
/*.top-nav{
    background-color: #284898 !important;
}
.top-nav .nav-link{
    color: #f1f3fd !important;
    text-shadow: 1px 1px 2px #000;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(10%, rgba(0,0,0,.8)), to(rgba(0,0,0,1)));
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
*/
.navbar-brand{
    height: auto;
    width: auto;
    transition: background .5s ease-in-out, padding .5s ease-in-out, height .5s ease-in-out;
}
.nav-scroll .navbar-brand{
    height: 60px;
    width: auto;
}
.top-nav{
    background-color: rgba(0,0,0,.8) !important;
    border-bottom: 1px solid #000;
    transition: all 0.5s ease 0s;
}
.top-nav .nav-link{
    font-weight: bold;
    border-bottom: 2px solid transparent;
}
.top-nav .nav-link:hover,
.top-nav .nav-link:active,
.top-nav .nav-link:focus{
    border-bottom: 2px solid #ed8620;
}
.nav-scroll.top-nav{
    background: rgba(0,0,0,.95) !important;
}
#contact .card {
    background: #00a6b2 !important;
}
.cover-container {
    background: url('../img/bg-front.jpg') center;
    background-size: cover;
    position: relative;
    margin-bottom: -100px;
    min-height: 625px;
}
.form-control {
    color: #f1f3fd;
    background: #44b7cb;
    border:2px solid #67bfcf;
}
.form-control::placeholder{
    color: #f1f3fd;
}
.form-control:focus{
    background: #44b7cb;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,.5);
}
.btn.btn-primary, .nav-pills .nav-link.active {
        background-image: linear-gradient(#ed8620, #e34329);
    color: #ffffff !important;
    border: 1px #e34029 solid;
    text-shadow: 0px 1px 3px #e34029;
    font-weight: bold;
}
.bg-skew {
    position: relative;
    z-index: 1;
}
.bg-skew h2 {
    position: relative;
}
.bg-skew-light:before,
.bg-custom {
    background-image: linear-gradient(#60bed6, #00a6b2);
}
.bg-skew:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewY(-5deg);
    transform-origin: top left;

    margin-top: 100px;
}

#services {
    padding-top: 100px;
}
#about {
    position: relative;
    padding-top: 100px;
    background: url('../img/bright-squares.png') #242424;
}
#contact {
    background-image: url('../img/bg-contact.jpg');
    background-size: cover;
    min-height: 100vh;
    padding-top: 100px;
}
.text-white.text-shadow{
    text-shadow: 1px 1px 1px #000;
}
.h1,
#about h1 {
    color: #54bbd2;
    text-shadow: 1px 1px 1px #141414;
}
h1.h1::after{
    content:"";
    display: block;
    margin-left: -30px;
    width: 100px;
    height: 4px;
    background: #ec8121;
}
.text-orange, 
.calltoday,
.h2,
#about h2, #about i.fa{
   color: #ec8121;
    text-shadow: 1px 1px 1px #141414;

}
#about .h4 {
    color: #60bed6;
}
.calltoday a {
    color: #60bed6;
}
.nav-pills .nav-link {
    color: #999;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background-image: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.01));
}
#services .nav-pills .nav-link{
    color: #212529;
}
.carousel-caption.text-right{

}
.carousel-inner {
    min-height: 350px;
}
.list-group-primary li {
    background: rgba(0,0,0,0.1);
    color: #54bbd2;
    border-bottom: 1px solid #ec8121;
}
.form .progress {
  height: .2rem;
  background: transparent;
}
.form .progress .progress-bar {
  background-color: #e34029;
}
@media (max-width: 767px) {
.top-nav .navbar-brand{
    height: 60px;
    width: auto;
}
.cover-container {
    min-height: 420px;
}
}
@media (max-width: 575px){
.input-group .form-control{
    width: 100%;
    border-radius: 4px !important;
}
}