html {
  height: 100%;
}
body {
	min-height: 100%;
	text-align:center;
	font-family: nocturne-serif, serif;
	text-align:center;
	color: rgb(99, 42, 123);
}
a{
	color: rgb(99, 42, 123);
	transition: all 0.3s;
	text-decoration:none;
}
#preloader{
	z-index:99;
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:rgba(255,255,255,0.9);
}
#preloaderInner{
	z-index:999;
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:rgba(255,255,255,0.9);
	background-repeat: no-repeat;
	background-position: center;
	background-image:url('preloader.gif');
	background-size:45px;
}
a:hover{
	color:#f079ae;
}
body::before {
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('ShopDesignSplit4-shopStylesheet-21908.jpg') no-repeat center center;
    background-size: cover;
    z-index: -1;
}
#container{
	min-height:100vh;
	position: relative;
	width:100%;
	display:flex;
	flex-direction:column;
	
}
header{
	height:25px;
	width:100%;
	padding-top:10px;
	font-size:20px;
}
header a{
	display:inline-block;
	margin-left:3px;
	margin-right:3px;
	color: rgb(99, 42, 123);
}
header a:hover{
	color:#f079ae;
}
#logo{
	width:90%;
	margin:auto;
	max-width:550px;
}
#inner{
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer{
	height:25px;
	width:100%;
	font-size:10px;
}
#ae-cform-modal-display-cta-1{
	display:none;
}
a.button{
    margin: 1.5em 0;
    background: #f079ae;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-family: nocturne-serif, serif;
    padding: 13px;
    border-radius: 2px;
    font-size: 14px;
}
a.button:hover{
	background-color: rgb(99, 42, 123);
}

.close-modal{
	display:none!important;
}
.modal-image-container{
	display:none!important;
}
.blocker{
	background-color: rgb(255,255,255)!important;
    background-color: rgba(255,255,255,0.75)!important;
}
.ae-cform-modal-container.modal{
	background: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important;
    box-shadow: none!important;
}
.ae-cform-social-link{
	width: 48%;
	float:left;
}