@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

h1 {
  font-size: 4.5vw;
  font-variant-caps: all-small-caps;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-align: center;
}

#status {
	
}

.centered {
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.open {
  background-color: #60E857;
  color: white; 
}

.closed {
  background-color:#E03C3F;
  color: white;
}

#bottom {
  position:absolute;                 
  bottom:0;                         
  right:0; 
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.2vw;
 
}

.pullup {
	margin-top: -40px;
}

.btn {
  border: 2px solid black;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  font-variant-caps: all-small-caps;
  border-radius: 5px;
  font-weight: bolder;
}

/* White */
.white {
  border-color: white;
  color: white;
  background-color: transparent !important;
}

.white:hover {
  background-color: white!important;
  color: #E03C3F;
}
#Header {
	position: fixed;
	z-index: -1;
	height:20px;
	width: 100%;
	background-color: transparent;
	padding: 20px;
	top:0%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-variant: small-caps;
	font-size: 16px;
}

#shareWrap {

width: 300px;
height: 200px;
float: right;
padding-right:60px;
text-align: right;
}

	

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: darkcyan;
}

/* selected link */
a:active {
  color: white;
}

/* Hide underline link */

.nolinelink a {
  text-decoration: none !important;
}


@media screen and (min-width: 1200px) {
  #bottom {
     font-size: 16px;
  }
	
	#Header {
		font-size: 16px;
  }
	
}

@media screen and (max-height: 600px) {
  #bottom {
     font-size: 6px;
  }
	
}

@media screen and (max-width: 600px) {
	
	.centered {
  
  font-size: 10vw;
  
}
	
	#bottom {

  }
	#Header {
		width: 100%;
		text-align: center;
		margin: 0px;
		padding: 20px 0 0 0;
		font-size: 3vw;

  }
	#shareWrap {
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
		padding: 0px;
		height: 100px;

  }
	
}



