@charset "UTF-8";
@font-face {
    font-family: "Gotham";
    src: url(../fonts/Gotham/GOTHAM-BOLD.TTF) format("truetype");
	font-weight: bold;
}
@font-face {
    font-family: "Gotham";
    src: url(../fonts/Gotham/Gotham-Bold.otf) format("opentype");
	font-weight: 700;
}
@font-face {
    font-family: "Gotham";
    src: url(../fonts/Gotham/Gotham-Medium.otf) format("opentype");
	font-weight: 500;
}
@font-face {
    font-family: "Gotham";
    src: url(../fonts/Gotham/Gotham-Book.otf) format("opentype");
	font-weight: 400;
}
@font-face {
    font-family: "Gotham";
    src: url(../fonts/Gotham/Gotham-Light.otf) format("opentype");
	font-weight: 300;
}
@font-face {
    font-family: "Gotham";
    src: url(../fonts/Gotham/Gotham-ExtraLight.otf) format("opentype");
	font-weight: 200;
}

html {
  scroll-behavior: smooth;
}
/* Body */
body {
	font-family: Gotham, Montserrat, Helvetica, Arial, 'sans-serif';
	background-color: #fff;
	/*background-image: url(../images/bg1.png),url(../images/bg2.png);*/
	background-repeat: no-repeat;
	background-position: top left,bottom right;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
::selection {
  color: white;
  background: rgb(255,170,0);
}

bo{
	font-weight: bold;
	color: #ff8000;
}
/* hidden on default */
div#popup { display: none; }

/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
}
/*Progress bar*/
.progress-bar {
    background: linear-gradient(to right, DarkOrange var(--scroll), transparent 0);
    background-repeat: no-repeat;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    z-index: 100;
}
/* Navigation */
header {
	display: block;
	width: 90%;
	height: 50px;
	color: white;
	background-color: #fff;
	border-bottom: 2px solid #FF9E00;
	background-attachment: fixed;
	overflow:hidden;
	position:fixed;
	top: 0;
	z-index: 98;
	
}

header::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
	bottom: 0;
    height: 3px;
    border-radius: 3px;
    background: rgb(247,0,168);
    background: linear-gradient(130deg, rgba(247,0,168,1) 0%, rgba(255,128,0,1) 100%);
}

header2 {
	display: block;
	width: 90%;
	height: 50px;
	color:white;
	background-color: rgba(0,0,0,0.00);
	background-attachment: fixed;
	overflow:hidden;
	position:fixed;
	top: 0;
	z-index: 90;
}

.logo {
	color: #000;
	font-weight: bold;
	font-family: Gotham, Montserrat, Helvetica, Arial, 'sans-serif';
	text-align: undefined;
	width: 100px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
.logo2 {
	color: #fff;
	font-weight: bold;
	font-family: Gotham, Montserrat, Helvetica, Arial, 'sans-serif';
	text-align: undefined;
	width: 100px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}

.slideshow{
	height:100vh;
	position: absolute;
}

nav {
	float: right;
	
	text-align: right;
	margin-right: 0%;
	
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	/*color: black;*/
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	list-style-type: none;
}
nav ul li a {
	color: #000;
	text-decoration: none;
	}
a:link {
  color: #FF9e00;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: DarkOrange;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: Gold;
  background-color: transparent;
  text-decoration: underline;
}

.menu{
	color: #000;
	background-color: black;
	
}
.menu:hover{
	color:#000;
}

.menu:visited{
	color:#000;
}
.menu:link{
	color:#000;
}


ul li:hover a {
	color: #282828;
}

/*Burger Menu Stuff*/
burger-nav {
	align-content: center;
	text-align: center;
	font-size: 15pt;
	font-weight: 700;
	color: #212121;
	line-height: 16pt;
	position: relative;
	text-decoration: none;
	
	
}

.bmenu a {
	font-size: 30pt;
	color:#000;
	top:100px;
	position: relative;
}
.bmenu a:hover{
	color:#464646;
}

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Gotham, Montserrat, Helvetica, Arial, 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:30px;
	font-weight: bold;
	width: fit-content;
}

