@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
@font-face {
    font-family: Aileron;
    src: url("../fonts/aileron/Aileron-Light.otf");
}

div {
	font-family: Arial;
}

:root {
	--text-color: rgba(234, 234, 225, 1);
	--text-color-2: rgba(234, 234, 225, .8);
	--text-highlight: rgba(234, 234, 225, .5);
	--font: 'Aileron';
	--button-color: rgba(108, 144, 168, .9);
	--text-contrast: rgba(171, 171, 129, 1);
	--scheme-c1: #EAEAE1;
	--scheme-c1-h: #BBBBB4;
	--scheme-c2: #cdd4a8;
	--scheme-c2-h: #80875c;
	--scheme-c3: #ABC0A8;
	--scheme-c3-h: #375C38;
}
body {
	padding: 0px;
	margin: 0px;
}
div {
	font-family: var(--font);
}
.background {
	background: url("../images/backg.jpg") no-repeat center center fixed; 
	position: fixed;
  	height: 100%;
  	width: 100%;
	left: 0;
  	right: 0;
  	z-index: -5;
	filter: blur(2px);
 	-webkit-filter: blur(2px);
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: cover;
}
.navbar-active {
	background-color: var(--button-color);
}
#navbar {
	top: 0px;
	position: fixed;
	width: 100%;
	height: 35px;
	text-align: center;
	z-index: 5;
	padding-top: 15px;
	-moz-transition: all .5s linear;
    transition: all .5s linear;
}
/* .navbar-positioner {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 5px;
	background-color: red;
} 
.navbar-inactive {
	background-color: rgba(108, 144, 168, 0);
}*/
.navbar-button, .navbar-button a {
	padding: 0px 12px 0px;
	color: var(--text-color);
	font: 14px var(--font);
	text-transform: uppercase;
	letter-spacing: 3.5px;
	text-decoration: none;
	display: inline-block;
}
.navbar-button:hover, .navbar-button a:hover, .error-button:hover {
	color: var(--text-highlight);
	-moz-transition: all .2s linear;
    transition: all .2s linear;
}
.front-page {
	height: 100vh;
}
.content {
	position: relative;
	width: 100%;
	height: 100%;
}
.header-section {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	text-align: center;
}

.project-section {
	position: relative;
	width: 100%;
	height: 100%;
}
.project-container {
	position: absolute;	
	width: 1200px;
	top: 50%;
	left: 50%;
	margin: 100px 0 0 -600px;
}
.detail-section {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: var(--text-color);
}
.detail-container {
	position: absolute;
	width: 80%;
	margin: 10px 10% 10px;
	font-size: 16px;
	text-align: center;
}
/* home-page specific code */
.left-icon {
	position: absolute;
	left: 4vw;
	top: 50vh;
}
.left-icon img {
	width: 4vw;
}
.name img {
	width: 40vw;
}
.socialicons {
	margin-top: 20%;  
}
.socialicon  {
	border: 4px double var(--text-color);
	color: var(--text-color);      
	border-radius: 50%;
    display: inline-block;
	width: 22px;
  	height: 22px;
 	padding: 11px;
    position: relative;
    background: transparent;
    transition: all 0.2s ease;
    text-decoration: none;
    margin: 20px 10px 0px;
}
.socialicon:hover {
	background: var(--text-color);
	color: var(--text-contrast);
    top: -2px;
    transition: all 0.2s ease;
}
/* 404-page specific code */
.error {
	text-align: center;
	font-size: 20px;
	color: var(--text-color);
}
.error-button {
	display: block;
	color: var(--text-color);
	background-color: var(--button-color);
	text-align:center;
	text-decoration:none;
	margin-top: 40px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	padding: 15px;
	position: relative;
}
/* about-specific page */

.about-section {
	position: relative;
	width: 100%;
	height: 600px;
	background-color: var(--text-color-2);
}
.about-container {
	position: absolute;
	width: 70vw;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -35vw;
	height: 100%;
}
.about-content {
	position: relative;
}
.description {
	float: right;
	font-size: 1em;
	line-height: 1.4em;
	width: 41vw;
	padding: 2vw;
	margin-top: 25px;
	background-color:var(--text-color);
    }
