body {
  width: 100%;
  height: fit-content;
  margin: 0;
  padding-bottom: 5em;
}
#banner {
  width: 100%;
  padding-top: 58px;
  display: block;
  border-bottom-color: dimgrey;
}

#no-left {
  padding: unset;
  display: flex;
  flex-direction: column;
}

#croch-button {
  align-self: center;
}
#centerbutt {
  text-align: center;
  padding: 0;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: lavenderblush;
  color: white;
  text-align: center;
  padding-left: 10px;
}

/* Navigation Bar */
#nav {
  background-color: lavenderblush;
  color: white;
  text-align: center;
  width: 100%;
  font-size: 24px;
  padding: 20px 0px;
  font-family: "Roboto Condensed", sans-serif;
  position: sticky;
  top: 0;
  z-index: 1;
}
.button {
  color: dimgrey;
  text-decoration: none;
  margin-right: 20px;
  width: 100%;
}

/* a:hover {color:#F7D129} */
#alive1 {
  color: #726daf;
} /*yellow FDE636*/
#alive2 {
  color: #ef2b2b;
} /* red  */
#alive3 {
  color: #14d356;
} /* green */
#alive4 {
  color: #394eef;
} /* blue */
#alive5 {
  color: #eb23b5;
} /* pink */
#alive6 {
  color: #c01df0;
} /* purple 726daf */
#alive7 {
  color: #2bd6ff;
} /* teal */

a {
  text-decoration: unset;
}

#cat {
  margin: 0 25px 0 0;
}
.cat-love {
  margin-top: auto;
  margin-bottom: auto;
}
.cat-container {
  display: flex;
  justify-content: space-between;
  margin: 10px;
}

a:not(.button):not(.dropbtn):not(.exclude-style) {
  padding: 10px;
  background-color: grey;
  /*	margin: 25px;*/
  border-radius: 15px;
  color: azure;
  white-space: nowrap;
}

.fadeOut {
  animation: fadeO ease 4s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeO {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeI {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes up {
  0% {
    margin-top: 270px;
  }
  100% {
    margin-top: 25px;
  }
}

.tile {
  max-width: 300px;
  text-align: center;
  padding: 8px;
  background-color: aliceblue;
  margin: 8px;
  border-radius: 8px;
}
.tile > p {
  padding-left: 0;
  text-align: center;
  margin-bottom: 30px;
}
.tile > a > img {
  max-height: 200px;
  max-width: 280px;
}
.tile-overview {
  padding: 0;
  margin: 10px;
}
.tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.red-button {
  background-color: #ef2b2b !important;
}
.pink-button {
  background-color: #eb23b5 !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  color: dimgrey;
  padding-right: 20px;
  z-index: 1;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-family: "Roboto Condensed", sans-serif;
}
/* Links inside the dropdown */
.dropdown-content a {
  background-color: black;
  color: white;
  background-color: dimgrey;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 1;
  margin: unset;
  border-radius: unset;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #14d356;
  z-index: 1;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  z-index: 1;
}
.proj-button:visited .dropdown-content {
  display: block;
  z-index: 1;
}
.alive3:visited .dropdown-content {
  display: block;
  z-index: 1;
}

/* HOME PAGE */
.title-overview {
  font-size: 20px;
}
#title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#title99-class {
  color: #fde636;
  font-style: italic;
  margin: 15px 0px 30vh 0px;
  padding-left: 0;
  background-color: darkseagreen;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin-left: auto;
  /*	background-color: aliceblue;*/
  /*	animation: up ease 4s;*/
  animation-delay: 5s;
  animation-fill-mode: backwards;
  font-size: 30px;
  float: center;
}

h1.title {
  color: #fde636;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin-left: auto;
  animation: unset;
  /*	margin: unset;*/
  font-size: 40px;
  float: center;
}
h1 {
  z-index: 3;
  /*    font-family: 'Roboto Condensed', sans-serif;*/
  font-size: 70px;
  text-align: center;
  float: center;
}
#sub-words {
  color: #726daf;
  /*	color: antiquewhite;*/
  text-align: left;
  padding-left: 0;
  font-size: 200%;
}
#sub-p {
  text-align: left;
  padding: 28px 28px;
  font-size: 125%;
  text-align: justify;
}
#Wrapped {
  display: flex;
  flex-direction: row;
  position: relative;
}
.tile2 {
  max-width: 300px;
  text-align: center;
  padding: 8px;
  color: #726daf;
  margin: 8px;
  border-radius: 8px;
}

