﻿@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 100;
	src: local("Space Grotesk Light"),
		url("SpaceGrotesk-Light.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 300;
	src: local("Space Grotesk Regular"),
		url("SpaceGrotesk-Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 400;
	src: local("Space Grotesk Light"),
		url("SpaceGrotesk-Light.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 500;
	src: local("Space Grotesk Medium"),
		url("SpaceGrotesk-Medium.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 600;
	src: local("Space Grotesk SemiBold"),
		url("SpaceGrotesk-SemiBold.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 700;
	src: local("Space Grotesk Bold"),
		url("SpaceGrotesk-Bold.woff") format("woff");
	font-display: swap;
}

/*
Theme Name: Generic2
Theme URI: https://generic.tools/
Author: Bryan Hadaway
Author URI: https://calmestghost.com/
Description: A fully responsive, SEO-friendly, Accessibility-ready, jQuery-ready, and WordPress theme review guidelines compliant starter theme for designers and developers, which comes with its own built-in CSS grid (https://generic.tools/grid/). This generic/starter/clean/simple/bare/blank/minimalist/example/cheatsheet/white-label/HTML5/CSS3/base/foundation/framework/skeleton/boilerplate/whatever theme was created specifically as a tool to assist with building client sites virtually from scratch or building and submitting your own themes. It's updated to reflect new changes in theme review requirements, to make the process much easier with a higher level of success (some theme authors never make it through), but please post bugs, suggestions for improvement, or support requests on GitHub (https://github.com/bhadaway/generic-theme/issues) if you're getting jammed up on your review ticket. Note: the aim of the project is to meet WordPress guideline requirements, but not necessarily all of its recommendations. The biggest diversion would be the semi-minification of Generic's code. If you prefer the WordPress official coding standard (https://make.wordpress.org/core/handbook/best-practices/coding-standards/) or some other popular standard, you may download a free trial of PhpStorm (https://www.jetbrains.com/phpstorm/) or use some other code formatter/beautifier to automatically and instantly bulk format all the code to your liking. If I was able to help you out, consider making a donation (https://calmestghost.com/donate). Thank you and enjoy!
Version: 1.3
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Tags: accessibility-ready, one-column, two-columns, right-sidebar, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, blog, e-commerce, portfolio
Text Domain: generic2

Generic WordPress Theme © 2015-2020 GenericTools
Generic is distributed under the terms of the GNU GPL
*/

html {
	margin-top: 0 !important;
	scroll-behavior: smooth;
	background: #000;
	background-color: #000;
}

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;
}



body {
	line-height: 1;
	scroll-behavior: smooth;
}



a {
	text-decoration-skip-ink: auto;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

button {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

q {
	display: inline;
	font-style: italic;
}

q:before {
	content: '"';
	font-style: normal;
}

q:after {
	content: '"';
	font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 2px;
}

big {
	font-size: 120%;
}

small,
sup,
sub {
	font-size: 80%;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

dd {
	margin-left: 20px;
}

kbd,
tt {
	font-family: courier;
	font-size: 12px;
}

ins {
	text-decoration: underline;
}

del,
strike,
s {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
}

address,
cite,
var {
	font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Page Loader */
.js .loading::before {
	content: "";
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.js .loading::after {
	content: "";
	position: fixed;
	z-index: 99999999;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: #000;
	-webkit-animation: loaderAnim 0.7s linear infinite alternate forwards;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@-webkit-keyframes loaderAnim {
	to {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
}

.loader {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 10000000000;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.spinner {
	width: 40px;
	height: 40px;

	position: relative;
	margin: auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

body {
	font-size: 16px;
	color: #777;
	line-height: normal;
	word-wrap: break-word;
	background: #fff;
	font-family: Space Grotesk;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

h2,
h3,
h4,
h5,
h6 {
}

.page #content p,
.single-post #content p {
	font-size: 18px;
	line-height: 145%;
}

* p:last-of-type,
#sidebar .widget-container:last-child {
	margin-bottom: 0;
}

a {
	color: inherit;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

pre {
	overflow-x: auto;
	white-space: pre-wrap;
}

pre,
code {
	font-family: "courier new", courier, serif;
}

hr {
	height: 1px;
	border: 0;
	margin: 30px 0;
	background: #ccc;
}

blockquote {
	padding: 15px;
	border-left: 4px solid #ccc;
	margin: 30px 0;
}

blockquote p:first-of-type {
	margin-top: 0;
}

.entry-content ul,
.widget-container ul,
.comment-body ul,
.entry-content ol,
.widget-container ol,
.comment-body ol {
	text-indent: -20px;
	margin: 30px 0 30px 40px;
}

.entry-content ol,
.widget-container ol,
.comment-body ol {
	list-style: decimal inside;
	text-indent: -18px;
}

.entry-content ul ul,
.widget-container ul ul,
.comment-body ul ul,
.entry-content ol ol,
.widget-container ol ol,
.comment-body ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content ul li:before,
.widget-container ul li:before,
.comment-body ul li:before {
	content: "— ";
}

.entry-content li,
.widget-container li,
.comment-body li {
	line-height: 125%;
	margin: 10px 0;
}

input,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	padding: 15px;
	border: 0;
	border-bottom: 1px solid transparent;
	outline: 0;
	margin-top: 10px;
	background: #f6f6f6;
}

input:focus,
textarea:focus {
	border-bottom: 1px solid #ccc;
}

input[type="submit"],
button {
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

a img,
input[type="image"],
iframe {
	border: 0;
}

img,
video,
audio,
table,
select,
textarea {
	max-width: 100%;
	height: auto;
}

#wpadminbar {
	display: none !important;
}

#wrapper1 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

#wrapper2 {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
}

#header {
	height: 55.1vw;
	width: 100%;
	min-height: 800px;
	background-size: 100% auto;
	position: relative;
	/* background: url(images/nineteens.png) no-repeat;*/
}

header .me {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 0;
	bottom: 0;
	top: 0;
	pointer-events: none;
	z-index: 900;
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	will-change: opacity;
}

header .me img {
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 100% !important;
	height: 100%;
	margin-top: 9.4%;
	will-change: opacity;
}

.about-section .me2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
	z-index: 2;
	text-align: right;
	will-change: opacity;
}

	#container{
		overflow: hidden;
	}


.about-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-round {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 90%;
}






.round-btn {
	width: 100%;
	text-align: right;
	z-index: 9;
	padding: 20px;
	overflow: hidden;
	will-change: transform;
}

.round-btn img {
	width: 70%;
	height: auto;
}

.round-btn img:hover,
.round-btn img:focus {
	-webkit-filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
		brightness(104%) contrast(97%);
	filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
		brightness(104%) contrast(97%);
}

.me3 {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
	text-align: right;
	mix-blend-mode: multiply;
	opacity: 1;
	will-change: opacity;
}

.me4 {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 4;
	text-align: right;
	mix-blend-mode: normal;
	opacity: 0;
	will-change: opacity;
}

.me5 {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 6;
	text-align: right;
	mix-blend-mode: color-burn;
	opacity: 0;
	will-change: opacity;
}

.outer {
	overflow: hidden;
}

span.outer span {
}

.welcome {
	will-change: transform, opacity;
}

.welcome h1 {
	width: auto;
	font-family: Space Grotesk;
	font-weight: 700;
	color: #000;
	font-size: 9.9vw;
	line-height: 1.2;
	text-align: justify;
	-ms-font-feature-settings: "ss01" 1;
	-o-font-feature-settings: "ss01" 1;
	-webkit-font-feature-settings: "ss01" 1;
	font-feature-settings: "ss01" 1;
	margin-top: -2vw;
	margin-left: -0.5vw;
}

.welcome h2 {
	padding-top: 7vw;
	padding-bottom: 7vw;
	width: auto;
	font-family: Space Grotesk;
	font-weight: 600;
	color: #000;
	font-size: 1.55vw;
	line-height: 1;
	text-align: justify;
	-ms-font-feature-settings: "ss01" 1;
	-o-font-feature-settings: "ss01" 1;
	-webkit-font-feature-settings: "ss01" 1;
	font-feature-settings: "ss01" 1;
	opacity: 1;
}

.text-header span {
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.1rem;
	text-align: justify;
}

.text-scroll {
	font-family: Space Grotesk;
	font-weight: 200;
	font-size: 1.15rem;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 1rem;
	letter-spacing: 0.1rem;
}

.about-section {
	position: relative;
	background: #ffefec;
	height: 55.1vw;
	min-height: 800px;
	background: #ffefec;
	background-size: cover;
}

.about-section .round-red{
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(120%, -20%);
	transform: translate(120%, -20%);
}

.about-section .round-red img{
	pointer-events: none;
}

img#animate10{
	pointer-events: none;
}

#trigger1 {
	bottom: 0;
}

#trigger2 {
	position: absolute;
	bottom: 0;
}

#trigger3 {
	position: absolute;
	bottom: 0;
}

#trigger6 {
	position: absolute;
	bottom: -3vw;
}

#trigger7 {
	position: absolute;
	top: 1;
}

#trigger8 {
	position: absolute;
	top: 1;
}

