@charset "UTF-8";
/* CSS Document */

body {
	overflow:hidden;
	background-color:#831773;
}

#logo {
	color:#831773;
	width:66vw;
	height:81vh;
	margin-left:-1vw;
	margin-top:-2vh;
	float:left;
}
#logo-box {
	background-image:url("../images/border.png");
	background-size:4%;
	background-position:center center;
	position:fixed;
	width:35vw;
	height:79vh;
	top:0vh;
	z-index:2;
}
#logo #logo-box img {
	width:100%;
	background-color:white;
}
#logo #logo-box h1 {
	background-color:white;
	font-family:signika;
	font-weight:300;
	font-size:3.5vw;
	text-align:center;
	width:100%;
	padding-bottom:4vw;
	margin-top:-4vw;
}
#logo #picture {
	background-image:url("../images/eloisebakerphoto.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:60% 100%;
	width:32vw;
	height:100vh;
	position:fixed;
	left:34vw;
	bottom:21vh;
	z-index:1;
}

#description {
	width:66vw;
	height:21vh;
	position:fixed;
	bottom:0vh;
	margin-left:-1vw;
	float:left;
	color:white;
	text-align:center;
	line-height:16vh;
	background-color:#831773;
	z-index:3;
}
#description h2 {
	font-size:2vw;
	font-family:signika;
	font-weight:200;
}

nav {
	width:35vw;
	height:100vh;
	min-height:500px;
	top:0;
	right:0;
	position:fixed;
	float:right;
	background-image:url("../images/bg.png");
	background-size:25%;
	background-position:center center;
	z-index:4;
}
nav .link {
	width:27vw;
	height:38vh;
	margin:auto;
	margin-top:9vh;
	background-color:white;
	text-align:center;
	line-height:39vh;
}
nav .link a {
	color:#831773;
	text-decoration:none;
	font-size:2.5vw;
	font-family:fantasque;
	font-weight:200;
	background-image: linear-gradient(white 50%, #831773 50%);
	background-size: 0% 0.2em;
	background-position-y: 100%;
	background-repeat: no-repeat;
	transition: background-size 0.2s ease-in;
}
nav .link a:hover {
	background-size: 100% 0.2em;
}