html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #f7f7f7;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




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

p {
	line-height: 1.5em;
}

a {
	text-decoration: none;
}

.textlinks {
	color: rgba(0, 0, 0, 1.0);
	/* display: block; */
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;|
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}

.textlinks:hover {
	color: black;
	transition: all 0.5s ease;
}

.textlinks:before {
	/* content: ""; */
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #000;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.textlinks:hover:before, .textlinks:focus:before, .textlinks:active:before {
	left: 0;
	right: 0;
}

.frontcontainer p {
	font-size: 1.1em;
	text-align: center;
	line-height: 1.5em;
	display: block;
}

.by {
	margin-bottom: 23px;
}

.frontcontainer {
	margin-top: 150px;
	text-align: center;
}


.frontheadline_stroke {
	font-family: 'Helvetica';
	font-weight: 1000;
	font-size: 9em;
	text-align: right;
	color: black;
	text-transform: uppercase;
	-webkit-text-fill-color: #f7f7f7;
  	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 0%;
	transition: background-position 275ms ease;
	text-decoration: none; // text decorations are clipped in WebKit browsers
}

.frontheadline_stroke:hover {
	background-position: 0 100%;	
}

.hello {
	text-align: right;
}

.frontcontainer a:hover {	
	text-decoration: none;
}

.frontcontainer .frontheadline_a {
	font-family: 'Open Sans';
	font-weight: 1000;
	font-size: 9em;
	text-align: right;
	color: black;
	text-transform: uppercase;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
  	-webkit-text-fill-color: #f7f7f7;
  	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	background: linear-gradient(to right, white, white 50%, black 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms ease;
	text-decoration: none; // text decorations are clipped in WebKit browsers
}

.frontcontainer .frontheadline_a-name {
	font-family: 'Open Sans';
	font-weight: 1000;
	font-size: 1.1em;
	text-align: right;
	color: black;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
  	-webkit-text-fill-color: #f7f7f7;
  	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
	background: linear-gradient(to right, white, white 50%, black 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms ease;
	text-decoration: none; // text decorations are clipped in WebKit browsers
}


.frontcontainer a {
	position: relative;
	overflow: hidden;
	font-weight: 800;
	color: black;
	padding: 0;
}

.frontcontainer a:hover {
	background-position: 0 100%;
}

.aboutcontainer {
	margin-top: 150px;
	padding: 0px 25px 0px 25px;
}

.aboutcontainer img {
	max-width: 100%;
}


.aboutcontainer p {
	text-align: right;
}

.portfoliocontainer {
	margin-top: 150px;
}

h1.contact {
	font-size: 3em;
	font-weight: 800;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.stroke {
  	-webkit-text-fill-color: #f7f7f7;
  	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.grey {
	background-color: rgba(0, 0, 0, 0.02);
}

.white {
	color: white;
}

.black {
	color: black;
}

.black-opa {
	background-color: rgba(0, 0, 0, 0.8);
}

.bold {
	font-weight: bold;
}
/* -------------------------------------------------------- */

#top {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.nav {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	top: 0;
	z-index: 999;
}

.subnav {
	text-align: center;
}

nav {
	margin: 0;
	overflow: hidden;
	padding: 25px 0 25px 0;
	font-size: 15px;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline-block;
	list-style-type: none;
}

nav ul li a {
	color: rgba(0, 0, 0, 0.3);
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0.3em 1.2em 0em 1.2em;
	padding-bottom: 5px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;|
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}

nav a:hover {
	text-decoration: none;
	color: black;
	transition: all 0.5s ease;
}

nav ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #000;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

nav ul li a:hover:before, nav ul li a:focus:before, nav ul li a:active:before {
	left: 0;
	right: 0;
}

.active {
	font-weight: bold;
	color: black;
}


.logo {
	text-transform: uppercase;
	letter-spacing: 0.8em;
	font-size: 38px;
	font-family: 'Asar', serif;	
}

.logo img {
	max-width: 600px;
}

.logo h2 {
	font-size: 18px;
	letter-spacing: 0.4em;
	display: block;
	margin-top: 10px;
}

/* -------------------------------------------------------- */

.brands_box .col-md-2 {
}

.brands_box .col-md-2 img {
	max-width: 80%;
	max-height: 100%;
	object-fit: contain
}

.item {
	border: 1px solid;
	border-color: black;
	margin:2px;
}

.main_content .col-md-3 {
	text-align: center;
}

.main_content a {
	color: black;
}

.main_content img {
	max-width: 100%;
	max-height: 100%;
}

.logo_ref {
	display: block;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.4;
}

.contactcontainer {
	margin-top: 150px;
}

.contactinfo {
}


form {
}

label {
	font-family: 'Montserrat';
	margin-bottom: 8px;
}

textarea,
textarea:focus {
	resize: none;
	outline: none;
}




.form-group {
    margin-bottom: 25px;
}
.form-group input,
.form-group textarea {
    padding: 12px;
	font-family: 'Montserrat';
}
.form-group input:focus {
  	border-bottom: 3px solid lightgrey;
}
.form-group input.form-control {
    height: auto
}
.form-group textarea.form-control {
    height: 236px
}

.form-control {
	width: 100%;
	border: none;
	border-bottom: 3px solid lightgrey;
	border-radius: 0;
	background-color: #f7f7f7;
	outline: none;
}


/* -------------------------------------------------------- */

footer {
	width: 100%;
	height: auto;
	padding: 125px 0 125px 0;
	text-align: center;
/*	border-top: 1px solid black;*/
}

footer a {
    display:inline-block;
    margin:5px 30px;
    padding:5px;
    height: 45px;
    justify-content: center;
}

footer img {
	height: 45px;
}


/*.social {
	display: grid;
	grid-template-columns: repeat(2, 38px);
	grid-column-gap: 80px;
	margin: 0 auto;
	justify-content: center;
}*/

.btn {
	font-family: 'Titillium Web', sans-serif;
}

.social-contact {
	margin-top: 25px;
}

.social-contact img {
	width: 30px;
	padding: 0px 10px 0px 0px;
}

.social-contact img:last-child {
}

footer h1 {
	margin-bottom: 20px;
	font-size: 28px; 
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-10px);
		-ms-transform:     translateY(-10px);
		transform:         translateY(-10px)
	}
	60% {
		-webkit-transform: translateY(-5px);
		-ms-transform:     translateY(-5px);
		transform:         translateY(-5px)
	}
}
.social img {  
	position: absolute;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.social img:hover {
	cursor: pointer;
  	animation-name: bounce;
  	-moz-animation-name: bounce;
}




/* Common style */
figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 210px;
	max-width: 480px;
	max-height: 360px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

figure h2 span {
	font-weight: bold;
}

figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	font-family: 'Titillium Web', sans-serif;	
}

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	font-family: 'Titillium Web', sans-serif;
	top: 50%;
	left: 0;
	width: 100%;
	color: #213e50;	
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


@media (max-width: 768px) {
	.frontheadline_stroke,
	.frontcontainer .frontheadline_a
		{
		font-family: 'Helvetica';
		font-weight: 1000;
		font-size: 4em;
		/*text-align: right;*/
		color: black;
		text-transform: uppercase;
		padding: 0 25px 0 0;
	}
	.frontcontainer p {
		padding: 0 25px 0 25px
	}
	.aboutcontainer img {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.aboutcontainer p {
		padding:0 25px 0 0;
	}
	.hello {
		margin-top: 50px;
		text-align: right;
	}
	.form-group {
		margin-top: 50px;
	}
	.contactinfo {
		text-align: center;
	}
}