body {
    background-color: #B2DEED;
}

.footer {
    background-color: #6d756f;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: left;
}

.section {
    padding: 8rem 0 7rem;
    text-align: center;
}

.section-heading, .section-description {
    margin-bottom: 1.2rem;
}

.showcase-heading {
    padding-bottom: 3rem;
}

.showcase-img {
    position: relative;
    max-width: 80%;
    margin: 3rem auto -12rem;
}

.fa {
    font-size: 20px;
}

@media(min-width:750px) {
    .showcase-heading {
        font-size: 3.0rem;
        padding-top: 4rem;
    }
}

img {
    border: 3px solid #ccc;
}

#nav{
    font-weight: bold;
    color: white;
    /*border: 2px solid #225599;*/
    text-align: center;
    width: 10em;
    /*background-color: #ccc;
    display: inline-block;*/
  }
  
#droplink{
    display: none;
}

#nav:hover a{
    display: block;
}

.button{
    width: 15em;
}