/* GET THE FONTS
_____________________________________________________________ */
@font-face {
  font-family: Catamaran;
  src: url(fonts/Catamaran-VariableFont_wght.ttf);
}

@font-face {
  font-family: Abril;
  src: url(fonts/AbrilFatface-Regular.ttf);
}

form {
  display: inline;
}

a {
  color: #ff6363;
}

body {
  margin: 0;
  padding: 0;
}

/* General Settings
_____________________________________________________________*/
html {
  background-color: white;
  color: aliceblue;
  font-family: Catamaran;
  font-weight: 100;
  font-kerning: auto;
  text-align: justify;
  background-image: url(/images/background.png);
  background-repeat: no-repeat;
  background-position: bottom;
  height: auto;
}

/* the OnClick event*/

.my-button:active {
  color: rgb(0, 0, 0);
  background-image: url(images/Button_1_pressed.png);
  transition: 0.1ms;
}

.my-button {
  position: relative;
  z-index: 2;
  font-weight: 100;
  font-size: 18px;
  font-family: catamaran;
  text-align: justify;
  transition: all 0.5s;
  cursor: grabbing;
  margin-top: 80px;
  margin-bottom: auto;
  margin-left: 20px;
  margin-right: 20px;
  height: auto;

  color: rgb(0, 0, 0);
  display: block;
  float: right;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: auto;
  background-image: url(/images/Button_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 4px;
  border: none;
}

.my-button span {
  display: block;
  position: relative;
  transition: 0.5s;

  padding-bottom: 20px;
}

.my-button span:after {
  display: block;

  content: "\00bb";
  position: absolute;
  font-size: 20px;

  opacity: 0;
  top: 0;
  right: 0px;
  transition: 0.5s;
  padding-top: 0px;
}

.my-button:hover span {
  display: inline-block;

  padding-right: 15px;
  padding-top: 2px;
}

.my-button:hover span:after {
  opacity: 1;
  right: 0;
  padding-top: 00px;
}

/* headerbar 
_____________________________________________________________*/

.header-bar {
  background-image: linear-gradient(to right, #3ef09b, #8105d8, #35005a);
  opacity: 0.7;
  float: left;
  z-index: 5;
  top: 0;
  position: fixed;
  width: 100%;
  height: 50px;
  padding: 10px;
  clear: both;

  margin: 0;
}

.header-bar a {
  font-family: catamaran;
  font-weight: 800;
  float: left;
  color: #ff6363;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header-bar a.logo {
  margin-left: 10px;
  font-size: 18px;
  padding-left: 10px;
  color: #7004bd;
  text-align: center;
}

/* Set the Active/Current Link's style
_____________________________________________________________ */
.header-bar a.active {
  background-color: dodgerblue;
  color: white;
}

/* Change the background color on mouse-over
_____________________________________________________________ */
.header-bar a:hover {
  background-color: rgba(255, 255, 255, 0.5);

  color: black;
}

.header-bar a:active {
  background-color: #7004bd;
}

.header-right {
  float: right;
  padding-right: 5%;
}

/* images
_____________________________________________________________ */

/* Project image transitions
_____________________________________________________________ */
.project-images {
  position: relative;

  transition: transform 2s ease;
  display: block;
  margin-top: 5%;

  margin-left: auto;
  margin-right: auto;

  width: 90%;
  display: block;
  padding: 50px;
}

.project-images:hover {
  transform: scale(1.1);
}
/* Header settings
_____________________________________________________________ */
.my-header {
  position: relative;
  height: 100%;
  padding-bottom: 20%;
  padding-top: 5%;
}

.my-header-text {
  padding-left: 50%;
  padding-right: 20px;
}
.sub-text {
  color: #8105d8;
  vertical-align: top;
  font-size: 20px;
}
h1 {
  background-color: rgb(0, 0, 0);
  background-size: 200% 200%;
  background-clip: text;

  display: inline-block;

  color: rgba(0, 0, 0, 1);

  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;

  font-size: 50px;
  font-weight: 100;

  margin-top: 400px;
  margin-bottom: -20px;
  position: relative;
  bottom: 0;
}

h1:hover {
  animation: changeColor 2s ease-in-out;
  background-image: linear-gradient(
    to right,
    #3ef09b,
    #8105d8,
    #341677,
    #a32f80,
    #ff6363
  );
  background-size: 500% 10% 10%;
  color: rgba(0, 0, 0, 1);
  transition: color 2s ease-in-out;
}

#dynamic-text::before {
  content: "";
  animation: fadeIn 20s ease-in-out infinite;
  color: #34c981;
}

#designer {
  font-size: 30px;
  float: right, inline-end;
}

