body,html {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: 'Open Sans', sans-serif;

  padding: 0;
}

html {
  font-size: 14px;
  color: #444;
}

body {
  font-size: 14px;
  background-color: #fff;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 1rem;
  font-weight: 200;
  color: #111;
}

footer {
  zoom: 1;
  padding: 4rem 0;
  background-color: #f3f3f4;
  font-size: 20px;
  font-weight: 400;
  font-weight: 200;
}

footer:before {
  content: '';
  display: block;
}

footer:after {
  content: '';
  display: table;
  clear: both;
}

footer .footer-left {
  float: left;
}

footer .footer-right {
  float: right;
}

footer p {
  margin: 0;
}

textarea {
  resize: vertical;
}


.content img{
  display: block; 
  width: 100%;

}



/* HEADER */

.navbar-brand{
  padding:0px;
}
#list-send-button{
  width:100%;
  margin: 0px 10px
}
#successGetList{
  display: none;
}
footer p a{
  font-size: 12px;
}
.socials img{
  width:30px;
}