.tabFont{
    color:black;
    font-size: large;
}

a.tabFont:hover{
    color:green;
}

body{
    height: 100%;
    background-position: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2%; 
    background-image: linear-gradient(to bottom, green, white);
}
.backgroundTabs{
    height: 100%;
    background-position: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image:linear-gradient(to right,white, green, white);
}

.Contact_info {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: black;
   color: white;
   text-align: center;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.Description{
    font-size: large;
}

#myCarousel{
    width: 57%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}