@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600&display=swap');

html {
  background-color: #000;
}

body {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

#nav {
  height: 10vh;
  min-height: 60pt;
  margin-top: 24pt;
  width: 100%;
  position: absolute;
}

#nav #logo {
  text-align: center;
  height: 100%;
}

#nav #logo img {
  height: 100%;
}


#nav #social-links{
  position: absolute;
  top: 0;
  left: 12pt;
}

#nav #social-links img {
  width: 28px;
  opacity: 0.8;
}

#footer {
  min-height: 60pt;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  max-width: 600px;
  margin: auto;
  left: 0;
  right: 0;
}

.image-cover {
  width: 100vw;
  height: 100vh;
}

.image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



#mc_embed_signup  {
  background: none;
  font-family: inherit !important;
  max-width: 400px;
  margin: auto;
}

#mc_embed_signup form {
  padding: 0!important;
  background: none;
  font-family: inherit !important;

  display: flex;
  flex-wrap: wrap;
}

 #mc_embed_signup input {
   flex-grow: 1;
}

#mc_embed_signup input[type=submit] {
  text-align: center!important;
  max-width: 100px;
}



#mc_embed_signup input[type=text],
#mc_embed_signup input[type=email],
#mc_embed_signup input[type=text]:focus,
#mc_embed_signup input[type=email]:focus,
#mc_embed_signup input[type=submit] {
  padding: 0px 12px 0px 12px !important;
  background-color: rgba(0,0,0,0.5)!important;
  color: white!important;
  outline: none!important;
  font: inherit!important;
  border: none !important;
  line-height: 18px !important;
  height: 42px !important;
  margin: 2px;
  min-width: 0px !important;
}

#mc_embed_signup input[type=text] {
  flex-basis: 40%;
}


.clear {
  clear: both;
}

p.custom-orders {
  margin-bottom: 0;
}
