body {
  min-height: 2000px;
  padding-top: 45px;
}

p {
	text-align:justify;
}

#main{
}

.breaker {
    margin-bottom: 2rem;
}

.navbar-default.trans-nav  {
	background-color : rgba(255, 255, 255, 0.9);	
	background-image: none;
}

.navbar-brand, .nav a {
	-webkit-font-smoothing: antialiased;
	font-family: 'VT323', sans-serif;
	font-size : 2.5em;
	font-weight : normal;
}

.stretch-header img {
	display : inline;
	margin-top : -20px;
}

.stretch-header img {
	padding-top : 4px;
}

.brand-title {
	margin-top : 15px;
	display : inline-block;
	height : 45px;
}


.seal-bg {
	background-image: url("images/pirateBay.jpg");
	background-size : 100%;
	background-repeat : no-repeat;
	height : 625px;
	background-color : white;
	
	color : white;
}

.seal-bg .jumbo-link {
	color : white;
	
}

.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; }
}

h4 {
	color : #333;
}

p {
	color : #666;
}

.defaultContent {
	padding-top : 40px;
	
}

.jumbotron {
    text-align:center;
}

.defaultContent .img-circle {
	width : 200px;
	height : 200px;
	border : 1px solid #a6a2a2;
}


.defaultContent .row1 .thumbnail {
	height : 500px;
}

.defaultContent .row2 .thumbnail {
	height : 750px;
}

.defaultContent .row3 .thumbnail {
	height : 700px;
}



.alien{
	padding-top : 2px; 
}

.alien img{
	width : 45px;
	height : 45px;
}



/* Large desktops and laptops */
@media (min-width: 1200px) {
	.defaultContent .row1 .thumbnail {
		height : 500px;
	}

	.defaultContent .row2 .thumbnail {
		height : 750px;
	}

	.defaultContent .row3 .thumbnail {
		height : 700px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.defaultContent .row1 .thumbnail {
		height : 600px;
	}

	.defaultContent .row2 .thumbnail {
		height : 850px;
	}

	.defaultContent .row3 .thumbnail {
		height : 800px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.defaultContent .row1 .thumbnail {
		height : inherit;
	}

	.defaultContent .row2 .thumbnail {
		height : inherit;
	}

	.defaultContent .row3 .thumbnail {
		height : inherit;
	}
	
	.seal-bg {

		height : 400px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.defaultContent .row1 .thumbnail {
		height : inherit;
	}

	.defaultContent .row2 .thumbnail {
		height : inherit;
	}

	.defaultContent .row3 .thumbnail {
		height : inherit;
	}
	
	.seal-bg {

		height : 250px;
	}
	.jumbotron h1, .jumbotron .h1 {
	    font-size: 24px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.defaultContent .row1 .thumbnail {
		height : inherit;
	}

	.defaultContent .row2 .thumbnail {
		height : inherit;
	}

	.defaultContent .row3 .thumbnail {
		height : inherit;
	}
	
	.seal-bg {

		height : inherit;
	}
	
	.jumbotron h1, .jumbotron .h1 {
	    font-size: 24px;
	}
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.vb_video {
    margin-bottom: 40px;
}
