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

*{
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: helvreg;
  src: url("helvroman.otf");
}

@font-face {
  font-family: helvbold;
  src: url("helvbold.otf");
  font-weight: bold;
}

:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	margin-left: 100px;
	margin-right: 100px;
	background-color: #e7e4df;
	
}

#container {
	margin: 0;
	width: 100%;
}

.home {
	height: 100vh;
	width: 100%;
	display: flex;
	margin: 0;
	overflow: hidden;
}

#about {
	width: 100%;
}

#story {
	width: 100%;
}


#header {
	padding-top: 16px;
	padding-bottom: 16px;
	position: fixed;
	background-color: #e7e4df;
	z-index: 1;
	width: 100%;
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1.6rem;
	justify-content: space-between;
	align-items: center;
	transform: translateY(-100%);
	display: inline-flex;
	left: 0;
	}

.time {
	color: #231f20;
	display: inline-flex;
	padding-left: 100px;
}

.navbar {
	padding-right: 100px;
}


.navbar a {
	text-decoration: none;
	margin-left: 20px;
	color: #231f20;
}

a {
	position: relative;
	text-decoration: none;
	color: #231f20;
}

a:after {
	content: "";
	position: absolute;
	background-color: #231f20;
	height: 3px;
	width: 0;
	left: 0;
	bottom: -2px;
	transition: 0.2s;
}

a:hover:after {
	width: 100%;
	
}

.logo {
	width: 100%;
	margin: auto;
	place-items: center;
	
}

.logo img{
	margin-top: -50px;
}

.sub {
	position: absolute;
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 3em;
	transform: translateX(-120%);
	bottom: 0;
	padding-bottom: 40px;
	
}

#portfolio {
	width: 100%;
	
}

.smallgiga{
	margin-top: 250px;
	width: 14%;
	margin-bottom: 14px;
	transform: translateY(130%);
}

.sectionheader {
	overflow: hidden;
}

#subheader {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding-top: 14px;
	border-top: solid;
	border-top-width: medium;
	border-top-color: #231f20;
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: right;
	line-height: 1;
	padding-bottom: 50px;
}

#project {
	width: 100%;
}

#project img {
	display: block;
	width: 100%;
	height: auto;
}

.title {
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	margin-bottom: 10px;
	margin-top: 60px;
}

.description {
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: right;
	margin-top: 60px;
}


.clienttitle {
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	padding-top: 14px;
	
}

.clientdescription {
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: right;
	padding-top: 14px;
}


.abouttitle {
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: left;
	line-height: 1.2;
}

.contacttitle {
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.5;
	
}

.aboutdescription {
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: right;
	margin-top: 10px;
	line-height: 1.4;
	padding-bottom: 30px;
}

.connecttitle {
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: right;
	line-height: 1.5;
	padding-top: 14px;
}

.connectlinks {
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: right;
	
}



.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.column {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.clientcolumn {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 16%;
  height: auto;

}

.clientrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding-top: 6px;
}

.clientrow img {
	display:block;
	width: 100%;
	height: auto;
}

.aboutrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid;
  border-top-width: medium;
  border-top-color: #231f20;
  padding-top: 6px;
}

.aboutcolumn {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
width: 50%;
}


.contactrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid;
  border-top-width: medium;
  border-top-color: #231f20;
  padding-top: 6px;
}

.contactcolumn {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  width: 33%;
}


#contact {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 200px;
}

.loader {
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 999;
	
	left: 0;
	pointer-events: none;
}

.blinder-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
}

.blinder {
	background: #231f20;
	height: 100vh;
	flex: 1;
	transform-origin: top;
	left: 0;
}

.loader svg {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0; 
	right: 0; 
	bottom: 0;
	width: 10vw;
	color: #e7e4df;
}


@media screen and (max-width: 1024px) {
	
	body {
	margin-left: 30px;
	margin-right: 30px;
	background-color: #e7e4df;
	
}
	
	.time {
	color: #231f20;
	display: inline-flex;
	padding-left: 30px;
}

	.navbar {
	padding-right: 30px;
}

	#header {
	font-size: 1.4rem;
	}
		
		
	.sub {
	position: absolute;
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 2.1em;
	transform: translateX(-120%);
	bottom: 0;
	padding-bottom: 40px;
	
}
	.smallgiga {
	margin-top: 250px;
	width: 30%;
	margin-bottom: 14px;
	transform: translateY(130%);
}
	
	.column {
  	display: flex;
  	flex-direction: column;
  	width: 100%;
}

	
	.sub {
	padding-bottom: 20px;
	}

    .clientcolumn {
    display: flex;
    flex-direction: column;
    flex: 33%;
    height: auto;

}
	
	.loader svg {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0; 
	right: 0; 
	bottom: 0;
	width: 30vw;
	color: #e7e4df;
	
	
}
	
	
}

@media screen and (max-width: 768px) {
		
	
	.smallgiga {
	margin-top: 250px;
	width: 38%;
	margin-bottom: 14px;
	transform: translateY(130%);
}
	
	.loader svg {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0; 
	right: 0; 
	bottom: 0;
	width: 40vw;
	color: #e7e4df;
}

}

@media screen and (max-width: 390px) {
		
	.sub {
	position: absolute;
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 1.5em;
	transform: translateX(-120%);
	bottom: 0;
	padding-bottom: 20px;
	
}
	
	.smallgiga {
	margin-top: 250px;
	width: 60%;
	margin-bottom: 6px;
	transform: translateY(130%);
}
	
	#subheader {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding-top: 14px;
	border-top: solid;
	border-top-width: medium;
	border-top-color: #231f20;
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: left;
	line-height: 1;
	padding-bottom: 50px;
}
	
	.row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
	
   .title {
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	margin-top: 30px;
	margin-bottom: 4px;
}

.description {
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: left;
	margin-top: 0;
	margin-bottom: 6px;
}
	.contactcolumn {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  width: 100%;
}

	.aboutdescription {
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: left;
	margin-top: 10px;
	line-height: 1.4;
	padding-bottom: 30px;
}

.connecttitle {
	font-family: "helvbold", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.5;
	padding-top: 14px;
}

.connectlinks {
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1.5rem;
	text-align: left;
	
}
	.aboutcolumn {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
width: 100%;
}
	.abouttitle {
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1rem;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: left;
	line-height: 1.3;
}
	.clientdescription {
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1rem;
	text-align: left;
	padding-top: 14px;
}
	.time {
	color: #231f20;
	display: none;
}

	#header {
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	background-color: #e7e4df;
	z-index: 1;
	width: 100%;
	font-family: "helvreg", "sans-serif";
	color: #231f20;
	font-size: 1.4rem;
	justify-content: space-between;
	align-items: center;
	transform: translateY(-100%);
	display: inline-flex;
	left: 0;
	}
	
	  .clientcolumn {
    display: flex;
    flex-direction: column;
    flex: 50%;
    height: auto;

}
	.loader svg {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0; 
	right: 0; 
	bottom: 0;
	width: 50vw;
	color: #e7e4df;
	
}
	
	
}