html,
body {
	min-height: 100%;
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
}

body{
height:100vh;	
	
}
.select-css {
	font-size: 16px;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 50%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	border-radius: 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='512.000000pt' height='512.000000pt' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.15, written by Peter Selinger 2001-2017%0A%3C/metadata%3E%3Cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M3115 4571 c-57 -27 -1908 -1882 -1930 -1933 -20 -50 -19 -114 4%0A-163 27 -57 1882 -1908 1933 -1930 43 -17 114 -20 155 -4 42 15 631 605 654%0A654 23 49 24 113 4 163 -11 26 -195 216 -598 620 l-582 582 582 583 c403 403%0A587 593 598 619 20 50 19 114 -4 163 -23 49 -612 639 -654 654 -43 17 -118 13%0A-162 -8z'/%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	
	
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .9em auto, 100%;
}

.select-css::-ms-expand {
	display: none;
}

.select-css:hover {
	border-color: #888;
}

.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

.select-css option {
	font-weight: normal;
}

.page {
	height: 100vh;
	padding: 0;
	margin: 0;
	width: 100%;
 background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://cdn.shopify.com/s/files/1/0564/6113/1956/files/sildeshow_final_CPlates_1800x1000_3977e642-c645-43b0-a418-d5b018071c17_1800x1000_crop_center.jpg?v=1648048429);
  background-size:cover;
  background-position:center;
  position:fixed;
}

.wrapper {
	
	width:100%;
    
	box-sizing: border-box;
	
}

.text_wrap {
	max-width: 85%;
	margin: 0 auto;
}

h1 {
	font-size: 1.3em;
	font-weight:bold;
}

#logo {
	
	    width: 250px;
}

#world_map {
	
	    width: 350px;
		margin-bottom:20px;
}

.container {
	 position: absolute;
  left: 50%;
  top: 50%;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 6px 6px rgba(255,255,255,.08);
  border-radius:8px;
  background:rgba(0,0,0,.6);
  
  padding:20px;
  border:1px solid #333;
  max-width:860px;
 width:75%
 
}

select {
	width: 50%;
}

.myButton {
	letter-spacing: 2px;
	box-shadow: inset 0px 1px 0px 0px #9c0000;
	background: linear-gradient(to bottom, #9c0000 5%, #760000 100%);
	background-color: #760000;
	border-radius: 8px;
	border: 1px solid #760000;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 16px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
	transition: all 0.3s;
	text-shadow: 0px 0px 0px #fff;
	box-sizing: border-box;
	width: 80%;
	box-shadow: 0px 0px 4px 4px rgba(255,255,255,.05);
}

.myButton:hover {
	//opacity:.9;
		border: 1px solid #540000;
	text-shadow: 0px 0px 8px #fff;
	box-shadow:0 0 4px 4px rgba(0,0,0,.3);
}

.myButton:active {
	position: relative;
	top: 1px;
}

.button_wrap {
	margin-top: 30px;
	padding: 20px 20px 20px 20px;
}

.header_image,
.map {
	margin-bottom: 30px;
}


#countries_list{
	cursor:pointer;
}

.country_span {
	  text-shadow: 2px 2px #9c0000;
	  font-size:1.2em;
}

.overlay {
	/* Sit on top of the page content */
	/* Hidden by default */
	width: 100%;
	/* Full width (cover the whole page) */
	height: 100%;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	position: fixed;
	//background-color: rgba(0,0,0,0.1); /* Black background with opacity */
	z-index: 1;
	/* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer;
	/* Add a pointer on hover */
}

footer {
    padding:0px 10px 10px 10px;
	margin-top:30px;
    top: 100%;
    position: sticky;
    /* top: 100vh; */
	font-size:13px;
}

footer div,
footer div a {
	color: #ccc;
}

footer #divider{
	margin-bottom:30px;
	background-color: #000;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    box-shadow: 0 1px rgba(255,255,255,.1);
}

@media only screen and (max-width: 1024px) {
	
	footer{
		
	
	}
	.wrapper {
		position:relative;
	
		
	}
	.page {
		overflow-x: hidden;
		
	}
	.overlay {
		background-color: #fff;
	}
	.container {
		width:100%;
position: fixed;
height:calc(100% - 20px);
  left:0;
  top: 0;
overflow-y:auto;
  -webkit-transform: translate(0,0);
  transform: translate(0, 0);
  box-shadow: 0 0 6px 6px rgba(255,255,255,.05);
  border-radius:0px;
  background:rgba(0,0,0,.6);
  
  padding:20px 0 0 0;
  border:0;
  
  max-width:100%;
		
	}
	.myButton {
		width: 90%;
	}
	.button_wrap {
		
	}
}


@media only screen and (max-width: 500px) {
#world_map {
	
	    width: 85%;
	
}
}


@media only screen and (max-height: 700px) {
	
	footer{
	
	
	}
	.wrapper {
		position:relative;
		
	}
	.page {
		overflow-x: hidden;
		
	}
	.overlay {
		background-color: #fff;
	}
	.container {
		  max-width:100%;
		width:100%;
position: fixed;
height:calc(100% - 20px);
  left:0;
  top: 0;
overflow-y:auto;

         
  -webkit-transform: translate(0,0);
  transform: translate(0, 0);
  box-shadow: 0 0 6px 6px rgba(255,255,255,.05);
  border-radius:0px;
  background:rgba(0,0,0,.6);
  
padding:20px 0 0 0;
  border:0;
  

		
	}
	.myButton {
		width: 90%;
	}
	.button_wrap {
		
	}
}