body{
font-family:'Baloo Da 2', sans-serif ; 
font-size: xx-large;
}

a:link, a:visited {
  /*  background-color: #f44336; */ 
    color: black;
  /*  padding: 14px 5px; */
    text-align: left; 
    text-decoration: none;
    display: inline-block;
}

/*
a:hover, a:active {
   background-color: red;
}
*/

p{
	font-weight: bold;
	margin: 0;
}

.eventbutton {  
  float:left;
  width:40%;
  text-align: center; 
  /*font-size: xx-large;
  */
  margin: 2%;
  padding: 2%;
  border: 2px solid #c0c0c0;
  border-radius: 2%;
  box-shadow: 3px 3px 3px #a0a0a0;
  font-weight: bold;
  cursor: pointer;
  }


.eventbutton p{
  height: 2.1em;
}


@media only screen and (min-width: 1000px) {
	
	.eventbutton { width:20%; 
	padding: 1%;
	margin: 1%;

	}

	.eventbutton:hover {
		box-shadow: 6px 6px 6px #a0a0a0;
		margin: 0.9% 1.1% 1.1% 0.9% ;
	}
    
	button{
		  cursor: pointer;
	}
	body{
		font-size:medium;
	} 
	
	.logincontainer button {

	  font-size:medium;
	}

	#logo{
		max-width: 300px;
		}

	#dialog {
		position:absolute;
		top: 50%;
		left: 50%;
		width: 20em;
		margin-top: 0; /*set to a negative number 1/2 of your height*/
		margin-left:0; /*set to a negative number 1/2 of your width*/
		border: 1px solid gray;
		/*border-top: 10px solid blue;*/
		background-color: #fdfdfd;
		border-radius: 2%;
		z-index:100;
		text-align: center; 
		font-size: medium;
		display: none; 
		padding-top: 1ex ;
		box-shadow: 5px 5px 5px #a0a0a0f0;
	}
	#dialog button {
		font-size: medium;
	}

	.logincontainer {
	  width: 200px;
	  padding: 20px;
	}

	.logincontainer form{
	  font-size: medium;
	}

	.logincontainer label{
	  width: 150px;
	}


	.logincontainer input[type=text], input[type=password], select  {
	  font-size: medium;
	  width: 100%;
	}
	.eventButton {
		width: 160px;
		margin: 5px;
		padding: 5px;
	}

}


@media only screen and (max-width: 1000px) {

	.logincontainer form{
	  font-family:'Baloo Da 2', sans-serif ;
	  font-size: xx-large;
	}
	
	
	.logincontainer input[type=text], input[type=password], select {
	  width: 100%;
	  padding: 12px 20px;
	  margin: 8px 0;
	  display: inline-block;
	  border: 1px solid #ccc;
	  box-sizing: border-box;
	  font-size: xx-large;
	  height:4em;
	}
	
	.logincontainer input[type=checkbox]{
	 transform: scale(2);
	}
	
	.logincontainer button {
	  background-color: #cfeb85;
	  color: #3a3830;
	  padding: 10px;
	  margin: 20px 20%;
	  border: none;
	  cursor: pointer;
	  width: 60%;
	  height: 3em;
	  font-size: xX-large;
	}
	
	.logincontainer button:hover {
	  opacity: 0.8;
	}
	
	.logincontainer {
	  padding: 16px;
	}

	#logo{
		max-width: calc(100% - 120px);
		}
}


.eventbutton img {
	width: 90%;
}

#pagehead{
  float:none;
  width:100%;
  color: gray;
  text-align: left; 
}

#logo{
 /*  width: 50%; */
 max-height: 200px;
}

#logout{
	position: absolute;
	top:1px;
	right: 1px;
	
}


#userinfo{
  float:none;
  width:100%;
  color: #bfe55d;
  background-color: #3a3830;
  text-align: center;
  font-size: xx-large; 
}

#userinfo p{
  color : #a0a0a0;
  font-size: x-large;
   margin: 0; 
}


#pagefoot {
	bottom: 0px;
	/* width: 100%; */
	left: 0px;
	right:0px;
	height: 60px; /* align: center; */
 	position: fixed;
	border-top: thin solid #e0e0e0; 
	/* 
	position:absolute;
	margin: 10px;
	*/
	padding: 10px;
	background: #c0c0c0;
	/*word-spacing: 5px;
	*/
}

#pagefoot button{
   position: absolute;
   height: 30px;
   top:10px;
   right:20px;
	
}

#dialog {
    position:absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    border: 1px solid gray;
    background-color: #fdfdfd;
    border-radius: 2%;
    z-index:100;
    text-align: center; 
    font-size: xx-large;
    display: none; 
    padding-top: 1ex ;
    box-shadow: 5px 5px 5px #a0a0a0f0;
}

/*
#dialog p{
	font-weight: bold;
	margin: 0;
}
*/

#dialog button{
   /*position: absolute;
   bottom:10px;
   right:10px;*/
   margin: 1em;
   font-size: large; 
   height: 3em;
   width: 25%;
}


#pagefoot button{
   position: absolute;
   height: 3em;
   top:10px;
   right:10px;
	
}

#pagefoot img{
	width: 150px;
}

#pagebody{
	height: 100% ; 
	margin: 0px 10px 60px 10px;
}  
  
  
#pagebody::after {
    content: "";
    clear: both;
    display: table;
}  


#eventlist {
	width: 98%;
	padding: 1%;
	margin:1%;
	border-collapse: collapse;
	font-size: x-large;
	}

/* 
#eventlist table {
  border-collapse: collapse;
}
 */


#eventlist a {
	font-size: x-large;
	font-weight: bold;
	
}

#eventlist th { 
  /* background-color: #F5F5DC; */
  border-bottom: 2px solid gray;
  color: #cfeb85;
  background: #3a3830;
  margin: 0px; 
  padding: 5px;
  
 }

#eventlist td { 
  /* background-color: #F5F5DC; */
  border-bottom: 1px solid gray;
  margin: 0px; 
  padding: 4px;
 }

	
#eventlist tr {background: #3a3830;}	
#eventlist tr:nth-child(even) {background-color: #cfeb85;} 
#eventlist tr:nth-child(odd) {background-color: #bfe55d;}


#errorinfo {
   margin: 10px;		
   text-align: center;	
   font-size: xx-large;
}

#errorinfo img {
  width: 200px;
  max-width: 50%;
}
	
#errorinfo h1 {
  font-size: 20px;	
}

/*#errorinfo p {
	
}
*/
	