@font-face {
  font-family: 'ClearSans-Light';
  src: url("../fonts/ClearSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'ClearSans-Medium';
  src: url("../fonts/ClearSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'ClearSans-Regular';
  src: url("../fonts/ClearSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track-piece {
  width: 12px;
}
body::-webkit-scrollbar-thumb {
  background-color: transparent;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#ffa300), to(#ffa300), color-stop(1, #ffa300));
}
html {
  scroll-behavior: smooth;
  background-color: #F3FAF9;
}
#toaster {
  width: 100vw;
  z-index: 1000;
  display: none;
  padding: 2rem 0;
  position: fixed;
  text-align: center;
  color: #e8efee;
  background-color: #ffa300;
}
#toaster p {
  width: 90%;
  margin: auto;
  line-height: 1.3rem;
  letter-spacing: 0.25vw;
  font-family: ClearSans-Medium;
}
header {
  background-color: #e8efee;
}
header #banner {
  z-index: 0;
}
header #banner img {
  width: 100%;
}
header #logo {
  top: 0;
  z-index: 20;
  position: absolute;
}
header #logo::after {
  left: 0;
  width: 100%;
  font-size: 0.8rem;
  content: ".STUDIO";
  padding: 0.5vw 1vw;
  position: absolute;
  text-align: center;
  letter-spacing: 0.2vw;
  font-family: 'ClearSans-Medium';
}
header #logo img {
  width: 100%;
  padding: 0.5vw 1vw;
  background: #ffa300;
}
header #menu {
  transition: 500ms ease-in-out;
}
header #menu:has(a:hover, :focus ) {
  background-color: #e8efee;
}
header #menu a {
  color: black;
  transition: 500ms;
  text-decoration: none;
  letter-spacing: 0.2vw;
  font-family: 'ClearSans-Medium';
  background: linear-gradient(#25252500, #25252500 50%, #ffa300 50%, #ffa300);
  background-size: 100% 200%;
}
header #menu a:is(:hover, :focus ) {
  background-position: 100% 100%;
}
header #welcome {
  display: flex;
  flex-direction: column;
}
header #welcome #step-1 {
  display: flex;
  align-items: stretch;
}
header #welcome #step-1 h2 {
  user-select: none;
  font-family: PlayfairDisplay-Bold;
}
header #welcome #step-1 #color {
  margin-left: auto;
  margin-right: 0.5vw;
  background-color: #ff0098;
}
header #welcome #step-2 h1 {
  user-select: none;
  font-family: PlayfairDisplay-Bold;
}
header #welcome #step-3 {
  display: flex;
  justify-content: space-between;
}
header #welcome #step-3 a#call-to-action {
  flex: auto;
  color: black;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background: #ffce00;
}
header #welcome #step-3 a#call-to-action p {
  display: flex;
  transition: 300ms;
  user-select: none;
  align-items: center;
  letter-spacing: 0.25vw;
  padding: 1vw 1vw;
  font-family: ClearSans-Medium;
}
header #welcome #step-3 a#call-to-action:is(:hover, :focus) {
  color: #fff;
}
header #welcome #step-3 h3 {
  user-select: none;
  font-family: ClearSans-Light;
}
@media screen and (orientation: landscape) {
  .hamburger {
    display: none;
  }
  header {
    position: relative;
  }
  header #banner {
    top: 0;
    width: 37vw;
    margin-left: 19vw;
  }
  header #logo {
    width: 7vw;
    left: 4.5vw;
  }
  header #logo::after {
    color: black;
    font-size: 1.2vw;
  }
  header #logo img {
    padding: 0.5vw 1vw;
  }
  header #menu {
    top: 1vw;
    opacity: 1 !important;
    width: 100%;
    display: flex;
    padding: 1vw 0;
    text-align: right;
    position: absolute;
    justify-content: flex-end;
  }
  header #menu a {
    padding: 3px 5px;
    font-size: 1.2vw;
    margin-right: 5vw;
    filter: invert(100%);
    mix-blend-mode: difference;
  }
  header #welcome {
    right: 6vw;
    bottom: 14vw;
    position: absolute;
    align-items: flex-end;
  }
  header #welcome #step-1 h2 {
    font-size: 2.75vw;
    margin-right: 1.3vw;
    color: black;
  }
  header #welcome #step-1 h2 span {
    color: #e8efee;
  }
  header #welcome #step-1 #color {
    width: 8.5vw;
    margin-right: 0.5vw;
  }
  header #welcome #step-2 h1 {
    font-size: 9.4vw;
    color: #e8efee;
    mix-blend-mode: difference;
  }
  header #welcome #step-3 {
    width: 100%;
    align-items: stretch;
  }
  header #welcome #step-3 h3 {
    font-size: 1vw;
    line-height: 1.05vw;
    letter-spacing: 0.035vw;
  }
  header #welcome #call-to-action {
    margin-right: 1vw;
  }
  header #welcome #call-to-action p {
    font-size: 1.5vw;
  }
}
@media screen and (orientation: portrait) {
  #banner {
    position: relative;
  }
  #banner::after {
    right: 0;
    bottom: 3px;
    width: 28vw;
    height: 5vh;
    content: '';
    font-size: 3vw;
    position: absolute;
    background-color: #ff0098;
  }
  #logo {
    left: 2vw;
    width: 17vw;
  }
  #logo::after {
    color: #e8efee;
  }
  #logo.blacked::after {
    color: #000;
  }
  #menu {
    top: 0;
    left: 0;
    gap: 3vh;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 300ms ease-in-out;
    background-color: #e8efee;
  }
  #menu a {
    font-size: 4vw;
  }
  #welcome {
    translate: 0 -19vw;
    align-items: center;
  }
  #welcome #step-1 h2 {
    color: black;
    font-size: 8vw;
  }
  #welcome #step-1 h2 span {
    font-size: 20vw;
    color: #e8efee;
  }
  #welcome #step-1 h2 span::after {
    content: "\a";
    white-space: pre;
  }
  #welcome #step-1 #color {
    display: none;
  }
  #welcome #step-2 h1 {
    font-size: 20vw;
  }
  #welcome #step-3 {
    align-items: center;
    flex-direction: column;
  }
  #welcome #step-3 #call-to-action {
    margin: 5vw 0;
    padding: 3vw 5vw;
  }
  #welcome #step-3 #call-to-action p {
    font-size: 5vw;
  }
  #welcome #step-3 h3 {
    font-size: 4vw;
    line-height: 1.5em;
    letter-spacing: 0;
  }
  #welcome #step-3 h3 span::after {
    content: "\a";
    white-space: pre;
  }
}
section#about_us {
  display: flex;
  padding-top: 13vw;
}
section#about_us #left {
  flex: 1.3;
  padding: 10vw 10vw 0;
}
section#about_us #left h2 {
  font-size: 5vw;
  text-align: right;
  position: relative;
  margin-right: 11vw;
  font-family: PlayfairDisplay-Bold;
}
section#about_us #left h2::after {
  bottom: 0;
  width: 2px;
  content: "";
  position: absolute;
  background-color: black;
}
section#about_us #left h3 {
  text-align: right;
  margin-bottom: 6vw;
  padding-right: 11vw;
  font-family: PlayfairDisplay-Bold;
}
section#about_us #left p {
  line-height: 1.3em;
  letter-spacing: 0.05rem;
  font-family: ClearSans-Light;
}
section#about_us #left p:not(:last-child) {
  margin-bottom: 2rem;
}
section#about_us #right {
  flex: 1;
}
section#about_us #right #img_container img {
  width: 100%;
}
@media screen and (orientation: landscape) {
  section#about_us #left h2 {
    font-size: 5vw;
  }
  section#about_us #left h2::after {
    right: 0.14vw;
    height: 24.4vw;
    margin-bottom: 3.8vw;
  }
  section#about_us #left h3 {
    font-size: 2.1vw;
  }
  section#about_us p {
    font-size: 1.3vw;
  }
}
@media screen and (orientation: portrait) {
  section#about_us {
    flex-direction: column;
  }
  section#about_us #left h2 {
    font-size: 4rem;
  }
  section#about_us #left h2::after {
    right: 0.13rem;
    height: 26.3vw;
    margin-bottom: 2.9rem;
  }
  section#about_us #left h3 {
    font-size: 1.8rem;
  }
  section#about_us #left p {
    font-size: 1rem;
  }
  section#about_us #left p br {
    display: none;
  }
  section#about_us #right {
    margin-top: 3rem;
  }
}
section#options {
  display: flex;
  margin-top: 10vw;
  background-color: #ffa300;
}
section#options div {
  flex: 1;
  display: flex;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
