@charset "utf-8";

/*	background-image : url('images/background.jpg'); */

body{
	font-family      : "Book Antiqua", "Times New Roman", Times;
}

h1 {
	margin:auto;
	text-align: center;
}

ul {
	text-align: left;
}

cite {
	font-style: italic;
	font-weight: bold;
}

.div-center {
	display: block;
	width: 75%;
	height: auto;
	margin: 0 auto;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

#map {
	height: 450px;
    width: 100%;
}

/* Default form table */
.form-table {
	width: 60%;
	border: 1px solid;
	margin: auto;
	border-radius: 15px;
	border-collapse: collapse;
}

.form-table-left {
	width: 40%;
	text-align: left;
}

.form-table-right {
	width: 60%;
	text-align: left;
}

.form-table th {
	border: 1px solid;
}

.form-table td {
	border: 1px solid;
}

.parish-finder-table {
	width: 40%;
	margin: auto;
	border-radius: 15px;
	border-collapse: collapse;
}

/* Default Table */
.default-table {
	margin: auto;
	border: 1px solid;
	border-collapse: collapse;
}

.default-table td {
	border: 1px solid;
}
.default-table th {
	border: 1px solid;
}

/* Query Displays  */

.display-query {
	margin:       auto;
	border:       1px solid;
}
table.display-query td {
	border: 1px solid;
}
table.display-query th {
	border: 1px solid;
}

/* generated by php_library */
.table_row {
	border: 1px solid;
}

/* Display Register Table */

.register-table {
	margin: auto;
	border: 1px solid;
	width: 70%;
	border-radius: 15px;
}

/* Navigation Buttons */

.button-entry {
	list-style :none;
	margin     :0;
	padding   : 0;
	text-decoration:none;
}

.button {
	background:#BCAC94;
	margin:0;
	padding: 2px 10px;
	border: 1px solid #fff;
	min-height: 30px;
}

/* Main Panels */

.left-panel {
	float: left;
	width: 120px;
}

.right-panel {
	margin-left: 120px;
	border-radius: 15px;
	background-color: #EBEADC;
}

.hamburger {
	display: none;
	cursor:  pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

#nav {
	display: block;
}

@media screen and (max-width: 727px) {
	.left-panel {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 180px;
	}
	.right-panel {
		margin-left: 0px;
	}
	.hamburger {
		display: inline-block;
	}
	#nav {
		display: none;
	}
	.button-entry {
		font-size: x-large;
	}
}

.bottom-panel {
	text-align: center;
	font-size: small;
	clear: both;
}

.big-font {
	font-size: x-large;
}

.default-image {
	width: 90%;
	height: auto;
}

.maintain-size {
	border:0; 
	max-width:100%; 
	height:auto;
}

.width-100 {
	border:0; 
	width:100%; 
	height:auto;
}

.img-zoom {
	border:0; 
	width:100%; 
    height:auto;
}

.img-zoom:hover {
    transform: scale(1.1);
}

.submit-button {
	font-size: x-large;
	margin: auto;
	display: block;
}

.scroll-bars {
	overflow-x:auto;
}

.g-recaptcha{
    display: inline-block;
 }
 
 /* Zoom Image */
 
 .img-magnifier-container {
    position: relative;
    width: 100%;
  }
  
  .img-magnifier-glass {
    position: absolute;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: none;
    background-repeat: no-repeat;

    /*Set the size of the magnifier glass:*/
    width:  200px;
    height: 200px;
  }
  