@import url('https://fonts.googleapis.com/css?family=Lora&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700;800&amp;family=Playfair+Display:wght@800&amp;display=swap');

body{
  font-family: 'Anaheim', sans-serif;
  width:100%;
  margin:0 auto;
}

.menu {
  width: 100%;
  margin: 0;
  padding: 0;
  float:none;
}

.menu ul{
  margin: 0px;
  width: 100%;
  padding: 5px;
}

div#header {
  min-height: 50px;
}

div#intro {
  width: 100%;
  margin: 0;
  height: 550px;
  padding: 100px 50px 10px 50px;
  font-size:24px;
  color: black;
  font-family: 'Abril Fatface';
  font-weight: bold;
}

div.menu li{
  float:left;
}

div#selected, div#more-projects, div#game{
  padding: 0px 50px;
}

div#game{
  padding-top: 100px;
}

div#selected{
  background-color: #f8dfdb;
}

div#diagram-div {
  width:45%;
  border-right: 0.5px black solid;
  float:left;
}

#projects div{
  overflow: hidden;
}


/* ANT CARD STYLING */

.all_projects .ant-list{
  white-space: normal;
  overflow: hidden;
}

.ant-card{
  padding: 0px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}

.ant-card-bordered{
  border: none;
}

.ant-card-meta{
  min-height: 160px;
  padding: 20px;
}

.ant-card-wider-padding .ant-card-body{
  padding: 0px;
  width: 100%;
  float: left;
}

.card-img{
  float: right;
  width: 40%;
}

.card-img>img{
  display: none;
  object-fit: cover;
  width: 100%;
}

/* ANT PROJECT CARD STYLING */
.ant-card-meta-title{
  font-size: 24px;
  font-weight: bolder;
  font-family: 'Lora';
  width: 100%;
  white-space: normal;
}

.ant-card-meta-description{
  padding-top: 8px;
  font-size: 16px;
  /* font-family: "Anaheim"; */
  font-family: "Barlow";
  width: 100%;
}

.project-detail-sec{
  display:none;
}

.project-detail-item{
  margin-top: 6px;
  padding-top: 6px;
  overflow: hidden;
}

.project-detail-item>.left{
  width: 40%;
  float: left;
}

.project-detail-item>.right{
  width: 60%;
  float: right;  
  text-align: right;
}

.ant-card-actions{
  width: 5%;
  height: 100%;
  float: right;
  font-weight: bolder;  
  background-color: white;
  line-height: 50%;
}

.ant-card-actions>li{
  height: 100%;
}

.ant-card-actions>li>span{
  margin: auto;
  font-size: 30px;
}

.project-card-label{
  font-size: 14px;
  font-family: "Barlow";
  float: left;
  margin: 20px 10px 0px 0px;
  padding: 2px;
  text-align: center;
  width: 160px;
  border: 1px solid black;
  border-radius: 4px;
}

/* PROJECT CARD COLORING */
/* GREEN */
.project-card-green{
  border-bottom: #42B79F solid 2px;
}
.project-card-green .ant-card-meta-title{
  color: #42B79F;
}
.project-card-green .ant-card-meta-description{
  color: #42B79F;  
}
.project-card-green .project-card-label{
  border: 1px solid #42B79F;
}
.project-card-green .ant-card-meta-avatar{
  color: #42B79F;   
}

.project-card-green .project-detail-item{
  border-top: 1px solid #42B79F;
}

/* BLUE */
.project-card-blue{
  border-bottom: #3D7085 solid 2px;
}
.project-card-blue .ant-card-meta-title{
  color: #3D7085;
}
.project-card-blue .ant-card-meta-description{
  color: #3D7085;  
}
.project-card-blue .project-card-label{
  border: 1px solid #3D7085;
}
.project-card-blue .ant-card-meta-avatar{
  color: #3D7085;   
}
.project-card-blue .project-detail-item{
  border-top: 1px solid #3D7085;
}

/* RED */
.project-card-red{
  border-bottom: #9F807F solid 2px;
}
/* .project-card-red:hover{
  border-top: #9F807F solid 4px;
  border-bottom: #9F807F solid 4px;
} */
.project-card-red .ant-card-meta-title{
  color: #9F807F;
}
.project-card-red .ant-card-meta-description{
  color: #9F807F;  
}
.project-card-red .project-card-label{
  border: 1px solid #9F807F;
}
.project-card-red .ant-card-meta-avatar{
  color: #9F807F;   
}
.project-card-red .project-detail-item{
  border-top: 1px solid #9F807F;
}

/* HOVER CARD STYLING */
.ant-card-body:hover{
  background-color: #F5F5F5;
}

.ant-card-body:hover .ant-card-meta{
  width: 60%;
  float:left;
}

