@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800&family=Pushster&family=Shizuru&display=swap");

/*

header - font-family: 'Playfair Display', serif;
normal - font-family: 'Pushster', cursive;
small - font-family: 'Shizuru', cursive;

*/

/* global styling */
a {
  position: relative;
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

a:hover::before {
  transform: scaleX(1);
}

body {
  margin: 0;
  padding: 0;
	
/*  overflow: hidden;*/

/*  background-color: #e5e4e4;*/
}

h1 {
  font-family: "Playfair Display", serif;
}

.blur {
  background-size: cover;
  overflow: hidden;
  filter: blur(13px);
  position: absolute;
  height: 300px;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
}

/* header stuff */
.header {
  width: 100vw;
  height: 250;

  top: 0;
  left: 0;

  position: fixed;

  border-bottom: 1px solid #333;
}


.header > h1 {
  padding-left: 10px;
}

.nav {
  margin: 0;
  margin-top: -50px;

  padding: 0;

  width: 85%;

  float: right;

  display: block;

  list-style-type: none;
}
.nav > li {
  float: left;

  font-family: Lato, serif;

  padding-right: 10px;
}

/* content */

.flower {
  height: 200px;
  width: auto;

  margin-top: -100px;
}

/* ml styling */
.ml16 {
  color: #402d2d;
  padding: 40px 0;
  font-weight: 800;
  font-size: 2em;
  /* text-transform: uppercase; */
  letter-spacing: 0.3em;
  overflow: hidden;
}

.ml16 .letter {
  display: inline-block;
  line-height: 1em;
}

.w-cont {
	
	 width: 100vw;
  height: 250;

  top: 0;
  left: 0;

  position: fixed;

  border-bottom: 1px solid #333;
	
}

#deb {
	
	padding-top: 100px;
	padding-left: 100px;
	position: fixed;
	
}

canvas {
	width: 100vw !important;
	height: 100vh !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 15 !important;
}

.had {
	
	top: 0;
	left: 0;
			
	height: 100vh;
	
/*	color: #d44b15;*/
			
	z-index: 10;
	position: absolute;
	
    text-align: center;
    font-size: 1em;
    font-family: Lato, serif;
    padding: 14em 0em 16em;
	
}

        .had-r1 {
          line-height: 1em;
          font-size: 7em;
          font-weight: 100;
        }

        .had-amp {
          color: #fff;
          font-size: 3em;
          font-style: italic;
          vertical-align: bottom;
          margin: 0 -0.3em;
        }
