/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */

}

/* Style the submit button with a specific background color etc */
button[type=Submit] {
  background-color: #12b03c;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
button[type=Submit]:hover {
  background-color: #179c20;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 15px;
  height:auto;
}

.left{
  margin-left: 10px;
  margin-right: auto;
  max-width: 50%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  height:auto;
}

.right{
  float: right;
  max-width: 50%;
  height: auto;
  padding: 1px;
  margin-top: 10px;
  margin-bottom: 5px;
}

img {
  max-width: 100%;
  height: auto;
}

h3 {
  background-color: #0b8300;
  color: white;
  line-height:2;
  margin: 30px 0;
  padding: 12px
  border: none;
  border-radius: 4px;
  text-indent: 5px;
  font-family: 'Univers45-Light'
  margin: 30 px 0;
}

h5 {
  color: #0b8300;
  line-height:2;
  margin: 10px 0;
  border: none;
  border-radius: 4px;
  text-indent: 5px;
  font-size:15px;
  display: block;
}


p {
  color: #6e6e6e;
  line-height:2;
  font-size:14px;
  font-family: 'Univers45-Light';
}

div.c {
  font-size: 11px


}

footer {
  background-color: #0b8300;
  background-size: cover;
  width: 100%;
  color: white;
  line-height:2;
  margin: 30px 0;
  padding: 12px
  border: none;
  border-radius: 4px;
  text-indent: 2px;
  margin: 30 px 0;
  font-size: 13px
}

  /* Style all font awesome icons */
  .fa {
    padding: 20px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    border: none;
    border-radius: 4px;
    text-decoration: none;
  }

  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }

  /* Set a specific color for each brand */

  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
