@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

html {
	min-height: 100%;
}
#void {
 margin-bottom: 80px;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  background-color: #111;
  text-align: center;
}

.footer p {
	margin: 0;
	padding:0;
}

h1,h2,h3,h5,h5,h6 {
  font-family: "Raleway", -sans-serif;
  color: #f5f7f8;
  padding-left: 0;
  margin-left: 0;
}

label {
  white-space: nowrap;
}

hr {
  text-align: center;
  width: 50px;
  margin: 10px auto;
}

body {
  font-family: "Pt Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
  color: #bccacf;
  font-size: 19px;
  /*background: #358200;*/
  line-height: 1.6;
  min-height: 100%;
  /*background-image: url("https://cdn.pbrd.co/images/aFqRkATQ6.jpg");*/
  background-image: url("");
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center top; 
}

.bubble-content {
   position:relative;
   /*float:left;*/
   margin-left:12px;
   width:400px;
   padding:0px 20px;
   border-radius:10px;
   background-color:rgba(221,221,221,.5);
   color: #333;
   box-shadow:1px 1px 5px rgba(0,0,0,.2);
}

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

a:hover {
  text-decoration: underline;
}

.container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  /*padding: 0 0.5em 0 0.5em;*/
  /*position: relative;*/
  /*overflow: hidden;*/
  height: 100%;
  /*background: #358200;*/
}

.container * {
}
/*
#xichty {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.2;
    z-index: -1;
}*/


#transparent {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	width: 100%;
	min-height:100%;
	z-index: -1;
}

input[type=range] {
  -webkit-appearance: none;
  background: #358200;
  margin: 10px 0;
  width: 300px;
  border-radius: 25px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #B6B6B6;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 24px;
  width: 35px;
  border-radius: 6px;
  background: #DADADA;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #B6B6B6;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #B6B6B6;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 24px;
  width: 35px;
  border-radius: 6px;
  background: #DADADA;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #B6B6B6;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #B6B6B6;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 24px;
  width: 35px;
  border-radius: 6px;
  background: #DADADA;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #B6B6B6;
}
input[type=range]:focus::-ms-fill-upper {
  background: #B6B6B6;
}

@media only screen and (max-width: 640px) {
	.container {
		width: 100%;
	}
	/*body {
		background-image: none;
		padding: 0 0.5em;
	}*/
}

@media only screen and (max-width: 480px) {
  	.bubble-content {
	   	margin-left:0;
	   	width: auto;
	   	max-width:100%;
	}
	body {
		background-image: none;
		padding: 0 0.5em;
	}
}
@media only screen and (max-width: 320) {
  	input[type=range] {
		max-width:100%;
	}
}
