body {
	font-family: 'Rubik', sans-serif;
	background-color: #f7f3ed;
}

h1, h2, h3, .btn {
	font-family: 'Bree Serif', serif;
}

h3 {
	text-decoration: underline;
	font-size: 1.25em;
}

.container {
	width: 1920px;
	max-width: 100%;
	text-align: center;
	overflow-x: hidden;
}

.bg {
	background: url(../img/bg.jpg) center center / cover no-repeat ;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	margin: auto;
}

.header-video,
.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 1920px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}

.header-video video {
	min-width: 100%;
	min-height: 100%;
}

.bg-overlay {
	background-color: rgba(255, 255, 255, 0.25);
}

header {
	text-align: left;
	height: 0;
}

header .logo {
	width: 100px;
}

.header-video,
.bg-overlay,
main {
	height: 940px;
}

#titlelogo {
	padding-top: 200px;
}

#catchcopy {
	font-size: 3.5em;
}

#cta .btn {
	min-width: 200px;
	font-size: 1.25em;
	background-color: #af1516;
	color: #fff;
	margin: 10px;
	border-radius: 0;
}

#cta .btn:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

#cta hr {
	max-width: 100%;
	width: 500px;
}

#titlelogo.animated {
	animation-delay: 1s;
	animation-duration: 2s;
}

#catchcopy.animated,
#more.animated {
	animation-delay: 3s;
	animation-duration: 2s;
}

.bodytext {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
}

#overview,
#features {
	padding: 25px;
}

#overview {
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 2em;
}

#features .sub-section {
	position: relative;
	padding: 20px 40px;
	margin: 50px 0;
	background-color: rgba(159, 171, 170, 0.8);
	border-radius: 10px;
}

.img-thumbnails,
.trailer-thumbnails {
	text-align: center;
}

.img-thumbnails .img-thumb,
.trailer-thumbnails .trailer-thumb {
	width: 240px;
	max-width: 100%;
	margin: 5px;
	outline: 2px solid #000;
	cursor: pointer;
}

.img-thumbnails .img-thumb:hover {
	outline-color: #fff;
}

.trailer-thumbnails .trailer-thumb {
	outline-color: #333;
}

.trailer-thumbnails .trailer-thumb:hover {
	outline-color: #999;
}

.section-img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

#explore .section-img {
	left: -120px;
}
#admirals .section-img {
	left: -125px;
}
#ships .section-img {
	left: -250px;
}

#rumors .section-img  {
	right: -120px;
}
#treasure .section-img  {
	right: -190px;
}
#trade .section-img  {
	right: -170px;
}


footer {
	position: relative;
	background-color: #000;
	color: #fff;
	padding: 10px;
	text-align: left;
	z-index: 2;
}

#legal {
	padding-top: 15px;
    max-width: 700px;
}

#legal img {
	max-height: 100px;
	margin-right: 5px;
}

#legal .nisa-svg {
	width: 100px;
	margin: 20px;
}

#copyright {
	padding-top: 15px;
	font-size: 0.8em;
}

#info {
	background: url(../img/bg.jpg) center center no-repeat;
	border-style: double;
	border-color: #000;
	border-width: 10px;
	color: #000;
	max-width: 500px;
	min-height: 220px;
}

#info .packshot img {
	padding: 5px 0px;
	max-height: 200px;
}

#info h2 {
	font-family: 'Bree Serif', serif;
	font-size: 1.5em;
	padding: 2px 7px;
}

#info table {
	table-layout: auto;
}

#info table td {
	vertical-align: top;
	padding: 2px 10px;
}

.top-btn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	max-width: 75px;
	z-index: 9; 
}

.top-btn img {
	width: 100%;
}

.modal-content {
	text-align: right;
	background: none;
	border: none;
}

.modal-dialog {
	max-width: 1280px;
}

#screenshot-modal .modal-body {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 2px;
}

.modal-body {
	text-align: center;
}

@media (max-width: 768px) {
	.section-img {
		max-height: 200px;
		max-width: 200px;
		top: auto;
	}
	#explore .section-img {
		left: -50px;
	}
	#admirals .section-img {
		left: -10px;
		bottom: -10px;
	}
	#ships .section-img {
		left: -60px;
		bottom: -40px;
	}

	#rumors .section-img  {
		right: -30px;
	}
	#treasure .section-img  {
		right: -30px;
		bottom: -30px;
	}
	#trade .section-img  {
		right: -40px;
		bottom: -40px;
	}
}

@media (max-width: 576px) {
	body {
		font-size: 12px;
	}

	#catchcopy {
		font-size: 2.5em;
	}

	.bodytext {
		padding-left: 0;
		padding-right: 0;
	}

	#overview {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 1.5em;
	}

	#features .sub-section {
    	padding: 15px;
    }

    .img-thumbnails .img-thumb {
    	margin-left: 0;
    	margin-right: 0;
    }

	.top-btn {
		max-width: 50px;
	}

	.section-img {
		display: none;
		visibility: hidden;
	}
}