*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0px;
    font-family: 'Anonymous Pro', monospace;
    font-size: 22px;
    line-height: 2;
    color: #17191b;
}

.assignments, .projects, .about {
    padding: 150px 300px;
}
 .talks {
    margin-left:15%;
    margin-right:2%;
    padding: 5px 5px;
  }

/* scrollbar*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #902bf5; 
    border-radius: 5px;
}

/* headings */
h1, h2, h3, h4, h5 {
    font-family: 'Taviraj', serif;
    margin: auto -15px;
    padding: 0px;
    margin-top: 0px;
  
  
}
h1 {
    font-size: 240px;
    line-height: 1;
    text-transform: lowercase;
}
h2 {
    font-size: 140px;
    line-height: 1;
}
h3 {
    font-size: 80px;
    line-height: 1.2;
}
h4 {
    font-size: 48px;
    line-height: 1;
}
h5 {
    font-size: 120px;
    line-height: 1;
}

/* navigation */
.navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: #CF9FFF 1px solid;
    padding: 25px 0;
    overflow: hidden;
    overflow-x:hidden;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
}
.navigation-item {
    font-size: 20px; 
    color: #17191b;
    text-decoration: none;
    margin: 0px 30px;
  overflow:hidden;
}
.navigation-one {
    font-size: 20px; 
    color: #902bf5;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 30px;
}

.link:hover {
    color: #CF9FFF;
}



.genMethods, .copyright {
    margin-right: auto;
}
.genMethods {
  
  font-weight: bold;
  text-align: left;
  color: #902bf5;
}

/* head */
.introduction {
    display: flex;
    flex-direction: column;
    margin-top: 4%;
    margin-left: 18%;
    margin-bottom: 0%;
    opacity:1;
}
.opener {
  
    font-size: 54px;
    line-height: 1.0;
    margin: 30px 0 30px 0;
}
.opener_two {
  font-family: 'Amatic SC', cursive;

    font-size: 40px;
    text-align: center;
    line-height: 1.0;
    margin: 30px 0px 10px 0px;
}
.opener-three {
  font-family: 'Amatic SC', bold, cursive;

    font-size: 60px;
    font-style: bold;
    text-align: center;
    line-height: 1.0;
    margin: 30px 0 0px 0;
}
.opener_four {
  font-family: 'Amatic SC', cursive;

    font-size: 25px;
    text-align: center;
    line-height: 0.0002;
    margin: 0px 0 15px 0;
}

.opener_five {
  font-family: 'Amatic SC', cursive;

    font-size: 21px;
    text-align: center;
    line-height: 0.0002;
    margin: 10px 0 15px 10px;
}

opener-six {
  font-family: 'Amatic SC', cursive;
    font-size: 23px;
    text-align: center;
    line-height: 0.0002;
    color: grey;
}
.toggle {
  
    font-size: 23px;
    margin-top: 5px;
    padding:0;
    margin-bottom: 0px;
}

#video {
    display: flex;
    width: 100%;
    height: 920px;
    object-fit: cover;
    object-position: center;
    margin-top:40px;
    margin-bottom:50px;
}
#video_two{
    display: flex;
    width: 100%;
    height: 920px;
    object-fit: cover;
    object-position: center;
    margin-top:40px;
    margin-bottom:50px;
}

#evanston {
    display: flex;
    width: 100%;
    height: 920px;
    object-fit: cover;
    padding: 0;
    display: block;
    margin: 0 auto;
    object-position: center;
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
    height: auto;
}

#buttons {
  margin-left: 376px;
}
/* work*/
.projectTitle {
    margin-left: 40px;
    margin-top:40px;
    margin-bottom: 70px;
}
.portfolioList {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
}

.projects {
  
  margin-top: 0px;
  margin-left:100px;
  padding: 40px;
}

.cta {
  margin-left:20px;
}
.project futureWorks {
    margin: 0px 0px 0px 0px;
   
}

