body {
	font-family: "Lato", sans-serif;
}
.mySlides {
	display: none;
}

h1 {
	text-shadow: 1px 1px 2px #005daa;
}

td.nobr {
    white-space: nowrap;
}

.blueprintlogo {
	background-image: url(../pix/blueprint_bacground.jpg) !important;
	background-attachment: fixed !important;
}

.blueprint {
	background-image: url(../pix/blueprint_bacground.jpg) !important;
	background-attachment: fixed !important;
}

.blueprint-cover {
	background-image: url(../pix/blueprint_bacground.jpg) !important;
	background-size: cover !important;
	margin-bottom: 10px;
}

.blackprint-cover {
	background-image: url(../pix/blackprint_bacground.jpg) !important;
	background-size: cover !important;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (min-width: 600px) {

table.w3-table.w3-bordered td:nth-child(1) {
    width: 110px;
}

table.w3-table.w3-bordered td:nth-child(3) {
    width: 150px;
    font-style: italic;
}

}



