html {
  background-color: #e5e5e5;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif; }

header h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  margin: 30px 0 10px 0;
  background: black;
  color: lime;
  padding: 4px;
  font-size: 1.9em; }

header p, footer p {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin: 0;
  font-weight: 200; }

footer {
  text-align: center; }

footer a {
  color: #435DC5;
  text-decoration: none; }

  h1,h3 {
      text-align: center;
  }
.container {
  margin: 20px;
  width: 100%; }

.topcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  width: 100%;
  position: relative; }


.pictureItem {
  /*position: relative;*/
  margin-right: 50px; }

.fieldbox {
  width: 100%; }

.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

#contact {
  padding: 25px;
  margin: 50px 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }

fieldset {
  border: medium none !important;
  margin: 5px;
  min-width: 100%;
  padding: 0;
  width: 100%; }

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  width: 85%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px; }

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa; }

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: vertical; }

#contact button[type="submit"] {
  cursor: pointer;
  width: 91%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 30px 0 5px;
  padding: 10px;
  font-size: 15px; }
  #contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  #contact button[type="submit"]:active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa; }

::-webkit-input-placeholder {
  color: #888; }

:-moz-placeholder {
  color: #888; }

::-moz-placeholder {
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

#btnReturn {
  float: left;
  text-align: center;
  margin: 5%;
  /*width: 15%;*/
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: 1px #888 solid;
  border-radius: 5px;
  cursor: pointer;
  /*float: left;*/
  font-size: 18px;
  /*margin: 1em;*/
  padding: 1.5em;
  background: #eee;
}
#btnReturn:hover {
    background: #ddd;
    color:#000;
}
