
body {
  background-image: url(../images/medsets-background-o.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
  min-height: 400px;
}

#container {
  position: relative;
  text-align: right;
  min-height: 500px;
  min-height:100%;
  float:right;
  padding-right:10%;
}

#logo {
  padding-top:10%;
  width:310px;
}

#intro {
  margin-top:55%;
  width:310px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: white;
}

#insta {
  margin-top:5%
}

#mc_embed_signup_scroll { display: flex; }
#mc_embed_signup form {text-align:left; padding:10px 0 10px 0;}
#mc_embed_signup input.email {font-family: 'Roboto', sans-serif; font-size: 18px; border: 0px;  -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; color: #343434; background-color: #fff; box-sizing:border-box; height:40px; padding: 0px 5px 0 10px; width: 75%; display: flex; margin: 0; vertical-align:top; -webkit-appearance: none;}
#mce-EMAIL:focus {outline: none; border:0px;-webkit-appearance: none;}
#mc_embed_signup .clear {display: flex;} 
#mc_embed_signup .button {font-size: 16px;  border: none; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; letter-spacing: .03em; color: #fff; background-color: #5CB9BB; box-sizing:border-box; height:40px; line-height:40px; padding:0 18px; margin: 0; transition: all 0.23s ease-in-out 0s; -webkit-appearance: none;}
#mc_embed_signup .button:hover {background-color:#41989A; cursor:pointer;}
#mc_embed_signup div#mce-responses {font-family: 'Roboto', sans-serif; font-size: 16px;padding-left:5px;padding-top:5px;float:left; top:-1.4em; overflow:hidden; width:90%; clear: both;}
#mc_embed_signup div.response {margin:0; padding:0; font-weight:300; z-index:1;}
#mc_embed_signup #mce-error-response {display: none;}
#mc_embed_signup #mce-success-response {color:#41989A; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


@media screen and (max-height: 400px) {
  #intro {
    margin-top:50px;
  }
}