.about-section #wrapper1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.about-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 64%;
	width: 100%;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	text-rendering: optimizelegibility;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 2.4rem;
	line-height: 1.1;
	font-weight: 500;
	color: #ff0000;
	opacity: 0;
	-ms-flex-item-align: center;
	align-self: center;
	mix-blend-mode: overlay;
	z-index: 5;
	-webkit-transform: translate3d(0px, 0px, 0px) scale(1.2, 1.2);
	transform: translate3d(0px, 0px, 0px) scale(1.2, 1.2);
	margin-top: -5vw;
	will-change: transform, opacity;
}

.mixblend1 {
	mix-blend-mode: color-burn;
}

.top-btn {
	padding-top: 3.5vw;
}

.btn {
	display: inline-block;
	margin-bottom: 2vw;
	padding: 10px 30px 10px 0;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.8em;
	letter-spacing: 0.05em;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	text-align: left;
	text-decoration: none;
}

.btn:hover:after {
	-webkit-transform: translateX(2vw);
	transform: translateX(2vw);
	font-weight: 300;
}

.btn:after {
	text-align: right;
	content: "→";
	font-size: 150%;
	font-weight: 200;
	display: block;
	position: absolute;
	width: auto;
	left: 100%;
	top: -10%;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.portfolio {
	background: #000;
	overflow: hidden;
}

.portfolio h3 {
	padding-top: 7vw;
	padding-bottom: 7vw;
	max-width: 100%;
	width: 100%;
	font-family: Space Grotesk;
	font-weight: 600;
	color: #fff;
	font-size: 12vw;
	line-height: 1;
	text-align: justify;
	-ms-font-feature-settings: "ss01" 1;
	-o-font-feature-settings: "ss01" 1;
	-webkit-font-feature-settings: "ss01" 1;
	font-feature-settings: "ss01" 1;
			z-index: 5;
    position: relative;
}

.opacdisab {
	opacity: 0 !important;
	z-index: 1;
}




.item-list {
	display: grid;
	grid-template-columns: 2.5fr repeat(2, 3.5fr);
	grid-column-gap: 2vw;
	grid-row-gap: 0;
	grid-template-rows: auto;
}

.item {
	color: #fff;
}

#item1.item {
}

