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


/* Browser Nav */

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


.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;

}



/*Mobile Nav */

.mobile-List {
    display: none;
    z-index: 1;
}

.mobileNav {
    display: none;
     z-index: 1;
}

#contactUs {
    color: limegreen;
}

.phoneNumber {
    margin-top: 3%;
    color:black;
}

.phoneNumber:hover {
    color:limegreen;
}


.h5 {
  padding: 1%;
  color: black;
}

.emailLink{
    
    margin-top: 3%;
}

td:hover {
    color: limegreen;
     z-index: 1;
}

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

#header-title {
    margin-top: 5%;
     z-index: 1;
}


#card {

    opacity: .86;
    zoom: 1;
    filter: alpha(opacity=86);
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15%;
    min-height: 320px;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
    width: 75%;
    margin: 20%;
    z-index: 1;




}

.emailLink:hover {
    
    color: limegreen;
    
}



@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: 10;
    width: 20%;
    
}





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

}

/* Media Queries */



@media (max-width: 1180px) {



    .table {
        display: none;
    }

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


    }

    .mobileNav {
        display: inline;
        z-index: 1;
    }

    #browserNav {
        display: none;
    }

    .cardPic {
        margin-top: 7%;
        z-index: 1;
    }

    .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: 1020px) {
    
    
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;
    }


}