body{
	background:	url(./images/background_pattern.svg) repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.headerbar{
	/*background: #F2BA39;*/
	background: rgba(0, 0, 0, 0.0);
	width: 940px;
	height: 1440px;
	overflow: auto;
	position: relative;
}

.logo{
	position: absolute;
	top: 15px;
	left: 0px;
	padding-left: 20px;
}


.title{
	position: absolute;
	top: 35px;
	left: 100px;
	padding-left: 40px;
}


.banner {
	position: absolute;
	top: 0px;
	right: 0px; 
}


.banner .btnone {
	position: absolute;
	top: 50px;
	right: 4px;
	background-color: #0091FF;
	color: white;
	font-size: 16px;

	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}

.banner .btnone:hover {
	background-color: black;
	color: white;
}


.banner .btntwo {
	position: absolute;
	top: 50px;
	right: 85px;
	background-color: #0091FF;
	color: white;
	font-size: 16px;

	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}


.banner .btntwo:hover {
	background-color: black;
	color: white;
}

.banner_small {
    position: absolute;
	top: 0px;
	right: 0px; 
    visibility: hidden;
}

.banner_small .btnone {
	position: absolute;
	top: 50px;
	right: 4px;
	background-color: #0091FF;
	color: white;
	font-size: 16px;

	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}

.banner_small .btnone:hover {
	background-color: black;
	color: white;
}


.banner_small .btntwo {
	position: absolute;
	top: 50px;
	right: 85px;
	background-color: #0091FF;
	color: white;
	font-size: 16px;

	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}


.banner_small .btntwo:hover {
	background-color: black;
	color: white;
}



/* Grid */
.row_grid {
	padding: 20px 20px 0 0;
}

/* Create two equal columns that sits next to each other */
.row1_c1 {
	position: absolute;
	top: 130px;
	opacity: 0.8;
	background: #FFFFFF;
	height:266px;
}

.row1_txtmotivation {
	position: absolute;
	top: 130px;
	width: 920px;
	padding: 8px 8px 8px 8px;
	background: #FFFFFF;
	height: 1150px;
	font-family: verdana,geneva,sans-serif;
	font-size: 24px;
	color: #FFA500;
}


.row1_c2 {
	position: absolute;
	top: 130px;
	left: 560px;
	height: 266px;
}

.row2_c1 {
	position: absolute;
	top: 416px;
	height:430px;
}

.row2_c2 {
	position: absolute;
	top: 416px;
	left: 400px;
	height: 430px;
}

.row3_title {
	position: absolute;
	top: 866px;
	width: 920px;
	color: white;
	font-size: 16px;
	height: 20px;
	background: #F2BA39;
	left: 0px;
}

.row4_gallery {
	position: absolute;
	top: 886px;
}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 940px) {
    
  .row1_c2 {
  	position: absolute;
  	left: 20px;
	top: 416px;
  }
  
  .row1_txtmotivation {
	position: absolute;
	top: 80px;
	width: 91%;
	left: 20px;
	right: 20px;
	height: 1600px;
  }
  
  
  .row2_c1 {
  	position: absolute;
  	left: 20px;
	top: 702px;
  }
  
  .row2_c2 {
  	position: absolute;
  	left: 0px;
	top: 1152px;
  }
  
  .row3_title {
	position: absolute;
	top: 1602px;
	width: 91%;
	left: 20px;
	right: 20px;
  }
  
  .row4_gallery {
	position: absolute;
	top: 1622px;
	left: 20px;
  }
  

  .logo{
	position: absolute;
	width: 85px;
	height: 85px;
	top: 20px;
	left: 5px;
  }
  
  .title{
	position: absolute;
	width: 180px;
    height: auto;
	top: 34px;
	left: 55px;
  }
  
  .banner {
    width: 140px;
    height: auto; 
    visibility: hidden;
  }
  
  .banner_small {
    position: absolute;
	top: 28px;
	right: 0px; 
    visibility: visible;
  }

  .banner_small .btnone {
    position: absolute;
	top: 05px;
  }

  .banner_small .btntwo {
	position: absolute;
	top: 05px;
  }
  
  .txt_text {
	font-family: verdana,geneva,sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
  }
  
   
}


.txt_title {
	font-family: verdana,geneva,sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #FFA500;
}

.txt_subtitle1{
	font-family: verdana,geneva,sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #FFA500;
}

.txt_text {
	font-family: verdana,geneva,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #747474;
}

/* Text Statistic */
.container {
	position: relative;
	text-align: center;
	font-size:55px;
	color: white;
}

.centered {
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mail {
	position: relative;
	top: 33%;
	left: 60%;
	transform: translate(-50%, -130%);
	font-size:28px;
}

/* Image Gallery START */
* {
	box-sizing: border-box;
}

.row > .column {
	padding-right: 20px;
}

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

.column {
	float: left;
	width: 25%;
}

.content_container {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.content_container .content {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0); /* Fallback color */
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
	color: #f1f1f1;
	width: 100%;
	padding-left: 4px;
}

.overlay {
	position: absolute; 	
	bottom: 0; 
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5); /* Black see-through */
	color: #f1f1f1; 
	width: 100%;
	transition: .5s ease;
	opacity:0;
	color: white;
	font-size: 16px;
	padding: 20px;
	text-align: center;
}

.content_container:hover .overlay {
  opacity: 1;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 80px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 80%;
	max-width: 1024px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

img {
	margin-bottom: -4px;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Image Gallery END */



/* Footer */
.footer {
	position: absolute;
	width: 920px;
	margin-top: 40px;
	height: 40px;
	background: #F2BA39;
}

.footer .btnterms {
	position: absolute;
	background-color: #0091FF;
	color: white;
	font-size: 16px;
	right: 0px;
	margin-top: 21px;
	border: none;
	cursor: pointer;
	text-align: center;
}

.footer .btnterms:hover {
	background-color: black;
	color: white;
}



