@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

#pageWrap {
	margin:0 auto;
	max-width:1283px;
	height:auto
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #b59378;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #7ea5bd;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
	
}




#logo{
	position:absolute;
}

#mobileLogo{
	display:none;
}

h1{
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
}

h2{
	padding-left: 13px;
}

.pageNav{
	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	letter-spacing: 5px;
}


.menu {
  	overflow: hidden;
	padding: 15px 0px 15px 0px;
	width:auto;
	
}
.menuitem {
  	
  float: left;
  color: #000;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 17px;
}

.menu2item a {
  	
  float: left;
  color: #fff;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 17px;
}

.main {
  	background-image: url(../images/background.jpg);
  	background-repeat: no-repeat;
	padding: 15px 25px 0px 500px;
  	float:left;
  	width:100%;
  	height: 1020px;
}

.main2 {
  	background-image: url(../images/background2.jpg);
  	background-repeat: no-repeat;
	padding: 15px 25px 0px 500px;
  	float:left;
  	width:100%;
  	height: 1020px;
}

.main3 {
  	background-image: url(../images/background3.jpg);
  	background-repeat: no-repeat;
	padding: 15px 25px 0px 500px;
  	float:left;
  	width:100%;
  	height: 1020px;
}

.main4 {
	padding: 15px 25px 0px 500px;
  	float:left;
  	width:100%;
  	height: auto;
}

.main p {
	padding-left:13px;
	padding-right: 25px;
  	float:left;
  	width:50%;
}

.main2 p {
	padding-left:13px;
	padding-right: 25px;
  	float:left;
  	width:50%;
}

.main3 p {
	padding-left:13px;
	padding-right: 25px;
  	float:left;
  	width:50%;
}

.shop {
  	background-color: #dbdbdb;
	padding: 125px 25px 0px 150px;
  	float:left;
  	width:100%;
  	height: auto;
}

.gallery {
  	background-color: #dbdbdb;
  	float:left;
  	width:100%;
}

.gallery img{
	float: left;
}


.shop img{
	float:left;
}

.photos {
  	background-color: #dbdbdb;
	padding: 125px 25px 0px 150px;
  	float:left;
  	width:100%;
  	height: 1375px;
}

.photos img{
	float:left;
}

.link0 img{
	margin: 15px;
	height:auto;
	Width:20%;
	float:left;
	
}

.footer{
	
	background-color: #393939;
	width: 100%;
	height: auto;
	float:left;
}
.featuredArt{
	float:left;
	width: 348px;
	height: auto;
	
}

.contactForm{
	float:left;
	width: 50%;
	height: auto;
	
}

div.featured01 {
    float: left;
    width: 168px;
	height:251px;
	margin: 0px 10px 10px 0px;
}
		
div.featured02 {
    float: left;
    width: 168px;
	height:251px;
}

div.featured03 {
    float: left;
    width: 168px;
	height:251px;
	margin-right: 10px;
}

div.featured04 {
    float: left;
    width: 168px;
	height:251px;
}

div.gallery img {
    width: 100%;
    height: auto;
}

.mainTxt{
	width: 50%;
}

.mainTxt3{
	width: 100%;
}

.events{
	
	font-size: 24px;
	clear:both;
}

.itemdiv{
	margin: 25px;
	width:310px;
	height: 464px;
	float: left;
	margin-bottom: 125px;
}

.itemdiv-w{
	margin: 25px;
	width:519px;
	height: 390px;
	float: left;
	margin-bottom: 125px;
}

.photoDiv{
	margin: 10px;
	width:349px;
	height: 262px;
	float: left;
	margin-bottom: 10px;
}


@media only screen and (max-width:1050px) {
  /* For mobile phones: */
  .menu, .main, .main2, .main3, .main4 .right {
    width:100%;
	position:relative;
	text-align: center;
  }
	#logo{
	display: none;
}
	#mobileLogo{
	text-align:center;
	display:block;
}
	.main {
	padding: 0px;
	background-image: url();
}
	
	.main2 {
	padding: 0px;
	background-image: url();
}
	
	.main3 {
	padding: 0px;
	background-image: url();
}
	.main4 {
	padding: 0px;
	background-image: url();
}
	
	.menuitem {
  	
	background-color: #bdbdbd;
  	width:100%;
  	text-align: center;
  	padding: 15px 0px;
}
	
	.menu2item a {
  	
  	width:100%;
  	text-align: center;
		margin-top: 25px;
  	padding: 15px 0px;
}
	
	.main p {
	padding-left:13px;
  	float:left;
  	width:50%;
}
	
	.main2 p {
	padding-left:13px;
  	float:left;
  	width:50%;
}
	
	.main3 p {
	padding-left:13px;
  	float:left;
  	width:50%;
}
	
	.link0 img{
	margin: 25px;
	height:auto;
	Width:50%;
	
}
	
	.gallery{
		background-color: #fff;
		margin: 15px;
	}
	
	.footer{
	text-align: center;
	}

.mainTxt3 p{
	margin: 15px;
	width: 90%;
	text-align: left;
	}
	
.events{
	
	margin:15px;
	text-align: left;
	width: 100%;
	font-size: 18px;
	font-weight: 200;
}
	
	.contactForm{
	width: 80%;
	
}
	
	.shop {
  	background-color: #dbdbdb;
	padding: 50px 25px 0px 15px;
  	float:left;
  	width:100%;
  	height: auto;
	overflow: hidden;
}
	
	.photos {
  	background-color: #dbdbdb;
	padding: 50px 25px 0px 15px;
  	float:left;
  	width:100%;
  	height: auto;
	overflow: hidden;
}
	
	
	.itemdiv{
	margin: 25px 0px 25px 15px;
	width:310px;
	height: 464px;
	float: left;
	margin-bottom: 125px;
	
}
	
	.photoDiv{
	margin: 15px 0px 0px 15px;
	height: 349px;
	float: left;
	
}
	
	
	@media only screen and (max-width:650px) {
  /* For mobile phones: */
  .menu, .main, .main2, .main3, .main4 .right {
	 height: auto;
    width:100%;
  }
	#logo{
	display: none;
}
	#mobileLogo{
	text-align:center;
	display:block;
}
	.main {
	padding: 0px;
	background-image: url();
}
		
	.main2 {
	padding: 0px;
	background-image: url();
}
		
	.main3 {
	padding: 0px;
	background-image: url();
}
		
	.main4 {
	padding: 0px;
	background-image: url();
}
		
	.menuitem {
  	
  	width:100%;
  	text-align: center;
  	padding: 15px 0px;
	background-color: #bdbdbd;
}
		
	.menu2item a{
  	
  	width:100%;
  	text-align: center;
  	padding: 15px 0px;
}
	.main p {
	padding: 0px;
	margin: 30px;
  	float:left;
  	width:90%;
}
	
	.main2 p {
	padding: 0px;
	margin: 30px;
  	float:left;
  	width:90%;
}
		
	.main3 p {
	padding: 0px;
	margin: 30px;
  	float:left;
  	width:90%;
}
		
div.gallery img {
    width: 100%;
    height: auto;
}
		
		

div.desc {
    padding: 15px;
    text-align: center;
}
div.mainTxt{
	width: 90%;
}
		
div.mainTxt3{
	text-align: left;
	width: 90%;
}
		
.link0 img{
	margin: 15px;
	height:auto;
	Width:100%;
	
}
		
.contactForm{
	text-align: center;
	width: 90%;
	
}
* {
    box-sizing: border-box;
}
}
}