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

body {
	overflow-x:hidden;
}

header {
	width:407px;
	height:190px;
	margin:auto;
	margin-top:22px;
}

#logo {
	width:180px;
	height:180px;
	text-align:center;
	float:left;
	border:5px #831773 solid;
}
#logo img {
	width:180px;
	margin-top:-10px;
	margin-bottom:-40px;
}
#logo h1 {
	font-family:signika;
	font-weight:300;
	font-size:14pt;
	color:#831773;
}

#title {
	float:right;
	width:217px;
	height:77px;
	text-align:center;
	background-image:url("../images/border.png");
	background-size:14px 14px;
	background-position:top center;
}
#title h2 {
	font-family:fantasque;
	font-weight:200;
	font-size:18pt;
	line-height:1.5;
	background-color:white;
	padding:7px;
	margin:14px;
	color:#444444;
}

nav {
	width:214px;
	height:108px;
	float:right;
	border:#831773 solid;
	border-width:2px 3px 3px 0px;
}
nav #links {
	width:184px;
	height:62px;
	text-align:center;
	line-height:1.5;
	margin:auto;
	margin-top:14px;
	padding-top:16px;
	padding-right:2px;
	border:2px #831773 dashed;
}

nav #links a {
	color:#831773;
	font-family:fantasque;
	font-weight:200;
	font-size:12pt;
	text-decoration:none;
	background-image: linear-gradient(white 50%, #831773 50%);
	background-size: 0% 0.18em;
    background-position-y: 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in;
}
nav #links a:hover {
	background-size: 100% 0.18em;
}
nav #links p {
	color:#831773;
	font-family:fantasque;
	font-weight:400;
	font-size:12pt;
	margin:0px;
}

#container {
	width:60vw;
	min-height:420px;
	margin:auto;
	margin-top:65px;
	margin-bottom:105px;
}

#large-image-box {
	width:27vw;
	height:490px;
	text-align:center;
	float:left;
}

#large-image-box img {
	cursor:pointer;
}
#large-image-box .horizontal-img {
	width:27vw;
	margin-top:75px;
}
#large-image-box .vertical-img {
	height:440px;
}
#large-image-box .square-img {
	width:27vw;
	margin-top:75px;
}
#large-image-box p {
	color:#831773;
	font-family:fantasque;
	font-weight:200;
	font-size:12pt;
	cursor:pointer;
	margin-top:4px;
}

#images {
	width:31vw;
	min-height:160px;
	margin:auto;
	float:right;
	text-align:center;
	cursor:default;
}
#images img {
	width:7vw;
	vertical-align:middle;
	padding:0.8vw 0.2vw 0.8vw 0.2vw;
	cursor:pointer;
}

#desc {
	width:28vw;
	color:#444444;
	font-family:fantasque;
	font-weight:200;
	font-size:12pt;
	line-height:15pt;
	min-height:222px;
	float:right;
	padding:2vw 1vw 2vw 2vw;
	border-top:#831773 2px dashed;
	border-left:#831773 2px dashed;
}
#desc #work-title {
	color:#831773;
	font-family:signika;
	font-size:15.8pt;
	margin-right:-2px;
	line-height:12pt;
}
#desc a {
	color:#831773;
}

#large-image-modal {
	display:none;
	position:fixed;
	width:100vw;
	height:100vh;
	left:0;
	top:0;
	background-color:rgba(69, 69, 69, 0.9);
	overflow:scroll;
}
#modal-content {
	width:50vw;
	background-color:white;
	margin:auto;
	margin-top:5vh;
	text-align:center;
}
#modal-content .horizontal-img {
	width:48vw;
	padding:1vw;
}
#modal-content .vertical-img {
	height:80vh;
	padding:2vh;
	margin:auto;
}
#modal-content .square-img {
	height:80vh;
	padding:2vh;
	margin:auto;
}
#modal-content p {
	color:#831773;
	font-family:fantasque;
	font-weight:200;
	font-size:12pt;
	cursor:pointer;
	width:50px;
	margin:auto;
	margin-top:-17px;
	padding:5px;
}

#clear-div {
	clear:both;
}

footer {
	width:407px;
	height:190px;
	margin:auto;
	margin-bottom:20px;
}
footer #image {
	width:407px;
	height:150px;
	background-image:url("../images/bg.png");
	background-size:128px 101px;
	background-position:bottom center;
	background-attachment:fixed;
	margin-bottom:-20px;
}
footer #description {
	width:407px;
	height:40px;
	background-color:#831773;
	text-align:center;
	line-height:40px;
}
footer #description p {
	color:white;
	font-family:signika;
	font-weight:200;
	font-size:12pt;
}