#item2.item {
}

#item3.item {
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}

#item4.item {
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
}
#item5.item {
}
#item6.item {
}
#item7.item {
}
#item8.item {
}
#item9.item {
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
}
#item10.item {
}
#item11.item {
}

#item12.item {
	-webkit-transform: translateY(60%);
	transform: translateY(60%);
}

#item13.item {
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
}

#item14.item {
}
#item15.item {
	-webkit-transform: translateY(60%);
	transform: translateY(60%);
	margin-bottom: 90%;
	margin-bottom: 90%;
}

.grid__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: auto;
	width: 100%;
}

.grid__item--bg .grid__item-content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.grid__item-img {
	display: block;
	height: 100%;
	width: 100%;
}

.grid__item-img canvas {
	position: absolute;
	top: 0;
	z-index: 5;
}

.grid__item-img img {
	height: auto;
	display: block;
}

.grid__item-img img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.grid__item:hover .grid__item-img img:nth-child(2) {
	opacity: 1;
}

.js .grid__item-img img {
	display: none;
}

.js .grid__item-img img.holder {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	z-index: 1;
	position: relative;
	visibility: hidden;
}

.js .disable-webgl .grid__item-img img.holder {
	display: none;
}

.js .disable-webgl .grid__item-img img {
	display: block;
}

.item-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #fff;
}

.item-name {
	font-size: 1.5vw;
	padding: 1.2vw 0;
	font-weight: 700;
}

.item-type {
	font-size: 1.1vw;
	padding: 1.2vw 0;
	font-weight: 200;
}

.item-date {
	font-size: 1.1vw;
	padding: 1.2vw 0;
	font-weight: 200;
}

.child,
.child2 {
	opacity: 0.1;
	will-change: transform, opacity;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.circle {
	position: fixed;
	background-color: #fff;
	width: 10px;
	height: 10px;
	left: -10px;
	top: -10px;
	border-radius: 100%;
	z-index: 1;
	z-index: 100000;
	-webkit-transform: scale(1);
	transform: scale(1);
	mix-blend-mode: difference;
}

.circle-follow {
	position: fixed;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	left: -30px;
	top: -30px;
	border-radius: 100%;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 100000;
	-webkit-transform: scale(1);
	transform: scale(1);
	mix-blend-mode: difference;
}

.circle-image {
	position: fixed;
	width: auto;
	height:70vh;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 100000;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0;
}


.circle-image img{
-webkit-transform: translate(-80%, -80%);
transform: translate(-80%, -80%);
	max-height: 100%;
}




.content {
	height: 100%;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	isolation: isolate;
	overflow: hidden;
}


.content__img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	will-change: transform;
}

