

/*Background Sizing*/

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

  
.ms-green-text {
    color: #00ab6b;
}

  
/*-------*/

/*Mobile Nav*/

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


/*--Nav--*/

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

}

#greenNav {
    color: limegreen;
}

.nav-link:hover {
    color: limegreen;
     z-index: 1;

}


.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);
    z-index: 1;
   
    
 }
 
 /*Main Content*/


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

@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    70% { 
        opacity: 90%; 
    } 
}


#top-card {

	zoom: 1;
    background-color: rgba(255, 255, 255, 0.87);
    animation: fadeInAnimation ease 3s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
    position: relative;
    box-shadow: 0 16px 26px 0 rgba(0,0,0,0.8);
    border-radius: 2px;
   margin-top: 7%;
    width: 85%;
 
}

#bottomCard {
    color: black;
	zoom: 1;
    background-color: rgba(255, 255, 255, 0.87);
    animation: fadeInAnimation ease 3s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
    position: relative;
    box-shadow: 0 16px 26px 0 rgba(0,0,0,0.8);
    border-radius: 2px;
    width: 86%;
    margin-bottom: 10%;
    margin-top: 2%;
 
}

#cardRow{
  width: 96%;
  margin-left:2%;
}






#company-img {
  height: 200px;
  
}



#featuredClientsText {
    max-height:150px;
 
}




/* =============== */
/* === 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 {
    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;

}



/* Mobile Friendly */


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



.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;
        overflow: scroll;
        margin-bottom: 2%;
        margin-top: 2%;
    }
    

}


@media (max-width: 1020px) 

{
    
#slideImg {
  margin-top: 10px;
}

#cardRow {
  margin-top: -45px;
}

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%;
    }


    .footerImage
    {
        display: none;

    }

    .footerText {
    
    display: none; 

    }

   

 

    .logo {
        display: none;
    }

    
}
