

body {
	background: #000;
	margin: 0;
	color: #fff;
	font-family:  'Exo 2', 'Nunito', 'Titillium Web', Verdana, "Trebuchet, MS", Lucida, Tahoma, Helvetica, Arial, sans-serif;
}
	
#top {
	background: #000;
	background: -webkit-linear-gradient(right, #02141e, #031c2a, #02141e);
	background: -o-linear-gradient(right, #02141e, #031c2a, #02141e);
	background: -moz-linear-gradient(right, #02141e, #031c2a, #02141e);
	background: -ms-linear-gradient(right, #02141e, #031c2a, #02141e);
	background: -linear-gradient(right, #02141e, #031c2a, #02141e);
	border-bottom: 2px solid #fff;
	height: 40px;
	padding: 0px 20px;
	width: 100%;
	margin-bottom: 40px;
	z-index: 20;
	position: fixed;
}	

#tt {
	position: fixed;
	top: 0px;
	left: 20px;
}

#date {
	position: fixed;
	top: 0px;
	left: 120px;
}

#nav1 {
	position: relative;
	float: right;
	margin-right: 80px;
	padding-top: 12px;
}

#nav1 a {
	font-family: Verdana, 'Titillium Web', "Trebuchet, MS", Lucida, Tahoma, Helvetica, Arial, sans-serif;	
	font-size: 100%;
	color: #b68c44;
	list-style: none;
	text-decoration: none;
	margin: 0px 12px;
}

#nav1 a:hover {
	color: #eab001;
}

#demo {
	font-size: 160%;
	position: absolute;
	top: 150px;
	left: 7%;
}

#namehed {
	width: 70%; 
	padding: 6px;
	position: relative;
	margin-left: 5%;
	top: 50px;
}

#namehed img {
	width: 100%; 
	position: absolute;
}

#namehedhome {
	width: 70%; 
	padding: 6px;
	position: relative;
	margin-left: 5%;
	top: 0px;
}

#namehedhome img {
	opacity: 0;
	width: 100%; 
	position: absolute;
	animation-name: fadein;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2.5s;
}

@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity; 1; }
}

@-webkit-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity; 1; }
}

@-moz-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity; 1; }
}

@-ms-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity; 1; }
}

@-o-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity; 1; }
}

#namehedhome img {
	opacity: 1;
}

#greeting {
	font-size: 160%;
	position: relative;
	top: 240px;
	left: 7%;
	max-width: 50%;
	color: #fff;
}

#header {
	font-family:  'Revalia', 'Nunito', 'Fredericka the Great', 'Titillium Web', Verdana, "Trebuchet, MS", Lucida, Tahoma, Helvetica, Arial, sans-serif;	
	color: #b68c44;
	font-size: 280%;
	font-weight: 600;
	margin-left: 10%;
	margin-top: 140px;
	margin-bottom: 20px;
	max-width: 45%;
	position: relative;
}

.html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 75%;
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom: 60px;
	position: relative;
	/*border: 2px solid #f2f;*/
}

.converttab {
	background: #02141e;
	width: 40px;
	height: 140px;
	border: 2px solid #fff;
	border-radius: 0px 12px 12px 0px;
	position: fixed;
	top: 160px;
	left: -2px;
}

.converttab:hover {
	width: 40px;
	border: 2px solid #b68c44;
}

.converttab p {
	font-weight: 600;
	font-size: 120%;
	transform: rotate(-90deg);
	position: relative;
	text-decoration: none;
	left: 4px;
	top: 62px;
	color: #fff;
}

.converttab a:hover {
	color: #fff;
}

.indextext {
	margin-top: 70px;
	width: 55%;
	border-bottom: 2px solid #b68c44;
}

.wraptext {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 85%;
	z-index: 5;
}

#indexcontact {
	width: 75%;
	margin: auto;
	margin-bottom: 60px;
	border: 2px solid #b68c44;
	border-radius: 24px;
	padding: 16px;
}

#aboutcontact {
	width: 50%;
	float: right;
	margin-bottom: 0px;
	border: 2px solid #b68c44;
	border-radius: 24px;
	padding: 16px;
}

#occasion {
	background: #000;
	width: 30%;
	float: right;
	position: relative;
	margin:30px;
	padding: 12px;
	border: 2px solid #bbb;
	border-radius: 12px;
}

#occasion h2 {
	float: right;
	width: 60%;
	position: relative;
}