.content__img--full {
	width: 100%;
	height: 100%;
	background-size: cover;
}


.footer-container{
	background: url(images/footer_bg.jpg) no-repeat center center;
	background-size: cover;
	
}


.footer-container a{
	text-decoration: none;
	
}

.footer-grid{
display: grid;
	grid-template-columns: 2.5fr repeat(2, 3.5fr);
	grid-column-gap: 2vw;
	grid-row-gap: 0;
	grid-template-rows: auto;
color: #000;
	 -webkit-box-align: baseline;
	 -ms-flex-align: baseline;
	 align-items: baseline;

}

.footer-name{
font-weight: 300;
	font-size: 4vw;
color: #000;
	padding: 5vw 0;
}

.footer-contact{
font-weight: 300;
	font-size: 2vw;
color: #000;

}

.rodo{
	font-size: 13px;
	text-align: justify;
	width: 100%;
	color: #000;
	font-weight: 300;
	padding-bottom: 2.5vw;
	
}



#footer {
	background: #fff;
}

#copyright {
	text-align: center;
	color: #000;
}

.entry-meta,
.entry-footer,
.archive-meta {
	margin: 30px 0;
}

.entry-footer {
	clear: both;
}

#copyright,
#copyright a,
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a,
.comment-meta,
.comment-meta a,
.comment-author,
.comment-author a {
	font-size: 14px;
}

.sticky {
	padding-bottom: 60px;
	border-bottom: 4px solid #ccc;
}

.bypostauthor {
}

.post,
.widget-container,
.search article {
	margin-bottom: 60px;
}

.post:last-of-type {
	margin-bottom: 0;
}

.wp-caption {
	width: auto !important;
}

.wp-caption.aligncenter,
.wp-caption-text,
.gallery-caption {
	text-align: center;
}

.alignleft {
	margin: 0 30px 30px 0;
	float: left;
}

.alignright {
	margin: 0 0 30px 30px;
	float: right;
}

.aligncenter {
	display: block;
	margin: 30px auto;
	clear: both;
}

.wp-post-image {
	display: block;
	margin-bottom: 30px;
}

.entry-attachment img {
	display: block;
	margin: 60px auto 30px;
}

.attachment .entry-caption {
	text-align: center;
}

.nav-links {
	margin-top: 30px;
}

.nav-links a,
#nav-above a {
	text-decoration: none;
}

#nav-above a {
	display: block;
	font-family: tahoma, sans-serif;
	font-size: 50px;
	color: #777;
	line-height: 0;
	margin: 30px 0 15px;
}

.nav-previous {
	text-align: left;
	float: left;
}

.nav-next {
	text-align: right;
	float: right;
}

.note {
	display: block;
	font-size: 14px;
	padding: 20px;
	margin: 30px 0;
}

.box,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6,
.box-1-3,
.box-2-3 {
	display: inline-block;
	width: 100%;
	padding: 5%;
	vertical-align: top;
	float: left;
}

.box-2 {
	width: 50%;
}

.box-3,
.box-1-3 {
	width: 33.3333333%;
}

.box-4 {
	width: 25%;
}

.box-5 {
	width: 20%;
}

.box-6 {
	width: 16.6666667%;
}

.box-2-3 {
	width: 66.6666666%;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-float:after,
.boxes:after {
	display: table;
	content: "";
	clear: both;
}

.pswp img {
	max-width: none !important;
}

a.hide {
	display: none;
}

@media (max-width: 1700px) {
	#wrapper2 {
		padding: 0 3vw;
	}
}

@media (max-width: 1500px) {
	#wrapper1 {
		padding: 0 40px;
	}

	#wrapper2 {
		padding: 0 40px;
	}
}

@media (max-width: 1366px) {
	.btn {
		font-size: 1.3em;
	}
}

