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

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

#logo {
	width:102vw;
	height:555px;
	margin-left:-2.5vw;
	color:#831773;
	background-image:url("../images/border.png");
	background-size:2.5%;
	background-position:center center;
}
#logo-box {
	width:102vw;
	height:256px;
	text-align:center;
	background-color:white;
}
#logo img {
	height:231px;
	background-color:white;
	margin-bottom:-45px;
}
#logo h1 {
	font-family:signika;
	font-weight:300;
	font-size:5vw;
	width:102vw;
	padding-bottom:20px;
	background-color:white;
}
#logo #picture {
	background-image:url("../images/eloisebakerphoto.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:40% 100%;
	width:100%;
	height:300px;
	margin-top:7px;
}

#description {
	width:102vw;
	height:150px;
	background-color:#831773;
	color:white;
	text-align:center;
	line-height:144px;
	margin-left:-2.5vw;
}
#description h2 {
	font-size:4.9vw;
	font-family:signika;
	font-weight:100;
}

nav {
	width:102vw;
	height:222px;
	background-image:url("../images/bg.png");
	background-size:25%;
	background-position:center center;
	margin-left:-2.5vw;
}
nav .link {
	width:41vw;
	height:160px;
	margin-left:6vw;
	margin-top:31px;
	float:left;
	background-color:white;
	text-align:center;
	line-height:160px;
}
nav .link a {
	color:#831773;
	text-decoration:none;
	font-size:4.4vw;
	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;
}