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

/* == home page code == */
/*moving art background-*/
.painting-container {
	position: relative;
	width: 100%;
	min-height: 160vh;
	background-image: url("../jpegs/nails-home-background.jpg");
	background-position: 0px 0px;
	top: 0; left: 0;
	background-repeat: repeat-y;
	animation: negatory 40s alternate;
	animation-iteration-count: infinite;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transition-timing-function: ease-in-out;
}

@keyframes negatory {
	0% {background-position: 0 0;}
	100% {background-position: 100% 0;}
}
.wrapper {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
}

/* top blurb */
@media only screen and (max-width: 2400px) {
	.sale-image {
		position: relative;
		width: 30%;
		height: auto;
		margin: 20px auto;
		padding: 20px;
		border: 4px ridge rgba(240,40,20,1);
		background-color: rgba(0,0,0,.2);
	}
}
@media only screen and (max-width: 1200px) {
	.sale-image {
		position: relative;
		width: 40%;
		height: auto;
		margin: 10px auto;
		padding: 20px;
		border: 4px ridge rgba(240,40,20,1);
		background-color: rgba(0,0,0,.2);
	}
}
@media only screen and (max-width: 800px) {
	.sale-image {
		position: relative;
		width: 60%;
		height: auto;
		margin: 10px auto;
		padding: 20px;
	}
}
@media only screen and (max-width: 2400px) {
	.sale-text {
		position: relative;
		width: 60%;
		height: auto;
		margin: 20px auto;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1200px) {
	.sale-text {
		position: relative;
		width: 80%;
		height: auto;
		margin: 10px auto;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 800px) {
	.sale-text {
		position: relative;
		width: 80%;
		height: auto;
		margin: 10px auto;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 2400px) {
	.sale-text1 {
		font-family: 'Charm', cursive;
		font-size: 42px;
		/*font-weight: bold;*/
		font-style: italic;
		text-align: center;
		line-height: 4px;
		color: rgb(235,150,30);
		padding: 0;
		margin: 10px auto 10px auto;
	}
}
@media only screen and (max-width: 800px) {
	.sale-text1 {
		font-family: 'Charm', cursive;
		font-size: 42px;
		/*font-weight: bold;*/
		font-style: italic;
		text-align: center;
		line-height: 4px;
		color: rgb(235,150,30);
		padding: 0;
		margin: 10px auto 10px auto;
	}
}
@media only screen and (max-width: 2400px) {
	.sale-text2 {
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size: 26px;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		line-height: 30px;
		color: rgb(235,150,30);
		padding: 0;
		margin: 0 auto 20px auto;
	}
}
@media only screen and (max-width: 800px) {
	.sale-text2 {
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size: 20px;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		line-height: 24px;
		color: rgb(235,150,30);
	}
}
@media only screen and (max-width: 2400px) {
	.sale-text3 {
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 20px;
		color: rgb(235,150,30);
		padding: 0 0 20px 0;
		margin: 0;
	}
}
@media only screen and (max-width: 800px) {
	.sale-text3 {
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size: 34px;
		font-weight: bold;
		text-align: center;
		line-height: 18px;
		color: rgb(235,150,30);
		padding: 0 0 20px 0;
		margin: 0;
	}
}
/* home page art and text */
.home-art {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 2400px) {
	.griffin {
		position: relative;
		width: 70%;
		margin: 0 auto;
		text-align: center;
		clear: both;
	}
}
@media only screen and (max-width: 800px) {
	.griffin {
		position: relative;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		clear: both;
	}
}

/* slideshow */
@media only screen and (max-width: 2000px) {
	.home-slide {
		position: absolute;
		width: 200px;
		height: 180px;
		margin: 0 0 0 200px;
		z-index: 2000;
		display: block;
	}
}
@media only screen and (max-width: 1000px) {
	.home-slide {
		position: absolute;
		width: 200px;
		height: 180px;
		margin: 0 0 0 100px;
		z-index: 2000;
		display: block;
	}
}
@media only screen and (max-width: 900px) {
	.home-slide {
		position: absolute;
		width: 200px;
		height: 180px;
		margin: 0 0 0 40px;
		z-index: 2000;
		display: block;
	}
}
@media only screen and (max-width: 750px) {
	.home-slide {
		position: absolute;
		width: 200px;
		height: 180px;
		margin: 0;
		z-index: 2000;
		display: none;
	}
}
/* end slideshow */

/* text under griffin */
.content {
	position: relative;
	width: 90%;
	margin: 20px auto;
	clear: both;
}
@media only screen and (max-width: 2400px) {
	.content-text-head {
		font-family: 'Charm', cursive;
		font-size: 40px;
		line-height: 46px; color: rgb(170,240,250); text-align: center; margin: 0 0 36px 0;
	}
}
@media only screen and (max-width: 900px) {
	.content-text-head {
		font-family: 'Charm', cursive;
		font-size: 26px;
		line-height: 36px;
		color: rgb(170,240,250);
		text-align: center; margin: 0 0 10px 0;
		padding: 0;
	}
}
@media only screen and (max-width: 2400px) {
	.content-text-sub {
		font-family: 'Charm', cursive;
		font-size: 30px;
		line-height: 36px;
		color: rgb(125,200,210); text-align: center; margin: 0 0 12px 0;
	}
}
@media only screen and (max-width: 900px) {
	.content-text-sub {
		font-family: 'Charm', cursive;
		font-size: 20px;
		line-height: 28px;
		color: rgb(125,200,210); text-align: center;
		margin: 0 0 10px 0;
		padding: 0;
	}
}
@media only screen and (max-width: 2400px) {
	.content-text-white {
		font-family: 'Charm', cursive;
		font-size: 30px;
		line-height: 36px; color: rgb(190,245,255); text-align: center; margin: 0 0 12px 0;
	}
}
@media only screen and (max-width: 900px) {
	.content-text-white {
		font-family: 'Charm', cursive;
		font-size: 20px;
		line-height: 26px; color: rgb(190,245,255); text-align: center;
		font-weight: bold;
		margin: 0 0 12px 0;
	}
}
@media only screen and (max-width: 2400px) {
	.visit-blog {
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size: 24px;
		line-height: 30px;
		color: rgb(180,180,180);
		text-align: center;
		margin: 18px 0 0 0;
	}
}
@media only screen and (max-width: 900px) {
	.visit-blog {
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size: 18px;
		line-height: 26px;
		color: rgb(180,180,180);
		text-align: center;
		margin: 18px 0 0 0;
	}
}
/* footer code */
.page-footer {
	position: relative;
	width: 100%;
	height: auto;
	margin: 40px auto;
	clear: both;
	background-color: rgba(0,0,0,0.5);
}
.footer-text {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 20px 0;
	text-align: center;
	color: rgb(230,0,0);
}
/* end home page code*/

/* thank you page*/
.thank-container {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 0;
}
.thank-text {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 24px;
	line-height: 30px;
	padding: 0 20px 10px 0;
	margin: 0;
}
/* == social code == */
.social-title {
	font-family: Charm, "serif";
	font-size: 40px; line-height: 30px;
	color: rgba(185,220,250,1.00);
	text-align: center;
	padding: 10px 0 6px 0;
	margin: 10px 0 0 0;
}
.social-title-small {
	font-family: Charm, "serif";
	font-size: 30px; line-height: 30px;
	color: rgba(185,220,250,1.00);
	text-align: center;
	padding: 3px 0 6px 0;
	margin: 0 0 10px 0;
}
/*.social-container {
	position: relative;
	width: 75%;
	height: auto;
	margin: 0 auto;
}*/
@media only screen and (max-width: 2000px) {
.social-container {
	position: relative;
	width: 75%;
	height: auto;
	margin: 0 auto;
}
}
@media only screen and (max-width: 900px) {
.social-container {
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
}
.social-icons {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	align-content: flex-start;
	width: 400px;
	margin: 0 auto 20px auto;
	padding: 0;
}
.social-items {
	order: 0;
	flex: 0 0 auto;
	align-self: flex-start;
	opacity: .7;
	transition: all .5s;
}
.social-items:hover {
	opacity: 1;
}