/*
Color Used

/* General Styling */
body {
  font-family: 'Lato', san-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5E5E5E;
}

html {
  scroll-behavior: smooth;
}

/* Typography */
h2,
h3,
h4 {
  line-height: 1.2;
}

h1 {
  line-height: 1.2;
}

h5 {
  line-height: 1.5;
}

h1 {
  font-family: 'Karla', san-serif;
  font-size: 2em;
  font-weight: 600;
}

h2 {
  font-family: 'Karla', san-serif;
  font-size: 2em;
  font-weight: 600;
  padding-top: 130px;
}

h3 {
  font-family: 'Karla', san-serif;
  font-size: 1.5em;
  font-weight: 600;
}

h4 {
  font-family: 'Karla', san-serif;
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 0;
}

h5 {
  font-family: 'Karla', san-serif;
  font-size: 1.2em;
  font-weight: 800;
  text-align: center;
  clear: both;
  margin-top: 0;
}

h6 {
  font-family: 'Karla', san-serif;
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

.footnote {
  font-size: 0.8em;
}

a {
  color: #0F7B79;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #4AA3A1;
  text-decoration: underline;
}

a:active {
  color: #707070;
  text-decoration: underline;
}

/* Componant Styling */
.cheekychaelogo {
  display: block;
}

main {
  padding-top: 15px;
}

nav {
  padding: 15px 0 0;
  display: inline-block;
  width: 100%;
}

nav ul {
  list-style-type: none;
  padding-left: 0;
  clear: both;
  margin: auto;
}

.navtoggle li:not(:last-child) {
  display: none;
}

nav .hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  margin-top: 5px;
}

.navtoggle.responsive li {
  display: block;
  padding: 10px 0;
  border-top: 1px solid rgba(15, 123, 121, 0.4);
}

nav img {
  width: 60px;
  height: 60px;
  float: left;
  margin-bottom: 5px;
}

nav ul li a {
  color: #707070;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  text-align: center;
}

nav ul li a:hover,
a:focus {
  font-weight: 600;
  color: #0F7B79;
  text-decoration: none;
}

nav ul li a:active {
  font-weight: 600;
  text-decoration: underline;
  color: rgba(15, 123, 121, 0.4);
}

header {
  /* text-align: center; */
  background-color: #fdf0d5;
  position: fixed;
  box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
  display: inline-block;
  width: 100%;
  z-index: 6;
}

footer {
  clear: both;
  text-align: center;
  background-color: #fdf0d5;
}

.socialmedia .cls-1:hover {
  fill: #4AA3A1;
}

.container {
  padding: 0 15px;
  /* add padding on left & right for each content block */
}

.footer {
  background-color: #fdf0d5;
}

.footer h2 {
  display: inline-block;
  width: 100%;
  padding-top: 0;
}

.copyright {
  padding: 10px;
  margin-bottom: 0;
}

/* Global Styling */
* {
  box-sizing: border-box;
  /* makes sure border and padding are included in width so entire width does not overflow */
}

img {
  width: 100%;
}

ul {
  padding-left: 20px;
  overflow: hidden;
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  z-index: 2;
}

.container-iframem {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 217%;
  /* 8:16 Aspect Ratio */
  z-index: 2;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.button {
  display: inline-block;
  background-color: #0F7B79;
  color: #fff;
  font-family: 'Karla', san-serif;
  font-weight: 600;
  padding: 8px;
  border-radius: 10px;
  border-bottom: 3px solid #082929;
  transition: 0.2s opacity;
}

.button:hover,
.button:focus {
  display: inline-block;
  background-color: #4AA3A1;
  color: #fff;
}

.button:active {
  display: inline-block;
  background-color: #0F7B79;
  color: #fff;
  font-family: 'Karla', san-serif;
  font-weight: 600;
  padding: 10px;
  border-bottom: 0;
  text-decoration: none;
}

.row {
  margin: 25px 0;
  /* add margins between content blocks */
}

.index {
  position: sticky;
  bottom: 30px;
  overflow: hidden;
  z-index: 3;
  padding-bottom: 15px;
}

.index .button {
  float: right;
}

/* Page Specific Styling */
#home_hero span {
  background-image: linear-gradient(transparent 60%, rgba(15, 123, 121, 0.3) 50%);
}

#home_hero h1 {
  padding-top: 120px;
  margin: 0;
}