#header_dialogue {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  margin-top: 440px;
  margin-left: 490px;
  width: 200px;
  height: auto;
  transition: all 0.5s;
}

#portrait {
  width: 500px;
  height: auto;
  position: absolute;
  z-index: 2;
  margin-top: 200px;
  margin-left: 200px;
}

#portrait:hover + #header_dialogue {
  visibility: visible;
  opacity: 1;
}
#header_dialogue:hover {
  visibility: visible;
  opacity: 1;
}

#floral_background {
  margin-top: 230px;
  margin-left: 200px;
  width: 500px;
  height: 500px;
  position: absolute;
  z-index: 1;
  float: left;
  mix-blend-mode: color-burn;
  animation: circle 4s infinite;
}

#purple_bubble {
  margin-top: 160px;
  margin-left: 150px;
  width: 600px;
  height: 600px;

  position: absolute;
  z-index: 0;
  float: left;
  animation: circle 5s infinite;
}

/* other headings change color*/
h3 {
  background-color: Black;
  background-size: 200% 200%;
  background-clip: text;

  display: inline-block;

  color: rgba(0, 0, 0, 1);

  animation: changeColor2 7s ease-in infinite;
  background-image: linear-gradient(
    to right,
    lightslategray,
    #818181,
    #818181,
    #ff6363,
    #3ef09b,
    #8105d8
  );
  background-size: 300%;
  color: rgba(0, 0, 0, 1);
  transition: color 2s ease-in-out;

  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;

  font-family: Abril;
  font-weight: 100;
  font-size: 30px;
  text-align: left;
  margin-left: 15%;
}

.h3_div {
  background-color: #ececec;
  margin-left: 100px;
  margin-right: 100px;
  border-radius: 8px 8px 0px 0px;
}

/* the content section
_____________________________________________________________ */
.my-content {
  align-self: center;
  background-color: whitesmoke;
  margin-top: 100px;
  display: grid;
  margin-left: 15%;
  margin-right: 15%;
  grid-template-columns: 1fr;
  grid-row-start: 10080px;
  width: auto;
}

.my-content #main-title {
  text-align: center;
  font-size: 50px;
  font-family: Abril;
  font-weight: 100;
  color: #7004bd;
  padding-bottom: 50px;
}

#segment-content {
  border-radius: 0px 0px 8px 8px;
  padding: 30px;
  background-color: #ececec;
  color: black;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 150px;
}

#segment-content p {
  display: inline-block;
  padding-top: 45px;
  padding-left: 10%;
  padding-right: 10%;
}

/* Awards
_____________________________________________________________ */
.awards {
  grid: 1fr;
}

.blog-content {
  padding: 50px;
  background-color: #ececec;
  color: black;
  display: inline-block;
  margin-top: 20%;
  margin-left: 25%;
  margin-right: 25%;

  width: 40%;
  height: auto;
}

/*Other Pages Configuration */

/*Don't Stop Beleafing*/

#dsb_header {
  margin-top: 70px;
  width: 100%;
}

/*Opal*/

#opal_inst {
  width: 100%;
  height: auto;
  padding: 0%;
  margin: 0%;
}

#opal_images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 70%;
}
#wavelab_images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 100%;
}

/*FOR MOBILE USERS
_____________________________________________________________*/

@media screen and (max-width: 600px) {
  .header-bar a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }

  .my-header-text {
    padding-left: 5%;
  }
  .my-header h1 {
    font-size: 50px;
    padding-top: 0px;
    margin-top: 5%;
    margin-bottom: -10px;
  }
  .sub-text {
    vertical-align: top;
    font-size: 15px;
  }
  .header-bar {
    position: relative;
  }
  .my-header {
    position: relative;
    height: 100%;
    padding-bottom: 20px;
  }
  .my-content {
    display: block;
  }
}

/* FIRE FOX SPECIFIC SETTINGS
_____________________________________________________________ */

@-moz-document url-prefix() {
  .my-header-text h1 {
    margin-bottom: -10px;
  }
}

