@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	font-family: OpenSans;
}
.row-10 {
	padding-bottom: 10px;
}
.row-20 {
	padding-bottom: 20px;
}
.row-30 {
	padding-bottom: 30px;
}
hr{
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
		background-color: white;
}
hr.short-line {
	width: 50px;
	background-color: black;
	margin-left: 0;
}
p {
	font-size: 18px;
}
.info-text {
	color: #B2B2B2;
	font-size: 14px;
}
h1 {
	font-size: 36px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 24px;
}
a.activity-link:visited {
	color: black;
}


@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-VariableFont_wdth,wght.ttf");
}

/*navigation*/
.nav-menu {
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	width: 80%;
	vertical-align: middle;
	display: table-cell;
	z-index: 1;
}
.nav-menu li {
	display: inline-block;
	margin-right: 40px;
	margin-left: 20px;
}
.nav-menu li img {
	vertical-align: middle;
	margin-left: 100px;
}
.nav-menu li a {
	text-decoration: none;
	color: white;
}
.nav-menu li a:hover {
	color: #00B0FF;
}
.page-active {
	outline: 1px solid white;
	padding: 10px 15px 10px 15px;
}

/*banner*/
.main-banner {
	background-image: url("../img/bg-forest.png");
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 1000px;
	overflow: hidden;
}
.banner-content {
	text-align: center;
	margin-left: auto;
	margin-top: 400px;
	padding-left: 50px;
	padding-right: 50px;
}
.banner-h1 {
	color: white;
	font-size: 120px;
	font-family: Haunted-font;
}

@font-face {
  font-family: Haunted-font;
  src: url("../fonts/PeachesForBreakfast-Regular.ttf");
}
.white-text {
	color: white;
}
.cba-button {
	margin-top: 30px;
	background-color: #242020;
	color: white;
	padding: 20px 30px;
	border: none;
	border-radius: 5px;
}
.cba-button:hover{
	background-color: #00B0FF;
}

/*Lef and right side*/
.right-sided-content {
	float: right;
	width: 40%;
	margin-right: 100px;
}
.left-sided-content {
	float: left;
	margin-right: 50px;
	margin-left: 150px;
	width: 40%
}
.right-sided-picture {
	width: 25%;
	float: right;
	margin-right: 150px;
}
.right-sided-picture img {
	width: 70%;
}

.left-sided-picture {
	margin-left: 200px;
	margin-right: 0px;
	width: 25%;
	float: left;
}
.left-sided-picture img {
	width: 70%;
}


/*backgrounds*/
.grey-bg {
	background-color: #F1F1F1;
}

/*Photos of activities*/
#activities {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.activity {
  float:left;
	height: 500px;
}
div.activity:hover {
  

}

div.responsive:hover .activity-text{
  visibility: visible;

}
.activity img{
  width: 100%;
  height: 100%;
	object-fit: cover;
}
div.activity:hover img {
  opacity: 0.2;
	object-fit: cover;

}
.activity-text {
	text-align: center;
	width: inherit;
	position: absolute;
	/*margin-top: 10%;
	margin-left: 2%;*/
	visibility: hidden;
}

.responsive {
  float: left;
  width: 24.99999%;
	text-align: center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*footer*/
#footer {
	background-color: #242020;
	padding-top: 70px;
	padding-bottom: 20px;
	color: white;
}
#footer ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}
#footer li img {
	vertical-align: middle;
}
#footer li a{
	text-decoration: none;
	color: white;
}
#footer li a:hover {
	color: #00B0FF;
}
#social-media {
	float: right;
	margin-right: 50px;
}
.footer-ul-left {
	float: left;
	margin-left: 100px;
}

/*Responsive*/
@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
