/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/*
 * Base structure
 */

html,
body {
	height: 100%;
	background-color: #333;
	font-family: Assistant, Calibri, Arial, sans-serif;
	font-weight: 100;
}

body {
/*	display: -ms-flexbox;
	display: flex; */
	color: #fff;
/*	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
	background-image: url(); 
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: cover;
}

.parallax { 
  /* The image used */
	background-image: url('../i/arena3.jpg'); 

  /* Height set in responsive */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

div.content {
	box-shadow: inset 0 0 5rem rgba(10, 0, 0, .3); 
}

div.content h1 {
	letter-spacing: 0.1em;
}

body#home {
	z-index: -90;
}

h1, h2 {
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .2);
}

h1, h2, h3, h4, h5, h6 {
	font-family: Assistant, Calibri, Arial, sans-serif;
	font-weight: 500;
}

.display-1, .display-2, .display-3, .display-4 {
	font-weight: 500;
}

.alert.alert-cookies {
	position: fixed;
	z-index: 100;
	margin: 0 auto; /* Will not center vertically and won't work in IE6/7. */
	bottom: 0;
	left: 0;
	right: 0;
}
/*  Nav & Header  */

.navbar-brand {
	max-width: 260px;
}

.navbar-brand span.h3 {
	letter-spacing: 0.15rem;
}


.navbar-nav li a.nav-link {
	font-size: 1em;
	font-weight: 300;
}

a.nav-link {
  padding: 0;
  color: rgba(255, 255, 255, .75);
  background-color: transparent;
  border-bottom: .1rem solid transparent;
  margin-right: 0.25rem;
}

a.nav-link:hover, a.nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .75) !important;
  border-bottom: .1rem solid transparent;
}

a.nav-link.active, a.nav-link.active:hover {
  color: #fff;
  border-bottom-color: #fff;
}

#navbar-scroll {
	display: none;
	background-color: rgba(0, 0, 0, .7);
	font-size: 85%;
}

@media (max-width: 768px) {

  nav.navbar .navbar-collapse {
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
  }

	#navbar-scroll .navbar-collapse {
	float: none !important;
  }

}

/*  Back to Top  */


.back-to-top {
	position: fixed;
	bottom: 50px;
	right: 40px;
	z-index: 3;
	display: none;
	z-index:1000;
}

.back-to-top:hover {
	opacity:0.75;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top i {
	font-size: 60px;
	opacity: 0.65;
	color: #777;
}

a.back-to-top {
	font-size: 90%;
	opacity: 0.65;
	color: #777;
	text-decoration: none;
}

a.back-to-top span {
	display: none;
}


/*
 * Cover
 */

main {
/*	display: block;
	min-height: 10em; */
}

.cover-container {
  max-width: 60em;
}

.cover {
  padding: 0 1.5rem;
}

.inner.cover {
	margin: 5vh auto 12vh;
	max-width: 50em;
}


.cover .btn-lg {
  padding: .5rem 1rem;
  font-weight: 700;
}

.photo-credit {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: auto;
	font-size: 60%;
	color: #444;
	z-index: 1;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

#offer {
	border-radius: 12px;
	background-color: rgba(17, 17, 17, 1);
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  background-color: #444;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* Pricing Page
------------------------- */

.card-body li {
  padding-bottom: 5px;
  margin-left: 20px;
}

.card-body ul li:before {    
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    margin:0 10px 0 -25px;
    color: #BE1E2D;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(0, 0, 0, .1);
}

footer {
	margin: 0;
	padding: 0 0 2rem 0;
}

footer a, footer a:focus, footer a:hover {
  color: #a00;
  padding: 0.5em;
}


/* Responsive Styles */


nav a.navbar-brand span {
	font-size: 4vw;
}

div.hero h1 {
	font-size: 8vw;
}

.parallax { 
  min-height: 350px; 
  max-height: 650px; 
}



@media (min-width: 768px) {

	nav a.navbar-brand span {
		font-size: 3vw;
	}
	
	div.hero h1 {
		font-size: 5vw;
	}

	.parallax { 
	  height: 30vw; 
	}

}

@media (min-width: 996px) {

	.parallax { 
	  height: 35vw; 
	}

}

@media (min-width: 1200px) {

	.parallax { 
	  height: 40vw; 
	}

	nav a.navbar-brand span {
		font-size: 1.5vw;
	}

}

@media (min-width: 1600px) {

	.parallax { 
	  height: 40vw; 
	}

	nav a.navbar-brand span {
		font-size: 20pt;
	}

}



.accordion-section .panel-default > .panel-heading {
    border: 0;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    top: 10px;
    display: block;
    font-size: 1.5rem;
    color: #BE1E2D;
}

.accordion-section .panel-default .panel-title a.collapsed {
    color: grey;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: #BE1E2D;
    float: right;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
    color: grey;
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}