.ant-card-body:hover .ant-card-meta-title{
  font-size: 16px;
}

.ant-card-body:hover .ant-card-meta-description{
  font-size: 14px;
}

.ant-card-body:hover .project-card-label{
  display: none;
}

.ant-card-body:hover .project-detail-sec{
  display: block;
}

.ant-card-body:hover .card-img>img{
  display: block;
}

div.scroll-down {
  width:100px;
  margin: 0 auto 0 auto;
  text-align: center;
}

/* TAGS STYLING */

div#filter-tags{
  overflow: hidden;
  min-height:20px;
  padding-bottom: 20px;
  border-bottom: #42B79F 2px solid;
  margin-top: 30px;
  text-align: center;
}

.ant-tag{
  padding: 0px 10px;
  margin: 10px 10px 0px 0px;
  color:#42B79F;
  border-bottom: #42B79F 1px solid;
  font-size: 12px;
  min-width: 100px;
  text-align: center;
}

.ant-col-6{
    width: 100%;
}

.ant-tag-checkable:hover{
    color: #42B79F;
    background:#f5f5f5;
}

.ant-tag-checkable-checked{
    color:white;
    background:#42B79F;
}

/* COLOR TAGS */
.ant-tag-checkable.tag-blue:hover{
  color: #3D7085;
  background:#f5f5f5;
}
.ant-tag-checkable.tag-blue{
  color:#3D7085;
  background:white;
  border-bottom: 1px solid #3D7085;
}
.ant-tag-checkable-checked.tag-blue{
  background-color:#3D7085;
  color:white;  
}

.ant-tag-checkable.tag-red:hover{
  color: #9F807F;
  background:#f5f5f5;
}
.ant-tag-checkable.tag-red{
  color:#9F807F;
  background:white;
  border-bottom: 1px solid #9F807F;
}
.ant-tag-checkable-checked.tag-red{
  background-color:#9F807F;
  color:white;  
}

/* .tooltags{
    color:black;
    background: white;
    border-bottom: black solid 1px;
}
.tooltags.ant-tag-checkable-checked{
    background:#c0c3c3;
    color:#FB0101;
    border-bottom: #c0c3c3 solid 1px;
}
.tooltags.ant-tag-checkable:hover{
    color:#c0c3c3;
    background:white;
    border-bottom: #c0c3c3 solid 1px;
} */
.ant-list-item .ant-list-grid{
    margin-bottom: 0;
    padding:0;
}
.project-button{
    cursor: pointer;
}

div#vis{
    padding: 0 10%;
    border-bottom: 0.5px black solid;
    margin-bottom: 20px;
    height: 541px;
}
div#timeline-div{
    width:5%;
    float:left;
    border-right: 0.5px black solid;
}
div#footer{
    padding: 20px 50px 20px 50px;
    margin: 20px auto 0px auto;
    border-top: solid 1px darkgrey;
    overflow: auto;
}
.parallax-window {
    min-height: 500px;
    background: transparent;
    filter:grayscale(1);
}

.fa {
    color: black;
    border: black solid 1px;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
}
div.social-media{
    float:right;
}
.scroll-down-icon{
    font-size: 32px;
    color: black;
}

.ant-list-grid .ant-list-item{
  margin-bottom: 0;
}

/* ANT CARD STYLING */

.ant-card-cover img{
    border-radius: 8px;
}

div.project-list{
    padding-bottom: 70px;
}

.project-list > ul{
    list-style-type: none;
    font-size: 24px;
    padding: 0;
}

.project-list li{
    border-bottom: 2px solid #F9BBAE;
    padding: 20px 0;
}

.project-list > ul .subtitle{
    font-size: 24px;
    color: #E87972;
}

.project-list a{
    /* color: #F9BBAE; */
    color: #fc221c;
}

.project-list li .details{
    font-size: 18px;
    color: #E87972;
    font-family:'Lora', serif;
    display: block;
}

.project-list li:hover .details{
    display: block;
}

.project-list a:hover{
    color: #E87972;
}

li#special-list-item {
    border: none;
}

.others-list > ul{
    list-style-type: none;
    font-size: 18px;
    height: 200px;
    padding: 0;
}
.others-list li{
    padding: 20px 0;
    width: 100%;
}
.others-list a{
    color: black;
}

.others-list a:hover{
    color: rgba(0,0,0,.65);
}

.others-list a .subtitle{
    color: darkgray;
    font-size: 14px;
}

/* nav{
    margin: 0 15%;
} */

.scroll-down-circle-black{
    height: 100px;
}





