@import url(reset.css);

html {
	height: 100%;
}

body {
	background: #000;
	font: 1em/1em Helvetica, Arial, sans-serif;
	height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.container {
	flex: 1;
}

header {
	background: url(../graphics/bg.jpg);
	background-size: cover;
	padding: 0 15px;
	font-family: 'Lobster', cursive;
}

@font-face {
	font-family: 'Aparaj';
	src: url('../fonts/aparaj.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.header-black header {
	background: #000;
}

#feature {
	padding: 4em 0;
    font-size: 1.4em;
    line-height: 1.2em;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    text-shadow: 1px 1px 6px #000;
}

#feature p {
	color: #fff;
	padding: .8em 0;
	font-size: .85em;
}

#feature h1 {
	font: 7em/1em 'Aparaj';
	padding: .9em 0;
	line-height: .6em;
	position: relative;
	color: #fff;
	text-align: center;
}

.side img {
	width: 80px!important;
	height: 80px!important;
}

.side li {
	display: normal!important;
}

.side li:last-of-type {
	padding-left: .3em !important;
}

header h1 {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 2px;
	line-height: .9em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	font-family: 'Aparaj';
	font-size: 1.3em;
}

header h1:hover {
	color: #ddd;
}

header h1::before {
	content: '';
	background: url(../logo.jpg);
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	left: 18px;
	top: 8px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 1px 1px 8px #000;
}

p.open-text {
	margin-top: 20px;
    color: #666;
    font-size: 1.2em;
	position: absolute;
	bottom: -20px;
}

a {
	color: orange;
}

a:hover {
	color: orange;
	opacity: .9;
}

.logo {
	padding: 11px 45px 15px;
	font-size: 1.6em;
	top: 43px;
}

.main-nav {
	text-align: right;
	padding: .8em;
	display: block;
	font-size: 1.6em;
	opacity: 0.8;
}

.main-nav li {
	position: relative;
	margin-left: 14px;
}

.main-nav li a:hover {
	opacity: .8;
}

.main-nav li a::after {
	content: '/';
	position: absolute;
	right: -15px;;
}

.main-nav li:nth-of-type(1) a {
	color: red;
	margin-left: 0;
}

.main-nav li:nth-of-type(2) a {
	color: orange;
}

.main-nav li:nth-of-type(3) a {
	color: #bd2186;
}

.main-nav li:nth-of-type(4) a {
	color: #5c3dd7;
}

.main-nav li:nth-of-type(4) a::after {
	content: '';
}

a:hover {
	text-decoration: none;
}

.content {
	position: relative;
	opacity: 1;
	background: #000;
	display: flex;
    flex-direction: column;
    flex: 1;
}

.content::before {
	content: '';
	background: #000;
	background-size: cover;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	opacity: 0.5;
}

.storm::before {
	background: url(../graphics/bg.jpg) center center fixed;
	background-size: cover;
}

ul.gallery li,
ul.gallery-artwork li {
	display: inline-block;
	padding: .3em;
}

ul.main-nav {
	display: block;
	font-size: 1.3em;
}

ul.main-nav li {
	padding: .3em 0 .3em .3em;
	float: left;
}

ul#list {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'Raleway', sans-serif;
}

ul#list li {
	margin: .2em;
	background: linear-gradient(90deg, rgba(100,100,100,0.3), rgba(255,255,255,0));
}

ul#list li a {
	display: block;
	padding: .5em 1em;
	color: #bbb;
}

ul#list a.active {
	border-left: 4px solid red;
	color: #fff;
}

ul#list li a:hover {
	color: #fff;
}

ul#list li:nth-of-type(1):hover {
	border-left: 4px solid red;
}

ul#list li:nth-of-type(2):hover {
	border-left: 4px solid yellow;
}

ul#list li:nth-of-type(3):hover {
	border-left: 4px solid orange;
}

ul#list li:nth-of-type(4):hover {
	border-left: 4px solid brown;
}

ul#list li:nth-of-type(5):hover {
	border-left: 4px solid red;
}

ul#list li:nth-of-type(6):hover {
	border-left: 4px solid yellow;
}

ul#list li:nth-of-type(7):hover {
	border-left: 4px solid orange;
}

ul#list li:nth-of-type(8):hover {
	border-left: 4px solid brown;
}

ul#list li:nth-of-type(9):hover {
	border-left: 4px solid red;
}

ul#list li:nth-of-type(10):hover {
	border-left: 4px solid yellow;
}

ul#list li a.active:hover {
	border-left: 0;
}
/*
ul.gallery {
	padding-left: 50px;
}
*/
ul.gallery img,
ul.gallery-artwork img {
	border: 1px solid #000;
	width: 200px;
	height: 200px;
}

ul.gallery img:hover,
ul.gallery-artwork img:hover {
	cursor: pointer;
	border: 1px solid #fff;
}

