*{
		margin: 0;
		padding: 0;
		border: 1px transparent;
		box-sizing: border-box;
}


/* TEXT FORMAT */
body{
	font-family: "Noto Sans", sans-serif;
	color:#212529;
    background:#F8F9FA;
	font-size: 16px;
}
.bold-text {
	font-weight:bold;
}
h1 {
    color:#1B4332;
    font-size:55px;
    font-weight:800;
}
h2 {
    color:#2D6A4F;
    font-size:38px;
    font-weight:700;
}
h3 {
    color:#40916C;
    font-size:28px;
    font-weight:600;
}
h1, h2, h3 {
	font-family: "Oswald", sans-serif;
	color:#1B4332;
    letter-spacing:1px;
}
p {
    color:#333;
    font-size:18px;
    line-height:1.6;
}
.introtext {
  color: green;
  font-size: 150%;
}
.introtext, .introparagraph, #nav a, #navbar a, .eventtext, a{
	font-family: "Noto Sans", sans-serif;
}
.text-box {
	background-color: #717568;
	padding:20px;
	border-radius:10px;
	color: white;
}
.text-box1 {
	background-color: #CCDDE2;
	padding:20px;
	color: white;
	opacity: .75;
	margin-left: 50px;
	margin-right:50px;
}
/* hero*/
#header {
	width: 100%;
	margin: 0 auto;
	background-color: #F8F9FA;
	text-align: center;
}
.hero {
	background-image: url("../img/mountainsbackground.jpeg");
	background-position: center;
	background-size: cover;
	height: 700px;
	color: white;
	position: relative;
}
.hero1 {
	background-image: url("../img/community.jpeg");
	background-position: center;
	background-size: cover;
	height: 700px;
	color: white;
	position: relative;

}
.hero2 {
	background-image: url("../img/mountainsbackground.jpeg");
	background-position: center;
	background-size: 75%;
	height: 700px;
	color: white;
	position: relative;
}
/* navigation */
#nav {
	text-align: center;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 40px;
	width: 100%;
}
#nav a {
	color: green;
	text-decoration: none;
	font-weight: bold;
	margin:0 25px;
	font-size: 25px;
}
a {
    font-family:Noto Sans, sans-serif;
    color:#F77F00;
    text-decoration:none;
    font-weight:bold;
}

.socialmedia {
	text-align:right;
	position: relative;
}
.socialmedia img{
	width: 25px;
	height: auto;
	margin-left: 8px;
}
.logo {
	display: block; 
	margin: 0 auto;
	padding-top: 20px;
}

.logo img{
	width: 120px;
	height:auto;
}
		
.div1 {
	background-color: #F1BF98;
	width: 100%;
	padding: 10px;
	text-align: center;
	margin: 10px 20px 0 20px;
}

#navbar {
	background-color: #DCE2BD;
	text-align: center;
	padding: 20px;
	text-align: center;
	position: absolute;
	width: 100%;
}
#navbar a {
	color: green;
	text-decoration: none;
	font-weight: bold;
	margin:0 25px;
	font-size: 25px;
}
/* centered box */
#centerframe {
	text-align: center;
	background-color: #D4CDAB;
	width: 80%;
	max-width: 800px;
	margin-top: 120px;
	margin: 120px auto 0 auto;
}
/* half image, half text */
.introimagetext{
	background-color: transparent;
	width: 100%;
	padding: 50px 100px 50px 100px;
	overflow: hidden;
	margin: 0 auto;
	height: auto;
}
.half-image {
	float: right;
	width:50%;
	margin-top: 50px;

}
.half-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.action-image {
	float: left;
	width:50%;

}
.action-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.half-box{
	background-color: #F4EBD9;
	text-align: center;
	height: auto;
	float:left;
	width:40%;
}
.half-box h2{
	margin-top: 80px;
	margin-bottom: 20px;
}
/* square boxes */
.square-box{
	color: white;
	text-align: center;
	width: 30%;
	height: auto;
	float: left;
	margin-left: 40px;
}
.square-box h3{
	margin-top: 20px;
}	
.square-image {
	width: 100%;
	text-align: center;
	padding:20px;
	margin-bottom: 40px;
}

.square-image img{
	width: 100%;
	height: auto;
	display: block;
}
/* rectangle boxes */
.rectangle-box{
	color: white;
	text-align: center;
	width: 40%;
	height: auto;
	float: left;
	margin-left: 100px;
}	
.rectangle-image {
	width: 100%;
	text-align: center;
	padding:20px;
}

.rectangle-image img{
	width: 100%;
	height: auto;
	display: block;
}
/* texts for community events */
.eventtext{
	background-color: transparent;
	color: white;
	text-align: left;
	padding: 50px;
	width: 46%;
	height: auto;
	float: left;
	margin-left: 20px;
}
.eventtext h2{
	margin-top: 150px;
}	
/* full image only */
.full-image {
	width: 100%;
	margin:0 auto;
	text-align: center;
	float: left;
}

.full-image img{
	width: 100%;
	height: auto;
	display: block;
	height: auto;
}
/* container for full image*/
.fullbox {
	background-color: transparent;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 auto;
}
/* container for categories*/
.category {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.category a {
	text-decoration: none;
	font-weight: bold;
	margin:0 25px;
	font-size: 25px;
}
/* container for portioned images*/
.fullrow {
	width: 100%;
	overflow: hidden;
	padding-top:20px;
	padding-bottom: 20px;
	float: left;
	height: 700px;
}
#food1, #food2, #food3, #food4{
	width: 50%;
	height: 600px;
	float: left;
	position: relative;
	color: white;
	text-align: center;

}
#food1 category{
	padding: 25px;
	height: 80%;
	width: 80%;
	margin: 0 auto;
	background: black;

}
#food2 category{
	padding: 25px;
	height: 80%;
	width: 80%;
	margin: 0 auto;
	background: black;
}
#food3 category{
	padding: 25px;
	height: 80%;
	width: 80%;
	margin: 0 auto;
	background: black;
	text-align: center;
}
#food4 category{
	padding: 25px;
	height: 80%;
	width: 80%;
	margin: 0 auto;
	background: black;
	text-align: center;
}
.footer {
	background-color: seashell;
	width: 100%;
	padding: 10px;
	text-align: center;
	float: left;
}
/* buttons*/
.buttonright {
	background-color: white;
	width: 40px;
	height:20px;
	font-size: 10px;
	padding: 10px;
	color: black;
	text-align:center;
}
.buttonbox {
	padding: 10px;
	margin-top:20px;
}
/* FORM*/
	fieldset {
  background-color: LightGray;
}

legend {
  background-color: LightGray;
  color: #594236;
  padding: 5px 10px;
}

input {
  margin: 5px;
}