#home_hero h2 {
  margin-bottom: 0;
}

.about_top {
  margin-top: 0;
}

#aboutpage h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.illustration {
  display: flex;
  align-items: flex-end;
}

#uxui_projects .row {
  padding-bottom: 25px;
  border-bottom: 1px solid #707070;
}

#home_hero {
  /* text-align: center; */
  /* background-color: #FDF0D5; */
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}

#hero_button {
  text-align: center;
  padding-top: 40px;
}

#about_hero {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}

#about_selfportrait img {
  width: 80%;
  display: block;
  margin: auto;
  padding: 15px;
}

#resume {
  text-align: center;
}

#my_story h2 {
  padding-top: 0;
}

#skills_tools h2 {
  padding-top: 0;
}

#about_hero h1 {
  padding-top: 80px;
}

.project_hero {
  display: block;
  width: 100%;
  padding: 15px 0;
}

.breadcrumb {
  padding-top: 50px;
}

.hero_image img {
  width: 90%;
  display: block;
  margin: auto;
}

.project_logo img {
  width: 50%;
  margin: auto;
  display: block;
  padding: 10px;
}

.project_logo h3 {
  clear: both;
  text-align: center;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

.project_process {
  text-align: center;
  padding: 10px 0;
  background-color: rgba(15, 123, 121, 0.7);
  color: #fff;
  z-index: 4;
}

.project_process h3 {
  margin-top: 0;
}

.project_process ol li {
  padding: 3px;
}

.project_process ol {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.project-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-container {
  display: flex;
  flex-direction: column-reverse;
}

.section {
  padding-top: 0;
}

.project_hero {
  background-image: url("../img/ux_cs_pg/background/backgroundd@2x.png");
  background-repeat: no-repeat;
}

.main_content h3 {
  padding-top: 5px;
  border-top: 2px solid rgba(15, 123, 121, 0.4);
}

.main_content h3 span {
  font-size: 2em;
  color: rgba(15, 123, 121, 0.4);
}

.process_circle a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
  margin: auto;
  margin: 5px;
  color: #707070;
  font-size: 0.6em;
  font-weight: 600;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process_circle a:hover {
  background-color: #d8d8d8;
  box-shadow: 0 0 0 0;
}

.process_circle a:focus {
  background-color: #f0f0f0;
  box-shadow: 0 0 0 0;
}

#cr_problem h5 {
  margin-bottom: 0;
}

#cr_final {
  background-image: url("../img/ux_cs_pg/background/cr_locationbg@2x.png");
}

#cr_quadrant ul {
  padding-left: 0;
  list-style-type: none;
}

#cr_quadrant ul img {
  width: 30px;
  height: 27px;
  padding: 0 5px 0 0;
  float: left;
}

#cr_quadrant ul div {
  width: 90%;
  float: right;
}

#cr_quadrant ul li {
  width: 100%;
}

#cr_uf_legend img {
  margin-top: 50px;
  margin: auto;
  width: 80%;
  display: block;
}

#cr_card_sorting ul {
  padding-left: 0;
  list-style-type: none;
}

#cr_card_sorting ul img {
  width: 30px;
  height: 27px;
  padding: 0 5px 0 0;
  float: left;
}

#cr_card_sorting ul div {
  width: 90%;
  float: right;
}

#cr_final {
  z-index: 1;
}

#cr_card_sorting ul li {
  width: 100%;
}

#cr_wireframe h4 {
  margin-top: 25.536px;
}

#cr_ia h5 {
  margin-top: 15px;
}

.piechart {
  width: 60%;
  margin: auto;
}

#cr_recommended_routes img {
  width: 67%;
  margin: auto;
  display: block;
}

#cr_bookmarks img {
  width: 67%;
  margin: auto;
  display: block;
}

#cr_summary_dashboard img {
  width: 33%;
  display: block;
  margin: auto;
}

#cr_audio img {
  width: 67%;
  margin: auto;
  display: block;
}

#cr_userflow1 {
  margin-top: 30px;
}

#cr_next li {
  padding-bottom: 15px;
}

#cr_userflow1 {
  margin-top: 0;
}

#rh_uf_legend img {
  display: block;
  margin: 10px auto 0;
  width: 30%;
}

#rh_wireframe img {
  width: 80%;
  display: block;
  margin: auto;
}

#rh_prototype img {
  width: 80%;
  display: block;
  margin: auto;
}