body {
    background-color: white;
    width:100%;
    margin:0 auto;
    font-family: 'Anaheim', sans-serif;
    font-size: 14px;
  }

  /* Home page styling */
  .quotes {
    background-color: #FFFFFF;
    padding: 20px 120px;
    text-align: center;
    position:relative;
  }

  .quotes .origin {
    top:0px;
    width:100%;
    -webkit-transition:transform 3s;
    transition:transform 3s;
  }

  .WorksLink {
    width:90%;
    margin:10px 5%;
    -webkit-transition:transform 3s;
    transition:transform 3s;
  }

  .WorksLink h2{
    text-align: center;
    font-size: 18px;
    font-family: system-ui;
    font-weight: lighter;

  }

  .WorksLink a {
    padding:0;
    width:30%;
    margin:1.5%;
    position: relative;
    display: inline-block;
  }

  .WorksLink a img {
    display: block;
    filter: grayscale(100%);
    width:100%;
    -webkit-transition:opacity 1s;
    transition:opacity 1s;
  }

  .WorksLink a img:hover {
    opacity:0.2;
  }

  .WorksLink a .HoverTexts{
    width:80%;
    margin:0 10%;
    position: absolute;
    opacity:0;
    font-family: system-ui;
    color: red;
    -webkit-transition:transform 1s;
    transition:transform 1s;
  }

  .WorksLink a .HoverTexts h2{
    font-weight: bold;
    font-size:18px;
  }

  .WorksLink a .HoverTexts p{
    font-size: 12px;
  }

  .WorksLink a:hover .HoverTexts, .WorksLink a:active .HoverTexts{
    text-align: center;
    opacity:1;
    transform: translateY(-200px);
  }

  /*styling for about page*/
  .about {
    margin: 50px 50px;
    font-family: 'Anaheim';
    font-size: 14px;
  }

  .title {
    background-color: #FFFFFF;
    padding: 20px 120px;
    text-align: center;
    position:relative;
  }

  .experience, .intro, .news{
    border-top: black 3px solid;
    width: 100%;
    overflow: auto;
  }

  .subsection{
    border-bottom: black 1px solid;
    padding: 20px 0;
    overflow: auto;
  }

  .about .intro #hello{
    font-size:32px;
    font-weight:bold;
  }

  .about ul {
    display: block;
    overflow: hidden;
    padding: 0;
    list-style: none;
    border-bottom: black 1px solid;
  }

  .about li{
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    margin:3px;
  }

  .subsection-left{
    width: 30%;
    float: left;
  }

  .subsection-right{
    width: 70%;
    float: right; 
    text-align: end;
  }

  /*styling for gallery page*/

  .hw-menu{
    width:30%;
    margin:0 auto;
  }

  .hw-menu ul{
    padding:0;
    border:1px solid grey;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
  }

  .hw-menu ul li{
    width:40%;
    float:left;
    list-style: none;
    padding:10px 5%;
    text-align: center;
    margin: 0;
  }

  .hw-menu ul li a{
    text-decoration: none;
    color:grey;
  }

  .hw-menu ul .current{
    background-color: grey;
  }

  .hw-menu ul .current a{
    color:white;
  }

  .photos {
    width:100%;
    margin:0 auto;
  }

  .photos img {
    width:23%;
    padding: 4.5%;
    display:inline-block;
  }

  .photos img:hover {
    filter:grayscale(1);
  }

  .photos p{
    width:23%;
    padding:5%;
    color:darkgrey;
    font-size: 12px;
    display:inline-block;
  }

  .footer{
    color:darkgrey;
    padding:10px 6%;
    font-size:12px;
    margin-top: 30px;
    border-top: solid 1px darkgrey;
  }

  /* styles for the inward page */

  .readingList{
    width:100%;
    margin:20px auto;
    overflow: hidden;
  }

  .readingList .book{
    width:23%;
    padding: 5%;
    display:inline-block;
  }

  .readingList .book h2{
    font-style: italic;
  }

  .readingList .book .comment{
    color:grey;
    font-size: 12px;
  }

  /* back to top button styling */
  #myBtn {
      display: none; /* Hidden by default */
      position: fixed; /* Fixed/sticky position */
      bottom: 30px; /* Place the button at the bottom of the page */
      left: 50px; /* Place the button 30px from the right */
      z-index: 99; /* Make sure it does not overlap */
      border: none; /* Remove borders */
      outline: none; /* Remove outline */
      color: white; /* Text color */
      cursor: pointer; /* Add a mouse pointer on hover */
      padding: 15px; /* Some padding */
      border-radius: 10px; /* Rounded corners */
      font-size: 14px;
  }

  #myBtn:hover {
      background-color: #555; /* Add a dark-grey background on hover */
  }

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

  #momaLegend{
    height: 50px;
  }

  ::-webkit-scrollbar {
    width: 0;
    height: 600px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: white;
    border: 1px solid gray;
    /* border-radius: 5px; */
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: gray;
    /* border-radius: 5px; */
  }

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