body {
    background-image: url("../pics/title.PNG");
    background-repeat: no-repeat;
    background-position: center top 1.2em;
    background-color: #f2f2f2; /*e6e6e6*/
	min-width: 450px;
	margin: 0;
font-family: 'Handlee', cursive;
/*font-family: Helvetica, sans-serif;*/
}

.transition, .tabs, .filter-button, div.img:hover, .textP:Hover {
  -moz-transition: all 0.5s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  -o-transition: all 0.5s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  -webkit-transition: all 0.5s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  transition: all 0.5s cubic-bezier(0.53, 0.01, 0.35, 1.5);
}

.tabs {
	clear: left;
	float: left;
	border-top: 0px solid #92cddc;
	width: 100%;
	min-width: 32em;
	font-size: 22px;
    position: relative;
	-webkit-font-smoothing: antialiased;
    top: 362px;
}

.tabs ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	right: 50%;
	text-align: center;
}
.tabs ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
}
.tabs ul li a {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 12px 4px 12px 4px;
	border-radmargin-right: 2em;
	margin-left: 2em;
	margin-right: 2em;
	border-radius: 0em;
	
	
	min-width: 8em;
	/*background: #92cddc;#2c7587;*/
	text-decoration: none;
    
	color: #404040;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.tabs li+li { border-left: 1px solid #000000 }

.tabs ul li a.active {
	color: #000;
	font-weight: 600;
}

.tabs ul li a:hover {
	background-color: #92cddc;
  color: #000;

-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/* gallery buttons ---------------------------------------------------------*/
#buttons {
	clear:left;
	float:center;
	left: 50%;
	min-width: 300px;
	text-align: center;
	margin: 0;
	margin-right: 1em;
	margin-left: 1em;
	height: 50px;
	-ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	font-size: 20px;
    position: relative;
    top: 392px;
}

fieldset {
	border: 0;
}

#buttons label {
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin: 0;
	padding: 6px 14px 6px 14px;
	border-radius: 0;
	border: 1px solid #000000;
	width: 100px;
	min-width: 100px;
	text-decoration: none;
	background-color: #fff;
	color: #000;
}

#all {
	border-left: 2px solid #000000;
}

#buttons input {
    visibility: hidden;
	width: 0;
	margin: 0;
}

#buttons label:hover {
    background-color: #92cddc;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#buttons input:checked + label {
	background-color: #92cddc;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#foot01 {
    position:fixed;
    text-align: left;
	transform: translate(0px, 0px);
    font-size: 12px;
    bottom:0;
    width:100%;
    height:30px;
}

h1 {
    position: fixed;
    top: 400px;
    left: 50px;
}

/* dissappears once overlapping ---------------------------------------------------------*/
@media only screen and (min-width: 1230px){
.swirlRight{ 
    position: absolute; 
	content: url("../pics/swirl1Big.png"); 
    border-radius: 125px; 
    top: 0px;
	left: 0px;
}

.swirlLeft{ 
    position: absolute; 
	content: url("../pics/swirl2Big.png"); 
    border-radius: 125px; 
    top: 0px;
	right: 0px;
}
}

/* images in gallery ---------------------------------------------------------*/
div.image_container {
	width: 100%;
	min-height: 115vh;
	text-align: center;
	top:0px!important;
}

#form {
	position: absolute;
	top: 430px;
	z-index: 0;
}

/* text in order page ---------------------------------------------------------*/
.textP{
	position: absolute;
	top: 958px;
	max-width: 550px;
	min-width: 550px;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 2em;
	padding: 0px 15px;
	border-radius: 30px;
	font-size: 15px;
	background-color: #c4e4ed;
	border: 1px solid #2c7587;
}
/* text in about page ---------------------------------------------------------*/
.textA{
	position: absolute;
	top: 445px;
	max-width: 550px;
	min-width: 550px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0px 22px;
	border-radius: 30px;
	font-size: 16px;
	background-color: #c4e4ed;
	border: 1px solid #2c7587;
}
/* text in place order ---------------------------------------------------------*/
.textT{
	position: absolute;
	top: 1558px;
	width: auto;
	left: 35px;
	margin: auto;
	padding: 0px 15px;
	border: 2px solid #2c7587;
	border-radius: 25px;
	font-size: 17px;
	background-color: #92cddc;
}

.textE{
	position: absolute;
	text-align: center;
	top: 450px;
	max-width: 330px;
	min-width: 330px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0px 15px;
	border-radius: 30px;
	font-size: 15px;
	background-color: #92cddc;
	border: 1px solid #e6e6e6;
}

#sign {
	font-size: 12px;
	writing-mode: vertical-lr;
	position: fixed;
	bottom: 2px;
	left: 2px;
}

/* grid options */

.gridUnits {
	clear: both;
	position: relative;
	left: 50%;
	width: 100%;
	top: 25em;
	min-width: 1050px;
	-ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gridUnits figure {
	position: relative;
	display: inline-block;
	float: center;
	overflow: hidden;
	border-radius: 0; /*2em*/
	border: 1px solid #000; /*8c8c8c 2c7587*/
	/*box-shadow: 6px 6px 20px #4d4d4d;*/
	width: 18em; /*or 14 */
	height: 18em;
	margin: 1.2em 1.2em;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.gridUnits figure img {
	opacity: 0.8;
}

.gridUnits figure figcaption {
	padding: 2em;
	padding-top: 2.7em;
	color: #000;
	font-size: 1.35em;
	font-weight: 550;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gridUnits figure figcaption::before,
.gridUnits figure figcaption::after {
	pointer-events: none;
}

.gridUnits figure figcaption,
.gridUnits figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gridUnits figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.gridUnits figure h2 {
	letter-spacing: 0.05em;
	font-size: 1.25em;
}

.gridUnits figure h2,
.gridUnits figure p {
	margin: 0;
}

.gridUnits figure p {
	letter-spacing: 0.15em;
	font-size: 68.5%;
}


figure.effect {
	background: #fff; /*2e5d5a*/
}

figure.effect figcaption {
	pointer-events: none;
}

figure.effect img {
	max-width: none;
	width: -webkit-calc(100%); /*60px*/
	width: calc(100%);
	opacity: 1;
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	-ms-transition: all 0.75s;
	-o-transition: all 0.75s;
	transition: all 0.75s;
	/*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;*/
	/*-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect:hover img {
	opacity: 0.4;
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	-ms-transition: all 0.75s;
	-o-transition: all 0.75s;
	transition: all 0.75s;
	/*-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);*/
}

figure.effect h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect p {
	padding: 0 10px 0 0;
	width: 65%;
	border-right: 1.5px solid #000;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}transform: scale(1);
}

figure.effect:hover h2,
figure.effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* place an order */

@keyframes animA {
    0%   {opacity: 0;}
    100% {opacity: 1;visibility: visible;}
}

@keyframes animD {
    0%   {opacity: 1;}
    100% {opacity: 0;visibility: hidden;}
}

#order.appear {
	animation-name: animA;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

#order {
	visibility: hidden;
}

#about.appear {
	animation-name: animA;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

#about {
	visibility: hidden;
}

#gallery.appear {
	animation-name: animD;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

#gallery {
	animation-name: animA;
	animation-duration: 0.8s;
}