/*color pallette */
/*RED: f70f18 */
/*WHITE: F7F2F0*/
/*GREY: A59EA6*/
/*D PEACH: EABCB4 */
/*L PEACH: E0D1DC*/

*, a{
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: scroll;
}
::-webkit-scrollbar{
  width: 2px;
  background: transparent;
}
::-webkit-scrollbar-thumb{
  background: #F70F18;
  height: 25% !important;
}
body{
  background: #F7F2F0;
  box-sizing: border-box;
}
table{
  margin: 0 auto;
  width: 75vw;
  display: flex !important;
  border-spacing: 0px !important;
}
@media (max-width: 767px){
table thead + p{
    font-size: .80rem !important;
  }
}
thead{
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
}
thead th{
margin: 9px;
}

td{
  padding-bottom: 0px !important;
  vertical-align: middle !important;
  border: none !important;
}
tr td + p{
  line-height: 1rem !important;
}
th{
  padding-right: 1%;
  font-size: .95rem;
  border: none !important;
}
@media (max-width: 767px){
  th{
    font-size: .80rem;
  }
}

td{
  margin-left: 2%;
  font-size: .95rem;
}
@media (max-width: 767px){
  td{
    font-size: .75rem;
  }
}
table a,
table a::before,
table a::after,
.download a,
#cv ul li a,
#link-body li a,
#link-body li a::before{
  color: #212529;
  font-weight: 200 !important;
  font-size: .95rem;
  font-family: 'Fahkwang', sans-serif !important;
  text-decoration: none !important;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
table a:hover,
.download a:hover{
  color: #F70F18;
}
@media (max-width: 767px){
  table a{
    font-size: .80rem;
  }
}

h1{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
p{
  font-family: 'Fahkwang', sans-serif;
  font-weight: 200;
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

li,
a,
.navbar a{
  font-family: 'Roboto Mono','Courier New', monospace !important;
  font-weight: 300;
}
.navbar a,
.navbar a::before,
.navbar a:visited{
  text-decoration: none !important;
  color: #000 !important;
}
footer{
  position: fixed;
  z-index: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  height: 35vh;
}
button a{
  text-decoration: none;
}
footer .row{
  width: 100%;
}
footer h6{
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .95rem;
}
footer ul li,
footer ul li a{
  color: #FFFFFF !important;
  display: inline-block !important;
  text-decoration: none !important;
  font-family: 'Fahkwang', sans-serif !important;
  font-weight: 200 !important;
  font-size: .85rem !important;
  border-left: 10px solid transparent;
}
footer ul li a:hover{
  border-left: 10px solid #F70F18;
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
}

nav .navbar{
  background: #F7F2F0 !important;
}
.navbar a.nav-link{
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: .95rem;
}
.navbar .nav-link {
  padding-top: 0;
  border-top: 10px solid transparent;
}
.navbar .nav-link:hover {
  border-top: 10px solid #F70F18;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
@media (max-width: 991px){
  .navbar .nav-link{
    width: 40px;
  }
}

.navbar .dropdown-item:hover,
#upper_left a:hover{
  color: #F70F18 !important;
}
.dropdown:hover .dropdown-menu {
display: inline-block;
animation-delay: .2s;
animation-duration: .2s;
position: absolute;
}
@media (max-width: 767px){
  .dropdown:hover .dropdown-menu{
    width: 85vw;
  }
}
.dropdown-menu{
  border: none;
  background: none;
  width: auto;
}
@media (max-width: 991px){
  .dropdown-menu{
    padding-left: 15%;
  }
}
.dropdown-toggle::after {
  display:none;
}
.dropdown-menu a{
  text-align: center;
  font-size: .85rem;
}
.navbar .dropdown-item{
  background: none;
}
/*
@media(max-width){
  .img-container img{
    width: auto;
    height: 100%;
  }
}
*/
@media (max-width: 767px){
  .img-container{
    padding-top: 15%;
  }
}
@media (max-width: 767px){
  .img-container{
    padding-top: 15%;

  }
}
@media (max-width: 767px){
  .img-container img{
    width: 100%
    height: auto;
  }
}

/* HOME-CONTENT CONTENT TEXT FORMATTING */
#home-content .content h1{
  font-weight: 700;
}
#home-content .content h3{
  font-weight: 400;
}
#home-content .content p{
  font-weight: 400;
}

@media (max-width: 931px){
  #home-content .content{
    font-size: 1rem;
  }
}
@media (max-width: 931px){
  #home-content .content h3{
    font-size: 1.25rem;
  }
}
@media (max-width: 931px){
  #home-content .content h1{
    font-size: 2rem;
  }
}
@media (max-width: 767px){
  #home-content .content{
    font-size: .85rem;
  }
}
@media (max-width: 767px){
  #home-content .content h3{
    font-size: 1rem;
  }
}
@media (max-width: 767px){
  #home-content .content h1{
    font-size: 1.75rem;
  }
}
/*END*/


