/*!
Theme Name: AkThemedUp
Theme URI: https://github.com/jupiterpenny
Author: Jupiterpenny
Author URI: https://www.asktechspace.com
Description: first edition
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: akthemedup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Nav
# Carousel
# About
# Services
# Contact
--------------------------------------------------------------*/

body {
    padding: 0 !important;
    margin: 0 !important;
}


.navbar-brand{
    font-family: cursive;
    font-size: 30px !important;
}





/*brand and get quote animation*/
.flash:hover, .flash:active{
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}

.grow {
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.grow:hover, .grow:active {
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}


/*carousel*/

.shadow{
    text-shadow: 1px 1px 6px black;
}

.header{
    text-align:center;
    color:white;
}

#carousel #carouselContainer {
    padding: 0 !important;
    margin: 0 !important;
    min-width: 100% !important;
    width:100% !important;
    overflow: hidden !important;
    right:0 !important;
   
}


/*About*/

#about {
    padding-top: 40px;
    padding-bottom: 40px;
}

#aboutbkg{
    background-image: url("images/logos/loIcon.png");
    background-size: 100px;
    background-repeat: no-repeat;

}
#about .text-center h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
}

#about .text-center p {
    margin-top: 20px;
    margin-bottom: 80px;
    color: #aaa;
    font-size: 30px;
}



/*ACTION*/

.action{
    background-color: aliceblue;
}

.action > h1{
    padding-top:5%;
    font-family:"Lucida Grande";
}

.action h3{
    /*padding-top: 3%;*/
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: gray;
    text-align:center;
}

#right{
 background-image: url("images/bluebkg.png");
    background-size: cover;
    min-height: 350px;
}



.btn-gamp a {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    border: 2px solid white;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 56px;
    text-shadow: 1px 1px 2px white;
}




.btn-gamp a:hover, btn-gamp a:active {
    opacity: 0.8;
    transition: all 0.5s;
    border: 2px solid black;
    color:black;
    text-shadow: 1px 1px 2px black;
}



.gamp-btn a {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: white;
    color: #18649f;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;

}

.gamp-btn a:hover, .gamp-btn a:active {
    color: black;
    opacity: 0.8;
    transition: all 0.5s;
}


.footer{
    padding-top: 30px;
    padding-bottom:30px;
    background-image: url('images/bluebkg.png');
    background-size: cover;
    color: white;
    text-align:center;
}

.footer .navbar ul li  {
    display:inline-block;
    margin: 0 auto;
    border-right: 1px solid #9fd4d5;
}


.footer .navbar ul li a {
    color: white;
    text-decoration: none;
}

.footer .navbar ul li :hover, .footer .navbar ul li :active{
    background-color: #9fd4d5;
}


.delay3s{
   animation-delay: 3s;
}

.delay4s{
    animation-delay:4s;
}

.delay5s{
    animation-delay:5s;
}

.row.no-pad {
    margin-right:0;
    margin-left:0;
}
.row.no-pad > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

@media screen and (min-width: 750px) {
#branded{
    display:none;
}

#navRight{
    float:right;
}

#navRight > li{
    border-right: 2px solid aliceblue;
}

}



@media screen and (max-width: 1100px){

    #aboutP { padding-top: 14%;}


    #gallery{
        display:none;
    }
    #logoDisappear{
        display:none;
    }
    #emailbtn{
        display:none;
    }

    #right{
        display:none;
    }
    #left{
        width:100%;
        text-align:center;
    }
#change1{
    padding-top: 20%;
}


.navPad:hover, .navPad:active{
    background-color: gray;
}

#navRight{
    text-align:center;
}

#space{
    display:block;
}

}




.testimonial_subtitle{
    color: #0e518e;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color:#0e518e;
    margin: 7px 0 10px 0;
}