.feature img {
	width: 45%;
	position: relative;
	display: block;
	display: inline-block;
	margin-top: 60px;
	border: 2px solid #fff;
	border-radius: 0 30px 0 30px;
}

.featurehed {
	font-family:  'Exo 2', 'Revalia', 'Nunito', 'Fredericka the Great', 'Titillium Web', Verdana, "Trebuchet, MS", Lucida, Tahoma, Helvetica, Arial, sans-serif;	
	color: #b68c44;
	font-size: 220%;
	margin-top: 40px;
	position: relative;
}

.featuretext {
	display: block;
	display: inline-block;
	position: relative;
	width: 300px;
	margin-left: 30px;
	vertical-align: bottom;
	margin-top: 20px;
}

#wraphed {
	font-size: 300%;
	font-weight: 600;
	font-family: Verdana;
	margin: 36px 24px 60px 24px;
	text-align: left;
	z-index: 40;
	-webkit-animation: color-change 10s infinite;
	-moz-animation: color-change 10s infinite;
	-o-animation: color-change 10s infinite;
	-ms-animation: color-change 10s infinite;
	animation: color-change 10s infinite;
}

	@-webkit-keyframes color-change {
		0% { color: #f48909; }
		50% { color: #2755dd; }
		100% { color: #f48909; }
}
	@-moz-keyframes color-change {
		0% { color: #f48909; }
		50% { color: #2755dd; }
		100% { color: #f48909; }
}
	@-ms-keyframes color-change {
		0% { color: #f48909; }
		50% { color: #2755dd; }
		100% { color: #f48909; }
}
	@-o-keyframes color-change {
		0% { color: #f48909; }
		50% { color: #2755dd; }
		100% { color: #f48909; }
}
	@keyframes color-change {
		0% { color: #f48909; }
		50% { color: #2755dd; }
		100% { color: #f48909; }
}

#breakbar {
	display: block;
	background: #000;
	background: -webkit-linear-gradient(right, #02141e, #031c2a, #02141e);
	background: -o-linear-gradient(right, #02141e, #031c2a, #02141e);
	background: -moz-linear-gradient(right, #02141e, #031c2a, #02141e);
	background: -ms-linear-gradient(right, #02141e, #031c2a, #02141e);
	background: -linear-gradient(right, #02141e, #031c2a, #02141e);
	padding: 12px 12px 12px 12px;
	border-top: 1px solid #9d764c;
	border-bottom: 1px solid #9d764c;
	min-height: 160px;
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
}

.breakbarart {
	position: relative;
	width: 20%;
	overflow: hidden;
	padding: 0px;
	margin-left: 25%;
}

.breakbarart img {
	width: 100%;
	padding: 0px;
	position: relative;
}

.quotation {
	width: 45%;
	background-color: #0c9819;
	overflow: hidden;
	padding: 0px;
	position: relative;
	vertical-align: center;
	float: right;
	margin-right: 10%;
	margin-top: 5%;
}

.quotation p {
	color: #fff;
	padding: 8px;
	font-weight: 600;
	font-size: 145%;
	margin: 4px;
	text-align: center; 
}

.p2 {
	font-style: italic;
	text-align: center;
	margin-bottom: 8px;
}

.calgary {
	margin-right: 12%;
	float: right;
	overflow: auto;
}

.calgary p {
	font-family: 'Nunito', 'Titillium Web', 'Exo 2', Verdana, "Trebuchet, MS", Lucida, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 110%;
	color: #ad54dc;
	margin-left: 35%;
	position: relative;
	
}

#limited {
	position: relative;
	margin-right: 15%;
	margin-left: 15%;
	clear: left;
	clear: right;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	border: 4px solid #b68c44;
	background: -webkit-linear-gradient(#555, #000);
	background: -moz-linear-gradient(#555, #000);
	background: -o-linear-gradient(#4555, #000);
	background: linear-gradient(#555, #000);
}

#limited p {
	width: 50%;
	position: relative;
	display: block;
	display: inline-block;
}

#limited img {
	float: right;
	width: 35%;
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	-transform: rotate(12deg);
	position: relative;
	display: block;
}

#namehed {
	width: 60%; 
	left: 40px; 
	position: relative;
}

#picshow {
	background-image: url(displaybg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 950px;
	margin: auto;
	position: relative;
	top: 200px;
	overflow: hidden;
	margin-bottom: 260px;
}

.picshowhed {
	color: #b68c44;
	font-size: 220%;
	font-weight: 600;
	margin: -60px 24px 60px 24px;
	text-align: left;
	position: absolute;
}

#picshowimage {
	margin: 0 auto;
	text-align: center;
	margin-top: 70px;
	z-index: 5;
	position: relative;
}
#picshowimage img {
	max-width: 90%;
}

.displaytext {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 60%;
	z-index: 5;
	position: relative;
}

.picsize p {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 120%;
	font-weight: 600;
	margin-top: 40px;
	z-index: 5;
	position: relative;}     

#picshowtext p {
	color: #fff;
	margin:0 auto;
	text-align: center;
	width: 60%;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 5;
	position: relative;
}

#prevnext {
	text-align: center;
	z-index: 5;
	position: relative;
}

#prevnext ul {
	font-size: 110%;
	font-weight: 600;
	text-align: center;
	padding: 0;
	display: block;
	display: inline-block;
	margin: 30px;
}

#prevnext ul li {
}

#prevnext ul li a {
	color: #b68c44;
	text-decoration: none;
}

#prevnext ul li a:hover {
	color: #eab001;
} 

#activemember {
	float: right;
	margin-right: 15%;
	position: relative;
	width: 12%;
}

#activemember img {
	width: 120px;
	border-radius: 80px;
	border: 2px solid #fff;
	text-align: center;
	position: relative;
}

.caption {
	margin-bottom: 20px;
	text-align: center;
}

.galleryhed {
	font-family:  'Revalia', 'Nunito', 'Fredericka the Great', 'Titillium Web', Verdana, "Trebuchet, MS", Lucida, Tahoma, Helvetica, Arial, sans-serif;	
	color: #b68c44;
	font-size: 250%;
	margin-left: 90px;
}

#sample {
	text-align: center;
	display: block;
	display: inline-block;
}

.samplepic {
	position: inherit;
	margin: 1px;
	width: 190px;
	height: 190px;
	overflow: hidden;
	background-color: #999;
	display: block;
	display: inline-block;
	margin-top: 3px;
}

.samplepic img {
	width:190px;
	height: 190px;
}

.samplepic img {
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-ms-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.samplepic img:hover {
	width: 300px;
	height: 300px;
	margin-top: -30px;
	margin-left: -30px;
}

#quote {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	border: 2px solid #f2f;
}

#quote img {
	width: 80%;
	float: center;
}

#tiltpic {
	margin: 60px auto;
	padding: 20px;
	overflow: inherit;
	position: relative;
}

#tiltpic img {
	display: block;
	border: 2px solid #fff;
	transform: rotate(12deg);
	z-index: 20;
	margin: auto;
}

#disclaimer {
	font-family: 'Titillium Web', Verdana, "Trebuchet, MS", Lucida, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 70%;
	margin: 120px 10% 60px 55%;
	position: relative;
}

#backtotop {
	margin: 40px;
	text-align: center;
}

#backtotop a {
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	list-style: none;
}

html {
	-webkit-scroll-behavior: smooth;
	-moz-scroll-behavior: smooth;
	-ms-scroll-behavior: smooth;
	-o-scroll-behavior: smooth;
	scroll-behavior: smooth;
	
}


#grungestripe {
	background-color: fff;
	background-image: url(grungestripe.png);
	background-repeat: no-repeat;
	min-height: 300px;
	margin-top: 30%;
	position: absolute;
	width: 100%;
	/*border: 2px solid #f1f;*/
}

#workingpics {
	width: 70%;
	margin: 0 auto;
	position: relative;
	min-height: 100px;
	margin-top: 120px;
	margin-bottom: 200px;
}

