/* Overrides */

html {
	/* background: url('../img/landMarks/background.jpg') no-repeat center center fixed; */
	background-color: #ebcdcb;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

body {
	background-color: #ebcdcb;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	color: MistyRose;
}

.carousel {
	width: 128px;
}

/* Nav */

.navbar-light.bg-light{
	background: rgba(64,64,64, 1)!important;	
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 228, 225, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-brand{
	color: MistyRose;
}

.navbar-light .navbar-nav .active>.nav-link{
	color: pink;
}

.navbar-light .navbar-nav .nav-link{
	color: LightGray;
}

.navbar-light .navbar-nav .nav-link:hover{
	color: MistyRose;
}

/* Wells */

.well
{
	min-height: 20px;
	padding: 19px;
	margin-bottom: auto;
	background: rgba(64,64,64, 1);
	text-shadow: 2px 2px 10px Black;
	font-style: normal;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well-lg {
	padding: 24px;
}
.well-sm {
	padding: 9px;
}

.well-xs {
	padding: 3px;
}

select
{
	color: dimGray;
}

/* Additions */

body .container{
	margin-top: 25px;
}

.img-thumb {
 	padding: 2px;
	border: 1px solid MistyRose;
	background-color: transparent;
}

.padding{
	padding: 10px;
}

.broken-green-pixel {
	background-color: #ff00ff;
	width: 1px;
	height: 1px;
	position: fixed;
	top: 10%;
	left: 15%;
	pointer-events: none;
	display: block;
	content: ' ';
	z-index: 9999;
}

#fader{
	padding: 5px;
}

article
{
	text-shadow: 2px 2px 10px Black;
	font-style: normal;
}

footer
{
	font-size: .8em;
	vertical-align: middle;
	color: black;
}

a.plain {	
	text-decoration: none;
	color:inherit;
}

.transparent
{
	opacity: 0.6;
}

.box-shadow
{
	-webkit-box-shadow: 1px 1px 4px black;
	   -moz-box-shadow: 1px 1px 4px black;
		-ms-box-shadow: 1px 1px 4px black;
		 -o-box-shadow: 1px 1px 4px black;
			box-shadow: 1px 1px 4px black;

}

.center
{
	float: none;
	display: block;
	margin: 0px auto;
	text-align: center;
}

.indent
{
	text-indent: 20px;
}

.justify
{
	text-align:justify;
}

.inline{
	display: inline-block;
}

.js-mediaSwipe img{
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE */
	-webkit-filter: grayscale(100%); /* New WebKit */
	   -moz-filter: grayscale(100%);
		 -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		 	transition: all .2s ease-in-out;
}

.js-mediaSwipe img:hover{
	filter: none;
	filter: grayscale(0%); /* Current draft standard */
	-webkit-filter: grayscale(0%); /* New WebKit */
	   -moz-filter: grayscale(0%);
		 -o-filter: grayscale(0%); /* Not yet supported in Gecko, Opera or IE */
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		 	transition: all .2s ease-in-out;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    max-width: 100% !important;
}

@media(max-width:767px) {
}
@media(min-width:768px) {
}
@media(min-width:992px) {}
@media(min-width:1200px) {}

