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


/* FONT FAMILY */
html {
	    font-family: 'Andale Mono'
		
}

body {
	background-color: white;
	color: #46403d;
	margin: 10px 40px 10px 40px;
	font-family: 'Andale Mono';
	text-decoration: none;
	font-size: 24px;
	overflow-x: hidden;
}
















/*SCROLL BEHAVIOR*/
scroll {
  scroll-behavior: smooth;
}


a:link {
    color: #46403d;
    text-decoration: none;
	font-size: 16px;
}
a:visited {
    color: #46403d;
    text-decoration: none;
	font-size: 16px;
}
a:hover {
    color: #ddd167;
    text-decoration: none;
	font-size: 16px;
}
a:active {
    color: #46403d;
    text-decoration: none;
	font-size: 16px;
}
















/*HEADERS*/

/*HOME BUTTON: NAME*/
h1 {
	background-color: transparent;
	color: #46403d;
	font-family: 'Andale Mono';
	text-align: right;
	float: right;
	margin: 67px 0px 0px 0px;
}

.h1 a:visted{
	color: #46403d;
}

.h1 a:link {
  	color: #46403d;
}

.h1 a:hover {
    color: #ddd167;
}

.h1 a:active {
  	color: #46403d;
}













/*NAVIGATION: Header Link*/
h2-5 {
	background-color: transparent;
	color: #ddd167;
	font-family: 'Andale Mono';
	font-size: 32px;
	float: right;
	text-align: right;
	letter-spacing: -3px;
	max-width: auto;
	position: relative;
	margin: 0px -13px 0px 0px;
}














/*PORTFOLIO: Labels*/

/*PORTFOLIO: Labels*/
h2-2 {
	background-color: transparent;
	color: #46403d;
	font-family: 'Andale Mono';
	font-size: 20px;
	text-align: left;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	margin: 250px 0px 0px 0px;
	position: fixed;
	max-width: 25%;
	letter-spacing: -2px;
	left: 49px;
    bottom: 149px;
}


/*PORTFOLIO: Names of Works and Year*/
h2-3 {
	background-color: transparent;
	color: #c46157;
	font-family: 'Andale Mono';
	font-size: 20px;
	text-align: left;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	margin: 190px 0px 0px 0px;
	position: fixed;
	max-width: 100%;
	letter: 68px;
	letter-spacing: -2px;
    bottom: 200px;
}

/*PORTFOLIO:Brief Description*/
h2-4 {
  text-align: left;
  float: right;
  font-size: 24px;
  color: #46403d;
  line-height: 28px;
  width: 100%;
  max-width: 100%;
  min-width: 200px;
  padding: 10px 0px 10px 0px;
}






/*EXTERNAL LINK BUTTONS*/

/*Link Colors*/
a.h6:link, a.h6:visited {
	color: #ddd167;
}

a.h6:hover, a.h6:active {
	color: #c46157;
}
a.h7-2:link, a.h7-2:visited {
	color: #ddd167;
}

a.h7-2:hover, a.h7-2:active {
	color: #ddd167;
}


/*GETTING IN TOUCH*/

/*About Page Call to Action*/
h6 {
	font-family: 'Andale Mono';
	color: #c46157;
	text-align: left;
}

















/*PORTFOLIO - painting/illustration: Filter Menu for Navigating the Series of Works*/
h8-1 {
	font-size: 20px;
    text-align: right;
	color: #c46157;
	line-height: 24;
	background-color: transparent;
	letter-spacing: -2px;
	width: 33.3%;
	padding-right: 2px;
	float: right;
}

/*PORTFOLIO - painting/illustration: Year Column*/
h8-2 {
  text-align: left;
  font-size: 20px;
  background-color: transparent;
  color: #46403d;
  letter-spacing: -3px;
  line-height: 36px;
  position: relative;
  left: 22px;
}

/*PORTFOLIO - painting/illustration: Header*/
h8-3 {
  text-align: left;
  float: left;
  font-size: 24px;
  background-color: transparent;
  color: #46403d;
  letter-spacing: -2px;
  line-height: 28px;
  position: relative;
  width: 100%;
  padding: 10px 0px 10px 0px;
}

/*PORTFOLIO - painting/illustration: Description of Series*/
h8-4 {
  text-align: left;
  float: left;
  font-size: 24px;
  background-color: transparent;
  color: #46403d;
  line-height: 36px;
  position: relative;
  width: 100%;
  padding: 10px 5px 10px 5px;
}

/*PORTFOLIO - painting/illustration: 'back to portfolio' link*/
h8-5 {
	background-color: transparent;
	color: #a2b8bc;
	font-family: 'Andale Mono';
	float: left;
	text-align: left;
	letter-spacing: -2px;
	width: 100%;
	left: -35px;
	position: relative;
}



a.h8-1:link {
    color: #c46157;
    text-decoration: none;
	font-size: 12px;
}
a.h8-1:visited {
    color: #c46157;
    text-decoration: none;
	font-size: 12px;
}
a.h8-1:hover {
	color: #a2b8bc;
    text-decoration: none;
	font-size: 12px;
}
a.h8-1:active {
    color: #c46157;
    text-decoration: underline;
	font-size: 12px;
}

/*IMAGE RESPONSIVENESS*/
.responsive {
  max-width: 100%;
  height: auto;
}


