@import url('https://fonts.googleapis.com/css?family=Lato:400,700');


body {
    overflow-x:hidden;
    font-family: 'lato', sans-serif;
    color:#505962;
}


/*-------- NAv Scroll Offset -------*/

.offset:before {
    height: 4rem;
    margin-top:-4rem;
    content: "";
    display: block;
}

/*------ Extra Bootstrap Column padding --------*/
[class*="col-"] {
    padding: 1rem;
}

/*============ NAV ============*/

.navbar {
    padding: .7rem 1rem;
    text-transform: uppercase;
    font-size:.9rem;
    font-weight: 700;
    letter-spacing: .1rem;
    transition: background-color .5s ease 0s;
}

.navbar-brand img {
    height:3rem;
    width: 40%;
    color: #7272ff;
}

.svg-inline--fa.fa-w-14 {
    color:white;
    font-size: 1.6rem;
}

.navbar-nav li {
    padding-right: .8rem;
}

.navbar-nav .nav-link {
    color:white;
    padding-top: .8rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color:#ffeb00;
}

.navbar.solid {
    background: rgba(0, 0, 0, 0.7)!important;
    transition: background-color 1s ease 0s;
}


/*============ LANDING ============*/

.home-inner {
   background-image:linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../../%27repair1.jpeg%27);
    background-size: cover;

}

h1 span.yellow1 {
    color:#ffeb00;
}

h1 span.red1 {
    color: red;
}


.caption {
    width:100%;
    max-width: 100%;
    position: absolute;
    top: 38%;
    z-index: 1;
}

.caption h1 {
    color: white;
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
}

.caption h3 {
     color: white;
    font-size: 2rem;
    text-transform: uppercase;
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 2rem;
}

.btn-lg {
    border-width: medium;
    border-radius: 0;
    padding: .8rem 1.5rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: inline-block!important;
    color:#ffeb00;
    border-color: 
    
}

.btn-lg:hover {
    color:red;
    background-color: #ffeb00;
}





/*============ FEATURE SECTION ============*/


.narrow {
    width:75%;
    margin:0 auto;
    padding-top: 2rem;
}

.narrow h1 {
    font-size: 2rem;
    color:black;
}

.btn-sm {
    border-width: medium;
    border-radius: 0;
    padding: .5rem 1.1rem;
    font-size: .9rem;
    text-transform: uppercase;
    margin:1rem;
}

.btn-turquoise {
    border-color: red;
    background-color: #ffeb00;
    color:black;
    font-weight:600;
}


.btn-turquoise:hover,
.btn-turquoise:focus{
    background-color:red;
    border-color: #ffeb00;
    color:black;
}


.jumbotron {
    margin-bottom: 0;
    border-radius: 0;
    padding: 1rem 0 3rem;
}

.jumbotron.serv {
     background-image:linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75)), url('spray3.jpg');
    background-size: cover;
    background-position: 50% 30%;
}

h3.heading {
    font-size:1.5rem;
    font-weight:700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:1.2rem;
}

h3.heading.ser {
    color:white;
}


.heading-underline {
    width:3rem;
    height:.2rem;
    background-color: red;
    margin: 0 auto 2rem; 
}


.feature {
    text-align: center;
    
}

.feature .fa-layers {
    color:red;
    height:6rem;
    margin: 0 auto;
    width: 3.9rem;
    
}


.feature h3 {
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: .4rem;
    color:white;
}


.feature p {
    font-size: .8rem;
}

/*============ FIXED BACKGROUND IMG DARK ============*/

#fixed {
    background-image:  url(../../img/fixed/apple.png);
    z-index: -1;
}


.dark {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 7rem 2rem;
    text-align: center;
    z-index: 1000!important;
}


.dark h3, .dark p {
    color:#e9ecef;
}


/*============  PORTFOLIO SECTION  ============*/

.row.padding {
    padding: 2rem 0 1rem;
}

img.example-image {
    width:22rem;
    height:20rem;
    
}

.row.no-padding [class*=col-] {
    padding:0;
    
}

.portfolio-item img:hover {
    transform: scale(1.3);
    cursor: zoom-in;
}

.portfolio-item img {
    transition: transform .4s ease;
}

.portfolio-item {
    overflow: hidden;
}

.col-12 .btn.btn-secondary.btn-sm.con {
    color: #ffeb00;
}


/*============ PRICING SECTION  ============*/


.pricing-column {
    background-color: white;
    padding: 2rem;
    border-top: .2rem solid red;
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.4);
    transition: transform .7s ease;
    overflow: hidden;
    position: relative;
}

.pricing-column:hover {
    transform: scale(1.1);
    
}


.pricing-column h3 {
    padding: 1rem;
    border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}


.pricing-column p {
    opacity: .8;
    margin-top: 1.3rem;
    overflow: none;
   
}

.pricing-column h4 {
    font-size:1.1rem;
    padding: .4rem;
}


pricing-column .item {
    font-weight: 700;
}

.pricing-column h1 {
    padding: .8rem 0;
}


.ribbon {
    background-color:#6c757d;
    color:white;
    width:10rem;
    height: 2rem;
    font-size: .8rem;
    font-weight:700;
    padding-top: .4rem;
    position:absolute;
    right: -2.8rem;
    top:1.6rem;
    transform: rotate(45deg);
    box-shadow: 0 0 .25 rgba (0, 0, 0, 0.25);
}

