@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	background-color:#fbf2cf;
	background-image:url(images/bkgd.jpg);
	background-size:100%;
	background-repeat:repeat-y;
	font-family: 'Crimson Text', serif;
	color:#785544;
	font-size:120%;
}
p {
	line-height:1.7em;
}
hr.border {
	background-image:url(images/border.png);
	background-position:5px;
	background-size:auto 40px;
	background-repeat:repeat-x;
	border:0;
	height:45px;
	border-top:20px #a4937d solid;
	margin-top:0;
	margin-bottom:50px;
}
hr.border2 {
	background-image:url(images/border.png);
	background-position:5px;
	background-size:auto 40px;
	background-repeat:repeat-x;
	border:0;
	height:45px;
	margin-bottom:0;
	margin-top:50px;
	 -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
hr.border3 {
	background-image:url(images/border.png);
	background-position: top;
	background-size:auto 40px;
	background-repeat:repeat-x;
	border:0;
	height:13px;
	margin-top:50px;
	margin-bottom:50px;
}
h1 {
	font-size:2em;
	margin:0px;
}
h3 {
	font-size:1.7em;
	margin-top:0;
	margin-bottom:0;
}
header {
	width:100%;
	height:700px;
	background-image:url(images/bridge_groom.jpg);
	background-attachment:fixed;
	background-size: cover;
	background-repeat:no-repeat;
	margin:0;
}
#sm_name {
	position:absolute;
	top:30px;
	left:30px;
	width:20%;
	height:auto;
	mix-blend-mode: multiply;
}
#logo {
	width:60%;
	height:auto;
	margin-left:13%;
	margin-top:100px;
	max-width:1000px;
	min-width:600px;
	mix-blend-mode: multiply;
}
section#content {
	margin-left:10%;
	margin-right:10%;
}
table#book_content td {
	width:30%;
}
table#book_content td li {
	line-height:1em;
	margin-bottom:20px;
	margin-top:0;
}
table#book_content td:first-child {
	padding-right:50px;
}
table#book_content td:last-child {
	padding-left:50px;
}
table.buttons td {
	width:50%;
	text-align:center;
	
}
table.buttons td p {
	font-size:1.2em;
}
table.buttons td table {
	margin-top:40px;
}
button {
	width:80%;
	background-color:#785544;
	border-radius:10px;
	border:0;
	color:#fbf2cf;
	font-family: 'Crimson Text', serif;
	font-size:2em;
	padding:10px;
}
button:hover {
	background-color:#785544;
	-webkit-box-shadow: 0px 8px 15px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 8px 15px 3px rgba(0,0,0,0.5);
box-shadow: 0px 8px 15px 3px rgba(0,0,0,0.5);
}
footer {
	background-color:#a4937d;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10%;
	padding-right:10%;
	color:#fbf2cf;
	margin-top:0;
	clear:left; 
}
footer img.sm {
	float:left;
	width:12%;
	height:auto;
	margin-right:20px;
}
footer img.di {
	width:80%;
	height:auto;
}
footer a:link, footer a:visited {
	color:#fbf2cf;
}
footer a:hover {
	color:#ffffff;
}
table td {
	vertical-align:top;
	padding-top:0;
}
td.copy {
	text-align:center;
	width:33%;
	padding-left:50px;
	line-height:1.5em;
	vertical-align: middle;
	font-size:0.8em;
}
a:link, a:visited {
	text-decoration:underline;
	color:#785544;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
.msessions {
    float:left;
    height: auto;
    width: 48%;
    padding-right: 2%;
    min-width: 300px;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.quote blockquote {font-style: italic;position: relative;margin: 0 0 25px; font-size: 24px;}
.quote blockquote:before {content: open-quote;position:absolute;left: -55px;font-size: 120px;opacity: .25;top: -25px;}
.quote blockquote:after {content: close-quote;font-size: 120px;opacity: .25;top: -25px;display: inline-block;line-height: 1px;position: relative;top: 60px;}
.quote figcaption {font-weight: 700;}

@media screen and (max-device-width: 800px) {
header {
	height:600px;
	background-size: 100%;
}
table td {
	display:block;
}
table.buttons td {
	width:100%;
}
footer img.sm {
	float:left;
	width:auto;
	height:100%;
	height:auto;
	margin-right:20px;
}
td.copy {
	text-align:center;
	width:80%;
	padding-left:50px;
	line-height:1.5em;
	vertical-align: middle;
	font-size:0.8em;
}
table.buttons button {
	width:100%;
}
table#book_content td {
	width:100%;
}
table#book_content td:first-child {
	padding-right:0px;
}
table#book_content td:last-child {
	padding-left:0px;
}

}