/*
------------------------------------------------------------------
General Styles
------------------------------------------------------------------
*/
html {
	box-sizing: border-box;
}

* {
	-webkit-overflow-scrolling: touch;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-color: #030303;
	color: #555555;
	font-family: sans-serif, Myriad Pro;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}

h1 {
	color: #ee1d25;
	font-family: sans-serif, Myriad Pro;
	font-size: 35px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 10px;
	font-style: normal;
	font-weight: lighter;
}

h2 {
	color: #ffffff;
	font-family: sans-serif, Myriad Pro;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 5px;
	font-style: normal;
	font-weight: lighter;
}

@media only screen and (max-width: 850px) {
	h1 {
		font-size: 20px;
		letter-spacing: 5px;
	}
	
	h2 {
		font-size: 14px;
		letter-spacing: 5px;
	}
}

a {
	outline: none;
	color: #ee1d25;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

a:hover {
	color: #ee1d25;
	text-decoration: none;
	font-style: normal;
}

img {
	height: auto;
	image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: pixelated;                 /* Chrome as of 2019   */
}


.main {
	overflow: hidden;
}

.bio {
	color: #ffffff;
	font-family: sans-serif, Myriad Pro;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
}

.bio-container {
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    justify-content: center;
    width: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 30px 0px 0px 0px; /*top, right, bottom, left*/
}

@media only screen and (max-width: 850px) {
	.bio-container {
		padding: 60px 10px 10px 10px; /*top, right, bottom, left*/
	}
}

.bio-wrap {
	max-width: 760px;
	align-items: center;
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 850px) {
	.bio-wrap {
		width: 100vw;
	}
}

.bio-lower-wrap {
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 850px) {
	.bio-lower-wrap {
		flex-direction: column;
	}
}

 li.awards-item:not(:last-child) { 
   margin-bottom: 8px;  
}

.bio-image {
	max-width: 100%;
	height: auto;
}

/*
------------------------------------------------------------------
Gallery Styles
------------------------------------------------------------------
*/
.container {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	height: 100vh;
	overflow-x: auto;
	overflow-y: hidden;
	margin-left: 0;
	padding-left: 305px;
}

@media only screen and (max-width: 850px) {
	.container {
		padding-left: 0px;
	}
}

.header-background {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	box-sizing: content-box;
  	background-color: rgba(3, 3, 3, 0.7);	
	position: absolute;
	z-index: 2;
	height: calc(100vh - 18px);
	width: 305px;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin-left: 0px;
}

@media only screen and (max-width: 850px) {
	.header-background {
		display: none;
	}
}

.gallery-element {
	display: block;
	width: auto;
	height: 100vh;
	transition: opacity 500ms ease-in-out;
}

.main .asset {
	align-items: center;
	margin: 0px 25px 0px 0px; /*top, right, bottom, left*/
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
	.main .asset {
		height: 100%;
	}
	.main .asset .image-wrap {
		height: 100%;
		width: auto;
	}
}

.main .asset.image {
	width: auto;
}

.main .asset.image .image-wrap {
	position: relative;
	overflow: hidden;
}

.main .asset.image img {
	display: block;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	height: 100%;
}

.main .asset.image img.lazyloaded {
	opacity: 1;
}

.main.legacy-ios {
	-webkit-overflow-scrolling: auto;
}

.main.legacy-ios .container{
	overflow: visible;
}

.lazyloaded + .image-placeholder {
	opacity: 0;
}

/* Fix for gallery header background with exception for iPad */
@media (hover: hover) {
	html:not(.safari.touch) .main .header {
		background-color: transparent;
		height: calc(100vh - 15px);
	}
	html:not(.safari.touch) .main .header .navbar {
		height: calc(100vh - 15px);
	}
}

@media only screen and (hover: hover) and (min-width: 851px) {
	html:not(.safari.touch) .main .container .header-background {
		display: block;
	}
}

/*
------------------------------------------------------------------s
Header / Menu Styles
------------------------------------------------------------------
*/
.header {
	display: block;
	position: fixed;
	z-index: 2;
	height: 100vh;
	width: auto;
	padding: 0px 0px 0px 40px; /*top, right, bottom, left*/
}

@media only screen and (max-width: 850px) {
	.header {
		width: 100vw;
		padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
		z-index: 10;
		max-height: 1px; /*ez kell mert különben lefoglalja a teljes képernyőt és ne menged scrollozni*/ /*media only .container-t és .navbar-t is állítani kell ezzel együtt*/
	}
}

.navbar {
	height: 100vh;
	width: 200px;
	overflow: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	flex-grow: 1; 
}

@media only screen and (max-width: 850px) {
	.navbar {
		z-index: 10;
		width: 100vw;
		max-height: 1px; /*media only .container-t és .header-t is állítani kell ezzel együtt*/
	}
}

.nav-logo img {
	max-height: 77px;
	position: relative;
	top: 10px;	
}

@media only screen and (max-width: 850px) {
	.nav-logo img {
		position: fixed;
		left: 40px;
		max-height: 45px;
	}
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #555555;
}

.header::-webkit-scrollbar {
  -webkit-appearance: none;
}
.header::-webkit-scrollbar:vertical {
  width: 7px;
}
.header::-webkit-scrollbar:horizontal {
  height: 11px;
}
.header::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}

