@charset "UTF-8";
body {
	background-image: url("images/LP.Diamonds.gif");
	color: #FDF2D2;
}

p {
	text-align: center;
	padding: 0px;
}

#container {
	background-color: #000000;
	height: 500px;
	width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -350px;
	display: block;
}

.item {
	/* border: thin solid #222; */
	text-align: center;
}

.header {
	margin-top: 30px;
	margin-bottom: 30px;
}

.header img{
	width: 600px;
}

.comingSoon {
	margin-bottom: 40px;
}

.email {
	margin-bottom: 20px;
}

.social {
	margin: 0px;
}

.script {
	font-family: "filmotype-zanzibar", sans-serif;
	font-weight: 400;
	font-style: normal;	
	font-size: 110pt;
	line-height: 1em;
}

.sans-serif {
	font-family: "termina", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.large {
	font-size: 30pt;
	line-height: 1em;
	letter-spacing: 3px; 
}


.emailbutton {
  background-color: #000;
  border: solid #FDF2D2 2px;
  color: #FDF2D2;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  display: inline-block;
  font-size: 18px;
  transition-duration: 0.2s;
}


.emailbutton:hover {
  background-color: #FDF2D2;
  color: #000;
}

.instaButton {
	background:url("images/Insta_Button.svg") no-repeat;
    cursor:pointer;
    border:none;
    width:35px;
    height:35px;
	transition-duration: 0.2s;
	margin: 3px;
}

.instaButton:hover {
	background:url("images/Insta_Button_Hover.svg") no-repeat;
}

.pinButton {
	background:url("images/Pin_Button.svg") no-repeat;
    cursor:pointer;
    border:none;
    width:35px;
    height:35px;
	transition-duration: 0.2s;
	margin: 3px;
}

.pinButton:hover {
	background:url("images/Pin_Button_Hover.svg") no-repeat;
}



@media only screen and ( max-width : 600px ){
	
body {
	background-image: url("images/LP.Diamonds.Small.gif");
}
	
#container {
	background-color: #000000;
	height: 620px;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -310px;
	margin-left: -250px;
	display: block;
}
	
.header {
	margin-top: 70px;
	margin-bottom: 40px;
}

.header img{
	width: 450px;
}

.newSite {
	margin-bottom: 10px;
}
	
.comingSoon {
	margin-bottom: 50px;
}

.email {
	margin-bottom: 20px;
}

.social {
	margin: 0px;
}
	
.emailbutton {
  padding: 8px 18px;
  letter-spacing: 3px;
  font-size: 24px;
}
	
.instaButton {
    width: 50px;
    height: 50px;
	margin: 5px;
}
	
.pinButton {
    width: 50px;
    height: 50px;
	margin: 5px;
}
	
}

@media only screen and ( max-width : 400px ){
	
body {
	background-image: url("images/LP.Diamonds.Small.gif");
	background-repeat:repeat-y;
	background-size: 100%;
}
	
#container {
	background-color: #000000;
	height: 400px;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -150px;
	display: block;
}
	
.header {
	margin-top: 30px;
	margin-bottom: 40px;
}

.header img{
	width: 280px;
}

.newSite {
	margin-bottom: 10px;
}
	
.comingSoon {
	margin-bottom: 40px;
}

.email {
	margin-bottom: 20px;
}

.social {
	margin: 0px;
}
	
.emailbutton {
  padding: 5px 15px;
  letter-spacing: 3px;
  font-size: 15px;
}
	
.instaButton {
    width: 40px;
    height: 40px;
	margin: 5px;
}
	
.pinButton {
    width: 40px;
    height: 40px;
	margin: 5px;
}
	
.script {
	font-size: 60pt;
	line-height: 1em;
}

.large {
	font-size: 18pt;
	line-height: 1em;
	letter-spacing: 3px; 
}
	
}

