
/* basic */

html {
  background: url(../imgs/ce2-background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	color: black;
  padding: 0;
  margin: 0;
  font-family: 'Averia Serif Libre';
}

#container {
  text-align: center;
  margin: 0 auto;

  max-width: 700px;
  min-width: 400px;
}

#intro, #faq {
  margin: 0 0 40px;
  background: rgba(100, 200, 120, 0.9);
  padding: 30px;
}

#intro h1, #faq h1 {
  font-size: 1.2em;
  font-weight: bold;
}

#intro h2 {
  font-weight: bold;
}

#faq h2 {
  font-weight: 100;
  color: yellow;
  font-size: 1.1em;
  margin: 40px;
}

#intro p, #faq p {
  color: white;
}

#faq a {
  font-weight: 300;
  color: yellow;
  text-decoration: underline;
}

#intro a {
  text-decoration: underline;
  font-weight: bold;
}

#footer img {
  display: inline-block;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: RoyalBlue;
}

div#mc_embed_signup {
  background: none;
}

div#mc_embed_signup input.email {
  font-size: 1.5em;
  color: green !important;
  padding: 10px;
  width: 60%;
  height: 50px;
}

div#mc_embed_signup input.email::placeholder {
  color: green;
}

div#mc_embed_signup .button {
  background: orange;
  font-size: 1.5em;
  padding: 10px;
  height: 50px;

}

#continue {
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 60px 30px;
  background: url(../imgs/star.png) no-repeat;
  width: 200px;
  height: 200px;
  background-size: 260px 260px;
  text-align: center;
}

#continue img {
  width: 200px;
}

#continue a {
  color: green;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 1400px) {
  #continue {
    position: unset;
    margin: 50px auto;
  }
}

img.logoCE2 {
  width: 100%;
  margin: 40px 0 20px;
}

img.miniLogo {
  width: 30%;
  margin: 20px;
}

#footer a {
  margin: 20px;
  color: white;
  padding: 20px;
  text-decoration: underline;
}