.circ {
  border-radius: 50%;
  background-color: #fde636;
  width: 40vw;
  height: 40vw;
  /*	margin: 0 50px;*/
  display: flex;
  padding: 20px;
}
.circ-text {
  /*	padding: 50px;*/
  color: grey;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-align: center;
  align-self: center;
}
.circ-container {
  display: flex;
  justify-content: space-between;
}
.rec {
  border-radius: 50%;
  background-color: #726daf;
  width: 300px;
  height: 100px;
  margin: 0 50px;
  margin-top: 50px;
  display: flex;
}
.rec-text {
  padding: 50px;
  color: white;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: lighter;
  text-align: center;
  align-self: center;
}

#index-footer {
  animation: fadeI ease 4s;
  animation-delay: 6s;
  animation-fill-mode: both;
}

#words {
  float: left;
  flex: 1;
  background-color: lavender;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  text-align: justify;
}
#kick {
  flex: 1;
  z-index: 1;
  flex-shrink: 1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
#kick-home {
  width: 100%;
  height: 100vh;
  margin-top: -68px;
  object-fit: cover;
}

#high {
  width: 100%;
}

#capstone-img {
  max-width: 200px;
  margin: 0 auto;
}

.row1 {
  display: flex;
  background-color: aliceblue;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 8px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row-margot {
  display: flex;
  background-color: aliceblue;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  max-width: 90%;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.tile-overview-margot {
  padding: 0;
  margin: 10px;
  padding-left: 20px;
}

.text-margot {
  text-align: center;
  padding-left: 20px;
}

.column-margot {
  flex-basis: 400px;
  flex-grow: 1;
}

#bio {
  float: right;
  text-align: center;
  flex: 1;
  background-color: lavender;
  opacity: 0.9;
}

@media screen and (min-width: 723px) {
  .circ {
    border-radius: 50%;
    background-color: #fde636;
    width: 300px;
    height: 300px;
    margin: 0 50px;
    display: flex;
    padding: unset;
  }
  .circ-text {
    padding: 50px;
    color: grey;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-align: center;
    align-self: center;
  }
  .circ-container {
    display: flex;
    justify-content: space-between;
  }
  #title99-class {
    color: #fde636;
    font-style: italic;
    margin: 15px 0px 25px 0px;
    padding-left: 60px;
    background-color: darkseagreen;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    margin-left: auto;
    /*	background-color: aliceblue;*/
    /*	animation: up ease 4s;*/
    animation-delay: 5s;
    animation-fill-mode: backwards;
    font-size: 30px;
    float: center;
  }
  #kick {
    object-fit: unset;
  }
  #kick-home {
    width: 100%;
    height: 100vh;
    margin-top: -68px;
    object-fit: unset;
  }
  h1.title {
    font-size: 70px;
    /*	animation: up ease 4s;*/
    animation-delay: 5s;
    animation-fill-mode: backwards;
    margin: 25px 0px -15px 0px;
  }
}

/*ABOUT PAGE*/
.about-left-group {
  display: flex;
  justify-content: flex-start;
  align-items: end;
}

