@charset "utf-8";
/* CSS Document */
body {
		font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
	}	
.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 21px;
  margin: 4px 2px;
  cursor: pointer;
  	
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  
  overflow-x: hidden;
  transition: 0.5s;
}

.overlayclear {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #008000;
  color: white;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlayb {
  height: 100%;
  width: 90%;
  margin-left: 5%;
  position: fixed;
  
  background-color: white;
  
  text-align: center;
  transition: 0.5s;
}
.overlaytemp {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  
  overflow-x: hidden;
  transition: 0.5s;
}

.overlayloc {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  bottom: 2.5%;
  width: 100%;
  text-align: center;
  margin-top: 50px;
 
  
}

.overlay-contentloc {
  position: relative;
  
  width: 100%;
  text-align: center;
  
 
  
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: white;
  display: inline-block;
  transition: 0.3s;
  background-color: #4CAF50;
  width: 90px;
  cursor: pointer;
  
}

.overlayb a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: white;
  display: inline-block;
  transition: 0.3s;
  background-color: #4CAF50;
  width: 90px;
  cursor: pointer;
  
}
.overlaytemp a {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  color: white;
  display: inline-block;
  transition: 0.3s;
  background-color: #4CAF50;
  width: 90%;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  
}

.overlayloc a {
  padding: 5px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: white;
  display: inline-block;
  transition: 0.3s;
  background-color: #4CAF50;
  width: 90%;
  cursor: pointer;
  margin-bottom: 10px;
  
  
}
.questions {
	text-align: center;
	margin-top: 80px;
	width: 90%;
	margin-left: 5%;
}
.questionsloc {
	text-align: center;
	margin-top: 5px;
	width: 90%;
	margin-left: 5%;
}

.questions p {
	font-size: 22px;
}

.questionsloc p {
	font-size: 22px;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

@media only screen and (min-width: 600px) {
  .ncal_logo {
    width: 40%; margin-left: 30%; margin-top: 10%;
  }
}