@charset "utf-8";
body, html {
    height: 100%;
    margin: 0;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px;
}


.address {
	display:inline-block;
	float:right;
	margin-top:10px;
	margin-right:1em;	
	width:50%;
	color:#990000; 
	font-size:2em; 
	white-space:nowrap;
	text-align:right;
	}	
	
.nav {
	display:inline-block;
	background-color:#990000; 
 	width:100%;
	}

.nav .icon {
display:none;
}

.mbmenu{
  display:none;
  }
	
.myButton {
	-moz-box-shadow: 3px 4px 15px 0px #121111;
	-webkit-box-shadow: 3px 4px 15px 0px #121111;
	box-shadow: 3px 4px 15px 0px #121111;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c96b64), color-stop(1, #7a251d));
	background:-moz-linear-gradient(top, #c96b64 5%, #7a251d 100%);
	background:-webkit-linear-gradient(top, #c96b64 5%, #7a251d 100%);
	background:-o-linear-gradient(top, #c96b64 5%, #7a251d 100%);
	background:-ms-linear-gradient(top, #c96b64 5%, #7a251d 100%);
	background:linear-gradient(to bottom, #c96b64 5%, #7a251d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c96b64', endColorstr='#7a251d',GradientType=0);
	background-color:#c96b64;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #912a2a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;

	padding:2px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	font-size:1vw;

	margin-top:10px;
	
	margin-bottom:10px;
	margin-left:10px;
}
.on {
	display:inline-block;
	color:#CCCCCC;
	padding:2px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	font-size:1vw;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}

.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7a251d), color-stop(1, #c96b64));
	background:-moz-linear-gradient(top, #7a251d 5%, #c96b64 100%);
	background:-webkit-linear-gradient(top, #7a251d 5%, #c96b64 100%);
	background:-o-linear-gradient(top, #7a251d 5%, #c96b64 100%);
	background:-ms-linear-gradient(top, #7a251d 5%, #c96b64 100%);
	background:linear-gradient(to bottom, #7a251d 5%, #c96b64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a251d', endColorstr='#c96b64',GradientType=0);
	background-color:#7a251d;
}
  
.mainbg {
	background-image:url(../images/handfull.jpg);
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	margin:auto;
	background-position: center;
	background-size:100%;
	}
.aboutbg {
	background-image:url(../images/Derekfamily.jpg);
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	background-position: center top;
	background-size:100%;
	text-align: justify;
	font-size:1em;
	}	
.logo {
	width:100%;
	margin:5%;
	}	




@media only screen and (max-width: 600px) {
 

.nav {
	width:100%; 
	}
.nav a{
  display:none;
  }
.nav.mobile a {
    float: none;
    display: block;
    text-align: left;
  }

.myButton {
width:50%;
text-align:center;
	font-size:6vw;
}

.on {

width:50%;
text-align:center;
	font-size:6vw;
} 
.phone {
	font-size:1em; 
	} 
   
.nav .icon {
	color:#000000;
	display:inline-block;
	font-size: x-large;
	margin:10px;
		cursor:pointer;
  }

a.icon:link {
	text-decoration: none;
}

.nav.mobile .icon {
display:inline;
  }

.mainbg {
background-position:center top;
}
.aboutbg {
font-size:.8em;
}

.logo {
	width:40%;
	}		
}
