@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

body {
	background-color: #222;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	max-width: 800px;
}

a {
	color: #eee;
	text-decoration: none;
}

a:visited {
	color: #eee;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here… */
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#header-back {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	width: 100vw;
	height: 60vh;
	background: url(../images/index8.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

#header #overlay {
	background-color: rgba(24, 24, 24, 1);
	width: 100%;
	height: 100%;
	opacity: 0;
}

#header d {
	font-family: 'Work Sans', sans-serif;
	font-size: 54px;
	font-weight: 900;
	line-height: 60px;
	color: #EEE;
	width: 100%;
	z-index: 1;
}

.moving-header {
	position: absolute;
	top: 0;
	left: 0;
}

.fixed-header {
	position: fixed;
	top: calc(-60vh + 60px);
	z-index: 100;
}

.moving {
	position: absolute;
	top: -30px;
	left: 0;
	margin-top: 30vh;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

nav {
	position: fixed;
	top: 0;
	width: 100vw;
	background-color: #181818;
	z-index: 200;
}

nav div {
	height: 60px;
	width: 100%;
	background-color: #181818;
	position: absolute;
	z-index: 100;
}

nav img {
	height: 30px;
	margin-left: 15px;
	margin-top: 15px;
	width: auto;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

nav ul {
	height: 210px;
	width: 100%;
	margin-left: 15px;
	text-align: left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

nav ul li {
	height: 40px;
	font-size: 18px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #EEE;
}

#menu-div {
	opacity: 0;
}

#menu-button {
	opacity: 1;
}

#menu {
	margin-top: -215px;
	z-index: 100;
}

#overlay-all {
	background-color: rgba(40, 40, 40, 0.95);
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


/*--------screen0---------*/

#screen0 {
	width: 90%;
	height: 100%;
	margin-left: 5%;
/*	margin-top: calc(60vh + 30px);*/
	margin-top: 10px;
	padding-bottom: 50px;
	color: #EEE;
}

#screen0 d {
	width: 100vw;
	font-size: 34px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: left;
	line-height: 28px;
	text-align: left;
}

#screen0 p {
	font-size: 18px;
	margin-top: 15px;
	text-align: justify;
}

#screen0 img {
	width: 50%;
	border-radius: 10px;
}

/*--------screen1---------*/

#screen1 {
}

#screen1 #inner_container {
	max-height: 300px;
	/*width: 2280px;*/
	width: calc(2100px + 19vw);
	width: -webkit-calc(2100px + 19vw);
	width: -moz-calc(2100px + 19vw);
}

#screen1 #container {
	overflow-x: scroll;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	/*margin-left: calc(5% - 20px);
	margin-left: -webkit-calc(5% - 20px);
	margin-left: -moz-calc(5% - 20px);
	margin-right: calc(5% - 20px);
	margin-right: -webkit-calc(5% - 20px);
	margin-right: -moz-calc(5% - 20px);*/
	height: 300px;
}

#screen1 img {
	width: 300px;
	margin-left: 5vw;
	margin-right: -4vw;
	display: inline-block;
	border-radius: 5px;
}

#screen1 #img2 {
	margin-right: 5vw;
}

/*--------screen2---------*/

#screen2 {
	height: auto;
	width: 90%;
	margin-left: 5%;
	padding-bottom: 50px;
}

#screen2 #container {
	height: 90vw;
	max-height: 600px;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
	-webkit-transform: translateZ(-10);
}

#screen2 d {
	font-size: 34px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: left;
	line-height: 28px;
	color: #EEE;
}

/*--------screen3---------*/

#screen3 {
	height: 500px;
	width: 90%;
	margin-left: 5%;
}

#screen3 d {
	font-size: 34px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: left;
	line-height: 28px;
	color: #EEE;
	width: 100%;
}

#screen3 #container {
	height: 420px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 10px;
	padding-top: 10px;
}

#screen3 #imgs {
	width: 20%;
	height: 200px;
	float: left;
}

#screen3 #imgs img {
	width: 50px;
	height: auto;
	margin-left: 30%;
	margin-bottom: 15px;
}

#screen3 #text {
	width: 80%;
	height: 200px;
	float: left;
	margin-top: 5px;
}

#screen3 p {
	width: 90%;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	color: #EEE;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	margin: 0;
	margin-bottom: 25px;
}

#screen3 #bold {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	padding-left: 20px;
	margin-bottom: 0;
}