#rh_recipe_prototype img {
  width: 80%;
  display: block;
  margin: auto;
}

#project_rebelharvest #recipe_prototype img {
  width: 80%;
  display: block;
  margin: auto;
}

.project_buttons {
  text-align: center;
}

.next_project {
  margin-bottom: 15px;
}

.previous_project {
  margin-bottom: 15px;
}

#rh_circle1 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #f3f3f3;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
  margin: auto;
}

#rh_circle2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fec481;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
  margin: auto;
}

#rh_circle3 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #a8ca91;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
  margin: auto;
}

#rh_circle4 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #264653;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
  margin: auto;
}

#rh_circle5 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #ffbd12;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
  margin: auto;
}

#rh_circle6 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #f3722c;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
  margin: auto;
}

#rh_circle7 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: linear-gradient(to bottom right, #fec481, #a8ca91);
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
  margin: auto;
}

#rh_ui ul {
  list-style-type: none;
}

#rh_final iframe {
  border-radius: 20px;
  display: block;
  margin: auto;
  width: 200px;
  height: 450px;
}

#rh_final .indent {
  display: block;
  margin: auto;
}

.list_inline {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}

.list_inline p {
  font-size: 0.75em;
}

.grid_illustration {
  display: grid;
  grid-template-columns: auto auto auto;
}

#rh_illustrations {
  clear: both;
}

#rh_illustrations img {
  width: 50%;
  display: block;
  margin: auto;
}

#rh_onboarding img {
  width: 80%;
  display: block;
  margin: auto;
}

#rh_fonts img {
  width: 60%;
  display: block;
  margin: auto;
}

#rh_stats img {
  width: 80%;
  display: block;
  margin: auto;
}

#rh_orderbtn img {
  width: 80%;
  display: block;
  margin: auto;
}

#rh_preference_test img {
  width: 80%;
  display: block;
  margin: auto;
}

#rh_preference_test ul {
  margin-bottom: 40px;
}

#rh_prototype h4 {
  margin-top: 30px;
}

#rh_final {
  clear: both;
}

.illustration a {
  color: #707070;
}

#homepage .illustration:hover {
  opacity: 0.6;
}

#illustrations {
  padding-bottom: 80px;
}

#aboutpage .row {
  margin-bottom: 0;
}

#aboutpage .email a {
  color: #707070;
}

#aboutpage .email a:hover {
  color: #0F7B79;
}

#project_meggaball .project_logo img {
  width: 30%;
  display: block;
  margin: auto;
}

#audit_home img {
  width: 70%;
  display: block;
  margin: auto;
}

#mb_ia ul {
  margin: 0;
}

#cc_circle1 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #2f7b79;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
  margin: auto;
}

#cc_circle2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fdf0d5;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
  margin: auto;
}

#cc_icons {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#cc_icons svg {
  padding: 3px;
}

#cc_colors {
  margin-bottom: 30px;
}

#cc_colors ul {
  margin-top: 3px;
}

#cc_ui_logo {
  margin-bottom: 30px;
}

#cc_logo_complex {
  width: 30%;
}

#cc_logo_simple {
  width: 20%;
}

#cc_ui_logo p {
  margin-top: 0;
}

#cc_ui_logo img {
  padding: 10px;
}

#cc_launch img {
  display: block;
  margin: auto;
}

#cc_javascript .row {
  margin-top: 0;
}

#cc_javascript p {
  margin: 0;
}

#cc_mediaquery h4 {
  margin-top: 25px;
}

.primary_sitemap img {
  width: 80%;
  display: block;
  margin: auto;
  padding: 10px;
}

.primary_sitemap {
  border: 2px solid #FAB511;
  border-style: dotted;
  margin-bottom: 20px;
}

.primary_sitemap h6 {
  padding: 10px 10px;
}

.secondary_sitemap img {
  width: 40%;
  display: block;
  margin: auto;
  padding: 10px;
}

.secondary_sitemap {
  border: 2px solid #FAB511;
  border-style: dotted;
  margin-bottom: 50px;
}

.secondary_sitemap h6 {
  padding: 10px 10px;
}

.new_classes img {
  width: 80%;
  display: block;
  margin: auto;
}

.new_mobile img {
  width: 60%;
  display: block;
  margin: auto;
}

.desktop_demo {
  margin-bottom: 50px;
}

.desktop_demo video {
  display: block;
  margin: auto;
  width: 260px;
}