.title2-class {
  color: #ef2b2b;
  padding-right: 1rem;
  padding-bottom: 1rem;
  font-size: 40px;
  line-height: 45px;
  z-index: 0;
}
.title3-class {
  color: #ef2b2b;
  padding-bottom: 1rem;
  font-weight: 50;
  font-size: 30px;
  line-height: 45px;
  margin: 0;
}
.image2 {
  width: 300px;
  height: 100%;
  padding: 10px;
}
.image3 {
  width: 85%;
  margin-left: 10px;
  margin-right: 30px;
  box-shadow: 20px 20px red;
}
.image9 {
  width: 80%;
  height: 1%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px 10px 0;
}
.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  color: #ef2b2b;
}
.gallery2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-auto-flow: column;
  color: #ef2b2b;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.giffy {
  max-width: 100%;
  grid-column: 1;
  grid-row: 1 / 4;
}
.images4 {
  max-width: 100%;
  max-height: 100%;
}
/*
.gallery4{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    text-align: center;
    padding-right: 20px;
    color: #EF2B2B;
	max-height: 300em;
	max-width: 300em;
}
*/
/* } */
.body {
  text-align: justify;
  width: 30em;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}
p.resume {
  text-align: left;
  padding-right: 20px;
  color: #ef2b2b;
}
#quote {
  text-align: left;
  padding-right: 20px;
  color: #ef2b2b;
}
#small_title {
  text-align: center;
  color: #ef2b2b;
  font-size: 25px;
}
p.small {
  text-align: center;
  color: #ef2b2b;
}

#specialize {
  text-align: center;
  color: #ef2b2b;
  font-size: 18px;
}

#icon {
  max-height: 75px;
  float: lef;
  display: inherit;
  margin-left: auto;
  margin-right: auto;
}

.column {
  float: left;
  width: 50%;
}

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

.icon-box {
  display: flex;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.about-top {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

@media screen and (min-width: 723px) {
}
#about-p {
  padding: 2rem;
}

.flex-container {
  flex: 1;
  padding: 0 40px;
  flex-basis: 400px;
}
.flex-container#large {
  flex: 2;
}
.flex-container-cv {
  display: flex;
  flex-wrap: wrap;
}
.cv-left {
  flex-basis: 200px;
  flex-grow: 1;
  padding: 10px 40px 0px 40px;
}
.cv-right {
  flex-grow: 1;
  padding: 0px 40px 0px 30px;
}
.flex-container-about {
  display: flex;
  flex-wrap: wrap-reverse;
}
.about-left {
  flex-basis: 200px;
  flex-grow: 1;
  padding: 10px 40px 0px 40px;
}
.about-right {
  display: none;
}
.about-right-mobile {
  flex-grow: 1;
  /* padding: 1rem; */
}

#expandedImgc {
  max-height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#imgtextc {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: blue;
  font-size: 20px;
  background-color: white;
  font-family: "Roboto Condensed", sans-serif;
}

.rowc {
  margin: 0px 10px 0px 10px;
  overflow-x: scroll;
  display: inline-block;
  white-space: nowrap;
  width: -webkit-fill-available;
}
@media screen and (min-width: 723px) {
  .about-right {
    display: flex;
    margin-right: 3rem;
    max-width: 500px;
  }
  .about-right-mobile {
    display: none;
  }
  .image2 {
    width: 30%;
  }
  #expandedImgc {
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .rowc {
    margin: 0 100px;
    overflow-x: scroll;
    display: inline-block;
    white-space: nowrap;
    width: -webkit-fill-available;
  }
  .image9 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
}
.about-block {
  margin: unset;
}
.p-about {
  padding-left: unset;
  max-width: 600px;
}
.about-image {
  width: 100%;
}
.crochet_square {
  max-width: 2000px;
}

/*EDUCATION PAGE*/
#square {
  max-width: 10em;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  max-height: 10em;
}
#title-class {
  color: #2bd6ff;
  text-align: left;
  padding-left: 0;
  /*	padding-right: 3em;*/
  font-size: 40px;
  margin: unset;
}
#title-class-c {
  color: #2bd6ff;
  text-align: center;
  padding-left: 0;
  /*	padding-right: 3em;*/
  font-size: 40px;
  margin: unset;
}
.edu-block {
  margin: unset;
}
#strat {
  color: #2bd6ff;
  font-size: 40px;
  text-align: center;
  padding-top: 0px;
}
.image40 {
  width: 100%;
  align-self: center;
  height: 50%;
  /*
	margin-left: 10px;
	margin-right: 30px;
*/
}

