body {
	padding-top: 20px;
	padding-bottom: 40px;
}

.container-narrow {
	margin: 0 auto;
	max-width: 700px;
}

/*
Add spacing when row sections follow each other (e.G. blog / event lists)
*/
.row + .row {
    margin-top: 15px;
}

.table th, .table td {
     border-top: none !important;
 }

.btn-primary{
    background-color: #006dcc;
}

.navbar-default {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.container-narrow > hr {
	margin: 30px 0;
}

.yadt-hero {
	background-image: url('/images/yadt-background.jpg');
	color: white;
	text-align: center;
}

.yadt-hero .btn {
	font-size: 21px;
	padding: 14px 24px;
	color: white;
}


.marketing {
	margin: 60px 0;
}

.marketing p + h4 {
	margin-top: 28px;
}

.top-icon {
	padding-right: 10px;
}

.thumbnail{
    outline: none;
    border: 0px solid;
}

/* CSS for responsive video embeds */
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}
