body,html {
    height: 100%;
}

.bg {
    background-image: url("../assets/fundo.png") ;
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#logo div {
    padding:2px;
    position:center;
}

div#logo img {
    padding: 20%;
}

#footer div {
  margin-bottom:20px;
}

 #footer span{
    text-align: center;
    color:#F1EADC;
    font-size: 0.9em;
    display:block;
}

.social-icons {
  color:#F1EADC !important;
}


@media (max-height: 500px){
  div#logo img {
       padding-bottom: 10px;
       padding-top: 20px;
       padding-left: 20%;
       padding-right: 20%;
  }
   #footer span{
      text-align: center;
      color:#F1EADC;
      font-size: 0.6em;
      display:block;
  }

}



