@font-face{
		font-family: baloo;
		src: url(Content/Fonts/Baloo-Regular.ttf);
}
@font-face{
		font-family: rowdyHeavy;
		src: url(Content/Fonts/RowdyHeavy_Regular.ttf);
}
* {
  box-sizing: border-box;
}

html, body{
  font-family: baloo;
  background-color: #202020;
  color: #629263;
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.row::after {
  content: "";
  clear: both;
  display: table;
  /*margin-bottom: 45px;*/
}

.marginBottom {
	margin-bottom: 60px;
}
.marginBottomHalve {
	margin-bottom: 30px;
}

.responsive {
  width: 100%;
  
  height: auto;
}

.responsive-iframe {
	  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  border: none;
}

[class*="col-"] {
  float: left;
  /*padding: 15px;*/
}

img{
	padding-left: 15px;
}

video{
	padding-left: 15px;
}

p{
	padding-left: 15px;
	padding-bottom: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 125%;

}
h1, h2, h3, h4{
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;

}
h1{
	font-size: 65px;
}
h2{
	font-size: 50px;
}
h3{
	font-size: 42px;
}
h4{
	font-size: 35px;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.underline {
    font-family: RowdyHeavy;
    text-shadow: -3px -3px 0 #000, 
                  3px -3px 0 #000, 
                 -3px  3px 0 #000, 
                  3px  3px 0 #000;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 3px;
}

.title{
  font-size: 85px;
}





.footer {
  /*background-color: #0099cc;*/
  color: #629263;
 
  font-size: 19px;
  padding-top: 50px;
  /*padding: 15px;*/
}

hr{
  margin-left: 15px;
  height: 2px;
  border-width:0;
  color:#000000;
  background-color:#000000;
}




.moveDown {
	bottom: -125px;
	left: 5%;
}


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
  padding-right:15px;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (max-width: 767px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  body{font-size: 18px;}
  .title{font-size: 45px;}
  h1{font-size: 35px;}
  h2{font-size: 27px;}
  h3{font-size: 20px;}
  h4{font-size: 16px;}
  .underline {
    font-family: RowdyHeavy;
    text-shadow: -1px -1px 0 #000, 
                  1x -1px 0 #000, 
                 -1px  1px 0 #000, 
                  1px  1px 0 #000;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 2px;}
	.moveDown {
		bottom: -100px;
		left: 25%;
	}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-45 {width: 37%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .center{
	   text-align: center;
  }
  
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-offset-1 {margin-left: 8.33%;}
  .col-offset-15 {margin-left: 12%;}
  .col-offset-2 {margin-left: 16.66%;}
  .col-offset-25 {margin-left: 22.5%;}
  .col-offset-3 {margin-left: 25%;}
  .col-offset-35 {margin-left: 30%;}
  .col-offset-4 {margin-left: 33.33%;}
  .col-offset-5 {margin-left: 41.66%;}
  .col-offset-6 {margin-left: 50%;}
  .col-offset-7 {margin-left: 58.33%;}
  .col-offset-8 {margin-left: 66.66%;}
  .col-offset-9 {margin-left: 75%;}
  .col-offset-10 {margin-left: 83.33%;}
  .col-offset-11 {margin-left: 91.66%;}
  .col-offset-12 {margin-left: 100%;}
}

@media only screen and (min-width: 768px){
	.nav-offset {margin-left:25%;}

}


@media screen and (max-width: 1660px) {
  .col-offset-35 {margin-left: 28%;}
}
@media screen and (max-width: 1590px) {
  .col-offset-35 {margin-left: 25%;}
}
@media screen and (max-width: 1420px) {
  .col-offset-35 {margin-left: 23.5%;}
}

@media screen and (max-width: 1220px) {
  .col-offset-35 {margin-left: 21%;}
}



/* Add a black background color to the top navigation */
.topnav {
  background-color: #000000;
  overflow: hidden;
  font-family: rowdyHeavy;
  /*position: -webkit-sticky;
  position: sticky;*/
  /*top: 0;*/
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #629263;
  text-align: center;
  padding: 3px 16px;
  text-decoration: none;
  font-size: 24px;
}

/* Change the color of links on hover */
.topnav a:hover {
  
  color: #a5f3a7;
  text-decoration: underline;
}

/* Add an active class to highlight the current page */  /*NOT IN USE ATM*/
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}






/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	position: absolute;
    right: 0;
    top: 0;
	
  }
  .col-offset-35 {margin-left: 15px;}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1100px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
	
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	
	
  }
   .col-offset-35 {margin-left: 0px;}
}


