/*
Theme Name: Total Energy Managment
Author: Haley Blosser
Description: Custom Theme for Total Energy Management. Color scheme include yellow, black, amd white. Header changes color and logo when scrolled down. 
Version: 1.0
Tags: TEMinc, total-energy-management, responsive, adaptive-header, hbloss

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Misc. */
body{
   font-family: 'Nanum Gothic', sans-serif;
   font-size: 18px;
}
h1, h2, h3, h4, h5, h6, .fancy-font{
    font-family: 'Bevan', cursive;
}

.btn-main{
    background-color: #F2DE01;
    color: #000;
}
.btn-main:hover{
    background-color: #afa20e;
    color: #000;
}

.icon-sm{
    width: 20px;
}

.icon-md{
    height: 70px;
    margin: 0 10px;
}

.icon-w-md{
    width: 70px;
    margin: 10px;
}

.inline{
    display: inline-block;
}

.red-font{
    color: red;
}



/* header */
.navbar{
    background: rgba(230,230,250,0);
}
.navbar-brand img{
    height: 150px;
}
.nav-link, .dropdown-item{
    font-weight: 900;
}
.nav-link {
    margin-left: 20px;
    color: #000 !important;
}
.nav-link:hover{
    color: #AFA20E !important;
}
nav .active{
    color: #AFA20E !important;
}
.dropdown-item:hover{
    color: #AFA20E;
}

.dropdown-menu{
    background: rgba(255,255,255,0.7);
}

.dropdown:hover .dropdown-menu{
    display: block;
}

#phone-number{
    color: #0a94d6 !important;
}
#phone-number:hover{
    color: #0b638d !important;
}
.img-w-xxs{
    width: 70px;
}
.chat-link{
    margin-bottom: 6px;
    margin-left: 10px;
    display: inline-block;
}

.chat-text{
    background: #fff;
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.5);
    border-radius: 20px;
    width: 170px;
    height: 60px;
    line-height: 0.3;
    text-align: center;
    padding: 15px;
    font-size: 12px;
}
.close{
    margin-left: 0px;
    bottom: 55px;
    right: 105px;
    position: absolute;
}
.close span{
    background-color: black;
    color: white;
    border-radius: 50px;
    font-size: 20px;
    padding: 0 5px;
}
.close:hover span{
    opacity: 1;
}
.fixed-bottom{
    text-align: right;
}

.hidden{
    display: none;
}

/* Home Page */
.no_underline:hover{
    text-decoration: none;
}

.jumbotron{
    background: url(Images/Family-Sitting-On-Couch.png) center;
    background-size: cover;
    height: 600px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.white-box{
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    width: 450px;
    height: 330px;
    padding: 15px;
    text-align: center;
    margin-top: 130px;
}

.bgd-white-ds{
    background: #ffffff;
    box-shadow: 10px 10px #F2DE01;
    padding: 15px;
    height: 300px;
    width: 350px;
}

#affiliations img{
    width: 120px;
}
#affiliations-2 img{
    width: 180px;
}

#aff-2{
    padding: 36.675px 0;
}
#aff-3{
    padding: 14.635px 0;
}
#aff-4{
    padding: 23.14px 0;
}
#aff-6{
    padding: 10.47px 0;
}

.brown-bar{
    background: #F2DE01;
    width: 165px;
    height: 40px;
    position: absolute;
    right:-120px;
    color: black;
}
.brown-bar img{
    height: 35px;
    width: auto;
    margin: 3px;
    margin-left: 6px;
    filter: invert();
}
.brown-bar p{
    margin-left: 2px;
}

#brown-bar-1{
    top: 40%;
}
#brown-bar-2{
    top: 48%;
}
#brown-bar-3{
    top: 56%;
}

.brown-bar:hover{
    animation: brown-bar 1s;
    animation-fill-mode: forwards;
}

@keyframes brown-bar{
    from{
        background: #F2DE01;
        right: -120px;
        color: black;
    }
    to{
        background: #f2de01;
        right: 0;
        color: black;
    }
}

