/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-800 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: local(''),
		 url('../fonts/montserrat-v25-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/montserrat-v25-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
	position: relative;
}

body {
	font-family: 'Montserrat';
	overflow: hidden;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-image: url('../img/back.jpg');
}

@media only screen and (max-width: 400px) { body { background-image: url('../img/back-w400.jpg'); } }
@media only screen and (max-width: 800px) { body { background-image: url('../img/back-w800.jpg'); } }
@media only screen and (max-width: 1200px) { body { background-image: url('../img/back-w1200.jpg'); } }
@media only screen and (max-width: 1600px) { body { background-image: url('../img/back-w1600.jpg'); } }
@media only screen and (max-width: 1920px) { body { background-image: url('../img/back-w1920.jpg'); } }

pre, code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th, td {
	padding: 0.5em 1em;
}

h1.title,
h2.title {
	font-size: 2.3rem;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px 20px;
	border-left: 5px solid #eee;
	font-style: italic;
}

/* Paginator */
.paginator {
	margin-top: 20px;
	margin-bottom: 80px;
}

/* Navbar */
img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 1.0em;
}

#navbarResponsive {
	flex-grow: 0 !important;
}

li.nav-item.dropdown button {
    border: 0;
}

li.nav-item.dropdown ul.dropdown-menu {
    padding: 15px;
    min-width: 280px;
    border: none;
}

.navbar-nav hr {
    border-color: #666;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
 }

 nav.navbar a.navbar-brand {
    padding-top: 0;
 }

@media only screen and (min-width: 992px) {
    li.nav-item.dropdown ul.dropdown-menu {
        border: 1px solid rgb(42, 48, 54);
    }

	.page-content p {
		hyphens: none !important;
	}
}

/* Footer */
.footer {
	color: white;
	background-color: black;
	width: 100%;
	position: relative;
}

.footer {
	font-size: 0.9em;
}

.footer .header {
	text-transform: uppercase;
	margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.footer p {
	color: rgba(255,255,255,.5);
	margin-bottom: 0.75rem;
}

.footer a {
	color: rgba(255,255,255,.5);
}

.footer a:hover {
	color: rgba(255,255,255,.75);
	text-decoration: none;
}

.footer .copyright {
	position: relative;
	color: rgba(255,255,255,.4);
	line-height: 40px;
}

.footer .to-top-button {
	position: absolute;
	border-radius: 30px 30px 0 0;
	top: -20px;
	right: 15px;
	color: white;
	line-height: 2.5rem;
	width: 30px;
}

.footer img.membership {
    width: 250px;
}

/* Home - Header */
header.welcome {
	padding: 100px 0;
}

/* Home - Page */
section.home-page:nth-child(even) { /* Alternate the background color */
	background: #FAFAFA;
}

.page-description {
	color: #b5b5b5;
	font-style: italic;
}

.container.dark .page-description {
	color: #757575;
}

.page-content p {
	hyphens: auto;
}

.page-content p img {
	max-width: 100%;
}

.page-content p img[style*="float:left"],
.page-content p img[style*="float: left"] {
	margin-right: 15px;
}

.page-content p img[style*="float:right"],
.page-content p img[style*="float: right"] {
	margin-left: 15px;
}


/* VIDEO EMBED RESPONSIVE */
.video-embed {
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
	height: 0;
}

.video-embed iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.gear {
	position: absolute;
	width: 10em;
	height: 10em;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 20em 20em;
	background-position-x: -10em;
}

.gear-small {
	position: absolute;
	width: 7.5em;
	height: 7.5em;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 15em 15em;
	background-position-x: -7.5em;
}

section.page {
	overflow: hidden;
}

#scroller {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

#scroller:focus-visible {
    outline: none;
}

section.page h1,
section.page h2,
section.page h3  {
	font-weight: bold;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

section.page div.container.light {
	color: #FAFAFA;
}

section.page div.container > div.row > div {
	border-radius: 6px;
	padding: 15px;
}

section.page div.container.light > div.row > div {
	background-color: rgba(52, 58, 64, 0.90)
}

section.page div.container.dark > div.row > div {
	background-color: rgba(230, 230, 230, 0.6);
}

.carousel-item {
	position: relative;
}

.carousel-item a,
.carousel-item a:visited,
.carousel-item a:hover,
.carousel-item a:active {
	color: inherit;
}

.carousel-item .fa-quote-left {
	font-size: 3em;
	padding-right: 15px;
	padding-top: 30px;
}

.carousel-item  .testimonial-quote {
	padding-left: 12%;
	padding-right: 40%
}

.testimonial {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	align-items: center;
}

.testimonial.dark {
	color: #757575;
}

.column-content {
    background-color: rgba(255, 255, 255, 0.1);
    margin: -8px;
    padding: 8px;
    border-radius: 8px;
    height: 100%;
}