/*Background Sizing*/

body {
    background-image: url("../images/rainsBackground.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: center;
    
}

/*-------*/

/*Mobile Nav*/

#greenNav {
    color: limegreen;
}

#mobileParagraph {
    display: none;
}


.mobile-List {
    display: none;
}
.mobileNav {
    display: none;
}

#cardMobile {
    display:none;
}

#colMobile {
    display:none;
}

/*--Nav--*/

.nav-link {
    color: black;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}


.nav-link:hover {
    color: limegreen;
}


.navbar-custom {
    background-color: rgba(194, 217, 245, 1);
    border-radius:0;
    zoom: 1;
    filter: alpha(opacity=80);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.8);
    
 }


/*Main Content*/

td:hover {
    color: limegreen;
}

.card-title {
    font-family: Arial, Helvetica, sans-serif;
    color: #00ab6b;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

#header-title {
    margin-top: 5%;
}
#card {

    opacity: .87;
    zoom: 1;
    filter: alpha(opacity=87);
    box-shadow: 0 16px 26px 0 rgba(0,0,0,0.8);
    border-radius: 5px;
    text-align: center;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
    margin: 28%;
    width: 80%;
} 



#button {
    color: white;
    margin-top: 5%;
    margin-bottom: 5%;
}

#Btn{
    margin-top: 25%;
}

#light-Btn {
    margin-top: 40%;
}


@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    70% { 
        opacity: .7; 
    } 
} 

.cardPic {
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translate(-245%);
    top: -30px;
    z-index: 4;
    width: 20%;
    
}



#incentivesButtonBack {
  color: white;
}


.headers {
  margin-bottom: 15px;
  font-size: 1.75em
}



/* =============== */
/* === Footer === */
/* =============== */



#spacing{
  margin-right: 10px;
  margin-left: -5px;
}




#textBlock {
    text-align:center;
    margin-top: 5px;
    
}

#number {
    font-size: 18px;
    display:inline;
    margin-right: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

#number:hover {
    color: green;
}


#csavings {
    font-size: 19px;
    margin-left: 15px;
    color: black;
    display:inline;
    font-weight: bold;
}
#amount {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    display:inline;
    font-weight: bold;
}


.footerText {
    z-index: 5;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0 35px 16px 45px rgba(0,0,0,0.8);
    color: black;
    filter: alpha(opacity=80);
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 35px;

}


/* Media Queries */



@media (max-width: 1180px)  {


.table {
    display: none;
}

.mobile-List {
    display: inline;
    color: white;
    list-style: none;

   
}
.mobileNav {
        display: inline;
        z-index: 2;
    }
    
    
#browserNav {
    display: none;
}
.cardPic {
    margin-top: 7%;
}
    .card {
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        box-shadow: 0 26px 36px 0 rgba(0,0,0,0.8);
        transition: 0.3s;
        width: 95%;
        border-radius: 5px;
        animation: fadeInAnimation ease 3s; 
        animation-iteration-count: 1; 
        animation-fill-mode: forwards; 
        z-index: 1;
        margin-bottom: 2%;
        margin-top: 2%;
     
    }
    

}

@media (max-width: 750px){
.browserParagraph{
    display:none;
}

#mobileParagraph {
    display: block;
}
}
@media (max-width: 1020px) 

{
#colMobile{
    display:block;
}
#cardMobile {
    display: block;
    opacity: .8;
    zoom: 1;
    filter: alpha(opacity=80);
    box-shadow: 0 16px 26px 0 rgba(0,0,0,0.8);
    border-radius: 5px;
    text-align: center;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
    width: 80%;
    
}
    
    	#lighting-col{
		display:none;
	}
    
    
    
 
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/rainsBackground.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
   
    
       .rainsLogo {
        margin-left: 35%;
    }
.cardPic{
    /*height: 50px;*/
    z-index: 1;
}

    .footerImage
    {
        display: none;

    }

    .footerText {
    
    display: none; 

    }

   

 

    .logo {
        display: none;
    }

    
}

@media (max-width: 1288px) {
  #card {
    width: 100%;
  }
  
}



@media (max-width: 1390px) {
  #incentivesButtonBack {
    margin: 5px;
  }
}



