

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.centered {
	text-align: center;
}

body{
	font-family: 'Titillium Web', sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
}

h1 span, h2 span, h3 span, h4 span {
	font-weight: 200;
	
}

h2 {
	font-size: 50px;
}

.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-inverse {
	background: #ffffff;
	border-color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #ff7878;
}

.navbar .nav a {
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	transition: all .5 linear;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

.navbar-inverse .navbar-nav>li>a {
	color: #000000;
	text-shadow: none;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background: #ff7878;
}

.navbar-inverse .navbar-toggle {
	background-color: #333;
}

.nav>li>a {
	padding: 10px 14px;
}


.home-top {
	background-image: url('../img/home-top.jpg');
	color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	position: relative;
	padding-top: 70px;
	padding-bottom: 30px;

}

.home-top h2 {
	border: 0;
}

.banner-bg {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 0.5);
	height: 130px;
	position: absolute;
	bottom: 0;
	width: 100%
}

.banner-bg h2 {
	color: #ffffff;
	font-size: 65px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 33px;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
}

.home-top h1 {
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	border: 0;
}

.home-top h2 {
	font-family: "Impact", Charcoal, Arial Black, Gadget, Sans serif;
	text-transform: uppercase;
	text-shadow: 4px 4px 30px rgba(0, 0, 0, 1);
	padding: 20px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.8);
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
}

.home-top h2 .open {
	font-family: 'Open Sans Condensed', sans-serif;
}


.story {
	background-color: #1abc9c;
	/*background: url('../img/subtle_white_feathers.png') repeat;*/
	padding: 100px 0;
	font-size: 16px;
	color: #ffffff;
}

.story h2, .photos h2, .wed-party h2, .registry h2, .the-wedding h2 {
	margin-bottom: 30px;
	display: inline-block;
}

.story h2 i{
	font-size: 26px;
}

.photos h2 {
	border-bottom: 1px solid #000000;
}


.story img {
	border: 10px solid #ffffff;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.photos {
	padding: 100px 0;
	background-color: #fbfbfb;
}
.slider {
	margin: 0 100px;
}

.b-bar {
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	margin-bottom: 50px;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	margin-top: 100px;

}

.b-bar h2{
	color: #ffffff;
	text-align: center;
	margin: 30px 0;
	font-family: 'Rye', cursive;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
	font-size: 55px;
}


.wed-party {
	background-color: #34495e;
	padding: 100px 0;
	font-size: 16px;
	color: #ffffff;
}

.wed-party h3 {
	border-bottom: none;
}

.wed-party img {
	border: 3px dashed #535b62;
}

.the-wedding{
	background: #2f2f2f;
	padding: 100px 0 50px 0;
}

.the-wedding .hotel{
	padding-left: 30px;
}

.the-wedding .hotel h4{
	margin-top: 5px;
}

/*.the-wedding .container {
	max-width: 100%;
}*/

.the-wedding h2, .the-wedding h4, .the-wedding p {
	color: #ffffff;
}

.the-wedding .col-lg-7 {
	margin: 0;
	padding: 0;
}

.the-wedding .img-thumbnail {
	border: none;
	background: transparent;
}

#mapwrap img{
	width: 100%;
}

.the-wedding h4 {
	border-bottom: none;
	margin-top: 20px;
}

.map .container {
	max-width: 100%;
}

.map .col-lg-12 {
	padding: 0;
}

.right {
	text-align: right;
}


.registry {
	/*background: #ff7878;*/
	background: #469abf;
	color: #ffffff;
	padding: 100px 0;
}

.center-block img{
	margin: 0 auto;
}

footer {
	background-image: url('../img/bottom.jpg');
	color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
	min-height: 1600px;
}

/* Modal Configuration */

.modal-header {
	background: #1abc9c;
}

.modal-header h4 {
	color: white;
	border: none;
	margin: 0;
}

.modal-footer {
	background: #2b2b2b;
}

.modal .btn {
	border-radius: 0px;
	font-size: 18px;
	font-weight: 100;
}

@media (max-width: 768px) {
	.slider  {
		margin: 0;
	}

	.wed-party h3 {
		font-size: 8px;
		margin-bottom: 3px;
	}

	.wed-party p {
		font-size: 7px;
	}

	.wed-party .col-xs-2, .wed-party .col-xs-4 {
		padding: 0 5px;
	}

	.the-wedding .hotel{
	padding-left: 15px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 

	.wed-party h3 {
		font-size: 14px;
		margin-bottom: 3px;
	}

	.wed-party p {
		font-size: 10px;
	}

}