*{
  margin:0;
  padding:0;
  color:inherit;
  text-decoration: none;
  border:none;
  font-family:'Open Sans', sans-serif;
  font-weight:lighter;
  line-height: 1.4em;
}
body{
  margin-bottom:48px;
}
h1{
  font-size:128px;
  line-height: 32px;
}
h2{ 
  font-size: 56px;
  margin-bottom:8px;
}
h3{ 
  font-size: 32px;
  margin-bottom:8px;
}
p{
  font-size: 16px;
  margin-bottom:8px;
}
header{
  background:#333;
  color:white;
  padding: 120px 64px;
}

header h3{
  font-style: italic;
}

nav{
  font-size:0;
}
nav a{
  margin-left:4px;
  font-size:16px;
  font-weight:normal;
}
section{
  padding: 64px;
}
footer{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  box-sizing:border-box;
  padding:16px;
  background:#333333;
  color:white;
  text-align:right;
}
footer a{
  color:rgb(250, 235, 59);
}
.yellow-text{
  color:rgb(250, 235, 59);
}
.yellow-bg{
  background:rgb(250, 235, 59);
}
.wrapper{
  max-width:1000px;
  margin: 0 auto;
}
.wrapper img{
  width:500px;
  float:right;
}
.done{
  padding:16px;
  background:#333;
  color:white;
  font-size:24px;
  border-radius:8px;
  display:inline-block;
}

.btn{
  padding:8px;
  background:#ccc;
  color:white;
  display:inline-block;
  border-radius:4px;
  transition:background 0.5s ease-out;
}
.btn:hover{
  background:#777;
}
.btn:active{
  background:#333;
}
.current_submit.btn {
  padding: 8px 16px;
  background: #999;
}
.text-right{
  text-align: right;
}

.congratulations{
  display:none;
}
.congratulations .wrapper h1{
  line-height:1.4em;
}
#duck p{
  font-style: italic;
  color:white;
  background:#999;
  padding:8px;
  margin-bottom:8px;
  border-radius:2px;
}
#duck p.answer{
  background:#bbb;
  color:#333;
}
#duck textarea,
#duck input[type=text]{
  padding:7px;
  border: 1px solid #ccc;
  border-radius:2px;
  width:100%;
  background:none;
  box-sizing:border-box;
  margin-bottom: 8px;
  font-size:16px;
}
#duck textarea{
  min-height:128px;
}
#carbonads{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 128px;
  height: 180px;
  font-size: 12px;
  background: #ccc;
  padding: 8px;
  border-radius:2px;
}
#carbonads img{
  width:auto;
  float:none;
  margin-left:0;
}
#carbonads .carbon-poweredby{
  display:block;
  color:#333;
}
@media all and (max-width:1040px){
  .wrapper img{
    margin-left:-200px;
  }
}
@media all and (max-width:942px){
  .wrapper img{
    margin-left:0;
    float:none;
    margin: 0 auto;
    display:block;
  }
}
@media all and (max-width:550px){
  .wrapper img{
    float:none;
    display:block;
    width:100%;
  }
  h1{
    font-size:96px;
  }
  h2{
    font-size:48px;
  }
  h3{
    font-size:24px;
  }
}
@media all and (max-width:520px){
  section{
    padding:32px;
  }
  header{
    padding:64px 32px;
  }
  footer{
    position:static;
  }
  body{
    margin-bottom:0;
  }
}
@media all and (max-width:450px){
  h1{
    font-size:88px;
  }
  h2{
    font-size:28px;
  }
  h3{
    font-size:20px;
  }
}
@media all and (max-width:400px){
  header{
    padding:32px 16px;
  }
  section{
    padding:16px;
  }
}
@media all and (max-width:320px){
  h1{
    font-size:72px;
  }
  h2{
    font-size:32px;
  }
  h3{
    font-size:16px;
  }
}