.menu-dark-text {
	float:right;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	display:inline-block;
	position:relative;
	margin-top:15px;
	margin-right: 3em;
	padding-right:10px;
	color:#000;
}

/*Switch*/

.toggle {
  margin-top: 17px;
  float: right;
  margin-right:-30px;
  
}
.toggle input[type="checkbox"] {
  display: none;
}
.toggle label {
  color: #000;
  position: relative;
}
.toggle input[type="checkbox"] + label::before {
  content: ' ';
  display: block;
  height: 10px;
  width: 30px;
  border: 1px solid #4281A4;
  border-radius: 9px;
  position: absolute;
  top: 0px;
  left: -65px;
  background: #2E2E2E;
}
.toggle input[type="checkbox"] + label::after {
  content: ' ';
  display: block;
  height: 17px;
  width: 17px;
  border: 1px solid #FFA110;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -66px;
  background: #FF9b00;
  transition: all 0.3s ease-in;
}
.toggle input[type="checkbox"]:checked + label::after {
  left: -50px;
  transition: all 0.3s ease-in;
}




/* Hero Section */
.hero {
	background-color: #FFFFFF;
}

.hero2{
	top:0;
	height:100vh;
	background-color: #FFFFFF;
}


.hero-text {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 350px;
    margin-bottom: 200px;
	filter: drop-shadow(1px 5px 10px black) drop-shadow(1px 5px 20px black);
	z-index: 15;
	position: relative;
}

.hero_pattern{
    background:url("../images/hero-pattern.png");
    transition:all .4s cubic-bezier(.165,.84,.44,1);
    -moz-transition:all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition:all .4s cubic-bezier(.165,.84,.44,1);
    -o-transition:all .4s cubic-bezier(.165,.84,.44,1);
    z-index:11;
	width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
		opacity: 1;
}

.light {
	font-weight: bold;
	font-family: Gotham, Montserrat, Helvetica, Arial, 'sans-serif';
	text-transform:uppercase;
	letter-spacing: 1px;
	color: #FF9b00;
	background: -webkit-linear-gradient(bottom right, #f700a8, #ff8000);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	break-inside: auto;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
	font-family: Gotham, Montserrat, Helvetica, Arial, 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 2px;
	width: fit-content;
}


/*#############################
		Slideshow
#############################*/
#slideshow {
    position:absolute;
    height:560px;
	width: 90%;
	top: 50px;
	margin-top: 0;
	overflow: hidden;
	background-attachment:fixed;
	color: rgba(0,0,0,0.5);
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	overflow: hidden;
	resize: both;
	width: 100%;
}
#slideshow IMG.active {
    z-index:10;
	overflow: hidden;
	width: 100%;
}
#slideshow IMG.last-active {
    z-index:9;
	overflow: hidden;
	width: 100%;
}


/* Style the links inside the sidenav */
#mySidenav a {
  position: fixed; /* Position them relative to the browser window */
  left: -110px; /* Position them outside of the screen */
  transition: 0.3s; /* Add transition on hover */
  padding: 15px; /* 15px padding */
  width: 120px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 20px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
  z-index: 12;
}

#mySidenav a:hover {
  left: -100px; /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#about-slide {
  bottom: 60px;
  background-color: #333;
}

#blog-slide {
  bottom: 120px;
  background-color: #444; /* Blue */
}

#projects-slide {
  bottom: 180px;
  background-color: #555; /* Red */
}

#contact-slide {
  bottom: 240px;
  background-color: #666 /* Light Black */
}

.fa, .fas {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: right;
  text-decoration: none;
  
}

