* {
  margin: 0;
}

html {
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: scroll;
}

body {
  font-size: 16px;
  font-family: "roboto", "helvetica", "arial", sans-serif;
  text-align: center;
  color: white;
}

h1 {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1em;
}

#dark {
  height: 148px;
  padding-bottom: 100px;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid white;
}

#me {
  padding-top: 100px;
}

#preload {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.container {
  padding-top: 148px;
  margin: auto;
  min-width: 340px;
  max-width: 700px;
}

.button {
  display: inline-block;
  width: 128px;
  height: 128px;
  margin-left: 20px;
}

.button:first-child {
  margin-left: 0;
}

#mail {
  background: url(../img/icon_mail.gif);
}

#mail:hover {
  background: url(../img/icon_mail_hover.gif);
}

#fb {
  background: url(../img/icon_fb.gif);
}

#fb:hover {
  background: url(../img/icon_fb_hover.gif);
}

#in {
  background: url(../img/icon_in.gif);
}

#in:hover {
  background: url(../img/icon_in_hover.gif);
}

#contact {
  width: 420px;
  padding-top: 0;
  display: none;
}
#contact hr {
  border: 0;
  background: white;
  color: white;
  margin-top: 36px;
  height: 1px;
}
#contact form {
  padding-bottom: 140px;
}
#contact input {
  background: white;
  border: none;
  width: 100%;
  font-size: 16px;
  color: #333;
}

input, textarea {
  padding: 5px;
}

#contact input:focus {
  background-color: #ddd;
}

textarea:focus {
  background-color: #eee;
}

textarea {
  background: white;
  border: none;
  width: 100%;
  font-size: 16px;
  color: #333;
  font-family: "open sans", "helvetica", "arial", sans-serif;
  height: 180px;
}

#contact input {
  width: 100%;
  height: 32px;
}

#contact label {
  margin-top: 16px;
  position: relative;
  width: 100%;
  float: left;
  text-align: left;
}

#loading {
  width: 16px;
  height: 16px;
  margin: 8px auto 0 auto;
}
#loading img {
  display: none;
}

.warning {
  display: none;
  position: absolute;
  background: url(../img/close.png) no-repeat right center #cf4646;
  top: -10px;
  right: 0;
  padding: 4px 40px 4px 28px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  border-right: 10px solid transparent;
}
.warning:hover {
  color: #fff;
  border-right: 10px solid transparent;
}

#overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  top: -3px;
  left: -3px;
  padding-top: 120px;
  text-align: center;
  z-index: 10;
  border-radius: 6px;
}

/* +Button */
#buttonContainer {
  width: 100%;
  text-align: center;
  margin-top: 22px;
}

a#buttonSubmit {
  margin: auto;
  display: block;
  width: 80px;
  padding: 20px;
  text-decoration: none;
}

#buttonSubmit {
  background: #9d9d9d;
  color: #fff;
  font-size: 14px;
  /*#253849*/
}
#buttonSubmit:hover {
  background: #888;
}