#sub-class {
  color: #2bd6ff;
  text-align: left;
  padding-left: 0;
  /*	padding-right: 3em;*/
  font-weight: 50;
  font-size: 25px;
  margin: 0 0 10px 0;
}
#sub-class-c {
  color: #2bd6ff;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 50;
  font-size: 25px;
  margin: 0 0 10px 0;
}
.sub-p {
  padding: 0 20px;
  text-align: justify;
  font-size: 15px;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
}
/*
.sub-p2{
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 10%;
	padding-right: 10%;
	text-align: left;
	background-color: aliceblue;
	font-size: 15px;
}
*/
.des {
  text-align: center;
}
#classes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.box {
  flex-basis: 300px;
  text-align: center;
}
.box:nth-child(2n) {
  flex-basis: 300px;
  background-color: aliceblue;
}
#ed-image {
  display: flex;
}
@media screen and (min-width: 723px) {
  .des {
    text-align: center;
  }
}

/* Projects Page */
.tile-titles {
  background-color: #14d356;
  color: #fde636;
  padding: 0;
  text-align: center;
}
.tile-titles2 {
  background-color: #fde636;
  color: #14d356;
  margin: 0 8px;
  padding: 0;
  text-align: center;
}

#1 {
  width: 300px;
  float: left;
  display: flex;
}
#number {
  width: 300px;
}
h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: grey;
  font-size: 25px;
}

.cv-left > h3 {
  padding: 0px 0px 0px 0px;
}
.title13 > h3 {
  margin: 0px 0px 0px 0px;
}
/* Website Page */
#proj {
  width: 100%;
  padding: 0px;
  float: left;
  display: inline-block;
}
.redesign-body {
  padding: 0 40px;
}
/* Poster Page */
.p-proj {
  padding-left: unset;
  max-width: 600px;
  font-size: 20px;
}
.proj-block {
  margin: unset;
  margin: 50px 0 0 -10px;
}
#title12-class {
  color: #14d356;
  text-align: left;
  padding-left: 0;
  font-size: 40px;
  margin: unset;
}
#title13-class {
  color: #14d356;
  text-align: left;
  font-weight: 50;
  font-size: 30px;
}
#project1 {
  width: 100%;
}
#fpos {
  display: flex;
  justify-content: center;
  max-width: 150px;
  max-height: 200px;
}
#fpos2 {
  width: 40%;
  padding-left: 30px;
  float: left;
}
#gif1 {
  display: flex;
  justify-content: center;
  float: right;
  max-width: 400px;
  max-height: 400px;
}
#fpos-other {
  max-width: 400px;
  max-height: 400px;
}

.flex-CPA > p {
  text-align: left;
  padding: 0px 10px 0px 30px;
}

.CPA {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.CPA-rev {
  display: inline-flex;
  flex-wrap: wrap-reverse;
  width: 100%;
}

.flex-CPA {
  flex-basis: 300px;
  flex-grow: 1;
}

.flex-CPA > h3 {
  padding-left: 30px;
}

.flex-CPA-image {
  padding: 30px;
  max-width: 400px;
}

@media (max-width: 700px) {
  .flex-CPA {
    flex-basis: 300px;
    flex-grow: 1;
  }
  .CPA {
    justify-content: space-around;
  }

  .flex-CPA-image {
    padding: 0;
  }

  .flex-CPA-image > p {
    padding: 0 50px;
  }
}

.giftextparagraph {
  text-align: center;
}

#foot {
  margin-bottom: 4em;
}

