header {
  padding:30px;
}

#site-logo {
}
#site-logo img {
  float:right;
  position:relative;
  z-index: 250;
}

nav {text-align:center;}
.link {
  margin-left: 30px;
  padding: 15px 20px;
  border-radius:10px;
  display:inline-block;
  width:auto;
  border:1px solid black;
}

@media only screen and (min-width: 600px) {
  .link {float:none;}
}

#share-links {
  font-size: 0px;
  position:fixed;
  top: 50px;
  right:50px;
  z-index:25;
}
#share-links .share-link {display:block;}
#share-links .share-link .hover {display:none;}
#share-links .share-link:hover .default {display:none;}
#share-links .share-link:hover .hover {display:inline-block;}

@media only screen and (max-width: 1350px) {
  #share-links {
    position:absolute;
    top:10px;
    left:0;
    transform: translateX(0px);
    float:right;
    margin-top:150px;
    position: relative;
  }
  #share-links .share-link {
    display:inline-block;
  }
  #share-links #share-bottom {display: none;}
}

/*@media only screen and (max-width: 1000px) and (min-width:601px) {*/
  /*#share-links {*/
    /*margin-top:150px;*/
  /*}*/
/*}*/
/*@media only screen and (max-width: 1000px) {*/
  /*#share-links {*/
    /*position: relative;*/
  /*}*/
/*}*/

@media only screen and (max-width: 600px) {
  #site-logo img {
    float:none;
    display:block;
    margin:0 auto;
  }
  #share-links {
    float:none;
    position:relative;
    top:10px;
    left:0px;
    transform: translateX(0px);
  }
}

/* SIGNUP FORM */
header #head-mail {
  position:absolute;
  top:-30px;
  right:0;
  height:182px;
  width:370px;
  /*font-family: Verdana, sans-serif;*/
  font-weight:bold;
}

header #signup-form, header #sup-content {
  z-index: 40;
  text-align:center;
  position:absolute;
  top: 42px;
  right: 0;
  width: 200px; /*212*/
  height:123px;
  background-size: 100% 100%;
  padding:11px 9px 9px 9px;

}
header #sup-content {
  right: 0;
  width: 370px; /*212*/
  text-shadow: none;
  font-size: 22px;
  font-weight:bold;

}
header #sup-content .head-text {
  font-family: Verdana, sans-serif;
  color:#573691;
  font-size: 16px;
  padding: 4px;
}
header #sup-content #open-form {
  cursor: pointer;
}
header #signup-form > * {
  display:none;
}
header #signup-form > .inputs {display:block;}
header #signup-form > .failed, header #signup-form > .success,
header #signup-form > .bad-input, header #signup-form > .loading {
  color:#E1276C;
  text-shadow: none;
  font-size: 10px;
  text-align:left;
  padding-top:2px;
  padding-left: 20px;
}
header #signup-form > .loading,
header #signup-form > .success {
  text-align: center;
  position:absolute;
  top: 50%;
  left:5px;
  right:7px;
  transform: translateY(-50%);
}
header #signup-form input[type=text] {
  border:none;
  border-radius:15px;
  padding:7px 10px;
  width: 160px;
  background-color: #FFFBEF;
  -moz-box-shadow:    inset 0 0 4px 2px #d7c2aa;
  -webkit-box-shadow: inset 0 0 4px 2px #d7c2aa;
  box-shadow:         inset 0 0 4px 2px #d7c2aa;
  color:#E1276C;
  font-weight:bold;
  margin-top:13px;
  outline:none;
}
header #signup-form input[type=text].bad-input {
  -moz-box-shadow:    inset 0 0 0 2px #E1276C;
  -webkit-box-shadow: inset 0 0 0 2px #E1276C;
  box-shadow:         inset 0 0 0 2px #E1276C;
}
::-webkit-input-placeholder { /* Chrome */
  color:#E1276C;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#E1276C;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#E1276C;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color:#E1276C;
}

header #signup-form button {
  position:absolute;
  right:-2px;
  top:50%;
  transform:translateY(-49%) translateX(50%);
  /*display:block;*/
  background: none;
  border:none;
  height:42px;
  width:42px;
  cursor:pointer;
  padding:0;
}

header.figure {
  width:100%;
  position:relative;
}
header.figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
