/* CSS Document */

body {font-size: 62.5%; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; background-color:#ffed00;}
h1, h2, h3 {padding: 0; margin: 0;}
h1 {font-family: open sans, Arial, Helvetica, sans-serif; color: #5B3F48; letter-spacing: -0.02em;  font-size: 2.2em; font-weight:100; }
h2 {font-family: open sans, Arial, Helvetica, sans-serif; color: #5B3F48; letter-spacing: -0.02em;  font-size: 2em; font-weight:100; }
p {font-size: 1.1em; font-family: Arial, Helvetica, sans-serif; color: #000;}
br {clear: both;}
a { color: #5B3F48; text-decoration:none; border: none;}




.page-container { max-width: 1920px; margin:auto;  }
.container {width: 970px; margin: 0 auto;}
.container ul li {list-style-type: none;}







.full-bg-1 {
	
	/*background-image: url(../images/global/savethedate-2.jpg); 
	background-size:cover;
	width:100%;
	height: 100%;
	position:fixed;
	min-height:100%;
	background-position: 50% 50%;*/
 
  background-image:url(../images/bg.png);
  background-repeat:repeat-x repeat-y; 
}

.hold-type {
	background-image: url(../images/logo.png);
	background-size:cover;
	width:500px;
     height:500px;
	 position: relative;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: 150px;
    behavior: url(PIE.htc);
	
	}

.social-buttons {
	float:left;
	width: 100%;
	margin-top:520px;
}

.enquiries h2 { margin-left:110px;}
.enquiries a { text-decoration:underline;}

.social-buttons ul {
		list-style-type: none;
		width:500px;
		float:left;
		margin-left:130px;
}

.social-buttons li a {
	float: left;
	width: 30px;
	height:30px;
	margin-right: 20px;
	display: block;

}

@media only screen and (max-width: 350px) {
	

	
.hold-type {
	background-image: url(../images/logo2.png);
	background-size:cover;
	width:310px;
     height:310px;
	 position: relative;
  left: 50%;
  top: 50%;
  margin-left: -154px;
  margin-top: 150px;
    behavior: url(PIE.htc);
	
	}

.social-buttons {
	float:left;
	width: 100%;
	margin-top:330px;
}

.enquiries h2 { margin-left:0px; text-align:center; font-size:13px;}
.enquiries a { text-decoration:underline;}

.social-buttons ul {
		list-style-type: none;
		width:500px;
		float:left;
		margin-left:40px;
}

.social-buttons li a {
	float: left;
	width: 30px;
	height:30px;
	margin-right: 20px;
	display: block;

}
	
	
	
	
	
	
	
	
}