.button {
  display: inline-block;
  /*position: relative;*/
  border-radius: 4px;
  text-align: center; 
  padding: 10px 20px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: RowdyHeavy;
  border-radius: 25px; 
  color: #629263;
  font-weight: 900;
  font-size: 22px;
  background-color: #343434;
  border-color: #000000;
  border-width: 3px;
  border-style: solid;
  letter-spacing: 1.5px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  margin-top: 20px;
  padding: 0px 15px;
}


.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
  /*background-color: #6b6b6b;*/
  color: #87b588;
  text-decoration: underline;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
  /*background-color: #6b6b6b;*/
  /*background-color: #343434;*/
  color: #87b588;
  /*color: #a5f3a7;*/
  /*text-decoration: underline;*/
}

.button:hover {
  opacity: 1;
  right: 0;
  background-color: #4d4d4d;
  /*background-color: #343434;*/
  color: #87b588;
  /*color: #a5f3a7;*/
  /*text-decoration: underline;*/
}

/*Same button, but for images inside*/

.buttonImg {
	display: inline-block;
	/*position: relative;*/
	border-radius: 4px;
	text-align: center;
	padding: 10px 20px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 0px;
	font-family: RowdyHeavy;
	border-radius: 90px;
	color: #629263;
	font-weight: 900;
	font-size: 22px;
	background-color: #343434;
	border-color: #000000;
	border-width: 3px;
	border-style: solid;
	letter-spacing: 1.5px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	margin-top: 20px;
	padding: 15px 15px 0px 0px; /*top right bottom left*/
}



.buttonImg span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonImg span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -5px;
  right: -20px;
  transition: 0.5s;
  font-size: 30px;
}

.buttonImg:hover span {
  padding-right: 25px;
  /*background-color: #6b6b6b;*/
  color: #87b588;
  text-decoration: underline;
}

.buttonImg:hover span:after {
  opacity: 1;
  right: 0;
  /*background-color: #6b6b6b;*/
  /*background-color: #343434;*/
  color: #87b588;
  /*color: #a5f3a7;*/
  /*text-decoration: underline;*/
}

.buttonImg:hover {
  opacity: 1;
  right: 0;
  background-color: #4d4d4d;
  /*background-color: #343434;*/
  color: #87b588;
  /*color: #a5f3a7;*/
  /*text-decoration: underline;*/
}




/*
	tooltip made possible due to this guide: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/data-*
	needed to tweak some stuff to make it work, but it looks good!


*/




:root {
	--scale: 0;
	--arrow-size: 10px;
	--tooltip-color: #000000;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



#custooltip {
	/*font-size: 1.7rem;*/
	position: relative;
	margin: 0;
	font-weight: 500;
	cursor: pointer;
}

	#custooltip::before, #custooltip::after {
		position: absolute;
		top: -.25rem;
		left: 5%;
		-webkit-transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
		transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
		-webkit-transition: 100ms -webkit-transform ease-in-out;
		transition: 100ms -webkit-transform ease-in-out;
		transition: 100ms transform ease-in-out;
		transition: 100ms transform ease-in-out, 100ms -webkit-transform ease-in-out;
		font-weight: 700;
	}

#custooltip::before {
	--translate-y: calc(-100% - var(--arrow-size));
	content: attr(data-tooltip);
	padding: .5rem;
	border-radius: .3rem;
	text-align: center;
	font-size: .90rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	background: var(--tooltip-color);
	line-height: 1.2;
}

#custooltip:hover::before, #custooltip:hover::after {
	--scale: 1;
}

#custooltip::after {
	--translate-y: calc(-1 * var(--arrow-size));
	content: '';
	border: var(--arrow-size) solid transparent;
	border-top-color: var(--tooltip-color);
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20%;
	padding-bottom: 40px;
}

.ul_text {
	padding-left: 20%;
}