.mobile_demo video {
  display: block;
  margin: auto;
  width: 200px;
}

.final_thoughts li {
  padding-bottom: 50px;
}

.final_thoughts ul {
  margin: 0;
}

.final_thoughts h4 {
  margin-bottom: 10px;
}

/* Media Queries */
/* ================================
S to M Devices (521px and larger)
==================================
*/
@media only screen and (min-width: 520px) {
  .project_process img {
    width: 60px;
    padding: 4px;
  }
}

/* ================================
Medium Devices (640px and larger)
==================================
*/
@media only screen and (min-width: 640px) {
  .navtoggle li:last-child {
    display: none;
  }

  /* to delete */
  .navtoggle li:not(:last-child) {
    display: inline-block;
  }

  /* to delete */
  .navtoggle.responsive {
    clear: none;
  }

  .navtoggle.responsive li {
    border-top: 0;
    padding-top: 0;
  }

  nav {
    padding: 0;
  }

  nav ul {
    clear: none;
    padding-top: 55px;
    width: auto;
    float: right;
  }

  nav img {
    margin-top: 20px;
    width: 90px;
  }

  /* to delete */
  header {
    text-align: unset;
  }

  .hero_image img {
    width: 100%;
  }

  nav ul li {
    padding-bottom: 10px;
  }

  .breadcrumb {
    padding-top: 80px;
  }

  .active {
    border-bottom: 5px solid #0F7B79;
  }

  .active a {
    font-weight: 800;
    color: #0F7B79;
  }

  main {
    padding-top: 0;
    background: #fcfcfc;
  }

  h2 {
    padding-top: 100px;
  }

  .indent {
    padding: 10px;
  }

  .flex-container {
    display: flex;
    flex-direction: row;
  }

  .grid-container {
    display: grid;
    grid-template-columns: auto auto;
  }

  .art_grid {
    display: grid;
    grid-template-columns: auto auto;
  }

  .col-md-50 {
    width: 50%;
  }

  .col-md-60 {
    width: 60%;
  }

  .col-md-40 {
    width: 40%;
  }

  .col-md-33 {
    width: 33.3%;
  }

  .col-md-67 {
    width: 66.7%;
  }

  .col-md-25 {
    width: 25%;
  }

  .col-md-17 {
    width: 16.7%;
  }

  .col-md-80 {
    width: 80%;
  }

  .col-md-20 {
    width: 20%;
  }

  .col-md-full {
    width: 100%;
  }

  [class*="col-"] {
    float: left;
    padding: 10px;
  }

  [id*="home_project"] h3 {
    margin-top: 0;
  }

  .process_circle a {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.2);
    margin: auto;
    margin: 5px;
    color: #707070;
    font-size: 0.8em;
    font-weight: 600;
    margin: auto;
  }

  #about_selfportrait img {
    width: 60%;
  }

  .about_top {
    display: flex;
    align-items: center;
  }

  #resume {
    text-align: left;
    padding-left: 0;
  }

  #cr_problem_p {
    clear: both;
    margin-top: 0;
  }

  #cr_img_competitors {
    width: 80%;
    margin: auto;
  }

  #cr_uf_legend img {
    display: block;
    margin: auto;
    width: 60%;
  }

  #cr_userflow1 {
    float: right;
  }

  #cr_affinitymap {
    margin-top: 23px;
  }

  #cr_card_sorting img {
    width: 50%;
    margin: auto;
    display: block;
  }

  #cr_recommended_routes img {
    width: 100%;
  }

  #cr_bookmarks img {
    width: 100%;
  }

  #cr_summary_dashboard img {
    width: 100%;
  }

  #cr_audio img {
    width: 100%;
  }

  #cr_summary_dashboard {
    margin: auto;
  }

  #cr_testplan {
    width: 60%;
    display: block;
    margin: auto;
  }

  #iteration_audio img {
    width: 90%;
    padding-top: 10px;
    display: block;
    margin: auto;
  }

  .more_iteration img {
    width: 70%;
  }

  #cr_testing .iteration_img img {
    width: 70%;
    padding-top: 10px;
    display: block;
    margin: auto;
  }

  #cr_problem h5 {
    margin-top: 16px;
  }

  #rh_problem h5 {
    margin-top: 50px;
  }

  #rh_final iframe {
    width: 380px;
    height: 800px;
  }

  #rh_affinitymap {
    margin-top: 50px;
  }

  .container-iframem {
    padding-top: 60%;
  }

  .project_process img {
    width: 80px;
    padding: 4px;
  }

  #rh_uf_legend img {
    width: 100%;
  }

  #rh_wireframe img {
    width: 100%;
  }

  #rh_prototype img {
    width: 100%;
  }

  #rh_recipe_prototype img {
    width: 70%;
    display: block;
    margin: auto;
  }

  .list_inline p {
    font-size: 1em;
  }

  .grid_illustration {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
  }

  #rh_onboarding img {
    width: 70%;
  }

  #rh_preference_test img {
    width: 70%;
  }

  .center_vert {
    display: flex;
    align-items: center;
  }

  #digitalart h1 {
    margin-top: 0;
  }

  #drawings h1 {
    margin-top: 0;
  }

  #logodesign h1 {
    margin-top: 0;
  }

  #rh_venn_diagram img {
    width: 70%;
    display: block;
    margin: auto;
  }

  .artpage .breadcrumb {
    margin-top: 0;
    padding-top: 110px;
  }

  #cc_fonts img {
    width: 70%;
    display: block;
    margin: auto;
  }


  #cc_javascript img {
    width: 80%;
    display: block;
    margin: 20px auto 0 auto;
  }

  #cc_mediaquery h4 {
    margin-top: 0px;
  }

  .new_classes img {
    width: 100%;
  }

  .new_mobile img {
    width: 100%;
  }

  .desktop_demo video {
    width: 932px;
  }

  .mobile_demo video {
    width: 250px;
  }
}