section#options div h3 {
  top: 3vw;
  left: 3vw;
  color: white;
  font-size: 2vw;
  position: absolute;
  letter-spacing: 0.15em;
  font-family: ClearSans-Light;
}
@media screen and (orientation: landscape) {
  section#options div img {
    height: 50vw;
  }
}
@media screen and (orientation: portrait) {
  section#options {
    flex-wrap: wrap;
  }
  section#options div {
    display: flex;
    min-width: 50%;
    max-height: 50vw;
    align-items: center;
  }
  section#options div img {
    width: 100%;
    height: max-content;
  }
}
section#pink_rectangle {
  display: flex;
  justify-content: center;
}
section#pink_rectangle div {
  width: 16vw;
  height: 2.5vw;
  background-color: #ff0098;
}
section#contact {
  display: flex;
  margin-top: 10vw;
}
section#contact #left-side {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section#contact #left-side h2 {
  font-size: 2rem;
  letter-spacing: 0.25vw;
  font-family: PlayfairDisplay-Bold;
}
section#contact #left-side #contact-form {
  gap: 3rem;
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section#contact #left-side #contact-form .inputbox {
  gap: 0.5rem;
  width: 100%;
  display: flex;
  max-width: 360px;
  position: relative;
  flex-direction: column;
}
section#contact #left-side #contact-form .inputbox input {
  z-index: 10;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1em;
  transition: 0.5s;
  box-shadow: none;
  position: relative;
  letter-spacing: 0.05em;
  padding: 20px 10px 10px;
  background: transparent;
  -webkit-box-shadow: none;
  -webkit-transition: 0.5s;
  color: #e8efee;
  font-family: ClearSans-Medium;
}
section#contact #left-side #contact-form .inputbox span {
  left: 0;
  font-size: 1em;
  transition: 0.5s;
  position: absolute;
  pointer-events: none;
  letter-spacing: 0.1em;
  padding: 20px 10px 10px;
  -webkit-transition: 0.5s;
}
section#contact #left-side #contact-form .inputbox input:valid ~ span,
section#contact #left-side #contact-form .inputbox input:focus ~ span {
  color: black;
  -webkit-transform: translateX(-10px) translateY(-34px);
  -ms-transform: translateX(-10px) translateY(-34px);
  transform: translateX(-10px) translateY(-34px);
  font-size: 0, 75em;
}
section#contact #left-side #contact-form .inputbox i {
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background: black;
  border-radius: 4px;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.5s;
}
section#contact #left-side #contact-form .inputbox input:valid ~ i,
section#contact #left-side #contact-form .inputbox input:focus ~ i {
  height: 44px;
}
section#contact #left-side #contact-form #message_area {
  gap: 1rem;
  width: 100%;
  display: flex;
  max-width: 360px;
  flex-direction: column;
}
section#contact #left-side #contact-form #message_area textarea {
  width: 100%;
  height: 5rem;
  border: none;
  resize: vertical;
  transition: 300ms;
  background-color: inherit;
  box-shadow: 0 0 0 2px black;
}
section#contact #left-side #contact-form #message_area textarea:focus {
  outline: none;
  border-radius: 4px;
}
section#contact #left-side #contact-form #message_area label {
  font-size: 1em;
  padding-left: 10px;
  letter-spacing: 0.1em;
}
section#contact #left-side #contact-form #submit_area {
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section#contact #left-side #contact-form #submit_area input {
  font-family: ClearSans-Medium;
  border: 0;
  color: white;
  padding: 1rem 1.5rem;
  transition: 300ms;
  background-color: #ffa300;
  letter-spacing: 0.1vw;
}
section#contact #left-side #contact-form #submit_area input[disabled] {
  cursor: not-allowed;
  color: black;
}
section#contact #left-side #contact-form #submit_area input:not([disabled]) {
  color: white;
  cursor: pointer;
}
section#contact #left-side #contact-form #submit_area input:is(:hover, :focus ) {
  background-color: #ffac1a;
}
section#contact #left-side #contact-form #submit_area #message {
  letter-spacing: 0.25vw;
  font-family: ClearSans-Medium;
}
section#contact #left-side #glass {
  opacity: 0;
  display: none;
}
section#contact #left-side.sending_message_animation {
  position: relative;
}
section#contact #left-side.sending_message_animation #contact-form {
  filter: blur(0.4rem);
}
section#contact #left-side.sending_message_animation #glass {
  width: 100%;
  opacity: 1;
  z-index: 10;
  height: 100%;
  display: flex;
  transition: 0.5s;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
