body {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
	color: #191e22;
	margin: 0;
}
	
h1, h2, h3, .serif {
	font-family: "ambroise-std",serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -0.02em;
}

h4, h5 {
	font-weight: 500;
}

p {
	line-height: 1.5em;
}

p.book {
	font-weight: 400;
	font-size: 1.4em;
}

p.small {
	font-size: 0.8em;
}


html {
  font-family: sans-serif;
  line-height: 1.15; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main { /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box; 
  height: 0;
  overflow: visible; 
}

pre {
  font-family: monospace, monospace; 
  font-size: 1em; 
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; 
  font-size: 100%;
  line-height: 1.15;
  margin: 0; 
}
button,
input { 
  overflow: visible;
}

button,
select {
  text-transform: none;
}
button,
html [type="button"], 
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; 
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; 
  color: inherit; 
  max-width: 100%; 
  padding: 0; 
  white-space: normal; 
}
progress {
  display: inline-block; 
  vertical-align: baseline; 
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details, 
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}


a {
	color: inherit;
	text-decoration: none;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	outline: none;
}

img {
	max-width: 100%;
}

.underline {
	position: relative;
	z-index: 1;
}

.darker {
	background: #F5F4EF;
}

/* Structure */

html, body {
	height: 100%;
}

body {
	background: #FCFBF6;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
}



main {
	height: 100%;
	position: relative;
}

/* questionnaire */

.landing {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #FCFBF6;
}

.landing .wrap {
	animation: slide-up 0.6s ease forwards 0.3s;
	opacity: 0;
	transform: translateY(30px);
}

.landing .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.landing .container h1 {
	font-size: 3.5em;
	color: #000;
	margin: 0;
	width: 100%;
	line-height: 1em;
}

@media only screen and (min-width: 993px) {
  .landing .container h1 {
    font-size: 5em;
  }
}

.landing .button.quiz-btn {
    text-decoration: none;
    display: inline-block;
    margin: 60px 0 0 0;
    transition: all 0.3s ease;
    background: #fcf103;
    font-family: "Oswald", sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 100px;
    padding: 20px 50px;
}

.landing .button.quiz-btn:hover {
	background: #000;
	color: #fff;
}



.question {
	visibility: hidden;
	opacity:0;
	height: 100%;
	position: absolute;
	top:165px;
	left:0;
	right:0;
	bottom:0;
	background: #FCFBF6;
	z-index: 1;
	transition: all 0.6s ease;
	
}



.question ~ .question {
	transition: none;
}

.question:target {
	visibility: visible;
	opacity:1;
}




.question .container {
	position: relative;
	top: 10%;
	transform: none;

	
}


.question .wrap {
	opacity: 0; transform: translateY(30px);
}

.question:target .wrap {
	animation: slide-up 0.6s ease forwards 0.2s;
	animation-delay: 1.2s;
}

.question .label {
	margin-bottom: 15px;
	font-weight: 400;
}



.question h2 {
	font-size: 2em;
	position: relative;
	display: inline-block;
	line-height: 1.1em;
	margin: 0;
}
input.input-type {
    background: #F8F5F2;
    border: 1px solid #e9e2dc;
    max-width: 400px;
    width: 400px;
    padding: 22px 10px;
    margin-bottom: 16px;
}

@media only screen and (min-width: 601px) {
  .question h2 {
    font-size: 2em;
  }
}

@media only screen and (min-width: 993px) {
  .question h2 {
    font-size: 2em;
  }
}

.question h2:after {
	bottom: 0.1em;
	height: 0.15em;
}

.question:target h2:after {
	animation: swipe-appear 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.2s forwards;
	animation-delay: 1s;
}



.question:target::after {
content:'';
position: fixed;
top:0;
right:0;
bottom:0;
left:0;
animation: wipe 1.5s forwards;
background: #fcf103;
}

@keyframes wipe {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}

.question[data-style="urban"]:target::after {
	background:green;
}

.question[data-style="minimalise"]:target::after {
	background:grey;
}

.question[data-style="modernfeminine"]:target::after {
	background:pink;
}

.question[data-style="colourriot"]:target::after {
	background:yellow;
}

.question .answers {
	margin-top: 40px;
	padding-bottom: 10px;
}

.question .answers div.col {
	margin-bottom: 3rem;
}
.question .answers .button {
    padding: 5px 5px 10px 5px;
    border: 1px solid #fcf103;
    text-transform: uppercase;
    font-size: 0.6em;
    color: #191e22;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    opacity: 0;
    transform: translateY(30px);
    transition: background 0.3s ease;
    margin-top: 0px;
}


.question .answers div:nth-child(1) .button {
	animation-delay: 1.3s;
}

.question .answers div:nth-child(2) .button {
	animation-delay: 1.4s;
}

.question .answers div:nth-child(3) .button {
	animation-delay: 1.5s;
}

.question .answers div:nth-child(4) .button {
	animation-delay: 1.6s;
}

.question:target .answers .button {
	animation: slide-up 0.4s ease forwards;
}

.answers .button:hover {
	background: #fcf103;
}
.question .answers a.button.quiz-btn {
    font-size: 16px;
    padding: 16px 20px;
    display: block;
    width: 200px;
    margin: 0 auto;
}

#email .row {
	padding-top: 4em;
}

#email h4 {
	font-size: 1.6em;
	display: inline-block;
	position: relative;
	margin:0 0 0.8em 0;
}

#email p {
	 font-weight: 400;
    font-size: 1.4em;
}

#email form select {
	display: block;
	height: 30px;
	line-height: 30px;
	border: none;
	background: none;
	border-bottom: 2px solid #ddd;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
	font-size: 0.8em;
	transition: all 0.6s ease;
	outline: none;
	border-radius: 0!important;
	color: #5c635f;
	text-align: left;

}


#email form input {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	height: 30px;
	line-height: 30px;
	border: none;
	background: none;
	border-bottom: 2px solid #ddd;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
	font-size: 0.8em;
	transition: all 0.6s ease;
	outline: none;
	border-radius: 0;
}

#email form input:hover,
#email form input:focus,
#email form input:active {
	border-color: #191e22;
}

#email form button {
	border: none;
	background: none;
	padding:0;
	display: inline-block;
	position: relative;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	margin-top: 10%;
	cursor: pointer;
	font-size: 1.2em;
	color: #191e22;
}

#email form button:focus {
	outline: none;
}

#email form button:active {
	outline: none;
	top: 3px;
}


#result {
	position: fixed;
	background: #FCFBF6;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	visibility: hidden;
	transition: background 1s ease;
}

#result:target {
	z-index: 200;
	visibility: visible;
	opacity: 1;
}

#result .container {
	position: relative;
	top: 50%;
	transform: translateY(-55%);
	color: #fff;
}

#result:target .container p {
	opacity: 0;
	transform: translateY(30px);
	animation: slide-up-out 4s ease forwards 0.2s;
}



@media only screen and (max-width: 767px) {
.question {
    visibility: hidden;
    opacity: 0;
    height: 88%;  
	}
input.input-type {
    max-width: 100%;
    width: 100%;
}  
}