/* ================================
Large Devices (1024px and larger)
==================================
*/
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
    margin: auto;
  }

  .project_process {
    position: sticky;
    top: 40px;
    z-index: 4;
  }

  .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
  }

  .section {
    padding-top: 80px;
  }

  .col-lg-60 {
    width: 60%;
  }

  .col-lg-40 {
    width: 40%;
  }

  .col-lg-50 {
    width: 50%;
  }

  .col-lg-full {
    width: 100%;
  }

  #cr_img_competitors img {
    width: 60%;
    margin: auto;
    display: block;
  }

  #about_selfportrait img {
    width: 70%;
  }

  .art_grid {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}

/* animations */
.etop {
  animation-name: appear;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.arrow {
  animation-name: tail_movement;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.tail1 {
  animation-name: tail_movement;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.tail2 {
  animation-name: tail_movement;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.horn1 {
  animation-name: horns_movement;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.horn2 {
  animation-name: horns_movement;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.ae {
  animation-name: appear;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.y {
  animation-name: appear;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.h1 {
  animation-name: appear;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.h2 {
  animation-name: appear;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.two_e {
  animation-name: appear;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.h2 {
  animation-name: appear;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.k {
  animation-name: appear;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.wing {
  animation-name: wing_movement;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.halo {
  animation-name: halo_movement;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes halo_movement {
  0% {
    fill: #f8d40d;
    opacity: 0;
  }

  50% {
    fill: #f8d40d;
    opacity: 0.5;
  }

  70% {
    fill: #f8d40d;
    opacity: 0.9;
  }

  80% {
    fill: black;
    opacity: 1;
  }
}

@keyframes wing_movement {
  0% {
    fill: #7e7f9a;
    transform: skew(30deg, 20deg);
    opacity: 0;
  }

  50% {
    fill: #7e7f9a;
    transform: skew(10deg, 20deg);
    opacity: 0.5;
  }

  70% {
    fill: #7e7f9a;
    transform: skew(30deg, 10deg);
    opacity: 0.9;
  }

  80% {
    fill: black;
    transform: skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes horns_movement {
  0% {
    fill: red;
    opacity: 0;
  }

  50% {
    fill: red;
    opacity: 0.5;
  }

  70% {
    fill: red;
    opacity: 0.9;
  }

  80% {
    fill: black;
    opacity: 1;
  }
}

@keyframes tail_movement {
  0% {
    fill: red;
    transform: skew(0deg, 2deg);
    opacity: 0;
  }

  50% {
    fill: red;
    opacity: 0.5;
    transform: skew(2deg, 1deg);
  }

  70% {
    fill: red;
    opacity: 0.9;
    transform: skew(1deg, 2deg);
  }

  80% {
    fill: black;
    transform: skew(0deg);
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    fill: black;
    opacity: 1;
  }
}