.projectName {
    margin-top: 40px;
}
.project {
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 180px);
    flex-grow: 1;
    border: #CF9FFF 1px solid;
    padding: 40px;
    text-align: center;

}

.futureWorks {
    justify-content: center;
    text-align: center;
    background-color: #ac73ff;
    color: #ffffff;
    padding: 60px;
}   
.button_new{
    color: #ffffff;
    border: #ffffff 1px solid;
    background-color: transparent;
    font-family: 'Anonymous Pro', monospace;
    font-size: 18px;
    padding: 20px;
    width: 300px;
    margin-top: 25px;
}
.button {
  padding: 1px 6px;
  width: 20px;
  margin-top: 25px;
  
}
.button_new:hover {
    background-color: #ffffff;
    color: #CF9FFF;
}

/* image hover */
.projectImage {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CF9FFF;
    background-size: cover;
    position: relative;
    min-width: 50%;
    
    margin-right:2%;
}
.projectImage_two {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CF9FFF;
    background-size: cover;
    position: relative;
    max-width: 50%;
    height: auto;
}
.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
}

.image_two {
    opacity: 1;
    display: flex;
  justify-content: center;
    align-items: center;
    max-width: 40%;
    max-height: 40%;
    margin-left:55%;
    margin-bottom:10%;
    margin-top:-5%;

}
.image_three {
    opacity: 1;
    display: block;
    justify-content: center;
    align-items: center;
    max-width: 40%;
    max-height: 40%;
    margin-left:8%;
    margin-top:-52%;
    margin-bottom:10%;
  margin-right:10%;
}
.imageHover {
    opacity: 0;
    position: absolute;
}
.projectImage:hover .image {
    opacity: 0.6;
    transition: opacity 0.25s;
}
.projectImage:hover .imageHover {
    opacity: 1;
}
.button_newHover {
    color: #ffffff;
    background-color: #ffffff;
    border: none;
    color: #CF9FFF;
    font-family: 'Anonymous Pro', monospace;
    font-size: 18px;
    padding: 20px;
    width: 300px;
    cursor: pointer;
}
.newButton {
    color: #CF9FFF;
    background-color: #CF9FFF;
    border: #CF9FFF;
    color: #ffffff;
    font-family: 'Anonymous Pro', monospace;
    font-size: 18px;
    padding: 20px;
    width: 300px;
    cursor: pointer;
}
.button_newHover:hover {
    background-color: #CF9FFF;
    color: #ffffff;
}
.newButton:hover {
    background-color: #ffffff;
    color: #CF9FFF;
}
.upcoming {
    font-size: 64px;
    text-transform: lowercase;
    color: #ffffff;
    text-align: center;
}
/* assignments */
.assignments {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}

/* about */
.about {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
    margin-left: 8.5%;
    padding-top: 5px;
}

.oneLiner, .skills {
    flex-basis: calc(50% - 150px);
    flex-grow: 1;
}
.skills {
    font-size: 48px;
    line-height: 1.3;
}
.skills p {
    margin: 0 0 50px 0;
}
.software {
    color: #ac73ff;
}
.productManagement {
    color: #e6dfd7;
}

/* footer */
  footer {
      display: flex;   
      justify-content: flex-end;
      border-top: #CF9FFF 1px solid;
      padding: 25px 0;
  }
  .brandLinker {
      color: #902bf5;
      text-decoration: none;
  }
  .textLinker {
      color: #ac73ff;
      text-decoration: none;
  }
  .footLinker:hover {
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 7px;
  }

@media all and (max-width:2048px) {
  .introduction, {
    margin-top: 0px;
    padding: 0px;
  }
  .projects {
    margin-left:15%;
    margin-right:2%;
    padding: 40px 40px;
  }
  .project {
    padding: 40px 40px;
  }
  
  .assignments, .about {
        padding: 150px 210px;
    }
    .about {
        padding-top: 15px;
    }
}

