@charset "UTF-8";
/* CSS Document */


body  {
	background-color: #fff;
}	

.bkgImg {
	max-width: 1148px;
	background-image: url(../images/bkg_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: cover;
}

img {
  max-width: 100%;
  height: auto;
}

.mainContent {
	background-color: rgba(255, 255, 255, 0.95);
	border: 1px solid #664d00;
	padding: 30px;
	margin-top: 10px;
	margin-bottom: 80px;
}

.button {
  border: none;
  border-radius: 4px;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
	background-color: #e2e2e2;
	color: #666;
	border: 1px solid #cccccc;
}

.button1:hover {
	background-color: #ec9222;
	color: #fff;
	border: 1px solid #ec9222;
}



ul { 
	list-style-type: none;
	padding-left: 20px;
}
li {
	padding: 3px 0px;
	font-weight: 300;
}








	


divx {
	margin: auto;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	max-width: 1148px;
	background-color: #CCC;
}