@media screen and (min-width: 723px) {
  .flex-CPA > p {
    padding: 10px;
    text-align: center;
  }
  h3 {
    font-family: "Roboto Condensed", sans-serif;
    color: grey;
    font-size: 25px;
    text-align: center;
    padding-top: 0px;
  }
}

/* TD Page */
#td {
  font-family: "Roboto Condensed", sans-serif;
  color: green;
  font-size: 35px;
  text-align: left;
}
#td2 {
  font-family: "Roboto Condensed", sans-serif;
  color: green;
  font-size: 30px;
  text-align: left;
  padding-left: 0px;
}
#cup {
  width: 500px;
}
#group {
  width: 400px;
}
.image4 {
  width: 100%;
  box-shadow: 20px 20px #14d356;
}
.image5 {
  width: 100%;
  /*	margin-left: 30px;*/
  /*	margin-right: 30px;*/
  box-shadow: 20px 20px #14d356;
}
.image6 {
  width: 100%;
  box-shadow: 20px 20px #14d356;
  margin-bottom: 30px;
}
.image7 {
  width: 100%;
}
.image8 {
  width: 90%;
  margin-left: 30px;
  margin-right: 30px;
}
.body2 {
  text-align: left;
}
#mg {
  color: #14d356;
  text-align: center;
}
.td-top {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.td-top-init {
  display: flex;
}
.td-flex-container {
  flex: 1;
  padding: 0 40px;
  flex-basis: 400px;
}

.td-flex-container > h3 {
  padding: 10px 10px 0px 0px;
}

@media screen and (min-width: 723px) {
  .td-top {
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  .td-top-init {
    display: flex;
    margin-bottom: 100px;
  }
  .td-flex-container {
    flex: 1;
    padding: 0 8px;
    flex-basis: 400px;
  }
  .image4 {
    width: 55%;
    margin-left: 100px;
    /*	margin-right: 30px;*/
    box-shadow: 20px 20px #14d356;
  }
  .image5 {
    width: 75%;
    /*	margin-left: 30px;*/
    /*	margin-right: 30px;*/
    box-shadow: 20px 20px #14d356;
  }
  .image6 {
    width: 90%;
    box-shadow: 20px 20px #14d356;
  }
  .image7 {
    width: 100%;
  }
  .image8 {
    width: 90%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

/*AWAIR*/
#square2 {
  max-width: 15em;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  max-height: 15em;
}

.combo1 {
  display: flex;
  float: left;
  flex: 1;
  flex-wrap: wrap;
}

.combo1 > p {
  padding-left: 60px;
}

#title30-class {
  color: #14d356;
  text-align: left;
  padding-top: 30px;
  font-size: 40px;
  margin: unset;
}
.vl {
  border-left: 10px solid #fde636;
  height: 100vh;
  margin-left: 10px;
  margin-bottom: -100vh;
  top: 0;
  position: sticky;
  width: 0;
  z-index: -1;
}
.awair-images {
  max-height: 225px;
}
.awair-images2 {
  max-height: 200px;
}
.title-left > #title30-class {
  margin-left: -50px;
}

.three-column {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.left-video {
  flex: 1;
  margin-left: 40px;
}
.left-image {
  flex: 2.2;
  margin-left: 40px;
}
.right-text {
  text-align: left;
  flex: 1;
  padding: 10px 5px 0px 40px;
}

.left {
  font-family: "Roboto Condensed", sans-serif;
  color: grey;
  font-size: 25px;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0;
}

.sprint {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.awair-block {
  margin-left: -80px;
}

@media screen and (min-width: 723px) {
  .vl {
    border-left: 10px solid #fde636;
    height: 100vh;
    margin-left: 20px;
    margin-bottom: -100vh;
    top: 0;
    position: sticky;
    width: 0;
    z-index: -1;
  }
  #title30-class {
    color: #14d356;
    text-align: left;
    padding-left: 0;
    padding-right: 3em;
    font-size: 40px;
    margin: unset;
  }
  .awair-images2 {
    max-height: 300px;
  }
  .right-text > p {
    padding: 0 20px 0 0;
  }
}

/*Contemporary Art*/
.vl2 {
  border-left: 10px solid #394eef;
  height: 100vh;
  margin-left: 10px;
  margin-bottom: -100vh;
  top: 0;
  position: sticky;
  width: 0;
  z-index: -1;
}
.title-left > #title6-class {
  margin-left: -50px;
}
#title6-class {
  color: #394eef;
  text-align: left;
  padding-left: 0;
  font-size: 40px;
  margin: unset;
}
.title-left {
  flex: 2;
  padding: 10px 30px 0px 100px;
}