.navbar li a {
	font-size: 14px;
	line-height: 3;
	text-decoration: none;
	width: auto;
	padding: 0;
	color: #555555;
	font-family: sans-serif, Myriad Pro;
	font-style: normal;
	font-weight: normal;
}

.navbar li a:hover {
	text-decoration: none;
	color: #ee1d25;
	font-style: normal;
	font-weight: normal;
}

.navbar li.selected a {
	text-decoration: none;
	color: #ee1d25;
	font-style: normal;
	font-weight: normal;
}

.nav-menu {
	list-style: none;
	padding-left: 0;
	position: relative;
	top: 40px;
}

.nav-menu.fade-links > * {
	transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
}

.nav-menu.fade-links:hover > * {
	opacity: 0.7;
}

.nav-menu.fade-links > *:hover {
	opacity: 1;
}


/*
------------------------------------------------------------------
Mobil Menu Styles
------------------------------------------------------------------
*/

@media only screen and (max-width: 850px) {
    .nav-menu {
        display: block;
        position: fixed;
        top: -100%;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        text-align: center;
        opacity: 0;
        transition: opacity 300ms;
        -webkit-transition: opacity 300ms;
		background-color: #000000;
    }

    .nav-menu.active {
        top: 50px;
        opacity: 1;    
    }

    .container.active {
		display: none;
	}

    .hamburger {
        z-index: 10;
        display: block;
        cursor: pointer;  
        position: absolute;
		top: 20px;
		right: 40px;
		padding: 0;
    }

	.hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

/*
------------------------------------------------------------------
Social Styles
------------------------------------------------------------------
*/

.footer-container {
	height: 100vh;
	width: 200px;
	overflow: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	flex-grow: 1;
}

@media only screen and (max-width: 850px) {
	.footer-container {
		z-index: 10;
		width: 100vw;
		max-height: 1px; /*media only .container-t és .header-t is állítani kell ezzel együtt*/
	}
}

.footer-container li {
	font-size: 12px;
	line-height: 3;
	text-decoration: none;
	width: auto;
	padding: 0;
	color: #555555;
	font-family: sans-serif, Myriad Pro;
	font-style: normal;
	font-weight: normal;
}

.footer {
	list-style: none;
	padding-left: 0;
	position: relative;
	bottom: 80px;
}

@media only screen and (max-width: 850px) {
    .footer {
        display: block;
        position: fixed;
        bottom: -100%;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        text-align: center;
        opacity: 0;
        transition: opacity 300ms;
        -webkit-transition: opacity 300ms;  
    }

    .footer.active {
        top: 220px;
        opacity: 1;    
    }
}

li.social-item {
	/*
	float: left;*/
	display: inline;
	padding: 10px 10px 0px 0px; /*top, right, bottom, left*/
}

li.social-item:not(:last-child) { 
   margin-right: 4px;  
}

.footer.fade-links > *:not(.copyright-item) {
	transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
}

.footer.fade-links:hover > *:not(.copyright-item) {
	opacity: 0.7;
}

.footer.fade-links > *:hover:not(.copyright-item) {
	opacity: 1;
}



/*
.footer-container li a {
	font-size: 14px;
	line-height: 3;
	text-decoration: none;
	width: auto;
	padding: 0;
	color: #444444;
	font-family: sans-serif, Myriad Pro;
	font-style: normal;
	font-weight: normal;
}

.footer-container li a:hover {
	text-decoration: none;
	color: #ee1d25;
	font-style: normal;
	font-weight: normal;
}
*/