/*MEDIA QUERIES*/

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-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%;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width : 768px ){
  /* 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%;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* 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%;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* 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%;}
}

/*ORIENTATION*/
@media only screen and (orientation: landscape) {
  body {
    background-color: #f1f0ec;
	height: auto;
	overflow: scroll;
	flex-direction: row;
  }
}

@media only screen and (orientation: portrait) {
  body {
    background-color: #f1f0ec;
	height: 100%;
	flex-direction: column;
  }
}


/*FONT SIZE (body copy)*/
/* If the screen size is 769px or more, set the font-size of <div> to 24px */
@media only screen and (min-width: 769px) {
  div.responsivebodycopy {
    font-size: 24px;
	line-height: 24px;
	white-space: pre-line;
	margin: 0px 0px 0px 10px;
  }
}

/* If the screen size is 768px or less, set the font-size of <div> to 12px */
@media only screen and (max-width: 768px) {
  div.responsivebodycopy {
    font-size: 12px;
	line-height: 12px;
	white-space: pre-line;
	margin: 0px 0px 0px 10px;
  }
}





/*FONT SIZE (captions)*/
/* If the screen size is 769px or more, set the font-size of <div> to 24px */
@media only screen and (min-width: 769px) {
  div.responsivebodycopy-caption {
    font-size: 24px;
	line-height: 22px;
	white-space: pre-line;
	margin: -6px 0px 0px 10px;
  }
}

/* If the screen size is 768px or less, set the font-size of <div> to 12px */
@media only screen and (max-width: 768px) {
  div.responsivebodycopy-caption{
    font-size: 12px;
	line-height: 10px;
	white-space: pre-line;
	margin: -6px 0px 0px 10px;
  }
}






/*SIDE NAVIGATION MENU*/
/* The sidebar menu */
.sidebar {
  font-family: 'Andale Mono';
  font-size: 28px;
  outline: none;
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #f1f0ec;
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: scroll;
  padding-top: 85px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a:visited, a:link {
  font-family: 'Andale Mono';
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #c46157;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */

.sidebar a:visited {
  color: #c46157;
}

.sidebar a:link {
  color: #c46157;
}

.sidebar a:hover {
  color: #ddd167;
}

.sidebar a:active {
  color: #ddd167;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  right: 0px;
  top: 105px;
  font-size: 80px;
  margin: 0px 0px 0px 0px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 50px;
  cursor: pointer;
  color: #c46157;
  background-color: transparent;
  outline: none;
  border: none;
  position:fixed;
  padding: 40px 0px 0px 0px;
}

.openbtn:hover {
  background-color: transparent;
  color: #ddd167;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 70px 0px 30px 4px;
  width: 75%;
  position: relative;
  z-index: 2;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


/*SIDE NAVIGATION MENU: DROPDOWN*/
/* Style The Dropdown Button */
.dropbtn {
  font-family: 'Andale Mono';
  font-size: 17px;
  padding: 12px 12px 12px 32px;
  background-color: transparent;
  color: #c46157;
  border: none;
  cursor: cursor;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; 
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-family: 'Andale Mono';
  color: #c46157;
  padding: 6px 16px 6px 52px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: transparent}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: transparent;
}















/*PORTFOLIO*/
/*GRID DISPLAY COLUMNS*/

/*BOX SIZING*/
* {
  box-sizing: border-box;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.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%;}



/*PORTFOLIO*/
/*VERTICAL TIMELINE DATES*/
[class*="col-"] {
  float: left;
  padding: 10px;
  border: 0px solid white;
}


/*PORTFOLIO*/
/*INDEX GRID DISPLAY*/
/* Clear floats after the columns */
.row_index {
  display: flex;
  flex-wrap: wrap;
  padding: 2px;
}

/* Create four equal columns that sits next to each other */
.column_index {
  flex: 25%;
  max-width: 25%;
  padding: 2px;
}

.column_index img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

		/* Responsive layout - makes a two column-layout instead of four columns */
		@media screen and (max-width: 800px) {
		  .column_index {
			flex: 50%;
			max-width: 50%;
		  }
		}

		/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
		@media screen and (max-width: 600px) {
		  .column_index {
			flex: 100%;
			max-width: 100%;
		  }
		}
















/*PORTFOLIO: Right column presentation (for general project presentation)*/
.rightcolumn-presentation{
  float: right;
  max-width: 1920px;
  min-width: 360px;
  padding: 0px 0px 0px 125px;
  margin: 0px 0px 0px 0px;
}

		@media only screen and (min-width: 601px) {
		  div.rightcolumn-presentation{
					max-width: 75%;
		  }
		}

		@media only screen and (max-width: 600px) {
		  div.rightcolumn-presentation{
					max-width: 100%;
		  }
		}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*PORTFOLIO: Pagnation*/
.pagination {
  display: inline-block;
  padding: 30px 0px 30px 0px;
}

.pagination a {
  color: #ffffff;
  float: left;
  padding: 10px 16px 10px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #46403d;
  border-radius: 2px;
  margin: 8px 8px 8px 8px;
	
}

.pagination a.active {
  background-color: #c46157;
  color: #ffffff;
  border: 1px solid #46403d;
  border-radius: 2px;
}

.pagination a:hover:not(.active) {background-color: #a2b8bc; color: #ddd167;}




























/*PORTFOLIO: Motion*/

/*Responsive Video Design*/
video {
  width: 100%;
  height: auto;
}


/*SCROLL TO TOP BUTTON*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 99;
  font-size: 40px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #c46157;
  cursor: pointer;
  padding: 0px 20px 40px 0px;
  border-radius: 0px;
}

#myBtn:hover {
  background-color: transparent;
  color: #ddd167;
}



















/*INFINITE HORIZONTAL TEXT SCROLL*/
.wrapper {
  max-width: 100%;
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 35s linear infinite;
}

.marquee p {
  display: inline-block;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}




















/*LOADER*/



























/*SCROLLER*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 

}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd167; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c46157; 
}














/*FOOTER*/
.footer {
	padding: 0px 0px 32px 32px;
	font-size: 16px;
	postion: absolute;
	width: 100%;
	color: #c46157;
}
