body {
	color: #f2f2f2;
	font-family: Rubik;
	overflow-x: hidden;
}

@font-face {
	font-family: Isabel;
	src: url('/isabel-black.otf');
}

h1, h2, h3, h4, h5 {
	font-family: Isabel;
}

a {
	color: #050505;
}

a:hover, a.active, .links-bottom > a:hover, .links-bottom > a.active  {
	color: #f0bf00;
	text-decoration: none;
}

.index {
	background-image: url('/start_rolltor.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right bottom;
}

.bio, .contact, .media {
	background: #050505;
	padding: 30vh 0 20vh 0;
	position: relative;
	min-height: 100vh;
}

.textonly {
	min-height: 100vh;
	background: #050505;
	padding: 20vh 20vw;
	position: relative;
	line-height: 1.8;
}

.col-bio-image {
	margin: 63px 4vw 0 auto;
	text-align: right;
}

.col-bio-image > img {
	width: 100%;
}

.col-bio-text {
	margin: 0 auto 0 2vw;
	line-height: 1.8;
	font-size: 1rem;
	vertical-align: text-top;
	margin-top: -8px;
	margin-bottom: 30px;
}

.row-contact {
	text-align: center;
	padding: 0 15vw;
}
.contact-text-block{
position:relative;
z-index:9999;
}
.contact-img-block{
position:relative;
z-index:0;
}

.contact-info-content > h2 {
	font-size: 2.25rem;
	line-height: 0.8;
}

.contact-info-content > a > h1 {
	font-size: 3.5rem;
	line-height: 0.8;
	color: #f2f2f2;
}

.contact-info-content > a > h3 {
	font-size: 1.54rem;
	line-height: 0.8;
	color: #f2f2f2;
}

.contact-info-content > a > h1:hover, .contact-info-content > a > h3:hover {
	color: #f0bf00;
}

.contact-text {
	color: #999999;
	text-align: right;
	margin-top: 30px;
	font-size: 0.9rem;
}

.media-content {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.placeholder-gallery {
	height: 200px;
	width: 100%;
}


.mas-pics{
	display: block;
	width: 80vw;
	max-width: 1300px;

}

.mas { 
	display: block;
	width: fit-content;
	columns: 3;
    column-width: auto;
    column-count: 3; 
    column-gap: 1rem;
    margin-right: auto;
    margin-left: auto;
}

.mas-item {
	margin-bottom: 1rem;
	width: auto;
}

.videos {
	margin-top: 0px !important;
}

.video-preview {
	cursor: pointer;
}

.video-player {
	display: none;
	width: 80vw;
	height: 80vh;
	position: fixed;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	z-index: 9999;
}

.video-background {
	z-index: 9998;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	display: none;
	top: 0;
	cursor: pointer;
}

.overlay {
	max-width: 100vw;
}

.overlay-mobile {
	display: none;
}

.content {
	/*min-height: 100vh;*/
	max-width: 100vw;
	position: relative;
}

.content-mobile {
	display: none;
}


/* Menus */

.menu {
	background: #f2f2f2;
	color: #050505;
	box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.7);
	z-index: 9997;
}

.stick-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.menu > h2, .menu > a > h2 {
	padding: 30px 50px 20px 40px;
	display: inline-block;
	font-size: 1.9rem;
}

.menu > a > h2:hover {
	color: #050505;
}

.menu > a, .menu > span, .links-bottom > a, .links-bottom > span {
	font-size: 1rem;
}

.menu > a, .links-bottom > a {
	padding: 0 8px;
}

.separator {
	color: #999999;
}

.links-bottom {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.links-bottom > a {
	color: #f2f2f2;
}

/* Mobiles */
@media only screen and (max-device-width: 1024px) {
	.bio > .content-desktop {
		display: none;
	}
	
	.bio > .content-mobile {
		display: block;
	}
	
	.bio > .content-mobile {
		padding: 0 20px;
margin: 0 auto;
width:554px;
max-width:554px;
	}

	.bio > .content-mobile > img {
		margin-bottom: 15px;
	}

	.bio > .content-mobile > span {
		font-size: 1rem;
	}

	.bio {
		padding-top: calc(50vw - 207px);;
	}
	
	.bio > .content-mobile > img {
		margin: 0 auto;
	}
	
	.col-bio-image-mobile {
		width: 100%;
		text-align: center;
	}
	
	.row-contact {
		padding: 0 10vw;
	}
	
	.row-contact > .col > table {
		margin-left: 10vw !important;
	}
	
	.overlay {
		display: none;
	}

	.overlay-mobile {
		display: block;
	}
}

@media only screen and (min-device-width: 150px)and (max-device-width: 651px) {
	.index {
		background-image: url('/start_rolltor_mobil.jpg');
	}

	.overlay {
		display: none;
	}

	.overlay-mobile {
		display: block;
	}

	.menu {
		text-align: center;
		padding: 10px 0;
	}

	.menu > h2, .menu > a > h2 {
		padding: 0;
		font-size: 1.2rem;
		display: block;
		margin: 0;
	}

	.menu > a, .menu > span, .links-bottom > a, .links-bottom > span {
		font-size: 0.7rem;
	}

	.menu > a {
		padding: 0 4px;
	}

	.links-bottom {
		position: absolute;
		bottom: 10px;
		left: auto;
		right: 15px;
	}

	.links-bottom > a {
		padding: 0;
	}

	.content-desktop {
		display: none;
	}

	.content-mobile {
		display: block;
	}

	.placeholder-gallery {
		height: 80px;
		width: 100%;
	}

	.mas-sizer, .mas-item { width: 50%; }

	.mas-item {
		padding: 5px;
	}

.bio {
		padding-top: 20px;
	}

.bio > .content-mobile > span {
		font-size: 0.75rem;
	}
.bio > .content-mobile{
margin: 0 auto;
width:100vw;
}

	.contact {
		padding-bottom: 0;
		padding-top: 120px;
	}

	.contact-info-content {
		text-align: center;
	}

	.contact-info-content > h2 {
		font-size: 1.95rem;
	}
	
	.contact > .content-mobile > img {
		margin-bottom: 50px;
	}

	.contact-info-content > a > h1 {
		font-size: 3.033rem;
	}

	.contact-info-content > a > h3 {
		font-size: 1.335rem;
	}

	.contact-text {
		margin-top: 10px;
margin-left: auto;
margin-right: auto;
		font-size: 0.75rem;
		padding: 0 9.25vw;
max-width: calc(297px + 18.5vw);
	}
	
	.masonry-photos {
		margin-top: 30px;
	}
	
	.video {
		margin-bottom: 10px;
	}
	
	.media {
		padding-top: 150px;
	}
}