html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-chrome-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
.mobile-chrome-container-ios {
  -webkit-overflow-scrolling: touch;
}
.ie-container {
  display: flex;
  flex-direction: column;
}
body {
  font-family: "Montserrat";
}
template {
  display: none;
}
section {
  width: 100%;
  min-height: 100vh;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
}
section:not(#story):after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%);
}
::selection {
  background: rgba(0, 0, 0, 0.1);
  color: #5c5c5c;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
  color: #5c5c5c;
}
#preloader {
  display: none;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3 {
  font-weight: 700;
  text-transform: lowercase;
  transform: rotateZ(-0.5deg);
  margin: 0px;
}
h1:after,
h2:after,
h3:after {
  content: '.';
}
.section-title {
  display: none;
  font-weight: 700;
  text-transform: lowercase;
  transform: rotateZ(-0.5deg);
  font-size: 40px;
  color: #666;
  border-bottom: 2px solid #666;
  margin: 40px 0px;
}
.section-title:after {
  content: '.';
  display: inline-block;
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  .section-title {
    font-size: 25px;
  }
}
.content-block {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  padding: 30px;
  color: #666;
  overflow: hidden;
  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 10%, rgba(0, 0, 0, 0) 100%) 0 0 100% 0 repeat;
  border-image-outset: 0px 0px 6px 0px;
  border-width: 0px 0px 6px 0px;
  border-style: solid;
}
.content-block img {
  max-width: 100%;
}
.content-block .video {
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.content-block .video iframe,
.content-block .video object,
.content-block .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-block h1 {
  font-size: 30px;
  margin: 20px 0px;
}
.content-block h2 {
  font-size: 25px;
  margin: 10px 0px;
}
.content-block h3 {
  font-size: 20px;
  margin: 20px 0px 8px 0px;
}
@media screen and (max-width: 500px), screen and (max-width: 1000px) and (max-height: 800px) and (min-aspect-ratio: 8/9) {
  .content-block {
    font-size: 16px;
    line-height: 26px;
    padding: 15px;
  }
  .content-block h1 {
    font-size: 20px;
  }
  .content-block h2 {
    font-size: 18px;
  }
  .content-block h3 {
    font-size: 15px;
  }
}
.content-block a {
  text-decoration: underline;
}
.content-block a:hover {
  color: #444444;
}
.content-block li {
  padding: 10px 10px;
}
@media screen and (max-width: 1000px) {
  .content-block ul {
    display: table;
    margin-left: 0;
    padding-left: 0;
  }
  .content-block li {
    display: table-row;
    border-bottom: 200px solid black;
  }
  .content-block li:before {
    content: "\2022";
    display: table-cell;
    padding-right: 1em;
  }
  .content-block li:after {
    content: "";
    display: block;
    padding-bottom: 1em;
  }
}
.toggler {
  display: table;
  position: relative;
  padding-top: 10px;
  cursor: pointer;
}
.toggler:hover {
  color: #444444;
}
.toggler:not(.open):before {
  content: '+';
}
.toggler.open:before {
  content: '-';
  margin-top: -2px;
}
.toggler.open {
  font-weight: 700;
}
.toggler:before {
  position: absolute;
  left: -32px;
  font-weight: 700;
  font-size: 30px;
}
.expander {
  display: none;
}
.toggler,
.expander {
  margin-left: 30px;
}
.text-block {
  width: 750px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .text-block {
    width: 75vw;
  }
}
@media screen and (max-width: 500px) {
  .text-block {
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.item-list {
  width: 910px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .item-list {
    width: 75vw;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
#js-communicator {
  display: none;
  float: left;
}
@media screen and (max-width: 1500px) and (max-aspect-ratio: 8/9) {
  #js-communicator {
    float: none;
  }
}
.notransition {
  transition: none !important;
}
.shadowed {
  -webkit-box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.65);
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
#menu-clipper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip: rect(0, auto, auto, 0);
  z-index: 200;
}
#start {
  height: 100vh;
  z-index: -200;
}
#background {
  background-color: white;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 0px;
  height: 100vh;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
  -webkit-box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.65);
}
#menu-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) and (max-aspect-ratio: 8/9) {
  #menu-container {
    flex-direction: column;
  }
}
#vertical-menu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 100vh;
  z-index: 100;
  background-color: white;
  background-attachment: fixed;
  transition: transform .2s;
  display: none;
}
#vertical-menu.open {
  transform: none;
}
@media screen and (max-width: 1500px) and (max-aspect-ratio: 8/9) {
  #vertical-menu {
    display: block;
  }
}
#menu-shadow {
  position: fixed;
  height: 6px;
  width: 100vw;
  top: 300px;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 90;
}
#title {
  float: left;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 65px;
  color: #747474;
  margin-right: 5.2vw;
}
@media screen and (max-width: 1300px) and (min-aspect-ratio: 8/9) {
  #title {
    font-size: 4.59vw;
  }
}
@media screen and (max-width: 1500px) and (max-aspect-ratio: 8/9) {
  #title {
    font-size: 50px;
    margin-top: 4px;
    margin-bottom: 50px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) and (max-aspect-ratio: 8/9) {
  #title {
    font-size: 8.27vw;
    margin-bottom: 8.25vw;
    margin-right: 0px;
  }
}
#navicon {
  display: none;
  position: fixed;
  width: 46px;
  height: 46px;
  top: 15px;
  background: url('../images/navicon.png');
  background-size: contain;
  margin-left: 0;
  opacity: 0;
}
@media screen and (max-width: 1500px) and (max-aspect-ratio: 8/9) {
  #navicon {
    display: block;
  }
}
@media screen and (max-width: 600px) and (max-aspect-ratio: 8/9) {
  #navicon {
    top: 2.59vw;
    width: 7.66vw;
    height: 7.66vw;
  }
}
#navicon.open {
  background: url('../images/navclose.png');
  background-size: contain;
}
.clickable {
  cursor: pointer;
}
#name {
  display: inline-block;
  transform: rotateZ(-1.8deg);
}
nav > a {
  float: left;
  margin: 7px;
  text-decoration: none;
}
@media screen and (max-width: 1300px) and (min-aspect-ratio: 8/9) {
  nav > a {
    margin: 0.54vw;
  }
}
@media screen and (max-width: 1500px) and (max-aspect-ratio: 8/9) {
  nav > a {
    margin: 5px;
  }
}
@media screen and (max-width: 600px) and (max-aspect-ratio: 8/9) {
  nav > a {
    margin: 0.8vw;
  }
}
nav > a:nth-of-type(3n+1) {
  clear: left;
}
@media screen and (max-width: 1500px) and (max-aspect-ratio: 8/9) {
  nav > a:nth-of-type(3n+1) {
    clear: none;
  }
  nav > a:nth-of-type(2n+1) {
    clear: left;
  }
}
#down-arrow {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 1.9vw solid transparent;
  border-right: 1.9vw solid transparent;
  border-top: 1.9vw solid #a7a7a7;
  font-size: 0;
  line-height: 0;
  top: 45vh;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) and (min-aspect-ratio: 8/9) {
  nav {
    display: none;
  }
  #title {
    margin: 0;
    font-size: 5vw;
  }
  #name {
    transform: none;
  }
  #down-arrow {
    display: block;
  }
}
.menu-item {
  position: relative;
  width: 250px;
  height: 250px;
  font-family: "Montserrat";
  font-size: 27px;
  font-weight: bold;
  color: #858585;
  transition: color 180ms, border-color 180ms, background-color 180ms;
}
@media screen and (max-width: 1300px) and (min-aspect-ratio: 8/9) {
  .menu-item {
    width: 19.2vw;
    height: 19.2vw;
    font-size: 2.09vw;
  }
}
@media screen and (max-width: 1500px) and (max-aspect-ratio: 8/9) {
  .menu-item {
    width: 150px;
    height: 150px;
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) and (max-aspect-ratio: 8/9) {
  .menu-item {
    width: 25vw;
    height: 25vw;
    font-size: 3.7vw;
  }
}
.menu-item:hover {
  cursor: pointer;
  color: white;
}
.menu-item:hover .menu-item-overlay {
  opacity: 0.4;
}
.menu-item .menu-item-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.menu-item .menu-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .93;
  transition: opacity 180ms;
}
.menu-item .menu-item-bg-concealer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #808080;
  transition: opacity 0.2s;
}
.menu-item.solid .menu-item-bg-concealer {
  opacity: 1;
  transition: opacity 0.2s;
}
.menu-item.solid:hover .menu-item-overlay {
  opacity: 0.6;
}
.resume-item {
  background: #999 url("../images/resume.gif") no-repeat;
  background-size: cover;
}
.resume-item .menu-item-overlay {
  background: #f4f5d2;
}
.story-item {
  background: #999 url("../images/story.gif") no-repeat;
  background-size: cover;
}
.story-item .menu-item-overlay {
  background: #d2f5da;
}
.projects-item {
  background: #999 url("../images/projects.gif") no-repeat;
  background-size: cover;
}
.projects-item .menu-item-overlay {
  background: #f4f5d2;
}
.scribbles-item {
  background: #999 url("../images/scribbles.gif") no-repeat;
  background-size: cover;
}
.scribbles-item .menu-item-overlay {
  background: #d2f5da;
}
.tunes-item {
  background: #999 url("../images/tunes.gif") no-repeat;
  background-size: cover;
}
.tunes-item .menu-item-overlay {
  background: #f4f5d2;
}
.contact-item {
  background: #999 url("../images/contact.gif") no-repeat;
  background-size: cover;
}
.contact-item .menu-item-overlay {
  background: #d2f5da;
}
#resume {
  background: #e6e7c4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#resume .content-block {
  background: #f8f9d6;
}
#story {
  background: #c4e7cc;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#story .content-block {
  background: #d6f9de;
}
#story p {
  margin-bottom: 0px;
}
#story .story-carousel-button {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
  font-family: "Montserrat";
  font-size: 50px;
  font-weight: 700;
  cursor: pointer;
  float: left;
  text-align: center;
  color: #85a88d;
  margin-top: -5px;
  padding: 30px;
}
#story .story-carousel-button:hover {
  color: #587b60;
}
#story .story-carousel-button.disabled {
  opacity: 0.35;
  cursor: default;
}
#story .story-carousel-button.disabled:hover {
  transform: scale(1);
  color: #85a88d;
}
@media screen and (max-width: 1000px) {
  #story .story-carousel-button {
    padding: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  #story .story-carousel-button {
    padding: 3vw;
  }
}
#story #story-carousel-container {
  float: left;
}
#story #story-carousel {
  width: 650px;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0px;
}
@media screen and (max-width: 1000px) {
  #story #story-carousel {
    width: 65vw;
  }
}
#story #story-carousel-items {
  display: flex;
  align-items: center;
  position: relative;
}
#story #story-carousel-items div {
  display: inline-block;
  white-space: normal;
  margin: 0 4% 0 0;
  min-width: 100%;
  box-sizing: border-box;
}
#story #story-carousel-items div:nth-child(odd) > .story-image {
  transform: rotateZ(0.8deg);
}
#story #story-carousel-items div:nth-child(even) > .story-image {
  transform: rotateZ(-0.8deg);
}
@media screen and (max-width: 500px) {
  #story #story-carousel-items div {
    font-size: 15px;
    line-height: 22px;
  }
}
#story .story-image {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
}
@media screen and (max-width: 500px) {
  #story .story-image {
    width: 100%;
  }
}
#projects {
  background: #e6e7c4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#projects .content-block {
  background: #f8f9d6;
}
#projects .project-item {
  overflow: hidden;
  margin: 20px;
  display: flex;
  align-items: center;
  transition: transform 0.1s;
}
@media screen and (max-width: 1000px) {
  #projects .project-item {
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #projects .project-item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
#projects .project-item:hover {
  background: #ffffe7;
  cursor: pointer;
  transform: scale(1.04);
  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) 0 0 100 0 repeat;
  border-image-outset: 0px 0px 6px 0px;
  border-width: 0px 0px 6px 0px;
  border-style: solid;
}
#projects .thumbnail {
  height: 100px;
  width: 100px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  #projects .thumbnail {
    height: 70px;
    width: 70px;
    margin-right: 5vw;
  }
}
#scribbles {
  background: #c4e7cc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#scribbles .content-block {
  background: #d6f9de;
}
#scribbles .scribble-date {
  color: #858585;
}
#scribbles .scribble-title {
  margin-bottom: 35px;
}
#scribbles .scribble-item {
  overflow: hidden;
  margin: 20px;
  transition: transform 0.1s;
}
@media screen and (max-width: 1000px) {
  #scribbles .scribble-item {
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #scribbles .scribble-item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
#scribbles .scribble-item:hover {
  background: #e7ffef;
  cursor: pointer;
  transform: scale(1.04);
  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) 0 0 100 0 repeat;
  border-image-outset: 0px 0px 6px 0px;
  border-width: 0px 0px 6px 0px;
  border-style: solid;
}
#tunes {
  background: #e6e7c4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#tunes .content-block {
  background: #f8f9d6;
}
#tunes .tune-category {
  color: #858585;
  font-size: 0.9em;
  display: inline-block;
}
#tunes h2 {
  margin-bottom: 0.1em;
}
#tunes .tune-item {
  overflow: hidden;
  margin: 20px;
  transition: transform 0.1s;
}
@media screen and (max-width: 1000px) {
  #tunes .tune-item {
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #tunes .tune-item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
#tunes .tune-item:hover {
  background: #ffffe7;
  cursor: pointer;
  transform: scale(1.04);
  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) 0 0 100 0 repeat;
  border-image-outset: 0px 0px 6px 0px;
  border-width: 0px 0px 6px 0px;
  border-style: solid;
}
#tunes .item-description {
  margin-top: 0;
  padding-top: 0;
}
#tunes .item-description div,
#tunes .item-description p,
#tunes .item-description h1,
#tunes .item-description h2,
#tunes .item-description h3 {
  padding: 0 10%;
}
#player-container {
  margin-bottom: 0;
}
#player {
  display: table;
  width: 100%;
}
#player.disabled {
  opacity: 0.2;
  pointer-events: none;
}
#play-pause-button-container {
  display: table-cell;
  width: 2.5em;
}
#progress-pane-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
#play-pause-button {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7em 0 0.7em 1.225em;
  border-color: transparent transparent transparent gray;
  opacity: 0.7;
}
#play-pause-button:not(.disabled) {
  cursor: pointer;
}
#play-pause-button:not(.disabled):hover {
  opacity: 1;
}
#play-pause-button.disabled {
  opacity: 0.25;
}
#play-pause-button.playing {
  width: 0.3em;
  height: 1.4em;
  border-color: gray;
  border-top: 0;
  border-bottom: 0;
  border-left: 0.4em solid gray;
  border-right: 0.4em solid gray;
}
#progress-pane {
  width: 100%;
  height: 0.4em;
  background: rgba(0, 0, 0, 0.15);
}
#progress-indicator {
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  width: 0%;
}
.tune-location {
  display: none;
}
#contact {
  background: #c4e7cc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#contact .content-block {
  background: #d6f9de;
}
#contact textarea {
  resize: vertical;
  height: 20vh;
  width: 80%;
  font-family: "Montserrat";
  font-size: 20px;
  color: gray;
  padding: 10px;
  background: #faffff;
}
@media screen and (max-width: 500px) {
  #contact textarea {
    font-size: 15px;
  }
}
#contact textarea::selection {
  background: #EEE;
}
#contact textarea::-moz-selection {
  background: #EEE;
}
#contact h1 {
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 500px) {
  #contact h1 {
    margin: 0px 0px 15px 0px;
  }
}
#contact input {
  font-family: "Montserrat";
  color: #666;
  font-size: 20px;
  font-weight: 700;
  background: #b8dbc0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  text-decoration: none;
  border: none;
  opacity: 0;
  transition: opacity 0.2s;
  float: left;
}
#contact input:focus {
  outline: none;
}
@media screen and (max-width: 500px) {
  #contact input {
    font-size: 15px;
  }
}
#contact input.visible {
  opacity: 1;
  transition: opacity 0.2s;
  cursor: auto;
}
#contact input.visible:hover {
  background: #bde0c5;
  text-decoration: none;
  cursor: pointer;
}
#contact input.visible:active {
  outline: none;
  transform: translate(2px, 2px);
}
#contact input.sending {
  opacity: 1;
  background: none;
  padding-left: 0px;
  color: gray;
  transition: padding-left 0.2s, color 0.2s;
}
#contact input.finished {
  opacity: 1;
  background: none;
  padding-left: 0px;
  transition: padding-left 0.2s, color 0.2s;
}
#contact .send-notification {
  display: none;
}
#contact #contact-box {
  position: relative;
}
#contact #pre-note-form {
  opacity: 1;
  transition: opacity 0.5s;
}
#contact #pre-note-form.hidden {
  opacity: 0;
  transition: opacity 0.3s;
}
#contact #post-note-message {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.3s;
}
#contact #post-note-message.showing {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s;
}
#contact #post-note-message img {
  padding-top: 40px;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  #contact #post-note-message img {
    padding-top: 20px;
  }
}
#contact #post-note-message #post-note-message-text {
  width: 80%;
}
