@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

/*Layout*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	background-image: url(images/bg2.jpg); 
	background-position:50% 50%;  /* Sets reference point to scale from */
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

#content {
	/*width: 1000px ;*/
	max-width:1200px;
	min-height: 99%;
	margin-left: auto ;
	margin-right: auto ;
	padding-right: 25px;
	padding-left: 25px;
	border: none;
	background: #d3b1a0;
	overflow:hidden;
}

#map {
	height: 396px; 
	width: 520px;
}
	
.subtitle {
	text-align:center;
	margin:0px;
}
	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

p {
	text-align:left;
	margin:0px;
	color: #4c3228;
	font-family: 'Aleo', serif;
}

ul {
	list-style: none; /* Remove default bullets */
}

ul li {
	text-align:left;
	padding-left: 25px
}

ul li::before {
	content: "\25CF";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #DE0219; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1.5em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#form input  {
	display: inline-block;
    vertical-align: baseline;
}

#form div{
	text-align:left;
}

#form label{
	width: 100px;
	display: inline-block;
    vertical-align: baseline;
}

#form textarea {
	font-family: Arial, Helvetica, sans-serif;
}

input[type=submit] {
	font-family: 'Calligraffitti', cursive;
	color: #073E7E;
	font-size: 1.0em;
	border: 1px solid #073E7E;
	background-color: white;
	border-radius: 4px;
	margin-top: 5px;
	cursor: pointer;
}

table {
	border-top: solid 2px black;
	border-spacing: 10px;
}

table a:link {
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #000000, 0px 0px 8px #000000;
	text-decoration: none;
	font-size: 1em;
}
table a:visited {
	text-decoration: none;
	text-shadow: 0px 0px 8px #000000;
	color: #FFFFFF;
	font-size: 1em;
}
table a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 8px #999999;
	color: #FFFFFF;
	font-size: 1em;
}
table a:active {
	text-decoration: none;
	text-shadow: 0px 0px 8px #000000;
	color: #FFFFFF;
	font-size: 1em;
}

.nav td {
  text-align: center;
  padding: 10px;
  border-spacing: 5px;
  background-color: #4c3228;
}

#logo {
	width:60%;
}

#photo {
	display: initial;
	margin-left: 5px;
	margin-top: 5px;
	float: right;
    clear: right;
}

.mobile {
	display: none;
}


.nav {
	/*width: 850px;*/
	width:80%;
	max-width: 850px;
	font-family: 'Aleo', serif;
	height: 24px;
	table-layout: fixed;	
}
  
h1 {
	font-family: 'Calligraffitti', cursive;
	color: #4c3228;
	font-size: 3.0em;
	margin-top: 10px;
	margin-bottom: 0px;
}

@media screen and (max-device-width: 500px) {
/* applies only if the screen is narrower than 500px */
	
	body {
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 40px;
		background-image: url(images/bg2.jpg);  
		background-position:50% 50%;  /* Sets reference point to scale from */ 
		background-attachment: fixed;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		height: 100%;
	}
	
	#content {
		width: 100%;
		min-height: 100%;
		margin-left: auto ;
		margin-right: auto ;
		padding-right: 25px;
		padding-left: 25px;
		border: none;
		background: #d3b1a0f0;
		overflow:hidden;
	}
	#map {
		height: 305px; 
		width: 400px;
	}
	
	.nav {
		/*width: 850px;*/
		width:90%;
		max-width: 1000px;
		height: 24px;
		table-layout: fixed;
		font-size: 20px;		
	}
	.subtitle {
		font-size: 20px;
		text-align:center;
		margin:0px;
	}
	p {
		margin:0px;
		padding:0px;
		margin:0px;
		color: #4c3228;
		font-family: 'Aleo', serif;
	}
	
	

	input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
		-webkit-appearance: none; -moz-appearance: none;
		display: block;
		margin: 0;
		margin-right:20%;
		width: 80%; height: 2em;
		line-height: 1em; font-size: 1em;
		border: 1px solid #bbb;
	}
	
	#form textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		
	}
		
	h1 {
		font-family: 'Calligraffitti', cursive;
		color: #4c3228;
		font-size: 1.5em;
		margin: 0.2em;
		margin-left:  0.2em;
		margin-right:  0.2em;
		margin-bottom:  0px;
		line-height: 100%;
	}
	
	#logo {
		width:100%;
	}
	
	#photo {
		display: none;
	}
	
	.mobile {
		display: initial;
		margin-left: 5px;
		margin-top: 5px;
	}
	
	.no-mobile {
		display: none;
	}
	
}