.art-image {
  width: 100%;
  /*	margin-top: 50px;*/
}
#small_title_blue {
  /*	margin-top: -30px;*/
  text-align: center;
  color: #394eef;
  font-size: 25px;
}
#about-p-blue {
  margin: 20px 50px;
  padding: 0;
  text-align: left;
}
.small-blue {
  text-align: center;
  color: grey;
}

/* The grid: Four equal columns that floats next to each other */
.column3 {
  padding: 10px 10px 10px 0;
  display: inline-block;
}

/* Style the images inside the grid */

.column3 img {
  opacity: 1;
  cursor: pointer;
  max-height: 150px;
  padding-left: 15px;
}

.column3 img:hover {
  opacity: 0.5;
}
#expandedImg,
#expandedImg1,
#expandedImg2,
#expandedImg3,
#expandedImg4,
#expandedImg5,
#expandedImg6,
#expandedImg7,
#expandedImg8,
#expandedImg9,
#expandedImg10,
#expandedImg11 {
  max-height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.row {
  margin: 0px 10px 0px 30px;
  overflow-x: scroll;
  display: inline-block;
  white-space: nowrap;
  width: -webkit-fill-available;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext,
#imgtext1,
#imgtext2,
#imgtext3,
#imgtext4,
#imgtext5,
#imgtext6,
#imgtext7,
#imgtext8,
#imgtext9,
#imgtext10,
#imgtext11 {
  position: absolute;
  bottom: 5px;
  left: 40px;
  color: blue;
  font-size: 20px;
  background-color: white;
  font-family: "Roboto Condensed", sans-serif;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  left: 40px;
  color: blue;
  background-color: whitesmoke;
  font-size: 35px;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}

@media screen and (min-width: 723px) {
  #expandedImg,
  #expandedImg1,
  #expandedImg2,
  #expandedImg3,
  #expandedImg4,
  #expandedImg5,
  #expandedImg6,
  #expandedImg7,
  #expandedImg8,
  #expandedImg9,
  #expandedImg10,
  #expandedImg11 {
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .row {
    margin: 0 100px;
    overflow-x: scroll;
    display: inline-block;
    white-space: nowrap;
    width: -webkit-fill-available;
  }
  .container {
    position: relative;
    display: none;
    margin: 0 12.5%;
  }
  .vl2 {
    border-left: 10px solid #394eef;
    height: 100vh;
    margin-left: 20px;
    margin-bottom: -100vh;
    top: 0;
    position: sticky;
    width: 0;
    z-index: -1;
  }
  .title-left {
    flex: 2;
    padding: 10px 100px 0px 100px;
  }
  #imgtext,
  #imgtext1,
  #imgtext2,
  #imgtext3,
  #imgtext4,
  #imgtext5,
  #imgtext6,
  #imgtext7,
  #imgtext8,
  #imgtext9,
  #imgtext10,
  #imgtext11 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: blue;
    font-size: 20px;
    background-color: white;
    font-family: "Roboto Condensed", sans-serif;
  }
  .closebtn {
    position: absolute;
    top: 10px;
    left: 15px;
    color: blue;
    background-color: whitesmoke;
    font-size: 35px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  #about-p-blue {
    margin: 20px 50px;
    padding: 0;
    text-align: left;
    padding: 0 0 0 50px;
  }
  #title6-class {
    color: #394eef;
    text-align: left;
    padding-left: 0;
    font-size: 40px;
    margin: unset;
  }
  .title-left {
    flex: 2;
    padding: 10px 100px 0px 100px;
  }
}

