.page-header {
	padding: 20px 0 30px 50px;
	margin: 10px 0 0 0;
	border-bottom: none;
	background: url('/img/header-bracket.png') top left no-repeat;
	}
.page-header h1 {
	margin-top: 30px;
	padding-top: 10px;
	margin-bottom: 0px;
	/* the "Will and Kristy" banner */
	font-family: great-vibes_font;
    font-size:52px;
}
.page-header small {
	/* the "get hitched" banner*/
	font-family: matilde_font;
    font-size:52px;
}
.sidebar {
	/*background: #FFD2BD;*/
	background: url('/img/orange-transparent-filler.png');
	/*background: #E8E8E8;*/
	padding-top: 15px;
	padding-bottom: 25px;
	}
.sidebar a, .sidebar a:hover, .sidebar a:visited, .sidebar a:active {
	color: #3D6C9A;
	/*text-decoration: underline;*/
}
.foo {
	background: url('/img/body-bracket.png') bottom right no-repeat;
	padding-bottom: 0;
	margin-bottom: 0;
	min-height: 600px;
	}
.nav-tabs {
	font-family: abraham-lincoln_font;
	font-size: 28px;
}
@font-face {
    font-family: abraham-lincoln_font;
    src: local(abraham-lincoln_font), url('/fonts/abraham-lincoln.ttf') format('opentype');
}
@font-face {
    font-family: great-vibes_font;
    src: local(great-vibes_font), url('/fonts/great-vibes.otf') format('opentype');
}
@font-face {
    font-family: matilde_font;
    src: local(matilde_font), url('/fonts/matilde.otf') format('opentype');
}
input {
    border: none;
    background: transparent;
}
*:focus {
    outline: 0;
}
.google-maps {
		background: transparent; 
        position: relative;
        padding-bottom: 50%; 
        margin-bottom: 10%;
        height: 0;
        overflow: hidden;
}
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
phone {
	color: #428BCA;
}
blockquote {
	background-color: #FEF8EC;
}
.google-maps-inset {
		float: right;
		background: transparent; 
        position: relative;
        padding-bottom: 50%; 
        margin-left: 10px;
        height: 0;
        width: 60%;
        overflow: hidden;
}
.google-maps-inset iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
