
@import 'https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,700|Fredericka+the+Great';

html,
body,
input,
select,
textarea {
	margin: 0px;
	padding: 0px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	line-height: 1;
}

p {
	line-height: 1.3;
}

a,
a:visited {
	color: #fff;
}

.clear {
	clear: both;
}

.photo {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('../images/facebook-photo-2.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.photo .overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: none;
	background: rgba(98, 63, 105, 0.88);
	border: solid 6px #fff;
	overflow-y: auto;
}

.text-container {
	text-align: center;
}

.overlay .text-container {
	color: #fff;
	margin-top: 100px;
	padding: 20px;
}

h1 {
	font-family: 'Fredericka the Great', cursive;
	font-weight: normal;
	font-size: 100px;
	margin: 20px 0px;
	color: rgb(120, 230, 240);
}

h3 {
	font-style: italic;
	font-weight: normal;
	color: rgb(236, 182, 75);
	font-size: 21px;
	margin: 20px auto;
	max-width: 400px;
	line-height: 1.3;
}

.facebook-button,
button {
	background: #401946;
    color: #fff;
    font-family: 'Fredericka the Great', cursive;
    font-weight: normal;
    font-size: 30px;
    text-decoration: none;
    padding: 14px 40px;
    border-radius: 17px;
    margin: 12px 0px;
    display: inline-block;
	border: none;
}

button {
	font-size: 22px;
	border-color: #fff;
}

.overlay p {
	max-width: 500px;
	margin: 20px auto;
}

.columns {
	text-align: center;
	max-width: 1000px;
	margin: 0px auto;
}

.columns > * {
	position: relative;
	display: inline-block;
	width: 29%;
	margin: 0px 2%;
}

.columns * {
	color: #e9d0ec !important;
}

.light-purple {
	color: #e9d0ec !important;
}

.ctct-embed-signup {
	margin: 20px auto 20px auto;
    max-width: 85%;
    border-radius: 0px;
    padding: 40px 40px 40px 40px;
}

input {
    display: block;
    width: 90%;
    margin: 8px auto;
    border: none;
    padding: 10px 0px;
    color: black;
    text-align: center;
}

a.instagram-button {
	font-size: 19px;
    padding: 6px 20px 10px 20px;
    border-radius: 12px;
    display: inline-block;
    margin: -1px auto 11px auto;
    color: rgb(236, 182, 75);
    font-style: italic;
}

@media (max-width: 800px) {
	.overlay .text-container {
		margin-top: 60px;
	}
	h1 {
		font-size: 48px;
	}
	.columns > * {
		width: 100%;
		margin: 0px;
	}
	.facebook-button {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.ctct-embed-signup {
		padding-left: 0px;
		padding-right: 0px;
		max-width: none;
	}
}






