h1{
    font-size: 4em;
}
.textLight{
    color: #eaeaea;
    text-shadow: 0px 0px 1px #0a0a0a;
}
.textDark{
    color: #0a0a0a;
    text-shadow: 0px 0px 5px #eaeaea;
}
#home{
    height: 50em;
}
.topMargin{
    margin-top: 8em;
}
#home{
    background-image:url("images/praia.jpg");
    background-size: cover;
    width: 100%;
}
#about{
    background-image:url("images/praia5.jpg");
    background-size: cover;
    width: 100%;
}
#download{
    background-image:url("images/praia4.jpg");
    background-size: cover;
    width: 100%;
}
#appstore{
    width: 174px;
}
.navbar-brand{
    font-size: 2.0em;
}
.paddingTop{
    margin-top: 1em;
}
.bold{
    font-weight: bold;
}
.centered{
    text-align: center;
}
#login{
    min-width: 25em;
    padding: 0.5em;
}
#emailInput{
    margin-bottom: 0.25em;
}
#loginBtn{
    margin-top: 0.5em;
}