section#contact #left-side.sending_message_animation #glass .lotte_container {
  width: 60%;
}
section#contact #right-side {
  background: pink;
}
@media screen and (orientation: landscape) {
  section#contact #submit_area #form-message {
    font-size: 1vw;
  }
}
@media screen and (orientation: portrait) {
  section#contact {
    flex-direction: column;
  }
  section#contact #submit_area #form-message {
    font-size: 0.7em;
  }
}
article#unique_story {
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: column;
}
article#unique_story h3 {
  text-align: center;
  font-family: PlayfairDisplay-Bold;
}
article#unique_story #text {
  padding: 4vw 4vw 12vw;
  background-color: #e8efee;
}
article#unique_story #text p {
  line-height: 1.3em;
  letter-spacing: 0.05rem;
  font-family: ClearSans-Light;
}
article#unique_story #text p:not(:last-child) {
  margin-bottom: 2rem;
}
article#unique_story #text::after {
  left: 4vw;
  width: 2px;
  content: "";
  height: 29vw;
  margin-top: 3vw;
  position: absolute;
  background-color: #4c4c4c;
}
article#unique_story #call_to_action {
  right: 4vw;
  bottom: -2vw;
  margin-left: auto;
  transition: 300ms;
  position: absolute;
  text-align: center;
  text-decoration: none;
  background: #ffce00;
}
article#unique_story #call_to_action p {
  color: black;
  padding: 1vw 1vw;
  transition: 300ms;
  user-select: none;
  text-decoration: none;
  letter-spacing: 0.25vw;
  font-family: ClearSans-Medium;
}
article#unique_story #call_to_action:is(:hover, :focus) p {
  color: #fff;
}
@media screen and (orientation: landscape) {
  article#unique_story {
    width: 50vw;
  }
  article#unique_story h3 {
    padding: 3vw 0;
    font-size: 2.6vw;
  }
  article#unique_story #text p {
    font-size: 1.3vw;
  }
  article#unique_story #call_to_action {
    width: 13vw;
    padding: 2vw 1.5vw;
  }
  article#unique_story #call_to_action a {
    font-size: 1.5vw;
  }
}
@media screen and (orientation: portrait) {
  article#unique_story {
    width: 85vw;
  }
  article#unique_story h3 {
    font-size: 5vw;
    padding: 8vw 0;
  }
  article#unique_story #text a {
    font-size: 1rem;
  }
  article#unique_story #call_to_action {
    padding: 3vw 5vw;
  }
  article#unique_story #call_to_action a {
    font-size: 5vw;
  }
}
article#list_of_services {
  margin-top: 20vw;
}
article#list_of_services #cards {
  display: flex;
}
article#list_of_services #cards a {
  text-decoration: none;
}
article#list_of_services #cards a:nth-child(1) {
  background-color: #ff0098;
}
article#list_of_services #cards a:nth-child(1):hover {
  background-color: #e00086;
}
article#list_of_services #cards a:nth-child(2) {
  background-color: #ffce00;
}
article#list_of_services #cards a:nth-child(2):hover {
  background-color: #e0b500;
}
article#list_of_services #cards a:nth-child(3) {
  background-color: #ffa300;
}
article#list_of_services #cards a:nth-child(3):hover {
  background-color: #e08f00;
}
article#list_of_services #cards a:nth-child(4) {
  background-color: #000000;
}
article#list_of_services #cards a:nth-child(4):hover {
  background-color: #0e0e0e;
}
article#list_of_services #cards a h2 {
  color: white;
  padding-top: 2vw;
  padding-left: 2vw;
  padding-bottom: 5vw;
  letter-spacing: 0.15em;
  font-family: ClearSans-Medium;
}
@media screen and (orientation: landscape) {
  article#list_of_services #cards a {
    flex: 1;
  }
  article#list_of_services #cards a h2 {
    font-size: 1.4vw;
  }
}
@media screen and (orientation: portrait) {
  article#list_of_services #cards {
    height: 40vw;
    flex-wrap: wrap;
  }
  article#list_of_services #cards a {
    width: 50%;
  }
  article#list_of_services #cards a h2 {
    font-size: 0.8rem;
  }
}
article#services section {
  display: flex;
  margin-top: 10vw;
}
article#services section #photo img {
  width: 100%;
}
article#services section #description h2 {
  padding-left: 2vw;
  position: relative;
  line-height: 1.2em;
  font-family: PlayfairDisplay-Bold;
}
article#services section #description h2::after {
  left: 2vw;
  width: 14vw;
  content: '';
  position: absolute;
}
article#services section #description #text p {
  line-height: 1.3em;
  letter-spacing: 0.05rem;
  font-family: ClearSans-Light;
}
article#services section #description #text p#darker_background {
  background-color: #e8efee;
}
article#services section #description #text p:last-of-type:not(#darker_background) {
  padding-bottom: 0;
}
article#services section:nth-child(1) h2::after {
  background-color: #ff0098;
}
article#services section:nth-child(2) h2::after {
  background-color: #ffce00;
}
article#services section:nth-child(3) h2::after {
  background-color: #ffa300;
}
article#services section:nth-child(4) h2::after {
  background-color: black;
}
@media screen and (orientation: landscape) {
  article#services section #description {
    min-width: 44vw;
  }
  article#services section #description h2 {
    font-size: 2.6vw;
    margin-bottom: 5vw;
  }
  article#services section #description h2::after {
    height: 2.6vw;
    bottom: -1.5em;
  }
  article#services section #description #text {
    margin-top: 7vw;
  }
  article#services section #description #text p {
    font-size: 1.3vw;
    padding: 1.5vw 2vw;
  }
  article#services section:nth-child(1) #description,
  article#services section:nth-child(3) #description {
    padding-left: 10vw;
    padding-right: 5vw;
  }
  article#services section:nth-child(2) #photo,
  article#services section:nth-child(4) #photo {
    order: 2;
  }
  article#services section:nth-child(2) #description,
  article#services section:nth-child(4) #description {
    order: 1;
    padding-left: 5vw;
    padding-right: 10vw;
  }
}
@media screen and (orientation: portrait) {
  article#services section {
    align-items: center;
    flex-direction: column;
  }
  article#services section #photo {
    order: 2;
  }
  article#services section #description {
    order: 1;
    width: 85vw;
    margin-bottom: 10vw;
  }
  article#services section #description h2 {
    font-size: 5vw;
    margin-bottom: 8vw;
  }
  article#services section #description h2::after {
    height: 5vw;
    bottom: -1.3em;
  }
  article#services section #description #text {
    margin-top: 10vw;
  }
  article#services section #description #text p {
    font-size: 1rem;
    padding: 2.5vw 2vw;
  }
  article#services section #description #text p br {
    display: none;
  }
}
article#portfolio {
  margin-top: 10vw;
  position: relative;
  background-color: #e8efee;
}
article#portfolio #image {
  width: 37vw;
  margin-left: 12vw;
}
article#portfolio #image img {
  width: 100%;
}
article#portfolio #description {
  right: 8vw;
  bottom: 4vw;
  position: absolute;
  align-items: flex-end;
}
article#portfolio #description h1 {
  font-size: 7.28vw;
  text-align: right;
  line-height: 1.2em;
  font-family: PlayfairDisplay-Bold;
}
article#portfolio #description h2 {
  font-size: 2vw;
  text-align: right;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 0.6vw;
  color: #5c6060;
  font-family: PlayfairDisplay-Bold;
}
article#portfolio #description h2::after {
  right: 0;
  width: 6vw;
  content: "";
  height: 1.7vw;
  bottom: -2vw;
  display: block;
  position: absolute;
  background-color: #ff0098;
}
article#portfolio #description #desc {
  width: 50vw;
  display: flex;
  margin-left: auto;
}
article#portfolio #description #desc #yellow_box {
  width: 11vw;
  background-color: #ffce00;
}
article#portfolio #description #desc #text {
  margin-left: auto;
}
article#portfolio #description #desc #text p {
  padding: 1vw 0;
  font-size: 1.3vw;
  line-height: 1.3em;
  letter-spacing: 0.05rem;
  font-family: ClearSans-Light;
}
@media screen and (orientation: portrait) {
  article#portfolio {
    display: flex;
    flex-direction: column;
  }
  article#portfolio #image {
    order: 2;
    margin: 0;
    width: 100%;
  }
  article#portfolio #description {
    order: 1;
    position: unset;
  }
  article#portfolio #description h2 {
    font-size: 5vw;
    display: initial;
    text-align: left;
    padding-left: 2vw;
    position: relative;
  }
  article#portfolio #description h1 {
    font-size: 4rem;
    text-align: left;
    padding-left: 2vw;
    position: relative;
  }
  article#portfolio #description #desc {
    width: 100%;
    margin-top: 2vw;
  }
  article#portfolio #description #desc #text p {
    padding: 5.5vw;
    font-size: 1rem;
  }
  article#portfolio #description #desc #text p br {
    display: none;
  }
}
article#projects {
  margin-top: 10vw;
}
article#projects h2 {
  font-size: 3vw;
  margin-left: 15vw;
  line-height: 1.2em;
  position: relative;
  margin-bottom: -0.55vw;
  font-family: PlayfairDisplay-Bold;
}
article#projects h2::after {
  left: -8vw;
  width: 7vw;
  top: 0.85vw;
  content: "";
  height: 4vw;
  display: block;
  position: absolute;
  background-color: #ff0098;
}
article#projects #content {
  width: 90vw;
  display: flex;
  margin-left: auto;
}
article#projects #content #description {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #e8efee;
}
article#projects #content #description p {
  padding: 1vw 0;
  font-size: 1.3vw;
  line-height: 1.3em;
  letter-spacing: 0.05rem;
  font-family: ClearSans-Light;
}
article#projects #content #images {
  flex: 1;
}
article#projects #content #images img {
  width: 100%;
}
@media screen and (orientation: portrait) {
  article#projects h2 {
    font-size: 5vw;
    margin-bottom: 0;
  }
  article#projects #content {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  article#projects #content #description {
    width: 85%;
    margin-bottom: 10vw;
    align-items: flex-start;
    background-color: transparent;
  }
  article#projects #content #description p {
    font-size: 1rem;
    padding: 2.5vw 2vw;
  }
  article#projects #content #description p:nth-child(2) {
    background-color: #e8efee;
  }
  article#projects #content #description p br {
    display: none;
  }
}
footer #bottom p {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.3em;
  margin: 2.5vw 0 0.5vw;
  letter-spacing: 0.05rem;
  font-family: ClearSans-Light;
}
/*# sourceMappingURL=home.css.map */