.img-thumbnail{
  position: relative;
  height: 25vw;
  width: 25vw;
  margin: auto;
  overflow: hidden;
}
.img-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
@media (max-width: 576px){
  .img-thumbnail{
    width: 75vw;
    height: 75vw;
  }
}
@media (max-width: 767px){
  .img-thumbnail{
    width: 75vw;
    height: 75vw;
  }
}
.img-thumbnail .image-overlay{
  background: rgba(255,255,255,0.5) !important;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.img-thumbnail:hover .image-overlay{
  opacity: 1;
}
.img-thumbnail:hover .content-details{
  opacity: 1;
  z-index: 10;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content-title, .content-text{
  color: #000;
  font-family: 'Lato', sans-serif;
  opacity: 1 !important;
}
.img-thumbnail:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.image-gallery {
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-bottom: 10%;
}

@media (max-width: 767px) {
  .image-gallery{
    padding-top: 5%;
  }
}

@media (max-width: 1215px) {
  .image-gallery{
    padding-top: 10%;
    padding-left: 1.25%;
    padding-right: 1.25%;
  }
}

.text-area {
  padding-top: 10%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

@media (max-width: 1215px){
  .text-area{
    font-size: .85rem;
    padding-top: 15%;
    padding-left: 1.25%;
    padding-right: 1.25%;
  }
}

.slideInDown{
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
	animation-duration: 2.5s;
}
.slideInLeft{
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.slideInRight{
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.note-body::before{
  opacity: 0;
}
.note-body::after{
  opacity: 1;
}

@media (max-width: 1450px){
  .note-body p{
    font-size: .95rem;
  }
}

@media (max-width: 1289px){
  .note-body p{
    font-size: .85rem;
    text-align: left;
    padding-bottom: 2.5%;
  }
}
@media (max-width: 1450px){
  .note-body h1{
    font-size: 1.75rem;
  }
}
.fadeInUp{
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.note-title{
  height: 25vh;
  background: #F70F18;
}
.hidden{
  display: none;
}

.caption{
  text-align: center;
  z-index: 10;
}

.caption p{
  color: #A59EA6;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 400;
}

.alternate-views a,
.alternate-views a::before,
.alternate-views:visited{
  text-decoration: none;
  color: #212121;
}

.alternate-views a:hover{
  color: #F70F18;
}

.alternate-views a.disabled{
  opacity: 0.25;
}

.alternate-views img {
  max-height: 100vh !important;
}
@media (max-width: 2100px) {
  .alternate-views img {
    max-width: 100%;
  }
}
@media (max-width: 2100px) and (min-width: 1700px) {
  .portrait img {
    max-width: 55%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .work-details p{
    font-size: .85rem;
  }
}

.image-scroll-container {
  height: 90vh;
  width: 85%;
  overflow-y: scroll;
}

div .wrapper{
  background: #F7F2F0;
}

.wrapper .container-fluid{
  position: relative;
  margin-bottom: 35vh;
  box-shadow: 4px 2px 2px 0px rgba(51,51,51,0.5);
  background: #F7F2F0;
  z-index: 2;
}
.work-details{

}

.work-details p {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .work-details p{
    font-size: .85rem;
  }
}

.alternate-views {
  padding-top: 2.5%
}

.labyrinth {
  font-size: 2.5rem;
  height: 5vh;
  width: 2vw;
}

@media (max-width: 767px) {
  .labyrinth{
    display: none;
  }
}

.labyrinth-mobile {
  margin-top: 5%;
}

@media (min-width: 767px) {
  .labyrinth-mobile{
    display: none;
  }
}

button .left {
  float: left;

}

.left a {
  color: #F70F18;
  font-size: 2rem;
  text-decoration: none !important;
}

button .right {
  float: right;
}

.right a {
  color: #F70F18;
  font-size: 2rem;
  text-decoration: none !important;
}

.left-arrow {
  text-align: right;
  float: left;
}

.right-arrow {
  float: right;
  text-align: right;
  z-index: 4000;
}

.parent {
  position: relative;
  top: 0;
  left: 0;
  height: 75vh;
}

.parent img {
  max-width: 350px;
  max-height: 350px;
}


@media (max-width: 1275px){
  .parent img{
    max-width: 250px;
    max-height: 250px;
  }
}

@media (max-width: 768px){
  .parent img{
    max-width: 200px;
    max-height: 200px;
  }
}

.image1 {
  position: absolute;
  top: -20;
  left: 0;
  z-index: 1122;
}
.image2 {
  position: absolute;
  top: 80px;
  left: 290px;
  z-index: 1121;
}
.image3 {
  position: absolute;
  top: 40px;
  left: 400px;
  z-index: 1120;
}
.image4 {
  position: absolute;
  top: 100px;
  left: 270px;
  z-index: 1119;
}
.image5 {
  position: absolute;
  top: 330px;
  left: 70px;
  z-index: 1118;
}

/* ipad formatting */

@media (max-width: 1024px){
  .image1 {
    position: absolute;
    top: 10px;
    left: 0px;
  }
}
@media (max-width: 768px){
  .image1{
    position: absolute;
    top: 0;
    left:0;
  }
}

@media (max-width: 1024px){
  .image2 {
    position: absolute;
    top: 110px;
    left: 200px;
  }
}
@media (max-width: 768px){
  .image2{
    position: absolute;
    top: 0;
    left: 100px;
  }
}

@media (max-width: 1024px){
  .image3 {
    position: absolute;
    top: 300px;
    left: 0px;
  }
}
@media (max-width: 768px){
  .image3{
    position: absolute;
    top: 140px;
    left: 20px;
  }
}

@media (max-width: 1024px){
  .image4 {
    position: absolute;
    top: 310px;
    left: 30px;
  }
}
@media (max-width: 768px){
  .image4{
    position: absolute;
    top: 0px;
    left: 120px;
  }
}

@media (max-width: 1024px){
  .image5 {
    position: absolute;
    top: 0;
    left: 30px;
  }
}
@media (max-width: 768px){
  .image5{
    position: absolute;
    top: 350px;
    left: 12px;
  }
}
/* end ipad formatting */

.note-body{
  padding-top: 5vh;
}
.group{
  height: 95vh;
  width: 95%;
  float: right;
}
.piles-dot-nav ul {
	position: relative;
	display: inline-block;
  height: 110px;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
}
.piles-dot-nav li {
	position: relative;
	display: block;
	float: left;
	margin: 24px 32px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.piles-dot-nav li a {
	top: 0;
	left: 0;
  margin: 20px 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 50%;
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	text-indent: -999em;
	cursor: pointer; /* make the text accessible to screen readers */
	position: absolute;
}
@media (max-width: 468px){
  .piles-dot-nav li a{
    margin: 10px 0;
  }
}
.piles-dot-nav li a:hover{
  background-color: rgba(247,15,24,.9);
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}

.highlight{
  font-weight: bold;
}
/*
@media (max-width: 767px){
  .highlight{
    font-size: .80rem;
  }
}
*/
#upper_left {
	position: relative;
	width: 130px;
	top: 2px;
	left: 2%;
}
#upper_left p{
  font-family: 'Roboto Mono','Courier New', monospace !important;
  font-weight: 300;
  text-transform: uppercase;
}
#home-content{
  height: 99vh;
  background: #F7F2F0;
}
#piles{
  position: absolute;
  height: 94vh;
  padding-top: 2%;
  overflow-y: hidden;
}
#piles section{
  padding-top: 5%;
}
#piles .content{
  max-width: 40vw;
}

@media (max-width: 1275px){
  #piles .content{
    max-width: 40vw;
    text-align: right;
  }
}
@media (max-width: 767px){
  #piles .content{
    display: none;
  }
}
@media (max-width: 1275px){
  #piles .content h1{
    font-size: 1.50rem;
  }
}
@media (max-width: 1275px){
  #piles .content h3{
    font-size: 1.25rem;
  }
}
@media (max-width: 1275px){
  #piles .content p{
    font-size: .85rem;
  }
}