@media all and (max-width:1920px) {
  .introduction, {
    margin-top: 0px;
    padding: 0px;
  }
   .assignments, .about {
        padding: 100px 100px;
    }
  .projects {
    margin-left:15%;
    margin-right:5%;
    padding: 0.5px, 0.5px;
  }
    .portfolioList, .about {
        gap: 120px;
    }
    #video {
        height: 840px;
    }
    #evanston {
            height: 840px;
  }
    .about {
        padding-top: 10px;
    }
  #swatch-holder-two{
  display:wrap;
  flex-direction:column;
  flex-wrap:wrap;
  width: 30px;
  height: 20px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
  #swatch-holder-five{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  width: 70px;
  height: 70px;
  margin:0px 740px 50px -710px;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
   #buttons {
  margin-left: 376px;
     
}
}

@media all and (max-width:1400px){
    body {
        font-size: 18px;
    }
  .introduction, {
    margin-top: 0px;
    margin-left:200px;
    padding: 100px;
  }
    .assignments, .about {
        padding: 50px 80px;
    }
  .projects {
    margin-left:15%;
    margin-right:2%;
    padding: 5px 5px;
  }
   .talks {
    margin-left:15%;
    margin-right:2%;
    padding: 5px 5px;
  }
    .navigation-item {
        font-size: 18px;
    }
    h1 {
        font-size: 150px;
    }
    h2 {
        font-size: 90px;
    }
    h3 {
        font-size: 60px;
    }
    h4 {
        font-size: 38px;
    }
    h5 {
        font-size: 90px;
    }
    .opener {
        font-size: 36px;
        margin: 20px 0 10px 0;
    }
    
    .toggle {
        font-size: 24px;
    }
    #video {
        height: 720px;
    }
    #evanston {
        height: 720px;
    }
    .portfolioList, .about {
        gap: 100px;
    }
    .assignments {
        padding: 30px;
    }
    .project {
      opacity:1;
      padding: 40px;
    }
    .about {
        padding-top: 12px;
        margin-left: 20%;
    }
    .button_new, .button_newHover, .newButton {
        font-size: 16px;
        padding: 18px;
        width: 240px;
    }
    .skills {
        font-size: 36px;
    }
    .skills p {
        margin: 0 0 30px 0;
    }
  footer {
    font-size: 8px;
    display: flex;   
    flex-wrap: wrap;
    justify-content: flex-end;
    border-top: #CF9FFF 1px solid;
    padding: 10px 0;
}
  #swatch-holder-two{
  display:block;
  flex-direction:column;
  flex-wrap:wrap;
  width: 30px;
  height: 20px;
  margin: 50px 50px 100px -60px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
  #swatch-holder-five{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  width: 70px;
  height: 70px;
  margin:0px 740px 50px -710px;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
   #buttons {
  margin-left: 250px;
     .project futureWorks {
    margin-left: 0;
  }
}
}

@media all and (max-width:1280px) {
  .introduction, {
    margin-top: 0px;
    padding: 0px;
  }
    #video {
        height: 620px;
    }
    .works, .about {
        gap: 60px;
    }
  .swatch-holder-two {
      margin: 50px 50px 100px -60px;
  }
   .swatch-holder{
  position: fixed;
  display:wrap;
  flex-direction:column;
  flex-wrap:wrap;
  width: 30px;
  height: 30px;
  margin:50px auto 50px auto;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
  #swatch-holder-five{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  width: 70px;
  height: 70px;
  margin:0px 740px 50px -710px;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
  footer {
    font-size:8px;
    display: wrap;  
    flex-wrap:wrap;
    justify-content: wrap;
    border-top: #CF9FFF 1px solid;
    padding: 10px 0;
    margin-bottom: 0px;

}
}