#workingpics img {
	margin: 6px;
	width: 22%;
	transform: rotate(12deg);
	display: block;
	margin: auto;
}

#workingpics p {
	margin-left: 45%;
	position: relative;
}

#backbottom {
	background-image: url(aboutbg.jpg);
	background-repeat: no-repeat;
	background-attachment: relative;
	background-size: 100%;
	height: 300px;
	background-position: center-bottom;
	margin-top: -100px;
	margin-bottom: 0;
}

#displaybottom {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	vertical-align: bottom;
	margin: 0;
}	

#navbottom {
	background: -webkit-linear-gradient(right, #031c2a, #09293b, #031c2a);
	background: -moz-linear-gradient(right, #031c2a, #09293b, #031c2a);
	background: -ms-linear-gradient(right, #031c2a, #09293b, #031c2a);
	background: -o-linear-gradient(right, #031c2a, #09293b, #031c2a);
	background: linear-gradient(right, #031c2a, #09293b, #031c2a);	
	min-height: 50px;
	border-top: 2px solid #fff;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	position: absolute;
}

#navbottom a {
	color: #b68c44;
	margin: 40px 20px 30px 20px;
	position: relative;
	list-style: none;
	text-decoration: none;
}

#navbottom a:hover {
	color: #eab001;
}

.rotator {
	position:relative;
	overflow: hidden;
	height:242px;
	width: 720px;
	margin: 40px auto;
	display: none;
	background: #fff;
}

.rotator ul li {
	position:absolute;
	top: 10px;
	left: 10px;
	list-style: none;
}

.rotator ul li img {
	background: #FFF;
}

.rotator ul li.show {
}

.rotator ul li p {
	color: #000;
	font-weight: 600;
	font-size: 150%;
	position: absolute;
	top: -15px;
	left: 500px;
	opacity: 0;
	
	-webkit-transition-property: slide;
	-moz-transition-property: slide;
	-ms-transition-property: slide;
	-o-transition-property: slide;
	transition-property: slide;
	-webkit-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
	-webkit-timing-function: linear;
	-moz-timing-function: linear;
	-ms-timing-function: linear;
	-o-timing-function: linear;
	timing-function: linear;
}

.rotator ul li p {
	top: -15px;
	left: 20px; 
	opacity: 1;
}

.inspire {
	display: block;
	width: 50%;
	opacity: .5;
	z-index: 40;
	position: relative;
	margin: auto;
}
	
form {
	width: 60%;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 20px;
	background-color: ( #fff, .5);
	margin-bottom: 100px;
	position: relative;
	margin-left: 20%;
	background: #bbb;
	color: #000;
}

#label {
	margin-top: 20px;

}

input[type=text], textarea, submit {
	width: 100%;
	padding: 12px;
	border-radius: 5px;
	margin-right: 12px;
	box-sizing: border-box;
	font-size: 16px;
	display: inline-block;
}

form textarea {
	min-height: 100px;
	border-radius: 5px;
}

input[type=submit] {
	width: 100%;
	border-radius: 5px;
	height: 36px;
	background: #b68c44;
	font-size: 16px;

}

#video1 {
	position: fixed;
	top: 0;
	left 0;
	z-index: -1000;
}

#timer {
	color: #f1c40f;
	margin: 80px 0 40px 40%;
	font-size: 24px;
	font-weight: 600;
}