#piles-nav{
  position: fixed;
  top: 45%;
  z-index: 1110;
  width: 70px;
  margin-left: 20px;
}
@media (max-width: 468px){
  #piles-nav{
    margin-left: 5px;
  }
}
#piles-nav ul{
  list-style: none;
  overflow: hidden;
}


#piles-nav a,
#piles-nav a::before,
#piles-nav a::after,
#piles-nav a:visited {
  text-decoration: none !important;
  color: #F70F18;
  font-family: 'Fahkwang', sans-serif;
  font-weight: 200;
  font-size: 1rem;
}

#link-body {
  padding-top: 2%;
  height: 85vh;
}

@media (max-width: 600px) {
  #link-body{
    padding-top: 5%;
  }
}

#link-body li {
  display: block;
}

@media (max-width: 600px) {
  #link-body h3{
    font-size: 1.25rem !important;
  }
}

#link-body li a {
}

#link-body li a:hover {
  color: #F70F18;
}

#cv {
  padding-top: 5%;
}

@media (max-width: 767px) {
  #cv p{
    font-size: .80rem;
  }
}

#cv ul {
  list-style: none;
}

#cv table {
  padding-top: 1.5%;
}

#alphabet-last {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#alphabet-last ul {
  list-style: none;
}

#alphabet-last li {
  font-family: 'Fahkwang', sans-serif !important;
  font-weight: 200;
}
