﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/*James McMorrough overrrides*/

/*h1, h2, h3, h4, h5, h6 {
    font-family: 'Corben', Georgia, Times, serif;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lobster', Georgia, Times, serif;
    color: white;
}
p, div {
    font-family: 'Nobile', Helvetica, Arial, sans-serif;
    color: white;
}


/*Video-Container overrides*/
.youtubevideowrap
{
    width:80%;
    max-width:853px;
    margin: 30px auto 0 auto
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*Black and White photo filter*/
img.desaturate {
	filter: grayscale(100%);

}

img.desaturate { 
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

/*Change Well colour*/
.well {
    background: rgb(255, 105, 173);
}