/* About Section */
.text_column {
	width: 98%;
	text-align: center;
	font-family: Gotham, Montserrat, Helvetica, Arial, 'sans-serif';
	font-weight: 300;
	font-size:20px;
	line-height: 28px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #0A0A0A;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 65px;
	padding-bottom: 65px;
	display: inline-block;
	background-color: #f7f7f7;
	margin-top: 0px;
	/*background-image: url(../images/topography-white.png);*/
	background-size:cover;
	background-attachment: local;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #FF9E00;
	z-index: 11;
	position: relative;
}
.about-title {
	text-align: center;
	color: #000;
	margin-top: 4px;
	font-weight: 700;
	font-family:  Gotham, Montserrat, Helvetica, Arial, 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 1px;
	
/* Stats Gallery */
}
.stats {
	color: #A3A3A3;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #262626;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 50px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 20%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #FF9E00;
	background-color: #262626;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner1 {
	background-color: #262626;
	background-image: url(../images/portfolio_bg.png);
	height: 400px;
	width:50%;
	float:right;
	background-position:bottom;
	background-attachment: fixed;
	background-size: cover;
	/*border-top: 15px solid white;
	
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;*/
}

.banner2 {
	background-color: #e9e9e9;
	background-image: url("../images/lines-red-orng.png");
	height: 400px;
	width:50%;
	float:left;
	background-position:center left;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size:cover;
	/*border-top: 15px solid white;
	filter: drop-shadow(1px 5px 5px darkgray);*/
	/*background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;*/
}

.parallax {
	color: #000;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
	filter: drop-shadow(5px 10px 10px darkgray);
}
.parallax_description {
	color: #000;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight:300;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	filter: drop-shadow(1px 5px 5px darkgray);
}

.parallax-l {
	color: #000;
	text-align: left;
	padding-left: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
	filter: drop-shadow(1px 5px 5px darkgray);
}
.parallax_description-l {
	color: #000;
	text-align: left;
	padding-left: 100px;
	width: 30%;
	float: left;
	font-weight:300;
	line-height: 23px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	filter: drop-shadow(1px 5px 5px darkgray);
}

#bgVideo {
  width: 100%;
	position:inherit;
	padding-left: 0%;
    z-index: 0;
  clip: rect(0px,0px,400px,0px);
	max-height:400px;
	overflow:hidden;
}