/*============ TEAM SECTION FIXED BG IMG LIGHT  ============*/

#fixed-2 {
    background-image:  url(../../img/fixed/office.png);
    z-index: -1;
    opacity: 0.75;
}

.light {
    background-color: rgba (255, 255, 255, .85);
    padding: 3rem 2rem 2rem;
    z-index: 1000!important;
    
}

.card {
    border-radius: 0;
    border: .1rem solid rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
    margin: 0 1rem;
    transition: transform .4s ease;
}


.card-img-top {
    border-radius: 0;
}


.card:hover {
    transform: scale(.95);
}

.card h4 {
    font-weight:700;
    
}

.card h5 {
    color: #7272ff;
}

.card p {
    border-top: .1rem solid rgba(0, 0, 0, .1);
     border-bottom: .1rem solid rgba(0, 0, 0, .1);
    padding: 1rem;
    margin: 1rem 0 1.5rem;
}

.card svg.svg-inline--fa {
    color:#7272ff!important;
    font-size: 1.3rem;
    width: 2rem;
  
}

.card svg.svg-inline--fa:hover {
    color:#6c757d!important;
}

.owl-dot.active span,
.owl-dot:hover span {
    background: #7272ff!important;
}


/*============ SKILLS SECTION   ============*/


#skills .jumbotron {
   background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../%27repair2.jpeg%27);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}



.skills h3 {
    color:#7272ff;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1rem 0 .5rem;  
    color:white;
}


.skill p {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    color:white;
}

.skills {
    color:white;
}

#skills .heading {
    color:white;
}

#skills .skill span {
    color:white;
}



/*============CLIENTS SECTION   ============*/



.clients img {
    width: 100%;
    height:auto;
    border-radius: 0%;
    transition: transform .3s ease;
}

.clients img:hover {
    transform:scale(.95);
}


blockquote .svg-inline--fa {
    margin: 1rem;
    color:#7272ff;
}

.clients-hr {
    border-top: .05rem solid #7272ff;
}


/*============Contact SECTION   ============*/

footer {
    background-size:cover;
    background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../../%27AJ_AUTOBODY.jpg%27);
    background-position: 50% 55%;
}


footer .row {

    padding: 1rem 2rem 3rem;
}

.col-md-5 p {
    color:white;
}


footer img {
    height: 2rem;
    margin: 1.5rem 0;
}

footer a {
    color:white;
}

footer svg.svg-inline--fa {
    font-size: 1.6rem;
    margin: 1.2rem .5rem 0 0;
}

footer svg.svg-inline--fa:hover {
    color:#7272ff;
}

.col-md-7 h3 {
    color:white;
}


footer h3 {
    text-transform: uppercase;
    margin: 1.5rem 0;
}

/*---- CONTACT FORM ----*/

.form-group {
    margin-bottom: 1.3rem;
}

.form-control {
    background-color: #53595f;
    border-radius: 0;
    border: .15rem solid #666b71;
    color:white!important;
    font-size:1.1rem;
}

.form-control:focus {
    background: #53595f;
     border: .15rem solid #666b71;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color:#b2b5b8!important;
}

input.btn {
    cursor: pointer;
}

hr.socket {
    border-top: .2rem solid #666b71;
    width:100%;
    color:white;
    
}

.G {
    color:white;
}


/*============ TOP SCROLL ============*/

.top-scroll svg.svg-inline--fa {
    font-size: 3rem;
    height: 1.7rem;
    color:#53595f;
    background:white;
    
}


a.top-scroll {
    right: 1.2rem;
    bottom:1.2rem;
    position:fixed;
    opacity: .3;
    z-index: 1000;
    display: none;
    
}

a.top-scroll:hover {
    opacity: .5;
}


/*============ MEDIA QUERIES ============*/

/* DEVICES UNDER 992px (lg) */
@media (max-width: 991px) {
    .caption h1 {
        font-size: 3rem;
        letter-spacing: .2rem;
        
    }
    
     .caption h3 {
        font-size: 1.5rem;
    }
    
     .btn-lg {
        font-size: .7rem;
    }
    
   .narrow h1 {
     font-size:2.1rem;
    }
    

}

/* DEVICES UNDER 768px (md) */
@media (max-width: 767px) {
    
    .caption h1 {
        font-size: 2.4rem;
        letter-spacing: .12rem;
        padding-bottom: .5rem;
    }
    
     .caption h3 {
        font-size: 1.3rem;
         padding-bottom: 1rem;
    }
    
     .btn-lg {
        font-size: .7rem;
         padding: .5rem 1rem;
    }
    
   .narrow h1 {
     font-size:1.9rem;
    }
    
    .clients img {
        max-width:50%;
        margin: 0 auto;
    }
    
    #clients h2 {
       font-size: 1.5rem;
    }

}


/* DEVICES UNDER 576px (sm) */
@media (max-width: 575px) {
     
    .caption h1 {
        font-size: 2.1rem;
        letter-spacing: .11rem;
        padding-bottom: .3rem;
    }
    
     .caption h3 {
        font-size: 1.1rem;
         padding-bottom: .9rem;
    }
    
     .btn-lg {
        font-size: .5rem;
         padding: .4rem .9rem;
    }
    
   .narrow {
     width: 85%;
    }
    
    
    
}







/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