@media (max-width: 1150px) {
	
	
	.hide-res{
		display: none;
	}
	
	.footer-name{
	font-size: 6vw;
	padding: 5vw 0;
}

.footer-contact{
	font-size: 3vw;
	margin-left: auto;

}
	
	#holder_c {
    content: url(./images/holder.png);
  }
	
	.item-list,
	.footer-grid{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}

	.item-name {
		font-size: 2.3vw;
		padding: 2.2vw 0;
		font-weight: 700;
	}

	.item-type {
		font-size: 1.8vw;
		padding: 2vw 0;
		font-weight: 200;
	}

	.item-date {
		font-size: 1.8vw;
		padding: 2vw 0;
		font-weight: 200;
	}

	#item1.item {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	#item2.item {
		-webkit-transform: translateY(12%);
		transform: translateY(12%);
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	#item3.item {
		-webkit-transform: translateY(25%);
		transform: translateY(25%);
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	#item4.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	#item8.item {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}

	#item6.item {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	#item7.item {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	#item5.item {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	#item9.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	#item10.item {
		-webkit-transform: translateY(-20%);
		transform: translateY(-20%);
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	#item11.item {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
		display: none !important;
	}

	#item12.item {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;

	}

	#item13.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	#item14.item {
		-webkit-box-ordinal-group: 15;
		-ms-flex-order: 14;
		order: 14;
	}
	#item15.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 30px;
		-webkit-box-ordinal-group: 16;
		-ms-flex-order: 15;
		order: 15;
	}
}

@media (max-width: 960px) {
	header #wrapper1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#header {
		height: 95vh;
		width: 100%;
		min-height: 500px;
		background-size: 100% auto;
		position: relative;
	}

	header .me {
		right: 0;
		opacity: 0.4;
		overflow: hidden;
		height: 90%;
		top: auto;
		display: none;
	}

	.welcome {
		z-index: 999;
		color: #fff;
		position: relative;
	}

	.welcome h1 {
		font-size: 18vw;
		color: #fff;
	}

	.welcome h2 {
		font-size: 5vw;
		color: #fff;
	}

	#header {
		overflow: hidden;
		background: url(images/me2.jpg) no-repeat, #000;
		background-position: center center;
		background-size: cover;
	}

	header .me img {
		-o-object-fit: contain;
		object-fit: contain;
		max-width: 100% !important;
		height: 100%;
		margin-top: 12%;
	}

	.me3,
	.me4,
	.me5 {
		top: 40%;
		left: -10%;
	}

	.btn {
		font-size: 1.3em;
		color: #fff;
	}
	
	
	
	

	.about-section {
		height: auto;
	}

	.about-desc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 100%;
		font-size: 5.5vw;
		line-height: 1.1;
		font-weight: 500;
		opacity: 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-top: 80px;
	}

	.about-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.about-round {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.round-btn {
		padding: 5%;
		padding-right: 2%;

		overflow: hidden;
		margin-bottom: 5vh;
	}

	.portfolio h3 {
		font-size: 16vw;

	}

	.circle {
		display: none;
	}

	.circle-follow {
		display: none;
	}
	
		.item-list {
		grid-row-gap: 0;
	}
	
	
	.about-section .round-red{
	-webkit-transform: translate(140%, 20%);
	transform: translate(140%, 20%);
}
	
		.footer-name{
	font-size: 10vw;
			padding-bottom: 2.5vw;

}

.footer-contact{
	font-size: 5vw;
	margin-left: 0;
padding-bottom: 5vw;
}
	
	.footer-container {
    background: url(images/footer_bg.jpg) no-repeat center left;
}
	
}

@media (max-width: 700px) {
	#wrapper1 {
		padding: 0 20px;
	}

	#wrapper2 {
		padding: 0 20px;
	}

	.item-list,
	.footer-grid{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.item-name {
		font-size: 5.3vw;
		padding: 4.6vw 0;
		font-weight: 700;
	}

	.item-type {
		font-size: 3.3vw;
		padding: 4vw 0;
		font-weight: 200;
	}

	.item-date {
		font-size: 3.3vw;
		padding: 4vw 0;
		font-weight: 200;
	}

	#item1.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	#item2.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	#item3.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	#item4.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#item5.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	#item6.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#item7.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#item8.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	#item9.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#item10.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#item11.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	#item12.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	#item13.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	#item14.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#item15.item {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 30px;
	}
}



@media (max-width: 500px) {
	.about-section .round-red{
	-webkit-transform: translate(140%, 50%);
	transform: translate(140%, 50%);
}
}
@media print {
	* {
		color: #000 !important;
		background: #fff !important;
	}

	body {
		padding: 50px !important;
		margin: 0 !important;
	}

	#content {
		display: block !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	#header,
	#footer,
	#comments,
	.entry-footer,
	.navigation,
	.share,
	.video-wrap,
	iframe,
	img {
		display: none !important;
	}
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f7f7f7;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #09f;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active),
.search-submit:not(:focus):not(:active) {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