.gallery-wrap {
	/* padding-top: 30px; */
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

ul.gallery-artwork {
	padding: 60px 20px 30px 0px;
}

ul.gallery-artwork li {
	display: inline-block;
	position: relative;
}

ul.gallery-artwork li h3 {
	color: #fff;
	position: absolute;
	top: 5px;
	background: rgba(0,0,0,.3);
	height: 200px;
	width: 200px;
	text-align: center;
	line-height: 180px;
	font-family: 'Lobster';
	font-size: 1.5em;
	opacity: 0;
	transition: 1s;
}

ul.gallery-artwork li h3:hover {
	opacity: 1;
	cursor: pointer;
}

.full-image {
	margin-bottom: 10px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.8);
	background: rgba(0,0,0,0.3);
	width: 100%;
}

.full-image img {
	height: auto;
}

.side {
	margin-bottom: 30px;
	background: rgba(255,255,255,0.02);
	float: right;
	position: relative;
}

.side ul {
	background: rgba(0,0,0,.3);
	padding: 0px;
	margin: -5px
}

.side li {
	opacity: 0.5;
}

.btn-cycle {
	position: absolute;
	top: -45px;
	left: 0px;
	width: 110px;
	height: 30px;
	cursor: pointer;
	padding: 5px;
	background: rgba(255,255,255,0.015);
	display: none;
}

.btn-cycle:hover {
	background: rgba(255,255,255,0.035);
}

.btn-cycle:hover::before {
	border-top: 18px solid #444;
}

.btn-cycle::before {
	content: '';
	left: 38px;
	top: 7px;
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 18px solid rgba(0,0,0,0.2);
}

li.active {
	opacity: 1;
}

.side img:hover {
	cursor: pointer;
}

.side img:selected {
	opacity: 0.8;
}

.main {
	float: left;
}

.caption {
	display: block;
	font-size: .9em;
	color: #888;
	padding-top: 5px;
	font-style: italic;
	max-width: 640px;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.block {
	text-align: center;
	color: #999;
	font-family: 'Lobster';
	font-size: 1.1em;
	position: relative;
	z-index: 999;
}

.block::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.5;
	background: rgba(0,0,0,0.9);
}

.block img {
	height: 180px;
}

.block {
	min-height: 60px;
}

h4 {
	position: absolute;
	text-align: right;
	padding: .8em 1.6em;
	font-size: 2.8em;
	color: #fff;
	top: -40px;
	right: 0px;
	text-transform: lowercase;
	opacity: 0.2;
}

ul.artwork-list {
	display: inline-block;
}

ul.artwork-list li {
	float: left;
	margin-right: 70px;
	padding: 20px;
	position: relative;
}

ul.artwork-list li img {
	opacity: 0.8;
	height: 160px;
}

ul.artwork-list li:hover img {
	opacity: 1;
}

ul.artwork-list li:last-of-type {
	margin-right: 0;
}

.footer {
	background: linear-gradient(-45deg, #16DA6C,  #005CFF);
	text-align: center;
	color: #000;
	font-family: 'Raleway', sans-serif;
	padding: 20px;
}

footer a {
	color: #333;
}

footer a:hover {
	color: #555;
}

small {
	font-size: .8em;
}

.copyright {
	float: left;
}

.website {
	float: right;
	padding-right: 20px;
}

.about nav {
	display: none;
}

@media only screen and (max-width: 768px) {
	#feature {
		padding-top: 0;
	}
	#feature h1 {
		font-size: 2.4em;
	}

	ul.main-nav {
		padding: 0;
		padding-bottom: 20px;
	}
	ul.main-nav li:first-of-type {
		margin-left: 0;
	}
	.logo {
		padding: 11px 0px 22px 45px;
	}

	ul.gallery,
	ul.gallery-artwork {
		padding: 0;
	}

	ul.gallery li > img,
	ul.gallery-artwork li a > img {
		height: 84px;
		width: 84px;
	}
	#feature p {
		word-wrap: break-word;
	}

	ul.artwork-list {
		text-align: center;
	}

	ul.artwork-list li img {
		height: 180px;
	}
	ul.artwork-list li {
		float: none;
		margin-right: 0;
		position: relative;
		display: inline-block;
		padding-left: 35px;
		padding-right: 35px;
	}
	.website {
		float: left;
	}
	.block h4 {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	#feature h1 {
		padding: 0 .3em;
		font-size: 4.5em;
	}

	ul.artwork-list li img {
		height: 120px;
	}

	.caption {
		padding-right: 40px;
	}

	ul.gallery img,
	ul.gallery-artwork img {
		width: 170px;
		height: 170px;
	}
}

@media only screen and (min-width: 768px) {
	ul#list {
		padding: 60px 0px 60px 26px;
	}

	.btn-cycle {
		display: block;
	}

	.about nav {
		display: block;
	}

	#feature p {
		padding: .8em 2em;
	}

	ul.main-nav {
		float: right;
		padding: .8em 0 .4em 0;
		font-size: 1.4em;
	}

	.gallery-wrap {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 1024px) {
	ul.main-nav {
		float: right;
		padding: .6em 1em .4em 1em;
		font-size: 1.6em;
	}
}

@media only screen and (min-width: 1200px) {
	.full-image {
		width: initial;
		max-width: 630px;
	}

	.side {
		width: 196px;
		padding-left: 10px;
	}

	.gallery-wrap {
		padding-right: 20px;
	}

	.gallery-wrap {
		padding: 60px 0 30px 0;
		display: block;
	}
}