* {
	box-sizing: border-box;
}

/*
* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	font-size: 1rem;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

@include media-breakpoint-up(sm) {
	html {
		font-size: 1.2rem;
	}
}

@include media-breakpoint-up(md) {
	html {
		font-size: 1.4rem;
	}
}

@include media-breakpoint-up(lg) {
	html {
		font-size: 1.6rem;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	html, body {
		width: 100%;
		overflow-x: hidden;
	}
}

/*
@font-face {
	font-family: cabin;
	src: url(Cabin-Regular.ttf);
}
*/

a:link {
	color: #0099ff;
}

a:hover {
	color: #fff;
}

a:visited {
	color: #DFE3EB;
}

p.download {
	text-align: center;
	font-size: 1.2em;
}

.collapse.in { display: inline !important; }

.vid-cont {
	max-width: 1000px;
	min-height: 400px;
	margin: auto;
}

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.video-responsive iframe {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	position: absolute;
}

.header-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}

.footer-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-height: 700px;
	background-repeat: no-repeat;
	background-position: center top;
}

h1.xlarge-font {
	font-size: 2em;
	text-align: center;
	color: #222;
	padding: 0;
	margin: 20px 0;
}

div.boa-text {
	margin: 50px auto;
	max-width: 1100px;
	/*background-color: #222;*/
	color: #DDD;
}

div.boa-text-center {
	margin: 50px auto;
	max-width: 700px;
}

div.boa-text-center p {
	color: #DDD;
}

img.center {
	display: block;
	margin: 0 auto;
}

div.social2 {
	margin: 0 auto;
	padding: 0;
	/*background-color: #555;*/
	width: 150px;
	padding: 170px 0 0 0;
}

div.social2 a:link {
	color: #000;
}

div.social2 a:hover {
	color: #999;
}

div.social2 a:visited {
	color: #000;
}

i.fab {
	font-size: 70px;
	display: inline-block;
	width: 100%;
	height: 100px;
	/*border: 1px solid red;*/
	text-align: center;
	padding: 0;
	margin: 5px 0;
}

#demo {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.green {
	background-color: #6fb936;
}

.thumb {
	margin-bottom: 30px;
}

.page-top {
	margin-top: 85px;
}

img.zoom {
	width: 100%;
	height: 200px;
	border-radius: 5px;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.transition {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.modal-header {
	border-bottom: none;
}

.modal-title {
	color: #000;
}

.modal-footer {
	display: none;
}

@media screen and (max-width: 700px) {
	.column {
		width: 100%;
	}
	.header-image {
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-size: 778px 300px;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center top;
	}
	.footer-image {
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-size: 1557px 600px;
		background-repeat: no-repeat;
		background-position: center top;
	}
	div.boa-text {
		margin: 50px auto;
		width: 100%;
		padding: 0 10px;
	}
	img {
		margin: auto;
	}
}

@media screen and (max-width: 1000px) {
	.header-image {
		display: block;
		background-size: 1038px 400px;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center top;
		margin-bottom: -300px;
	}
	.footer-image {
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-size: 1557px 600px;
		background-repeat: no-repeat;
		background-position: center top;
	}
	div.boa-text {
		margin: 50px auto;
		width: 100%;
		padding: 0 40px;
	}
}