@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');


:root {
	font-size: 20px;
	--white-gr: #c4c3ca;
	--green: #197b30;
	--light-green: #99ff66;
	--drk-green: #16770A;
}
body{
	color: white;
	background-color: black;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	
}
h1{
	font-weight: bold;
	font-size: 1.8em;
	text-transform: uppercase;
}

h2{
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 1.2em;
 	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 5px;
}

img {
  width: 100%;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background: url("../bg.jpg") no-repeat center center;
	background-size: cover;
}

.navbar-expand-lg .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar .navbar-nav .nav-link {
    color: white;
    font-size: 0.8em;
	text-transform: uppercase;
	margin: 0 0.8em;
}
.navbar .navbar-nav .nav-link:hover{
    color: var(--light-green);
}
.navbar-logo-centered .navbar-nav .nav-link{
    margin: .5em 1em;
}

.navbar-main {
  display: flex !important;
  flex-grow: 1;
}

.wrap {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}


.logo {
	position: relative;
	width: 70%;
	max-width: 150px;
	margin: 0 auto;
	display: block;
	z-index: 200000;
	transition: all 250ms linear;
}

.logo img {
	width: 100%;
	display: block;
	mix-blend-mode: difference;
}

.navbar-main .logo {
  display: none;
}


a:link, a:visited {
  color: #26B347;
  font-weight: normal;
  text-decoration: none;
  line-height: 40px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a:hover {
  color: white;
}


.releases a:link, .releases a:visited {
  margin: 15px;
}


.section {
    position: relative;
	width: 100%;
	display: block;
	z-index: 2;
}

footer p, footer a {
   font-size: small;
   color: white;
}

footer h1 a:link {
  font-size: 0.6em;
}

footer .socials a:link {
	font-size: 1.5em;
}

footer .socials a:hover {
	color: white;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:0px;   /* Height of the footer */
}

.section a {
  font-size: 2em;
  text-transform: lowercase;
  margin: 0 5%;
}

.over-hide {
    overflow: hidden;
}
.full-height {
	height: 100vh;
}
.z-bigger {
    z-index: 10 !important;
}
.section-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 10;
	transform: translateY(-50%);
}

main {
    position: relative;
	width: 100%;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}


.img-wrap img{
    width: 100%;
    height: auto;
    display: block;
  border-radius: 6px;
}

.featured {
	font-family:  'Open Sans Condensed', sans-serif; 
	
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 4%;
}

.featured img {
  width: 100%;
}

.featured a:link, .featured a:visited {
	color: white;
	padding: 5px 15px;
	border: thin solid white;
}

.featured a:hover {
	color: black;
	background-color: white;
}

.featured h1 {
	font-size: 2.5em;
}

.featured-mobile {
	display: block;
	background: var(--green);
}

.featured-wider {
	display: none;
}

.featured-wider .wrap {
	background: var(--green);
	padding-bottom: 10% !important;
}

.featured-wider .feat-img {
	position: absolute;
	top: 0px;
	right: -10px;
}

.greenbg {
	background: var(--green);
}

.drkgreenbg {
	background: var(--drk-green);
}

.space {
  height: 100px;
}

.main-title {
	text-align: center;
	border-bottom: solid thin #A3A3A3;
}


.up-next h2 {
	font-size: 1em;
	color: white;
	font-weight: normal;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.cards_item {
  display: flex;
  background: none;
  border: none !important;
}

.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: none;
  border-radius: 0;
  font-size: 80%;
  border: none !important;
}

.card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}

.card_title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}

#vol1 h3 {
  text-transform: uppercase;
  font-size: 1.3em;
}

.vol1-feat {
  font-size: medium;
  font-weight: normal;
  text-transform: none;
}

@media (min-width: 760px){

nav .logo {
  display: none;
}

.navbar-main .logo {
  display: block;
}

.col-lg-4 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

}

@media (min-width: 992px){

.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

}

@media screen and (min-width: 760px){


.navbar .navbar-nav .nav-link {
    font-size: 1em;
}

.featured-mobile {
	display: none;
}

.featured-wider {
	display: block;
	height: 300px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.featured .wrap {
	margin-left: -1%;
}

}

#vol2, #vol1, #vol3 {
  padding: 1rem 1.5rem;
}


@media screen and (min-width: 790px){

h2 {
	font-size: 1.6em;
}
}

}

