/*Site-specific styles to override Spectre's default styles*/
body { width: 100%; margin: 0; }

h1, h2, h3, h4, li, a, p {
    font-family: 'Nunito', sans-serif;
}

#gallery-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

#master-container {
    position: relative;
    display: block;
    width: 960px;
	  /*width: 100%;*/
    margin: 0 auto;
    height: auto;
}

#navigation {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    background-color: rgba(255,255,255,0.9);
}

#header {
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    height: 100%;
}

#links {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0 40px;
	padding: 0;
	float: right;
	height: 100%;
}

#links li a {
	position: relative;
}

#links li a::after {
	content: ' ';
	position: absolute;
	display: block;
	height: 2px;
	width: 1px;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(0,0,0,0);
	transition: all 0.3s ease-out;
}

#links li a:hover::after {
	width: 40px;
	background-color: #000;
}

#links li a:hover::before {
	width: 40px;
	background-color: #000;
}

#links li a::before {
	content: ' ';
	position: absolute;
	display: block;
	height: 2px;
	width: 1px;
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(0,0,0,0);
	transition: all 0.3s ease-out;
}

#links li {
    display: inline-block;
    /*font-family: "Open Sans";*/
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin: 0 10px;
}

#links li a,
#header h1 a {
    color: #000;
    text-decoration: none;
}

#content-container {
    z-index: 1;
}

.chunky-gallery {
    width 100%;
    height:100vh;
}

.chunky-gallery figcaption {
    position: absolute;
    display: block;
}

h1 {
    /*font-family: "Open Sans";*/
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    margin: 0 40px;
}

#gallery-controls {
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	z-index: 3;
}

#gallery-elements {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}

#gallery-elements li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 50px;
	height: 50px;
	margin: 25px 40px 25px 0;
	background-color: rgba(255,255,255,0.8);
	cursor: pointer;
}

#gallery-elements li span {}

#description {
	bottom: 0;
	position: absolute;
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	height: auto;
	margin: 25px 0 25px 40px;
	background-color: rgba(255,255,255,0.8);
}

.shadow {
	box-shadow: 0 5px 20px rgba(0,0,0,0.3);
	transition: box-shadow 0.5s;
}

.shadow:hover { box-shadow: 0 5px 13px rgba(0,0,0,0.8); }
.shadow.no-hover:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.3); }

#description a {
	text-decoration: none;
	color: #000;
	margin: 0 10px
}

#description p {
	transition: all 1s;
	margin: 20px;
}

video {
	position: relative;

}

.project-page {
	padding-top: 100px;
}

.project-page .project-heading-image {
	width: 100%;
	height: auto;
}

.project-page ul {
	padding: 0;
	margin: 0;
}

.project-page li {
	list-style: none;
}

.container.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.container.site-padding {
	padding-left: 40px;
	padding-right: 40px;
}

.project-page h3 {
	font-size: 28px;
}

.project-icon-details img {
	width: 200px;
	height: auto;
	display: block;
	position: relative;
	margin: 0 auto;
}

.project-heading-text img,
.column.col-9 img {
	width: 100%;
}

.project-detail-medium .col-6 {
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.project-detail-medium .col-6 p {
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	padding: 10px;
	max-width: 90%;
}

.project-detail-medium img {
	width: 100%;
}

.project-detail-medium p {
	margin-top: 50px;
}
