
/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
pre, form, p, blockquote, fieldset, input, abbr, article, aside, command,
details, figcaption, figure, footer, header, hgroup, mark, meter, nav,
output, progress, section, summary, time, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong,
th, figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

fieldset, iframe {
    border: none;
}

caption, th {
    text-align: left;
}

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

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



/* LAYOUT */
html, body {
	font-family: "TitilliumText-reg", "dinlight", "MyriadProBoldItalic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

html {
    background: url(../images/mondial_eu.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper {
/* 	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	background-color: #000;
	display: block;
	position: absolute; */
	}
		
	* { box-sizing: border-box; }
	.video-background {
	  display: none;
	  background: #000;
	  position: fixed;
	  top: 0; right: 0; bottom: 0; left: 0;
	  z-index: -99;
	}
	.video-foreground,
	.video-background iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  pointer-events: none;
	}
	#vidtop-content {
		top: 0;
		color: #fff;
	}
	.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
	.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
	.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
	@media (min-aspect-ratio: 16/9) {
	  .video-foreground { height: 300%; top: -100%; }
	}
	@media (max-aspect-ratio: 16/9) {
	  .video-foreground { width: 300%; left: -100%; }
	}
	@media all and (max-width: 600px) {
	.vid-info { width: 50%; padding: .5rem; }
	.vid-info h1 { margin-bottom: .2rem; }
	}
	@media all and (max-width: 500px) {
	.vid-info .acronym { display: none; }
	}
	

	
.header {
	width: 100%;
	max-height: 250px;
	min-height: 150px;
	height: 10%;
	position: relative;
	display: block;
	}
		
#logo {
	background: url(../images/mondialgifts-logo_white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 80%;
	height: 185px;
	max-width: 80%;
	position: relative;
	margin-left: 100px;
	display: block;
	float: left;
	margin-top: 100px;
	}
			
.visual {
	background-color: #FF8300;
	background-image: url(../images/map.png);
	background-attachment: scroll;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 25%;
	display: none;
	max-height: 600px;

	
	}

	
.footer {
	font-family: "TitilliumText-reg", "dinlight", "MyriadProBoldItalic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	width: 100%;
	height: 50%;
	display: none;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0px;
	}
	
.footer articles {
	display: block;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10%;
	padding-right: 10%;
	}


.footer article {
	color: #CCC;
	display: block;
	float: left;
	width: 20%;
	}

.footer a:link, .footer a:visited {
	color:#CCC;
	display:block;
	padding: 3px 10px 3px 20px;
	text-decoration:none;

}
.footer a:hover, .footer a:active {
	color: #FF8300;
	text-decoration: none;
	background-color: #151515;
	//background-image: url(../images/bigbutton.png);
	background-repeat: no-repeat;
	border-radius: 1px;

}
	
	
.crawlertxt { 
	display:none;
	visibility:hidden;
	}

	
/*====sesponsive stuff======*/

@media only screen and (min-width: 1724px) {
.visual {
	min-height: 400px;
	}

}

@media only screen and (min-width: 1500px) and (max-width: 1723px) {
.visual {
	min-height: 350px;
	}
}
@media only screen and (min-width: 1124px) and (max-width: 1499px) {
.visual {
	min-height: 300px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1123px) {
.visual {
	min-height: 220px;
	max-height: 220px;
	}
	
.header {
	max-height: 175px;
	min-height: 150px;
	height: 10%;
	}


		
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
.visual {
	min-height: 200px;
	max-height: 250px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.video-background {
		display: none;
	}
}


@media only screen and (min-width: 1024px) {
	html {
		background: none;
	}
	
	.video-background {
	  display: block;
	}

		#logo {
	background: url(../images/mondialgifts-logo_white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 500px;
	height: auto;
	max-width: 500px;
	position: relative;
	margin-left: 100px;
	display: block;
	padding-top: 175px;
	float: left;
	margin-top: 100px;
	}	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1025px) 
and (orientation : landscape) { 
	html {
		background: url(../images/mondial_eu.png) no-repeat center center fixed;
	}
	
	.video-background {
		display: none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.visual {
	min-height: 180px;
	}	
}

/*@media only screen and (min-width: 300px) and (max-width: 479px) {*/
@media screen and (max-width : 480px) {
	.visual {
	display:none
	}
	.logo {
	background: url(../images/mondialgifts-logo_white.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 90%;
	width: 350px;
	min-width: 350px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 50px;
	position:relative;
	}
	
	.header {
	height: 100px;
	}
	
	.footer article {
	font-size: 14px;
	color:#DD7824;
	width: 150px;
	margin-left: 0px;
	margin-right: 0px;
	}
	.langselector {
	display:none
	}
	.dropdown {
	display:none
	}
	.button {
	display:none
	}


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */

.header {
	min-height: 300px;
	max-height: 400px;
	height: 20%;
	}
	
#logo {
	padding-top: 150px;
	width: 70%;
	height: 70%;
	margin-left: 100px;
	}
	
	
.visual {
	min-height: 400px;
	max-height: 600px;
	height: 30%;

	}
.footer {
	min-height: 300px;
	max-height: 300px;
	height: 40%;
	}
}

@media only screen 
and (min-device-width : 1px) 
and (max-device-width : 767px) {
	#logo {
		margin-left: 15px;
	}
}

/*@media screen and (max-width : 299px) {


}
*/
