
* {
	margin: 0;
	padding: 0;
	}

button {
	margin: 5px;
	}

h1 {
	text-align: center;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	display: block;
	}

 
input, textarea {
	max-width: 100%
	}

div.comboPict {
	display: none;
	position: relative;
    width: 400px;
    height: 300px;
    margin: auto;
    margin-top: 25px;
    }
    
p {
	padding: 10px;
	}
	
.enterDate, .AdminMenu{
	display: none;
	}
	
.enterPark {
	display: block;
	}

.contentSection, .donationDiv {
	display: none;	
	margin: 30px;
	}

.imageDiv {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    }
	
.imageDiv img {
	float:left;
	width:100%;
	height:100%;
	object-fit: cover;
	}
	
.rewardImage {
	max-width: 150px;
	max-height: 150px;
	object-fit: contain;
	}

.stamp {
/* 		display: inline; */
	position: absolute;
	right: 0px;   
	top: 0px;
	border-radius: 100px;
	}

canvas.stampCanvas {
/* 		display: inline-block; */
	margin-left: auto;
	margin-right: auto;
	border-radius: 100px;
	border: 2px solid grey;
	background-color: white;
	opacity: 0.7;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 20px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(1, 1, 1, 0.5);
	box-shadow: 0px 0px 20px rgba(1, 1, 1, 0.5);
	}

.retrievedText {
	color: blue;
	text-shadow: none;
	font-size:large;
	}

td {
	text-align: left;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;    	
	}

.locationRow {
	display:none;
	}


/* 
.LogInOption input {
	width: 300px;
}
*/



/* 
#btnResetPassword {
	width: auto;
	background-color: #7C3238
}
*/	





//tables

td, th {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	}

th {
	text-align: left;
	}

table {
	margin: auto;
	}
	
.parksTable {
	margin: auto;
	}

.parksTable td, th {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	}
	
.parksTable th {
	text-align: left;
	}
	
.parksTable p {
		padding: 10px;
	}

/* CLASSES */


.button {
    display: inline;
    background-color: #5DADE2; /* blue */
    border: none;
    border-radius: 5px;
    color: white;
	padding: 1em 2em;
/*     padding: 10px 20px; */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    width:100px;
}

.longButton {
    background-color: #5DADE2; /* blue */
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    width:400px;
}

.container {
  /*centers in the container*/
  text-align: left;
}

.containerDiv {
	background: -webkit-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	background: -linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	margin: auto;
	margin-bottom: 25px;
	position: relative;
	width: 600px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: black;
	text-decoration: none;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #999
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

/* Info button */
.info {
	display: inline-block;
	font-style: normal;
	color: blue;
	font-size: x-large;
	font-weight: bold;
	float: right;
	}

.info: hover, .info: focus {
	cursor: pointer;
	background-color: red;
	}
	
.inputFields {
 	 font-size: 16px;
 	 width:200px;
 	 }

.pageContent {
	margin: 20px;
	}
	
.retrievedText {
    display:inline-block; 
    margin-left: 200px
    text-align: left;
	text-shadow:1px 1px 0 #444;
	}

#btnSaveData {
	background-color:darkgreen;
	width: auto;
	margin: auto;
}

#btnLogin {
	background-color: #B7245C;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#btnGoToJrRanger {
	background-color: #7C3238;
	width: auto;
	margin-left: auto;
	margin-right: auto;	
	margin-botton: 5px;	
}

#btnEnterAnother  {
	width: auto;
	background-color:#929982;
	margin: auto;
}
#comments {
	width: 100%;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 4px;
	font-size: large;
}

#countryList, #parkList {
	margin: 10px;
}
