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

    body    {
	margin: 0;
	padding:0;
	background-color:#FFFFFF;
	
    } 

.row:before, .row:after {
	display: flex;
	flex-wrap: wrap;
	padding:0px 4px 0px 4px;
	
}
	
.column-nav {	
	flex: 100%;
	max-width: 40%;
	text-decoration: none;
	text-align: right;
	z-index: 400;
	
}


h1 {
    top: 195px;
    right: 85px;
	text-decoration: none;
	text-align: right;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 1.1rem;
	color:#F2B9BA;
	position: fixed;
	z-index:401;

 }

h2 a {
	top: 250px;
	right: 85px;
	text-decoration:none;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
	font-size: 1.1rem;
	color: #898D18;
	position: fixed;
	z-index:401;
	
}

h2a a {
	top: 300px;
	right: 85px;
	text-decoration:none;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	font-size: 1.1rem;
	color: #898D18;
	position: fixed;
	z-index:401;
	
}


h3 a {
	top: 350px;
	right: 85px;
	text-decoration:none;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
	font-size: 1.1rem;
	color: #898D18;
	position: fixed;
	z-index:401;

}


h4 a {

	top: 400px;
	right: 85px;
	text-decoration:none;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
	font-size: 1.1rem;
	color: #898D18;
	position: fixed;
	z-index:401;

}

h5 a {
	top: 450px;
	right: 85px;
	text-decoration:none;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
	font-size: 1.1rem;
	color: #898D18;
	position: fixed;
	z-index:401;

}


h6 {
	top: 460px;
	right: 85px;
	text-decoration:none;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
	font-size: 1.1rem;
	color:#F2B9BA;
	position: fixed;
	z-index:401;

}

	
.logo a img{
	top: 570px;
	right: 85px;
	width: 100px;
	height: 100px;
	position: fixed;
	z-index: 402;
	
}

.column-slideshow{
	flex: 100%;
	max-width: 80%;
	z-index: 1;
	
}

* {
	box-sizing: border-box;
	
}


.mySlides {
	display: none;

}


img {
	vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  top:0px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -20px;
  padding: 16px;
  color:#EC6163;
  font-weight: bold;
  font-size: 1.563rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}

/* Caption text */
.text {
  color:#8B8989;
  font-size: 0.75rem;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color:#F4B0B2;
  font-size: 0.75rem;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  padding: 8px 12px;
  position: absolute;
  left:20px;
  margin-top: 450px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-top: 60px; 
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.column-main {	
	flex: 100%;
	max-width: 100%;
	margin:auto;
	padding: 30px 0px;
	color:#FFFFFF;
	z-index: 400;
	
}

.column-footer {
	flex:100%;
	max-width: 60%;
	padding-top: 0px;
	padding-left: 85px;
	padding-bottom: 300px;
	padding-right: 10px;
	z-index:401;
		
}

	
.contact img {
	top:150px;
	max-width: 100%;

	
}

p {
	
	top: 150px;
	color:#C1C4B5;
    font-size: 0.563rem;
	text-align:left;
	line-height: 0.9rem;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	
}




@media screen and (max-width:489px){
	
	.row {
    flex: 100%;
    max-width: 100%;
		
	}
	
	.column-nav {
    flex: 100%;
    max-width: 40%;
	text-align: right;
	z-index: auto;
	}
	


h1 {
    top: 290px;
    right: 15px;
	text-decoration: none;
	text-align: right;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size:0.7rem;
	color:#F2B9BA;
	position: fixed;
	z-index:401;

 }

h2 a {
    top: 340px;
    right: 15px;
    text-decoration: none;
    text-align: right;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size:0.7rem;
    color: #898D18;
    position: fixed;
    z-index: 401;	
}
	
h2a a {
    top: 380px;
    right: 15px;
    text-decoration: none;
    text-align: right;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size:0.7rem;
    color: #898D18;
    position: fixed;
    z-index: 401;	
}

h3 a {
	top: 420px;
	right: 15px;
	text-decoration:none;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
	font-size:0.7rem;
	color: #898D18;
	position: fixed;
	z-index:401;

}


h4 a {

	top: 460px;
	right: 15px;
	text-decoration:none;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
	font-size: 0.7rem;
	color: #898D18;
	position: fixed;
	z-index:401;

}

h5 a {
	top: 500px;
	right: 15px;
	text-decoration:none;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
	font-size:0.7rem;;
	color: #898D18;
	position: fixed;
	z-index:401;

}


h6 {
	top: 510px;
	right: 15px;
	text-decoration:none;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";	
	font-size: 0.7rem;
	color:#F2B9BA;
	position: fixed;
	z-index:401;

}

	
.logo a img{
	top: 580px;
	right: 15px;
	width: 70px;
	height: 70px;
	
	position: fixed;
	z-index: 402;
	
}
	
.column-slideshow{
	flex: 100%;
	max-width: 100%;
	z-index: 1;
	
}	
	
	
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top: 0px;
}	

/* The dots/bullets/indicators */
.dot {
  height: 8px;
  width: 8px;
  margin-top:20px;

}	

/* Number text (1/3 etc) */
.numbertext {
  color:#ECA1A2;
  font-size: 0.5rem;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  margin-top: 250px;
  left: 15px;
}
	
.column-footer {
	max-width: 250px;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 50px;
	padding-right: 10px;
	z-index:1;
		
}	
	
	
.contact img {
	top:150px;
	left: 30px;	
	width: 120px;

	
}

p {
	
	top: 150px;
    left: 30px;
	color:#C1C4B5;
    font-size: 0.4rem;
	text-align:left;
	line-height: 0.7rem;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	
	}
	

}


@media screen and (min-width:490px) and (max-width:949px){
	
.row {
    flex: 100%;
    max-width: 100%;
		
	}
	
.column-nav {
    flex: 100%;
    max-width: 20%;
	text-align: right;
	z-index:400;
	}
	
h1{
	right: 40px;
	font-size: 0.8rem;
		
	}
	
h2 a {
		
	right: 40px;
	font-size: 0.8rem;
	}
	
h2a a {
		
	right: 40px;
	font-size: 0.8rem;
	}
	
	
h3 a {
		
	right: 40px;
	font-size: 0.8rem;
	}
	
h4 a {
		
	right: 40px;
	font-size: 0.8rem;
	}
	
h5 a {
		
	right: 40px;
	font-size: 0.8rem;
	}
	
h6 {
    top: 470px;
	right: 40px;
	font-size: 0.8rem;
	}
	
	
.logo a img {
	top: 560px;
	right: 30px;
	width: 80px;
	height: 80px;
	}	
	
.column-slideshow{
	flex: 100%;
	max-width: 80%;
	z-index: 1;
	
}	
	
	
/* Slideshow container */
.slideshow-container {
  flex:auto;
  max-width:  100%;
  position: relative;
  margin: auto;
  margin-top: 0px;
}	

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin-top: 20px;

}	
	
/* Number text (1/3 etc) */
.numbertext {
  color:#F4B0B2;
  font-size: 0.75rem;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  padding: 8px 12px;
  position: absolute;
  left:20px;
  margin-top: 250px;
}	
	
.column-footer {
	flex:100%;
	max-width: 60%;
	padding-top: 15px;
	padding-left: 10 px;
	padding-bottom: 100px;
	padding-right: 10px;
	z-index:401;
		
}	
.contact img {
	top:150px;
	left: -15px;
	max-width: 100%;
	
}

p {
	top: 150px;
	color:#C1C4B5;
    font-size: 0.563rem;
	text-align:left;
	line-height: 0.9rem;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	
}


}








	