#icon-com{
    padding: 10px 0;
}

#icon-cus{
    padding: 10px 0;
}
#icon-int{
    padding: 10px 0;
}

#carouselTestimonial {
    width: 104%;
    margin: auto;
}

#carouselTestimonial .carousel-inner{
    width: 100%;
    height: 380px;
}

.font-xxs{
    font-size: 13px;
}

.margin-blt{
    margin-left: -100px;
}

.margin-brt{
    margin-right: -40px;
}

.img-crop{
    width: 25em;
    height: 17em;
    object-fit: cover;
}
/* About Us Page */
#about-us-jumbo{
    background: url(Images/Lightbulbs.jpg) top center;
    background-size: cover;
    height: 550px;
}

.img-olds{
    width: 29em;
    height: 16em;
    object-fit: cover;
    margin-top: 50px
}

#carouselExampleIndicators{
    width: 800px;
    height: 500px;
    margin: auto;
}

#carouselExampleIndicators .carousel-inner{
    width: 800px;
    height: 500px;
}

#carouselExampleIndicators img{
    width: 800px;
    height:500px;
    object-fit: contain;
}


/* R-Services Page */
#r-services-jumbo{
    background: url(Images/Presidents%20award_bg.jpg) center center;
    background-size: cover;
    height: 550px;
}


.invert-xs{
    filter: invert();
    width: 4em;
    display: inline-block;
    margin-top: -50px;
}

.noninvert-xs{
    width: 4em;
    display: inline-block;
    margin-top: -50px;
}

.ss-row{
    margin-left: -120px;
}

.img-w-c{
   width: 200px;
    margin-left: -25px;
    margin-top: 13px;
}

.longImg{
    width: 100%;
    height: 450px;
    object-fit: cover;
}


/* C-Services Page */
#c-services-jumbo{
    background: url(Images/cHvac.png) center;
    background-size: cover;
    height: 550px;
}

.scrollspy-cs-icon{
    filter: invert();
    opacity: 20%;
    padding: 20px;
    width: 120px;
    position: absolute;
    text-align: center;
}
.hvac-cs-icon{
    text-align: center
}
.fabric-icon{
    text-align: center;
}
.scrollspy-cs-link{
    font-weight:bolder;
    font-size: 24px;
    color: #000;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 120px;
}
.scrollspy-cs-link:hover{
    color: #555;
    text-decoration: none;
}

/* Specials */
#specials-jumbo{
  background: url(Images/tools.png);
    background-size: cover;
    height: 550px; 
}

/* Contact Us Page */
#contact-jumbo{
    background: url(Images/Lightbulb.jpg);
    background-size: cover;
    height: 550px;
}

#contact-us .icon-md{
    margin: 10px;
    margin-left: 20px;
}

#contact-us a:hover{
    color: #999;
    text-decoration: none;
}

/* 404 Page */
.page-not-found{
    padding: 0 10%;
    position: relative;
}

.page-not-found p{
    font-size: 20px;
    margin-top: 10px;
}
.page-not-found a{
    width: 170px;
    font-size: 20px;
    border-radius: 10px;
}
.page-not-found img{
    position: absolute;
    left: 43%;
    animation: teeter 2s infinite;
}

.anim-p{
    margin-top: 250px !important;
}

@keyframes teeter{
    25% {transform: rotate(0deg);}
    50% {transform: rotate(15deg);}
    75% {transform: rotate(-15deg);}
    100% {transform: rotate(0deg);}

}

/* Footer */
.footer{
    padding: 15px;
}

.sm-footer-link{
    margin-top: 15px
}
.sm-footer-link:hover{
    opacity: 70%;
    text-decoration: none;
}

.md-footer-link{
    margin-top: 25px;
}
.md-footer-link:hover{
    opacity: 70%
}

.copyright{
    margin-right: 80px;
    opacity: 50%;
}



@media (max-width: 1000px){
    .brown-bar{
        display: none;
    }
}