/*PHOTOGRAPHY PAGE*/

#title7-class {
  color: #394eef;
  text-align: left;
  /*	padding-left: 0;*/
  padding-right: 3em;
  font-weight: 50;
  font-size: 30px;
  margin: 0 0 10px 0;
}
.image {
  width: 70%;
  height: 100%;
  padding: 20px;
}
.image:nth-child(-n + 17) {
  width: 40%;
}
.image:nth-child(-n + 8) {
  width: 70%;
}
.image:nth-child(-n + 2) {
  width: 45%;
}
.image:nth-child(4) {
  width: 100%;
  padding: 0;
}
.image:nth-child(19) {
  margin-right: auto;
}
.image:nth-child(20) {
  margin-left: auto;
}
.photography {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
}

.rowp {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.columnp {
  flex: 24%;
  max-width: 24%;
  padding: 0 4px;
}
.columnp img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 45%;
  margin-left: -80px;
}
.popup2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.popup2 .popuptext2 {
  visibility: hidden;
  width: 610px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 8px 8px;
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 32%;
  margin-left: -80px;
}

.popup3 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.popup3 .popuptext3 {
  visibility: hidden;
  width: 610px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 8px 8px;
  position: absolute;
  z-index: 1;
  bottom: 11%;
  right: 6%;
  margin-left: -80px;
}

/*
 Popup arrow 
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
*/

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.popup2 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.popup3 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columnp {
    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) {
  .columnp {
    flex: 100%;
    max-width: 100%;
  }
}

/* CV PAGE */
#title51-class {
  color: #eb23b5;
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 0;
  font-size: 40px;
  margin: unset;
}
h1 {
  color: #eb23b5;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
  padding-left: 0;
  /*	padding-right: 3em;*/
  font-size: 40px;
  margin: unset;
}
h2 {
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 40px;
  color: #eb23b5;
  text-align: left;
  /*	padding-left: 0;*/
  /*	padding-right: 3em;*/
  font-weight: 50;
  font-size: 30px;
  margin: 0 0 10px 0;
}

#title5-class {
  color: #eb23b5;
  text-align: left;
  padding-left: 0;
  padding-right: 3em;
  font-weight: 50;
  font-size: 30px;
  margin: 0 0 10px 0;
}
#resume3 {
  text-align: left;
  color: #eb23b5;
  font-weight: 50;
}
h2.cvh2 {
  color: #eb23b5;
  margin-right: 10px;
}
p {
  font-family: "Roboto Condensed", sans-serif;
  color: grey;
}
strong {
  color: dimgrey;
}
p.resume2 {
  text-align: left;
  color: #eb23b5;
}

#cv > p {
  padding: 0 10%;
}

/* CONTACT PAGE */
.p-contact {
  padding-left: unset;
}
#title9-class {
  color: #c01df0;
  font-weight: bold;
  text-align: left;
  padding-left: 0;
  padding-right: 3em;
  font-size: 40px;
  margin: unset;
}
#title11-class {
  color: #c01df0;
  text-align: left;
  font-weight: 50;
  font-size: 30px;
  margin: 0 0 10px 0;
}
strong2 {
  color: #c01df0;
}
.contact-left {
  flex: 1;
  min-width: 200px;
  padding: 0px 20px 0px 20px;
}
.contact-right {
  flex: 2;
  padding: 0px 25px 10px 20px;
  flex-basis: 300px;
}

.pic1 {
  /*    width: 40%;*/
  /*    padding: 25px;*/
  /*    float: left;*/
  max-width: 100%;
  /*	margin-left: auto;*/
}
/*
#contact {
    padding-top: 100px;
    text-align: left;
    widows: 40%;
    color: #C01DF0;
}
*/
h2 {
  color: #fde636;
}

p {
  text-align: left;
}