#screen3 #subtitle {
	font-size: 28px;
	width: 90%;
	margin-left: 28px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 20px;
	float: left;
	text-align: left;
}

#screen3 #bold1 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	padding-left: 5px;
	margin: 0;
	margin-left: 25px;
	width: auto;
	text-align: right;
	float: left;
}

#screen3 #time {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

#screen3 #cas {
	width: 100%;
	float: left;
}

/*--------screen4---------*/

#screen4 {
	height: auto;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	padding-bottom: 50px;
}

#screen4 p {
	font-size: 34px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: left;
	line-height: 28px;
	color: #EEE;
	width: 100%;
	margin-bottom: 0px;
}

#screen4 #container {
	background-color: rgba(130, 130, 130, 0.2);
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 10px 20px 25px 20px;
}

#screen4 #container p {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding-top: 10px;
}

#screen4 #container d {
	color: #EEE;
	font-size: 18px;
	display: inline;
}

/*--------screen42---------*/

#screen42 {
	height: auto;
	width: 90%;
	margin-left: 5%;
	margin-top: calc(60vh + 50px);
	padding-bottom: 50px;
}

#screen42 p {
	font-size: 34px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: left;
	line-height: 28px;
	color: #EEE;
	width: 100%;
	margin-bottom: 0px;
}

#screen42 #container {
	background-color: rgba(130, 130, 130, 0.2);
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 10px 20px 25px 20px;
}

#screen42 #container p {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding-top: 10px;
}

#screen42 #container d {
	color: #EEE;
	font-size: 18px;
	display: inline;
}

/*--------footer---------*/

footer {
	height: auto;
	padding: 20px;
	margin-top: 50px;
	background-color: #181818;
	width: calc(100vw - 40px);
}

footer d {
	font-size: 26px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	color: #EEE;
	margin: 0;
	padding: 0;
}

footer p {
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #EEE;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 100%;
	}
	#LayoutDiv1 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 100%;
		max-width: 1232px;
		margin: auto;
	}
	#LayoutDiv1 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
}
	
@media only screen and (min-width: 600px) {
	#screen3 {
		height: 270px;
	}
	#screen3 #container {
		height: 195px;
	}
	#screen3 #imgs {
		width: 15%;
	}
	#screen3 #text {
		width: 40%;
	}
	#screen3 #cas {
		width: 45%;
		margin-top: -15px;
	}
}

@media only screen and (min-width: 800px) {
	body {
		margin-left: calc(50vw - 400px);
	}
	nav {
		width: 100vw;
		margin-left: calc(400px - 50vw);
	}
	#screen3 {
		height: 270px;
	}
	#screen3 #subtitle {
	}
	#screen3 #bold1 {
	}
	#screen3 #time {
	}
	#screen3 #container {
		height: 195px;
	}
	#screen3 #imgs {
		width: 15%;
	}
	#screen3 #text {
		width: 40%;
	}
	#screen3 #cas {
		width: 45%;
		margin-top: -15px;
	}
	footer {
		width: calc(100vw - 40px);
		margin-left: calc(400px - 50vw);
	}
}



/*--------- popup ---------*/
.hover_bkgr_fricc{
    background: rgba(0,0,0,0.85);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.hover_bkgr_fricc .helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.hover_bkgr_fricc a {
	background-image: url(../images/christmasGift.png);
	background-size: cover;
	background-position: center;
    display: inline-block;
    vertical-align: middle;
	height: 80vw;
    width: 80vw;
    max-width: 80vh;
	max-height: 80vh;
	position: relative;
	/*height: 100vh;
	width: 100vw;
    position: absolute;
	left: 0;
	top: 0;*/
    border-radius: 0px;
}
.popupCloseButton {
    background-color: #FFFFFF;
    border: 0px solid #e74c3c;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 10vh;
    left: 70vw;
    font-size: 28px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: left;
	padding: 6px 0px 6px 12px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
}
.popupCloseButton:hover {
    background-color: #e74c3c;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

.tree {
	position: fixed;
	bottom: -25px;
	right: 0vw;
	height: 200px;
	width: auto;
	z-index: 10000;
}
.hat {
	position: absolute;
	top: calc(100vh - 40px);
	left: 50vw;
	height: 25vw;
	width: 40vw;
	max-width: 700px;
	z-index: 10;
}
.lights {
	position: absolute;
	top: 60vh;
	left: 0px;
	height: auto;
	width: auto;
}