/**
 * 	HTML Global
 */


body {	
	padding:0px 0px 0px 0px;
	background: #FAFAFA;
}



.row-padded {
	padding: 100px 0px;
}


.row-padded-top {
	padding-top: 100px;
}

.row-padded-bottom {
	padding-bottom: 100px;
}



.navbar {
	background: #0095D0;
	border-color: #0095D0;
}

.navbar-inverse .navbar-nav>li>a {
	color: #EEEEEE;
}
.navbar-inverse .navbar-brand {
	color: #EEEEEE;
}

.navbar-inverse .navbar-toggle {
	border: 0px;
}



#wrap-cover {
	min-height: 1000px;
}

#water2wine-logo {
	width: 400px;
	margin-top: 100px;
}

.tagline {
	color: #333333;
	font-size: 20px;
	padding-left: 20px;	
}

#row-home {
	padding-top: 20px;
	height: 1000px;
}

.box-white {
	width: 100%;
	background: #FFFFFF;
	color: #000000;
	padding: 20px;
}

#wrap-bio img {
	margin: 40px 0px;
}

#wrap-nothing-to-fear {
	background: #674172;
}

#wrap-shows {
	background: #333333;
}
#wrap-merchandise {
	background: #2c75d2;
}

#wrap-video {
	background: #000000;
}

#wrap-donate {
	background: #4183D7;
}

#wrap-contact {
	background: #000000;
}


#wrap-footer {
	background: #000000;
}

#wrap-photos img {
	margin: 20px 0px;
}


#wrap-ginette {
	background: #7c007c;
	color: #FFFFFF;
		
}

#wrap-the-story {
	background: #800000;
	color: #FFFFFF;	
}


#the-story-announcement {
	width: 100%;		
	background: #800000;
	color: #FFFFFF;
	padding: 20px;
	margin-top: 10px;
}



#box-funeral-fund {
	background: #f3dafa;
	padding: 20px;
	margin-top: 20px;
}


#btn-nothing-to-fear-large {
	text-align: center;
	
}
.btn-order-now-the-story {
	font-size: 2em;
	background: #e87676;
	border: 0px;
}
.btn-order-now {
	font-size: 2em;
	background: #D0C6D4;
}



.btn-donate-now {
	font-size: 2em;	
	background: #C6D7F3;
}

.btn-view-cart {
	font-size: 2em;
	background: #FFFFFF;
}


#merchandise td {
	padding: 20px;	
}

.cart {
	text-align: right;
}

.price {
	color: #DDDDDD;
	font-size: italic;
	margin-left: 10px;
}

.shows td {
	padding: 10px 10px 10px 0px;
}

.borderless td, .borderless th {
    border: none;
}


/*
 * Merchandise
 */

.merch {
	border: 1px solid #80ace4;
	text-align: center;	
}

.merch-price {
	height: 40px;
	font-size: 2em;
}

.merch-option {
	height: 60px;
}

.merch-button {
	height: 40px;
}

.merch-square {
	width: 200px;
}



/*Embed Responsively*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 40px;
}


/*Override*/
button, input, optgroup, select, textarea {
	color: #000000 !important;
}
}