#awardsbox {
	display: flex;
	Padding: 0;
}
	
#awards {	
	padding: 10px;
	margin: 40px 12px 40px 0;
	position: relative;
	background-color: #02141e;
	border: 2px solid #fff;
	text-align: center;
}

#awards p {
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	color: #f1c40f;
	position: relative;
	width: 100%;
}

#awards img {
	border: 2px solid #fff;
	border-radius: 70px;
	margin: 12px;
	width: 40%;
}

#awards2 {	
	padding: 10px;
	margin: 40px 12px 40px 0;
	width: 29%;
	position: relative;
	background-color: #02141e;
	border: 2px solid #fff;
	text-align: center;
}

#awards2 p {
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	color: #f1c40f;
	position: relative;
	width: 100%;
}

#awards2 img {
	border: 2px solid #fff;
	border-radius: 6px;
	margin: 12px;
	width: 70%;
}

#dinner {
	position: relative;
	margin: 80px;
	border: 2px solid#fff;
	padding: 24px;
	background-color: #7640FF;
}

.row {
	display: flex;	
	clear: both;
}

.column {
	width: 25%;
}

.column p {
	color: #fff;
	font-weight: bold;
}

.column p li a {
	display: block;
	background: #000;
	padding: 12px;
	list-style-type: none;
}

.biobox {
	width: 100%;
	padding: 12px;
}

.bioboxdisplays p {
	color: #fff;
}

.foodhed {
	padding: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	border-bottom: 2px solid#fff;
}

#books {
	display: flex;
	display: relative;
}

#bookdisplays {
	margin: 30px;
	width: 30%;
	padding: 12px;
	margin-left: 0px;
	margin-right: 0px;
}

.booktext {
	margin: 0px;
	font-size: 80%;
	color: fff;
}

.bookbutton {
	border: 0px;
	margin-top: 15px;
	background-color: #9E1B00;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	font-size: 80%;
}








