body
{
    background-color:#ffffff;
    margin: 0;
}

.center {
  z-index: 100;
  display: none;
  border: 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-family: Calibri, Arial, "Lucida Sans";
  font-size: 16px;
  border-radius: 25px;
  background-color: #FFFFFF;
}

.center h1 {
	color: #0BA3DF;
	font-size: 20px;
}

.fullscreen {
	z-index: 50;
	display: none;
	position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
	opacity: 50%;
	background-color:lightgrey;	
}

.header {
  overflow: hidden;
  background-color: #ffffff;
  font-family: Calibri, Arial, "Lucida Sans";
}

.header a {
  float: left;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.header a:hover {
  background-color: #E2712E;
  color: #000000;
}

.header-right {
  float: right;
}


.footer {		
    background-color:rgba(0,0,0,0.75);
    position: absolute;
    bottom: 0;
    width:100%;
    height:40px;
    text-align: center;
    font-family: 'Century Gothic',Verdana;
    /* font-weight: bold; */
    font-size: 10px;
    color: #FFFFFF;
    z-index: 1;
}