/* More i400px*/
footer {
	background-color: #F3F3F3;
	padding-bottom: 35px;
}
.footer_header {
	color: #000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Gotham, Montserrat, Helvetica, Arial, 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:30px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
	color:#f3f3f3;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}

/*FOOTER TEXT FORMATTING*/
footer .footer_column p {
	color: #000;
	background-color: #f3f3f3;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 300px;
}
.footer-text{
	color:#FFFFFF;
	background-color:#f3f3f3;
	
	
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: 300;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #000;
	background: -webkit-linear-gradient(bottom right, #f700a8, #ff8000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
	color: #000;
	transition: all 0.5s linear;
}
.btn:hover{
	color:transparent;
	opacity:0.5;
	
    
}

.button:hover {
	transition: all 0.3s linear;
	border-image-source: -webkit-linear-gradient(bottom right, #f700a8, #ff8000);
	border-image-slice: 1;
	color: #C4C4C4;
	cursor: pointer;
	transform: scale(1.05);
	
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	color: #7E7E7E;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	display:block;
	width:100%;
	
}
.footer_banner {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	/*background-image: url(../images/pattern.png);
	background-repeat: repeat;*/
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/*---------------------------------------
Everything styling the About Me page
-----------------------------------------*/

.bio-header {
	color: #000;
	font-size: 25pt;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	float: left;
	margin-top: 0;
	margin-bottom:20px;
	display:block;
	padding-left: 20px;
	height:50px;
	width:100%;
	width:fit-content;
	border-bottom: solid 1px #ff9e00;
}

ul {
	list-style-type: none;
	
}

li {
	width:inherit;
}

.bio {
	width: 100%;
	height:500px;
}

.bio-text {
	font-size: 13pt;
	color: #000;
	font-weight: 300;
	text-align: left;
	position: relative;
	display:block;
	margin-left: 0px;
	margin-right:0px;
	width:50%;
}

/*filler to create 100px of dead space*/
.spacer {
	position:relative;
	display: block;
	height:100px;
	width:100%;
	z-index: 1;
}

.bio-list {
	float:left;
	padding-left: 20px;
	margin:0;
	width:100%;
}

.bio-pic {
	display:inline-block;
	position: relative;
	float:right;
	width:350px;
	height:auto;
}

/*Element to align bio picture*/
.img-pos {
	width: 50%;
	float:left;
	left:0;
	position: relative;
	display: inline-block;
	margin: 0;
}

/*CV section under Bio*/
.cv {
	display:block;
	
	width:100%;
}

/*Section title*/
.title {
	width: fit-content;
	display: block;
	border-bottom: 1px -webkit-linear-gradient(bottom right, #f700a8, #ff8000);
	font-size: 20pt;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.bio-right {
	width: 50%;
	float:left;
	right:0;
	position: relative;
	display: inline-block;
	margin: 0;
}

/*Section header*/
.section-header {
	font-size: 15pt;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 0;
}

.cv_text {
	text-align:center;
	font-size: 15pt;
	
}

/*Style element for left column*/
.name {
	font-weight: 500;
	width:25%;
	text-transform: uppercase;
	border-bottom:1px solid #E8E8E8;
}

/*Style element for right column*/
.description {
	width:25%;
	height:auto;
	font-weight: 300;
	border-bottom:1px solid #D3D3D3;
}

/*Lighter Text*/
lighter {
	font-weight: 300;
}

table {
	color:#000;
	width: 50%; 
	text-align: center; 
	margin-left:auto; 
	margin-right: auto;
}
.bio-table{
	width: 50%; 
	text-align: center; 
	margin-left:auto; 
	margin-right: auto;
}


.title:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: -webkit-linear-gradient(bottom right, #f700a8, #ff8000);
}

.bio-header:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: -webkit-linear-gradient(bottom right, #f700a8, #ff8000);
}

th::after {
    background: #d3d3d3 none repeat scroll 0 0;
    bottom: -7px;
    content: "";
    display: block;
    height: 2px;
    left: 0px;
	width:100%;
    position: absolute;
    right: -2px;
}

th {
	position: relative;
	border-bottom:2px solid white;
	border-bottom-width: 10px;
}

td:first-child{
	padding-top:5px;
}

.lighter {
	font-weight: bold;
	font-family: Gotham, Montserrat, Helvetica, Arial, 'sans-serif';
	color: #FF9b00;
	background: -webkit-linear-gradient(bottom right, #f700a8, #ff8000);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bio_desc {
	width: 50%;
	text-align: center;
	font-size: 15pt;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}

bolder {
	font-weight: 500;
}
.images{
	width:60%;
	align-content: center;
	margin-left:auto;
	margin-right: auto;
	
}

.cover1{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	float:left;
	overflow: auto;
	max-width: 500px;
	height:auto;
}
.cover2{
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
	float:right;
	max-width: 500px;
	height:auto;
}

.description1{
	width:100%;
	display:block;
}
.header{
	font-size: 15pt;
	font-weight: 700;
	color:#000;
	text-transform: uppercase;
	text-align: center;
}
/*td:nth-last-child(2){
	padding-top:20px;
}*/

/*+++++++++++++++++++++++++++++++++++++++
Bike Pic CSS
+++++++++++++++++++++++++++++++++++++++++*/
.drive{
	background-color: WhiteSmoke; 
}
.input-box {
	padding: 20px 5px;
	display: block;
	width:50%;	
}

.contact {
	position: relative;
	display:block;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background-color: #f9f9f9;
	background-clip: padding-box;
    border-left: solid 3px transparent;
	
	/*border-radius: 1em;*/
	padding: 2rem;
  }

/*.contact:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  /*border-radius: inherit;
  /* !importanté */
  /*background: linear-gradient(to right, red, orange);
}*/


.center {
	position:relative;
	margin-left: auto;
	margin-right:auto; 
}

.contact-wrap {
  position: relative;
  background: -webkit-linear-gradient(bottom, #f700a8, #ff8000);
  max-width:50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  filter: drop-shadow(4px 4px 6px #8a8a8a);
  /*border-radius: 1em;*/
}

.contact-text {
	
}


/* Mobile Popup for screens that are too small */
@media (max-width: 374px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 100;
}
.mainbody{
	display: none;
	width:0;
	height:0;
}
.container{
	display:none;
	height:0px;
}
.nav{
	display:none;
}
.toggle{
	display:none;
}
.burger-menu{
	left:0px;
	align-items: right;
	float:right;
	width:0%;
}
.burger-menu-txt{
	display:none;
	opacity:0;
}

header{
	width:100%;
	left:0px;
}
	
	
div#popup { display: block;
	width:100vw;
	height:100%;
	background-color: #ffaa00;
	color:#fff;
	z-index:100;
	text-align: center;
	padding-top: 20vh;
	padding-bottom:50vh;
	font-weight: 600;
	font-size: 20pt;
	
	}
	
	.popup-img{
	align-self: center;
	display: block;
  	margin-left: auto;
 	margin-right: auto;
	width: 20%;	
		margin-top:0px;
		padding-top:0px;
	}	
}
.burger-menu{
	display:none;
}

/* Small Tablets */
@media (min-width: 375px)and (max-width: 767px) {
.logo {
	width: 30%;
	text-align: left;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	color: #212121;
}


.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: none;
	background: #3F3F3F;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.hero{
	background-attachment:inherit;
	background-position: top center;
	background-clip: padding-box;
	background-size:cover;
	background-repeat: no-repeat;
		
}
.hero-text{
	margin-top:120px;
	margin-bottom:120px;
}
#slideshow{
	min-height:500px;
	overflow:hidden;
	max-width: 100%;
	height:500px;
}
#slideshow IMG.active {
    z-index:10;
	overflow: hidden;
	width: auto;
	max-width: 200%;
	background-position: center;
	float:left;
	height:500px;
}
.hero_header{
	font-size: 20pt;
	text-shadow: 1px 1px 3px #000;
}
.light{
	text-shadow: none;
}
.tagline{
	font-size: 10pt;
	text-shadow: 2px 2px 2px #000;
}
.text_column {
	width: 95%;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:0px;
	font-size:16px;
	line-height: 15pt;
}
.about{
	background-attachment: fixed;
	background-size:cover;
	height:200px;
	padding-top: 20px;
	padding-bottom: 100px;
}
	
.banner{
	height:200px;
	padding-top:0px;
	margin-top:-20px;
	padding-bottom:40px;
}
	
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}

.thumbnail {
	width: 50%;
}
	
.hero_pattern{
	height:inherit;
	max-height: 500px;
}
	
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
	width: 100%;
	font-size: 18px;
}
	
.parallax_description {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 90%;
	padding-top: 30px;
}
	
.parallax-l {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
	width: 100%;
	font-size: 18px;
}
	
.parallax_description-l {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
	
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.banner1{
	width:100%
}
.banner2{
	width:100%;
}
.footer_column {
	width: 100%;
}
.toggle{
	display:none;
}
.menu-dark-text{
	display:none;
}
.bio-text{
	width:90%;
}

.bio_desc{
	min-width:90%;
}
.contact-wrap{
	max-width:100%;
}
}

	
/*Burger MENU*/

.burger-menu {
  position:absolute;
  display: inherit;
  right:10px;
  top:10px;
  width: 140px;
  height: 30px;
  margin: 0 auto;
  color: #141414;
  text-transform: uppercase;
	z-index: 99;
}

.burger-click-region {
  position: absolute;
  left: 100px;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.burger-menu-content{
	opacity:0;
	left:0;
	width:1px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	transition: opacity 200ms ease-out, transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83), opacity 200ms ease-in;
}
.is-open .burger-menu-content{
	opacity:1;
	width:100%;
	height:100vh;
	position:fixed;
	display:block;
	left:0;
	top:50px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index:100;
}
.closing .burger-menu-content{
	transition: opacity 200ms ease-out;
}
.burger-menu-txt {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: default;
  transition: opacity 200ms ease-out, transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
}
.is-open .burger-menu-txt {
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
}

.burger-menu-piece {
  display: block;
  position: absolute;
  width: 40px;
  border-top: 3px solid #242424;
  transform-origin: 50% 50%;
  transition: transform 400ms ease-out;
}
.burger-menu-piece:nth-child(1) {
  top: 0;
}
.burger-menu-piece:nth-child(2) {
  top: 12px;
  opacity: 1;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
}
.burger-menu-piece:nth-child(3) {
  top: 24px;
}
.active .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-open-top 400ms ease-out forwards;
          animation: burger-open-top 400ms ease-out forwards;
}
.active .burger-menu-piece:nth-child(2) {
  opacity: 0;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
}
.active .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-open-bot 400ms ease-out forwards;
          animation: burger-open-bot 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-close-top 400ms ease-out forwards;
          animation: burger-close-top 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-close-bot 400ms ease-out forwards;
          animation: burger-close-bot 400ms ease-out forwards;
}

@-webkit-keyframes burger-open-top {
  50% {
    transform: translate3d(0, 12px, 0);
  }
  100% {
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
}

@keyframes burger-open-top {
  50% {
    transform: translate3d(0, 12px, 0);
  }
  100% {
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
}
@-webkit-keyframes burger-open-bot {
  50% {
    transform: translate3d(0, -12px, 0);
  }
  100% {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
}
@keyframes burger-open-bot {
  50% {
    transform: translate3d(0, -12px, 0);
  }
  100% {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
}
@-webkit-keyframes burger-close-top {
  0% {
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  50% {
    transform: translate3d(0, 12px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-top {
  0% {
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  50% {
    transform: translate3d(0, 12px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes burger-close-bot {
  0% {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-bot {
  0% {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/*Hide Burger manu when screen is wide enough*/
@media (min-width:768px){
	.burger-menu{
		display:none;
	}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
	.logo{
		width:20%;
	}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	.bio-text{
		width:90%;
	}
	.bio_desc{
		width:90%;
	}
.contact-wrap{
	max-width:90%;
}
.hero-text{
	margin-top:200px;
	margin-bottom:200px;
}
}

/*Transform Text to small for small screens*/
@media (max-width:440px){
	.text_column{
		font-size: 11pt;
	}
	.hero_header{
		font-size:15pt;
	}
}


.soon {
	height: auto;
	width: 75px;
	display: inline-block;
	top: 305px;
	position: absolute;
}

.header_spacer {
	position:relative;
	display: block;
	height:50px;
	z-index: 1;
}

@media (max-width:1500px){
	.bio-table{
		width:90%;
	}
	td:nth-last-child(2){
	padding-top:0px;
}
}

@media (max-width:500px){
	.bio-header{
		font-size:20pt;
	}
	.bio-text{
		font-size: 11pt;
		width: 100%;
	}
.bio_desc{
		font-size: 11pt;
		width: 100%;
	}
}

/*SNACKBAR TEST*/
#snackbar {
  visibility: hidden;  /*Hidden by default. Visible on click */
  min-width: 410px; /* Set a default minimum width */
  margin-left: -200px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%;
  right:50%;/* Center the snackbar */
  bottom: 60px; /* 50px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 5s;
  animation: fadein 0.5s, fadeout 0.5s 5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}