.description2 {
	float: left;
	font-size: 1em;
	line-height: 1.4em;
	width: 41vw;
	padding: 2vw;
	margin-top: 2px;
	background-color:var;
    color:blue;
}
.image {
	float: left;
	position: absolute;
	margin: 25px 0px 0px 0px;
	z-index: 1;
}

.image img {
	width: 25vw;
	border-radius: 0%;
	border: 5px double var(--text-color);
}

.featured-projects {
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: var(--text-color);
	margin: 500px 0px 0px 0px;
}
/* project-container specific information */
.label {
	text-align: center;
	float: left;
	width: 250px;
	height: 250px;
	padding: 25px;
	color: var(--scheme-c3-h);
	text-decoration: none;
}
.label:hover {
	color: var(--scheme-c1);
	background-color: var(--scheme-c3-h);
	transition: .3s;
}
/*.title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}*/
.label .title {
	font-size: 18px;
	height: 30%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.label .subtitle {
	font-size: 15px;
	margin-top: 15px;
	height: 55%;
}
.label .group {
	height: 20%;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#c1 {
	background-color: var(--scheme-c1);
}
#c1:hover {
	background-color: var(--scheme-c1-h);
}
#c2 {
	background-color: var(--scheme-c2);
}
#c2:hover {
	background-color: var(--scheme-c2-h);
}
#c3 {
	background-color: var(--scheme-c3);
}
#c3:hover {
	background-color: var(--scheme-c3-h);
}
/* blog-container specific information */
.blog-section {
	position: relative;
	width: 100%;
	height: 100%;`
}
.blog-container {
	position: absolute;
	width: 800px;
	top: 50%;
	left: 50%;
	padding-bottom: 100px;
	margin: 100px 0 0 -400px;
}
h1 {
	color: var(--text-color);
}
.article {
	letter-spacing: 3px;
	display: inline-block;
	width: 96%;
	padding: 2%;
	color: var(--scheme-c3-h);
}
.article:hover {
	color: var(--text-highlight);
}
.article .title {
	width: 86%;
	float: left;
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
}
.article .date {
	letter-spacing: 2px;
	width: 86%;
	float: left;
	font-size: .7em;
	text-align: left;
	display: block;
}
.article .group {
	float: right;
	width: 14%;
	font-size: .75em;
	text-align: center;
	text-transform: uppercase;
}
.sorting-button {
	position: fixed;
	width: 200px;
	height: 260px;
	top: 50%;
	margin: -100px 0px 0px 4vw;
	background-color: var(--text-contrast);
	z-index: 5;
	letter-spacing: 2px;
	font-size: 14px;
}


/*.sort-header {
	font-family: arial;
	background-color: var(--text-color-2);
	text-align: center;
	height: 30px;
	margin-bottom: 10px;
	padding: 5px 0px 5px;
	text-transform: lowercase;
	font-size: 1.8em;
	color: var(--text-contrast);
	font-style: italic;
	font-weight: bold;
	letter-spacing: 6px;
}*/
.sort-item {
	float: left;
	margin: 0px 0px 10px;
	padding: 5px 20px 5px;
}
.sort-button {
	width: 20px;
	height: 20px;
	background-color: white;
	float: left;
}
.sort-text {
	margin-left: 30px;
	color: var(--text-color);
}
/*.article {
	text-align: center;
	float: left;
	width: 320px;
	height: 320px;
	padding: 40px;
	color: var(--scheme-c3-h);
	text-decoration: none;
	margin: 0px;
}

.article .title {
	font-size: 20px;
	height: 30%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.article .subtitle {
	font-size: 16px;
	margin-top: 15px;
	height: 50%;
}
.article .group {
	height: 10%;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.date {
	font-size: 11px;
	height: 10%;
	letter-spacing: 2px;
	text-transform: uppercase;
}*/

{box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}