@media all and (max-width:1024px) {
  .introduction, {
    margin-top: 0px;
    padding: 0px;
  }
  
    
    .works, .about {
        flex-direction: column;
    }
    .cta {
        order: 1;
        flex-basis: 640px;
    }
  .navigation-item {
    font-size: 12px; 
    text-decoration: none;
    margin: 0px 30px;
  overflow:hidden;
}
    footer {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .rights {
        line-height: 1.6;
        order: 1;
    }
    footer .link {
        margin-bottom: 15px;
    }
   .swatch-holder{
  position: fixed;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  width: 50px;
  height: 50px;
  margin:50px auto 50px auto;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
}

@media all and (max-width:912px) {
  .introduction, {
    margin-top: 0px;
    padding: 0px;
  }
  
    .projects, .about {
        padding: 60px 50px;
    }
   .talks {
    margin-left:15%;
    margin-right:2%;
    padding: 5px 5px;
  }
    h1 {
        font-size: 120px;
    }
    h2 {
        font-size: 72px;
    }
    #video {
        height: 480px;
    }
    .prTitle {
        margin-bottom: 45px;
    }
    .works, .about {
        gap: 40px;
    }
    .cta {
        flex-basis: 540px;
        padding: 80px;
    }
    .about {
        padding-top: 14px;
    }
  opener-six {
  font-family: 'Amatic SC', cursive;
    font-size: 10px;
    text-align: center;
    line-height: 0.0002;
    color: grey;
}
  .navigation-item {
    font-size: 2px; 
    color: #17191b;
    text-decoration: none;
    margin: 0px 30px;
  overflow:hidden;
}
    .skills p {
        margin: 0 0 20px 0;
    }
  .swatch-holder{
    
  position: fixed;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  width: 50px;
  height: 50px;
  margin:50px 880px 50px -880px;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
}

@media all and (max-width:540px) {
  .introduction, {
    margin-top: 0px;
    padding: 0px;
  }
  
    h1 {
        font-size: 90px;
    }
    .intro {
        margin-top: 20%;
    }
    .cta {
        padding: 60px;
    }
  opener-six {
  font-family: 'Amatic SC', cursive;
    font-size: 10px;
    text-align: center;
    line-height: 0.0002;
    color: grey;
}
  .swatch-holder{
  position: fixed;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  width: 50px;
  height: 50px;
  margin:50px auto 50px auto;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
}

@media all and (max-width:500px) {
  .introduction, {
    margin-top: 0px 100px auto 100px;
    padding-left:100px;
    padding: 0px;
  }
  .navigation-item {
    font-size: 2px; 
    color: #17191b;
    text-decoration: none;
    margin: 0px 30px;
  overflow:hidden;
}
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 54px;
    }
    h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 38px;
    }
    h4 {
        font-size: 28px;
    }
    .nav, footer {
        padding: 15px 0;
    
    }
     .projects, .about {
        padding: 40px 20px;
    }
   .talks {
    margin-left:15%;
    margin-right:2%;
    padding: 5px 5px;
  }
    .nav-item {
        margin: 0 16px;
    }
    .logo {
        margin-right: auto;
    }
    .subTitle {
        font-size: 24px;
        margin: 20px 0 0 0;
    }
    .status {
        font-size: 20px;
    }
    #video {
        height: 340px;
    }
    .prTitle {
        margin-bottom: 20px;
    }
    .works, .about {
        gap: 30px;
    }
    .project {
        padding: 20px;
    }
    .cta {
        flex-basis: 400px;
    }
    .btn {
        margin-top: 10px;
    }
    .btn, .btnHover {
        padding: 16px;
        width: 200px;
    }
    .about {
        padding-top: 5px;
    }
    .skills {
        font-size: 26px;
    }
    .skills p {
        margin: 0 0 10px 0;
    }
  .swatch-holder{
  position: fixed;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  width: 50px;
  height: 50px;
  margin:50px 500px -50px auto;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
}

@media all and (max-width:280px) {
    .nav .link {
        display: none;
    }
    .introduction {
        margin-top: 30%;
    }
    .subTitle {
        font-size: 20px;
    }
    .status {
        font-size: 16px;
    }
    #video {
        height: 320px;
    }
    .btn, .btnHover {
        width: 170px;
    }
}
.dipped {
  transform: translateY(20px);
}

