@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../images/Seamless-pattern-5.jpg);
		font-family: 'Raleway', sans-serif;

}
.white {
	margin-top: 72px;
	margin-bottom: 60px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 30px;
	border: thin solid #AEAEAE;
}

img {
	width: 100%;
}

.logo {width: 80%; }

.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}
h1 {
	font-family: 'Cinzel', serif;
	font-size: 42px;
}
h2, h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #446586;
}
p, li {
	font-family: 'Raleway', sans-serif;
		line-height: 170%;
}
p.small {
	line-height: 130%;
}
td {vertical-align: top;
	font-family: 'Raleway', sans-serif;
		line-height: 140%;}

tr>td {padding-bottom: 5px;}

.ptop10 {padding-top: 10px;}

.ptop20 {padding-top: 20px;}

.state {
	font-weight: bold;
}
.btmrule {
	border-bottom: 1px solid #ddd;
}

/* captions */
.thumb {
	margin-bottom: 30px;
}
.caption {
    position: relative;
    overflow: hidden;
	transform: translateZ(0);

}
.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;
    transform: translateY(100%);
    transition: transform .35s ease-out;
}
.caption:hover .caption__overlay {
    transform: translateY(0);
}
.caption__overlay__title {
    margin: 0;
    padding: 0 0 12px;
    transform: translateY( calc(-100% - 10px) ); /* +10px overlay padding */
    transition: transform .35s ease-out;
}
.caption:hover .caption__overlay__title {
    transform: translateY(0);
}
.caption::before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	transition: background .35s ease-out;
}
.caption:hover::before {
	background: rgba(0, 0, 0, .6);
}
.caption__overlay__content {
	font-weight: bold;
	color: #FFFFFF;
}