@keyframes fadeIn {
  0% {
    content: "";
  }
  10% {
    content: "";
  }
  10.5% {
    content: "U";
  }
  11% {
    content: "UX";
  }
  11.5% {
    content: "UX DE";
  }
  12% {
    content: "UX DES";
  }
  12.5% {
    content: "UX DESI";
  }
  13% {
    content: "UX DESIG";
  }
  13.5% {
    content: "UX DESIGN";
  }
  14% {
    content: "UX DESIGNE";
  }
  14.5% {
    content: "UX DESIGNER";
  }
  15% {
    content: "UX DESIGNER.";
  }
  17% {
    content: "UX DESIGNER.";
  }
  17.5% {
    content: "UX DESIGNER";
  }
  18% {
    content: "UX DESIGNE";
  }
  18.5% {
    content: "UX DESIGN";
  }
  19% {
    content: "UX DESI";
  }
  19.5% {
    content: "UX DES";
  }
  20% {
    content: "UX DE";
  }
  20.5% {
    content: "UX D";
  }
  21% {
    content: "UX";
  }
  21.5% {
    content: "U";
  }
  22% {
    content: "";
  }
  22.5% {
    content: "";
  }
  23% {
    content: "G";
  }
  23.5% {
    content: "GA";
  }
  24% {
    content: "GAM";
  }
  25% {
    content: "GAME";
  }
  25.5% {
    content: "GAME ";
  }
  26% {
    content: "GAME D";
  }
  26.5% {
    content: "GAME DE";
  }
  27% {
    content: "GAME DES";
  }
  27.5% {
    content: "GAME DESI";
  }
  28% {
    content: "GAME DESIG";
  }
  28.5% {
    content: "GAME DESIGN";
  }
  29% {
    content: "GAME DESIGNE";
  }
  29.5% {
    content: "GAME DESIGNER.";
  }
  30% {
    content: "GAME DESIGNER.";
  }
  31% {
    content: "GAME DESIGNER";
  }
  31.5% {
    content: "GAME DESIGNE";
  }
  32% {
    content: "GAME DESIGN";
  }
  32.5% {
    content: "GAME DESIG";
  }
  33% {
    content: "GAME DESI";
  }
  33.5% {
    content: "GAME DES";
  }
  34% {
    content: "GAME DE";
  }
  34.5% {
    content: "GAME D";
  }
  35% {
    content: "GAME ";
  }
  35.5% {
    content: "GAME";
  }
  36% {
    content: "GAM";
  }
  36.5% {
    content: "GA";
  }
  37% {
    content: "G";
  }
  37.5% {
    content: "";
  }

  38% {
    content: "";
  }
  38.5% {
    content: "";
  }
  39% {
    content: "P";
  }
  39.5% {
    content: "PH";
  }
  40% {
    content: "PHO";
  }
  40.5% {
    content: "PHOT";
  }
  41% {
    content: "PHOTO";
  }
  41.5% {
    content: "PHOTOS";
  }
  42% {
    content: "PHOTOSH";
  }
  42.5% {
    content: "PHOTOSHO";
  }
  43% {
    content: "PHOTOSHOP";
  }
  43.5% {
    content: "PHOTOSHOP W";
  }
  44% {
    content: "PHOTOSHOP WI";
  }
  44.5% {
    content: "PHOTOSHOP WIZ";
  }
  45% {
    content: "PHOTOSHOP WIZA";
  }
  45.5% {
    content: "PHOTOSHOP WIZAR";
  }
  46% {
    content: "PHOTOSHOP WIZARD.";
  }
  46.5% {
    content: "PHOTOSHOP WIZARD.";
  }
  47% {
    content: "PHOTOSHOP WIZARD.";
  }
  47.5% {
    content: "PHOTOSHOP WIZAR";
  }
  48% {
    content: "PHOTOSHOP WIZA";
  }
  48.5% {
    content: "PHOTOSHOP WIZ";
  }
  49.5% {
    content: "PHOTOSHOP WI";
  }
  49.5% {
    content: "PHOTOSHOP WI";
  }
  50% {
    content: "PHOTOSHOP W";
  }
  50.5% {
    content: "PHOTOSHOP";
  }

  51% {
    content: "PHOTOSHO";
  }
  51.5% {
    content: "PHOTOSH";
  }
  52% {
    content: "PHOTOS";
  }
  52.5% {
    content: "PHOTO";
  }
  53% {
    content: "PHOT";
  }
  53.5% {
    content: "PHO";
  }
  54% {
    content: "PH";
  }
  54.5% {
    content: "P";
  }
  55% {
    content: "";
  }
  55.5% {
    content: "";
  }
  56% {
    content: "";
  }
  56.5% {
    content: "T";
  }
  57% {
    content: "TE";
  }
  57.5% {
    content: "TEAM";
  }

  58% {
    content: "TEAM P";
  }
  58.5% {
    content: "TEAM PL";
  }
  59% {
    content: "TEAM PLA";
  }
  59.5% {
    content: "TEAM PLAY";
  }
  60% {
    content: "TEAM PLAYE";
  }
  60.5% {
    content: "TEAM PLAYER.";
  }
  61% {
    content: "TEAM PLAYER.";
  }
  61.5% {
    content: "TEAM PLAYER.";
  }
  62% {
    content: "TEAM PLAYER.";
  }
  62.5% {
    content: "TEAM PLAYE";
  }
  63% {
    content: "TEAM PLAY";
  }
  63.5% {
    content: "TEAM PLA";
  }
  64% {
    content: "TEAM PL";
  }
  64.5% {
    content: "TEAM P";
  }
  65% {
    content: "TEAM";
  }
  65.5% {
    content: "TEA";
  }
  66% {
    content: "TE";
  }
  66.5% {
    content: "T";
  }
  67% {
    content: "";
  }
  67.5% {
    content: "";
  }
  68% {
    content: "";
  }
  68.5% {
    content: "D";
  }
  69% {
    content: "DO";
  }
  69.5% {
    content: "DOG";
  }
  70% {
    content: "DOG D";
  }
  70.5% {
    content: "DOG DA";
  }
  71% {
    content: "DOG DAD.";
  }
  71.5% {
    content: "DOG DAD.";
  }
  72% {
    content: "DOG DAD.";
  }
  72.5% {
    content: "DOG DA";
  }
  73% {
    content: "DOG D";
  }
  73.5% {
    content: "DOG";
  }
  74% {
    content: "DO";
  }
  74.5% {
    content: "D";
  }
  75% {
    content: "";
  }
  75.5% {
    content: "";
  }
  76% {
    content: "";
  }
  76.5% {
    content: "A";
  }
  77% {
    content: "AN";
  }
  77.5% {
    content: "ANA";
  }
  78% {
    content: "ANAL";
  }
  78.5% {
    content: "ANALY";
  }
  79% {
    content: "ANALYT";
  }
  79.5% {
    content: "ANALYTI";
  }
  80% {
    content: "ANALYTIC";
  }
  80.5% {
    content: "ANALYTICA";
  }
  81% {
    content: "ANALYTICAL";
  }
  81.5% {
    content: "ANALYTICAL H";
  }
  82% {
    content: "ANALYTICAL HO";
  }
  82.5% {
    content: "ANALYTICAL HOL";
  }
  83% {
    content: "ANALYTICAL HOLI";
  }
  83.5% {
    content: "ANALYTICAL HOLIS";
  }
  84% {
    content: "ANALYTICAL HOLIST.";
  }
  84.5% {
    content: "ANALYTICAL HOLIST.";
  }
  85% {
    content: "ANALYTICAL HOLIST.";
  }
  85.5% {
    content: "ANALYTICAL HOLIST.";
  }
  86% {
    content: "ANALYTICAL HOLIS";
  }
  86.5% {
    content: "ANALYTICAL HOLI";
  }
  87% {
    content: "ANALYTICAL HOL";
  }
  87.5% {
    content: "ANALYTICAL HO";
  }
  88% {
    content: "ANALYTICAL H";
  }
  88.5% {
    content: "ANALYTICAL";
  }
  89% {
    content: "ANALYTICA";
  }
  89.5% {
    content: "ANALYTIC";
  }
  90% {
    content: "ANALYTI";
  }
  90.5% {
    content: "ANALYT";
  }
  91% {
    content: "ANALY";
  }
  91.5% {
    content: "ANAL";
  }
  92% {
    content: "ANA";
  }
  92.5% {
    content: "AN";
  }
  93% {
    content: "A";
  }
  93.5% {
    content: "";
  }
  94% {
    content: "";
  }
  94.5% {
    content: "";
  }
  95% {
    content: "D";
  }
  95.5% {
    content: "DO";
  }
  96% {
    content: "DO-";
  }
  96.5% {
    content: "DO-E";
  }
  97% {
    content: "DO-ER.";
  }
  97.5% {
    content: "DO-ER.";
  }
  98% {
    content: "DO-ER.";
  }
  98.5% {
    content: "DO-E";
  }
  99% {
    content: "DO";
  }
  99.5% {
    content: "D";
  }
  100% {
    content: "";
  }
}

@keyframes changeColor {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
    transform: translateX(10px);
  }
  100% {
    background-position: left;
    transform: translateX(0px);
  }
}

@keyframes changeColor2 {
  0% {
    background-position: right;
  }
  50% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@keyframes circle {
  0% {
    clip-path: circle(90%);
    transform: translateX(0px);
    transform: translateY(0px);
  }

  50% {
    clip-path: circle(50%);
    transform: translateX(5px);
    transform: translateY(12px);
  }
  100% {
    clip-path: circle(100%);
    transform: translateX(0px);
    transform: translateY(0px);
  }
}