#canvas-holder {
  position: relative;
  margin:  0px auto;
	border:  2px solid white;
  box-shadow: 1px 3px 4px rgba(23, 25, 27, .3);
}

#controls {
  bottom: 10px;
  background-color: white;
  border-radius: 10px;
  flex: 1;
  margin: 10px;
  border: #CF9FFF 2px solid;
  box-shadow: 1px 3px 4px rgba(23, 25, 27, .3);
}



#swatch-holder{

  position: fixed;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  width: 50px;
  height: 50px;
  margin:50px 740px 50px -740px;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }
#swatch-holder-two{
  opacity: 0.8;
 z-index: -1;
  display:block;
  flex-direction:column;
  margin: 50px 50px 40px -80px;

  flex-wrap:wrap;
  width: 30px;
  height: 30px;
  
  position: relative;
  background-color:transparent;
  
}
#swatch-holder-three{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  width: 70px;
  height: 70px;
  margin:0px 740px 50px -710px;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }


#swatch-holder-five{
   display:block;
    flex-direction:column;
    margin: 50px 50px 0px -80px;

  flex-wrap:wrap;
  width: 30px;
  height: 30px;
  
  position: relative;
  background-color:transparent;
  opacity: 0.7;
  }

#swatch-holder-six{
  display:block;
  flex-direction:row;
  flex-wrap:wrap;
  width: 70px;
  height: 70px;
  margin:0px 740px 50px -710px;
  margin-bottom:50px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }

#swatch-holder-seven{
  display:block;
  flex-direction:column;
  flex-wrap:wrap;
  width: 30px;
  height: 30px;
  position: fixed;
  background-color:transparent;
  flex-direction:column;
  }

#swatch-holder-eight{
  display:block;
  flex-direction:column;
  flex-wrap:wrap;
  width: 30px;
  height: 30px;
  position: relative;
  background-color:transparent;
  flex-direction:column;
  }

#swatch {
opacity: 0.1;

  background-color:transparent;
  overflow: fixed;

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#swatch-two{
  background-color:transparent;
  overflow: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  margin-top:0;
  top: 0;
  left: 0;
}
#swatch-three{
  background-color:transparent;
  overflow: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  margin-top:0;
  top: 0;
  left: 0;
}
#swatch-five{
  background-color:transparent;
  overflow: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  margin-top:0;
  top: 0;
  left: 0;
}

#swatch-six{
  background-color:transparent;
  overflow: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  margin-top:0;
  top: 0;
  left: 0;
}
#swatch-seven{
  background-color:transparent;
  overflow: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  margin-top:0;
  top: 0;
  left: 0;
}
.swatch .title {
	text-align: center;
}

#canvas-holder-two {
  width: 600%;
  height:500%;

  position: relative;
  margin:  20px auto;
  padding-top: 10px;
	border:  2px solid #CF9FFF;
  box-shadow: 1px 3px 4px rgba(23, 25, 27, .3);
}

#controls-two {
  height:1%;
  overflow: scroll;
  bottom: 20px;
  background-color: white;
  border-radius: 10px;
  flex: 1;
  margin: 20px;
  border: #CF9FFF 2px solid;
  box-shadow: 1px 3px 4px rgba(23, 25, 27, .3);
}

.row {
  justify-content: space-around;
  display: flex;
  flex-direction: row;
}
#speed-slider {
  margin:  7px 5px;
}

#mandala {
	z-index: 0;
	width: 80%;
	height: 70px;
	position: absolute;
	left: 20%;
	top: 0px;
}




.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.navigation .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #CF9FFF;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.navigation a:hover, .dropdown:hover .dropbtn {
  background-color: #555555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #dddddd;
  color: white;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: flex;
  z-index: 1;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .navigation a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .navigation a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .navigation.responsive {position: relative;}
  .navigation.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navigation.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navigation.responsive .dropdown {float: none;}
  .navigation.responsive .dropdown-content {position: relative;}
  .navigation.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
