*{
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	color: white;
}

body{
	background: #8a7b94;
	background-image: url("background_illus1k.jpg");
	background-size: cover;
	background-position: 28% 83%;
	height: 100vh;
	font-size: 30px;
	tr
}

#overlay{
	background: rgb(0 0 0 / 5%);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1000;
}


#canary{
	display: none;
}

h1{
	width: 100%;
	text-align: center;
	padding-top: 30vh;
	transition: 100ms padding-top;
}

h1 img{
	display: inline-block;
	max-width: 1240px;
	transition: 100ms width;
	width: 40vw;
}


h2 img{
	display: inline-block;
	max-width: 600px;
	transition: 100ms width;
	width: 60vw;
	
	-webkit-filter: drop-shadow(5px 5px 5px #111);
	filter: drop-shadow(5px 5px 5px #111);
}

article{
	position: fixed;
	bottom: 5vh;
	padding-left: 5vh;
	padding-right: 5vh;
	box-sizing: border-box;
}

h2{
	width: 100%;
	padding-top:2vh;
	text-shadow: 0px 0px 10px #000;
	font-size: 2vw;
	text-align: center;
	transition: font-size 100ms;
	box-sizing: border-box;
}

ul{
	text-shadow: 0px 0px 3px #000;
	font-family: "Tahoma";
	line-height: 1.5em;
	font-size:3vh;
	transition: font-size 100ms;
	letter-spacing: 0.06rem;
	font-weight: 3 00;
}

li a{
	text-decoration: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-filter: drop-shadow(0px 0px 5px #111);
  filter: drop-shadow(0px 0px 5px #111);
}

li a img{
	width: 3vh;
	display: inline-block;
	position: relative;
	bottom: -0.4vh;
	padding-right: 7px;
	padding-left:6px;
} 

img#email{
	bottom: -0.4vh;
	height: 2.6vh;
}

li a:hover span{
	border-bottom: 2px solid white;
}

li a span{
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	transition: border-color 300ms;
}

@media (orientation: portrait) {
  h1 img {
		width: 80vw;
  }
  h2 img {
		width: 60vw;
  }
  h2{
	text-align: center;
  	font-size: 5vw;
	line-height: 7vw;
	padding:0.5vh;

  }

  ul{
  	font-size: 4vw;
  }

  li a img{
		width: 4vw;
		bottom: -0.4vw;
	} 
	
	img#email{
		bottom: -0.5vw;
		height: 3.6vw;
	}
}