@font-face {
    font-family: "Arty Signature";
    src: url(./ARTY-SIGNATURE.OTF);
/*    font-style: italic, oblique; */
}


@import 'https://fonts.googleapis.com/css?family=Open+Sans';

html, body {
	height:100%;
}

body {
	background-color: #111;
	margin: 0;
	font-family: Open Sans, Arial, Helvetica, sans, sans serif;
	position: relative;
}
a{
	text-decoration: none;
}
img {
	border: 0;
	max-width: 100%; 
	height: auto;
	max-height: 100%; 
}
input, textarea, select {
	font-family: Open Sans, Arial, Helvetica, sans, sans serif;
	font-size: 15px;
	border-radius: 5px;
	padding: 7px;
	border: 2px solid #666;
	background-color: #fff;
	max-width: 80vw;
	color: #444;
} 
a[href^="mailto:"]
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
table{
	border-collapse: collapse;
	color: inherit;	
}
td {
	vertical-align: top;
	padding: 0 8px 8px 0;
}

h1 {
	font-size: 100px; 
	font-weight:400; 
	letter-spacing:8px; 
	line-height: 60px; 
	font-family:"Arty Signature"; 
}
h2 {
	font-size: 30px;
	font-weight: normal;

}
h3 {
	font-size: 24px;
	font-weight: normal;

}
iframe{
	border: 0;
	margin: 0;
	padding: 0; 
}
.container{
	display: flex;
	justify-content: center;	
}
.container > div {
	flex: 1 1 auto;
}
.main{
	width:70%; 
	border-right: 8px solid #fff;
	border-left: 8px solid #fff;
}
.sidebar{
	background-color: #3a3e3f;
	color: #fff;
	text-align:center;
	position: relative;
	width: 150px; 
}
.sidebar a{
	display: block;
	color: #aaa;
	transition: 0.5s; 
	position: sticky;
	top: 15vh; 
	padding: 10px;
}
.sidebar a:hover{
	color: #fff;
}

.page > div, .gap > div {
	text-align: center; 
	height: 100%; 
	color: #fff;
	font-family:"Arty Signature"; 
	width: min(800px,100%); 
}
.page > div h1, .gap > div h1{
	font-size: min(150px, 20vh); 
	font-weight:400; 
	letter-spacing:10px; 
	line-height: min(120px, 18vh);
}
#jura {
	background-image:url('/images/jura.jpg');
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.page2{
	background-position:left center;
	background-size: cover;
	background-attachment:scroll;
	background-repeat: no-repeat;
	position:relative; 
	min-height: 400px; 
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-image:url('/images/products/a20190713_08273711.jpg');

}
.page2 > div {
	padding: 10px;
	text-align: center; 
	height: 100%; 
	color: #fff;
	font-family:"Arty Signature"; 
	width: min(800px,100%); 
}
.page2 > div h1{
	font-size: 100px; 
	font-weight:400; 
	letter-spacing:8px; 
	line-height: 80px; 
}
.page a, .page2 a{
	color: #fff; 
	display: inline-block; 
}
.maintext{
	max-width: 700px;
	padding: 50px;
	color: #ccc;
	margin: auto;
	line-height: 180%;
	font-size: 16px; 
}

.maintext a{
	color: #ddd;
	border-bottom: 1px dashed #ccc; 
}
.maintext a:hover{
	color: #fff;
	border-bottom: 1px solid #ccc; 
}
.maintext h1{
	font-family: Open Sans, Arial, Helvetica, sans, sans serif; 
    font-size: 1.5rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
	line-height: 1.7rem;
}
.maintext.forecast{
	background-color: #444;
	max-width: none;
}
.pictures{
	display: flex;
 	flex-flow: row wrap;
    justify-content: center;
	border	: 4px solid #111111;
	background-color: #111111; 
}
.pictures > div {
	flex: 1 1 auto;
	width: 300px;
	height	: 270px;
	max-width: 500px;
	position: relative;
	margin	: 4px;
}
.pictures > div.smallpic img{
	object-fit: none ;

    justify-content: center;
}
.pictures > div img{
	object-fit: cover ;
	width: 100%;
	height:  100%;

}
.pictures > div a{
	color: transparent; 
}
.pictures .textbox {
	position: absolute;
	width: calc( 100% - 20px ); 
	color: #fff;
	background-color: rgba(0,0,0,0.3); 
	z-index: 2;
	bottom: 0;
	padding: 10px;
	line-height: 170%; 
	transition: 1s; 
	height: 60px; 
}
.pictures .textbox a{
	color: #fff; 
	display: block; 
	height: 100%; 
}
.pictures > div:hover  .textbox{
	background-color: rgba(28, 99, 179,0.7);
	height: calc( 100% - 20px ); 
}
.parallax-image-wrapper {
	position:fixed;
	left:0;
	width:100%;
	overflow:hidden;
}

.parallax-image-wrapper-50 {
	min-height:50%;
	top:-50%;
}
.parallax-image-wrapper-100 {
	min-height:100%;
	top:-100%;
}
.parallax-image {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	}
.parallax-image-50 {
	height:200%;
	top:-50%;
}
.parallax-image-100 {
	height:100%;
	top:0;
}
.parallax-image.skrollable-between {
	display:block;
}
.no-skrollr .parallax-image-wrapper {
	display:none !important;
}
#skrollr-body {
	height:100%;
	overflow:visible;
	position:relative;
}
.gap {
	background:transparent center no-repeat;
	background-size:cover;
}
.skrollr .gap {
	background:transparent !important;
}
.gap-50 {
	min-height:50%;
}
.gap-100 {
	height:80vh;
	padding: 10vh;
}
.skrollr-desktop body {
	height:100% !important;
}
.leftmobile {
	display: none; 
}
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}

.links {
	display: flex;
	background-color: #D01212;
	justify-content: center;
	transition: 0.5s; 
	flex-flow: row wrap; 
}
.links a{
	display: block;
	color: #fff;
	flex: 1 1 auto;
	text-align: center; 
	line-height: 60px; 
    font-size: 1.5rem;
    color: white;
    text-transform: uppercase;
	padding: 20px; 
}
.links a:hover{
	background-color: #000;

}
.hotmailchoosethisone{
	display: none; 
}

@media only screen and ( min-width: 1280px ) {
.sideways{
  transform-origin: 0 0;
  transform: rotate(90deg);
    font-size: 1.5rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -60px;
	background-color: #333;
	min-width	: 250px; 
	padding: 30px; 
}
.daypage{
	padding: 0;
	line-height: 1em; 
}
.wrap{
  	max-width: 600px;
	position: relative;
	margin-left: 60px; 
	min-height: 250px; 
	padding: 30px; 

}
}



@media only screen and ( max-width: 990px ) {

.daypictures, .daypictures  > div{
	height: auto; 
}
.overlay {
	display: none; 
}
.container {
  flex-flow: row wrap; 
}
.main{
	width: 100%; 
	border-right: 0;
	border-left: 0;
}
.leftbar{
	display: none; 
}

.leftmobile {
	display: block; 
}
#jura {
	background-image:url('/images/corryvreckan.jpg');
	align-items: center;
	justify-content: center;
}
}



@media only screen and ( max-width: 640px ) {

.pictures > div{
	max-width: 100%; 
	border-right: 0;
	border-left: 0; 
}
.pictures {
	border: 0; 
}
td{
	display: block; 
}
}