body {
  font-family: "Titillium Web", sans-serif;
  margin: 0px;
  padding: 0px; }

.row {
  margin-left: 0;
  margin-right: 0; }

h1 {
  font-family: "Fredoka One", sans-serif; }

.gradient-overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=0 ); }

.gradient-overlay-20 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=0 ); }

.clearfix::after {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.padding-right {
  padding-right: 20px; }

.orange {
  color: #ffa400; }

.purple {
  color: #6D2077; }

.blue {
  color: #005eb8; }

.red {
  color: #ef3340; }

.green {
  color: #84bd00; }

.vertical-line {
  border-left: 2px solid #ffa400;
  height: 45px;
  margin-left: 20px;
  margin-right: 20px; }

#nav-bar {
  z-index: 10;
  position: fixed;
  top: -200px;
  background-color: #6D2077;
  width: 100%;
  margin: 0;
  padding: 0px; }
  #nav-bar .nav-mobile, #nav-bar .mobile-sub-nav {
    display: none; }
  #nav-bar .gradient-overlay {
    width: 100%;
    height: 100%;
    z-index: 11; }
    #nav-bar .gradient-overlay .row {
      padding: 20px; }
      #nav-bar .gradient-overlay .row .id-label {
        display: inline;
        padding-left: 20px; }
      #nav-bar .gradient-overlay .row h1 {
        color: #ffffff;
        display: inline; }
      #nav-bar .gradient-overlay .row ul {
        display: inline; }
      #nav-bar .gradient-overlay .row li {
        display: inline;
        list-style-type: none;
        margin: 20px;
        color: #ffffff;
        font-size: 2rem; }
      #nav-bar .gradient-overlay .row li.nav-selected {
        border-bottom: 4px solid #ffffff; }
      #nav-bar .gradient-overlay .row #profile-link, #nav-bar .gradient-overlay .row #experience-link, #nav-bar .gradient-overlay .row #skills-link, #nav-bar .gradient-overlay .row #education-link, #nav-bar .gradient-overlay .row #work-link {
        cursor: pointer; }

.hero {
  position: fixed;
  margin: 0px;
  height: 1500px;
  width: 100%;
  top: 0;
  background: #6D2077;
  z-index: 1; }
  .hero .gradient-overlay {
    width: 100%;
    height: 100%;
    z-index: 2; }
  .hero .hero-inner {
    color: white;
    text-align: center; }
    .hero .hero-inner h1 {
      font-size: 5rem; }
    .hero .hero-inner h2 {
      font-size: 3rem; }

.scroller {
  position: fixed;
  bottom: 5em;
  z-index: 3;
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  cursor: pointer; }
  .scroller p {
    color: #ffffff;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase; }
  .scroller .chevron {
    background: url(chevron.png) no-repeat;
    width: 62px;
    height: 44px;
    content: "";
    margin: 0px auto; }

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-0.5em); } }
@keyframes bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-0.5em); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

#body-wrapper {
  width: 100%;
  top: 1500px;
  z-index: 4;
  background: #ffffff;
  position: relative;
  padding: 0; }

#professional-experience {
  width: 100%;
  background: #ffa400;
  margin: 0;
  z-index: 4; }
  #professional-experience .gradient-overlay-20 {
    z-index: 5;
    width: 100%;
    height: 100%; }
  #professional-experience .experience-inner {
    width: 100%;
    margin: 0;
    padding: 30px 100px;
    z-index: 4; }
    #professional-experience .experience-inner .experience-header {
      text-align: center; }
      #professional-experience .experience-inner .experience-header h1 {
        font-size: 5rem;
        margin-bottom: 20px; }
  #professional-experience h3, #professional-experience h4 {
    font-weight: bold; }
  #professional-experience h3 {
    font-size: 3.5rem; }
  #professional-experience h4 {
    font-size: 2.5rem; }
  #professional-experience p {
    font-size: 1.75rem;
    line-height: 3rem; }
  #professional-experience #experience ul {
    margin-left: 20px; }
  #professional-experience #experience li {
    list-style-type: disc;
    font-size: 1.75rem;
    margin-bottom: 1rem; }
  #professional-experience #experience .more {
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600; }
  #professional-experience #experience #more-northstar-bullets, #professional-experience #experience #more-caelo-bullets, #professional-experience #experience #more-pennwell-bullets-1, #professional-experience #experience #more-pennwell-bullets-2,
  #professional-experience #experience #more-pennwell-bullets-3, #professional-experience #experience #more-pennwell-bullets-4,
  #professional-experience #experience #more-icoms-bullets, #professional-experience #experience #more-vst-bullets {
    display: none; }
  #professional-experience .pad-me {
    padding: 0 20px; }
  #professional-experience .job-list {
    margin-bottom: 20px; }

#profile {
  width: 100%;
  background: #84bd00;
  margin: 0;
  z-index: 4; }
  #profile .gradient-overlay-20 {
    z-index: 5;
    width: 100%;
    height: 100%; }
  #profile .profile-inner {
    width: 100%;
    margin: 0;
    padding: 30px 100px;
    z-index: 4; }
    #profile .profile-inner .profile-header {
      text-align: center; }
      #profile .profile-inner .profile-header h1 {
        font-size: 5rem;
        margin-bottom: 20px; }
    #profile .profile-inner p {
      font-size: 2rem;
      line-height: 3.5rem;
      padding-left: 20px; }
      #profile .profile-inner p .label {
        font-weight: bold;
        color: #000000;
        font-size: 2.5rem;
        padding: 0; }

.photo-frame {
  border: 5px solid #ffa400;
  border-radius: 50%;
  max-width: 100%;
  height: auto; }

.skills-wrapper {
  padding: 20px 0; }
  .skills-wrapper .skills-header {
    text-align: center; }
    .skills-wrapper .skills-header h1 {
      font-size: 5rem;
      margin-bottom: 20px; }

.skill-level {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #005eb8;
  border-radius: 9px;
  top: 9px;
  left: 200px;
  z-index: 2; }

.banner {
  color: #ffffff;
  background: #ef3340;
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  position: fixed;
  top: 0px;
  right: -155px;
  padding: 10px 20px;
  min-width: 400px;
  text-align: center;
  z-index: 15; }
  .banner a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700; }

.banner-shadow {
  background: #000000;
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  position: fixed;
  top: 24px;
  right: -145px;
  padding: 10px 20px;
  min-width: 400px;
  text-align: center;
  z-index: 8; }

#photoshop-skillset, #illustrator-skillset, #streaming-skillset, #audio-skillset {
  background: #ffa400; }

#mac-skillset, #windows-skillset, #linux-skillset {
  background: #84bd00; }

.skill-level-underlay {
  position: absolute;
  width: 300px;
  height: 18px;
  background: #D9D9D6;
  border-radius: 9px;
  top: 9px;
  left: 200px;
  z-index: 1; }

.skillset {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  width: 200px;
  text-align: right;
  padding-right: 9px;
  margin-top: 0px; }

.skill {
  padding: 5px 0px;
  vertical-align: middle;
  position: relative; }

.skill-header {
  font-family: "Fredoka One";
  font-size: 25px;
  margin-top: 24px;
  margin-bottom: 18px; }

section {
  margin: 20px; }

.skill-level-percentage {
  position: absolute;
  left: 510px;
  top: 4px;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  width: 50px; }

#education-wrapper {
  width: 100%;
  background: #005eb8;
  margin: 0;
  z-index: 4;
  color: #ffffff; }
  #education-wrapper .gradient-overlay-40 {
    z-index: 5;
    width: 100%;
    height: 100%; }
  #education-wrapper .education-inner {
    width: 100%;
    margin: 0;
    padding: 30px 100px;
    z-index: 4; }
    #education-wrapper .education-inner .education-header {
      text-align: center; }
      #education-wrapper .education-inner .education-header h1 {
        font-size: 5rem;
        margin-bottom: 20px; }
  #education-wrapper h3, #education-wrapper h4, #education-wrapper h2 {
    font-weight: bold; }
  #education-wrapper h3 {
    font-size: 3.5rem; }
  #education-wrapper h4 {
    font-size: 2.5rem; }
  #education-wrapper p {
    font-size: 1.75rem;
    line-height: 3rem; }
  #education-wrapper .addl-course {
    font-size: 1.75rem; }
  #education-wrapper .addl-course-years {
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }

#work-wrapper {
  width: 100%;
  background: #84bd00;
  margin: 0;
  z-index: 4;
  color: #ffffff; }
  #work-wrapper .gradient-overlay {
    z-index: 5;
    width: 100%;
    height: 100%; }
    #work-wrapper .gradient-overlay #work {
      text-align: center;
      width: 100%;
      margin: 0;
      padding: 30px 100px;
      z-index: 4; }
      #work-wrapper .gradient-overlay #work h1 {
        font-size: 5rem;
        margin-bottom: 20px; }
      #work-wrapper .gradient-overlay #work .work-content {
        margin-top: 20px;
        margin-bottom: 10px; }
        #work-wrapper .gradient-overlay #work .work-content .work-sample {
          border: 1px solid #000000;
          width: 400px;
          box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
        #work-wrapper .gradient-overlay #work .work-content .logo-sample {
          width: 250px; }

footer {
  background-color: #000000;
  text-align: center;
  padding: 20px; }

.copyright {
  font-size: 22px; }

.copyright-symbol {
  margin-top: 4px;
  display: inline; }

.maker {
  margin-top: 10px;
  font-size: 18px; }

.red {
  color: #ef3340; }

.white {
  color: #ffffff; }

.purple {
  color: #6D2077; }

.blue {
  color: #005eb8; }

.green {
  color: #84bd00; }

header {
  margin-top: 0px;
  margin-left: 0px;
  color: #ffffff;
  text-align: center; }

#doors {
  display: none; }

#mask-left, #mask-right {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 100000;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0; }

#mask-left {
  left: 0; }

#mask-right {
  right: 0; }

#wrapper-band {
  margin: 0;
  padding: 20px 0 20px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #005eb8;
  height: 180px;
  width: 100%; }
  #wrapper-band #inner-wrapper-band {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #84bd00; }

#outer-circle {
  padding: 20px;
  position: absolute;
  top: 50%;
  margin-top: -180px;
  background-color: #005eb8;
  height: 360px;
  width: 180px; }
  #outer-circle #inner-circle {
    position: absolute;
    top: 50%;
    margin-top: -150px;
    height: 300px;
    width: 150px;
    background-color: #ffa400; }
  #outer-circle #inner-circle.left {
    border-bottom-left-radius: 150px;
    border-top-left-radius: 150px;
    right: 0; }
  #outer-circle #inner-circle.right {
    border-bottom-right-radius: 150px;
    border-top-right-radius: 150px;
    left: 0; }

#outer-circle.left {
  border-bottom-left-radius: 360px;
  border-top-left-radius: 360px;
  right: 0; }

#outer-circle.right {
  border-bottom-right-radius: 360px;
  border-top-right-radius: 360px;
  left: 0; }

#welcome-text {
  font-family: "Lobster", cursive;
  color: #ffffff;
  font-size: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  z-index: 100001;
  text-align: center;
  width: 100%; }

#oval-overlay {
  background-color: #ffffff;
  text-align: center;
  width: 800px;
  height: 400px;
  border-radius: 400px/200px;
  margin: 0px auto;
  margin-top: 60px; }

#nav-header {
  position: fixed;
  top: 0px;
  opacity: 0;
  width: 100%; }

#nav-header-inner {
  background-color: #ef3340;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
  text-align: center;
  width: 100%; }

#nav-oval-overlay {
  background-color: #ffffff;
  text-align: center;
  width: 330px;
  height: 165px;
  border-radius: 165px/82px;
  margin: 0px 60px;
  margin-top: 40px; }

#nav-tagline {
  background-color: #ffffff; }

#nav-logo {
  text-align: left;
  margin-bottom: 10px;
  height: 90px;
  margin-left: 95px;
  margin-top: -20px; }

#nav-logo img {
  height: 90px; }

#tagline {
  text-align: center;
  margin-top: -100px; }

@media screen and (max-width: 579px) {
  .banner, .banner-shadow {
    display: none; }

  #nav-bar {
    z-index: 10;
    position: fixed;
    top: -200px;
    background-color: #6D2077;
    width: 100%;
    margin: 0;
    padding: 0px; }
    #nav-bar .nav-mobile {
      display: block;
      padding: 0; }
      #nav-bar .nav-mobile .nav-mobile-left {
        text-align: left;
        padding-left: 0; }
        #nav-bar .nav-mobile .nav-mobile-left .id-label {
          text-align: left;
          padding-left: 0px; }
          #nav-bar .nav-mobile .nav-mobile-left .id-label h1 {
            font-size: 27px; }
      #nav-bar .nav-mobile .nav-mobile-left {
        text-align: left;
        padding: 0; }
        #nav-bar .nav-mobile .nav-mobile-left .menu {
          display: inline;
          padding-left: 20px;
          padding-right: 0px; }
          #nav-bar .nav-mobile .nav-mobile-left .menu .fa-navicon {
            color: #ffffff;
            font-size: 28px;
            text-align: right;
            cursor: pointer;
            padding-right: 20px; }
    #nav-bar .gradient-overlay {
      width: 100%;
      height: 100%;
      z-index: 11; }
      #nav-bar .gradient-overlay .row {
        padding: 20px; }
        #nav-bar .gradient-overlay .row ul {
          display: block; }
        #nav-bar .gradient-overlay .row ul.mobile {
          padding-top: 0px;
          text-align: left;
          padding-right: 0px;
          padding-left: 0px; }
        #nav-bar .gradient-overlay .row li {
          display: block;
          list-style-type: none;
          margin-top: 0;
          margin-bottom: 20px;
          margin-right: 0;
          color: #ffffff;
          font-size: 2rem;
          cursor: pointer; }
      #nav-bar .gradient-overlay .row.mobile-sub-nav {
        padding-top: 0;
        display: none; }

  .nav {
    display: none; }

  #skills-wrapper .row {
    margin-left: 0;
    margin-right: 0; }

  .skills-wrapper {
    margin-left: 0;
    margin-right: 0; }
    .skills-wrapper .skills-header h1 {
      font-size: 3rem; }

  .skills-column {
    padding-left: 0;
    padding-right: 0; }
    .skills-column .skill .skill-level {
      left: 110px;
      z-index: 2;
      top: 7px; }
    .skills-column .skill .skill-level-underlay {
      width: 190px;
      left: 110px;
      top: 7px; }
    .skills-column .skill .skill-level-percentage {
      left: 300px;
      font-size: 16px; }
    .skills-column .skill .skillset {
      font-size: 14px;
      width: 110px; }
    .skills-column .skill-header {
      font-size: 2rem;
      padding-left: 20px; }

  #header .hero-inner {
    color: white;
    text-align: center; }
    #header .hero-inner h1 {
      font-size: 3rem; }
    #header .hero-inner h2 {
      font-size: 2rem; }
    #header .hero-inner .vertical-line {
      display: block;
      border-left: none;
      border-bottom: 1px solid #ffa400;
      width: 50%;
      height: 1px;
      margin: 20px auto; }

  #profile .profile-inner {
    padding: 20px; }
    #profile .profile-inner .profile-header h1 {
      font-size: 3rem; }
    #profile .profile-inner .profile-pic {
      text-align: center;
      margin: 0 auto;
      padding-bottom: 20px;
      text-align: center;
      margin-bottom: 20px; }
    #profile .profile-inner .profile-text {
      font-size: 1rem; }

  #professional-experience .experience-inner {
    padding: 20px; }
    #professional-experience .experience-inner .experience-header h1 {
      font-size: 3rem; }
  #professional-experience h3 {
    font-size: 2.5rem; }
  #professional-experience h4 {
    font-size: 1.85rem;
    float: none; }
  #professional-experience #experience ul {
    margin-left: 0; }

  #education-wrapper .education-inner {
    padding: 20px; }
    #education-wrapper .education-inner .education-header h1 {
      font-size: 3rem;
      margin-bottom: 20px; }
  #education-wrapper h2 {
    font-size: 1.85rem; }
  #education-wrapper .addl-course {
    font-size: 1.5rem; }
  #education-wrapper .addl-course-years {
    font-size: 1.25rem; }
  #education-wrapper h3 {
    float: none;
    font-size: 2rem; }
  #education-wrapper h4 {
    font-size: 1.5rem; }

  .copyright {
    font-size: 1.85rem; }

  .maker {
    font-size: 1.25rem; }

  #work-wrapper .gradient-overlay #work {
    padding: 10px 10px; }
    #work-wrapper .gradient-overlay #work h1 {
      font-size: 3rem; }
  #work-wrapper .gradient-overlay .work-content img.work-sample {
    max-width: 300px; }
  #work-wrapper .gradient-overlay .work-content h3 {
    margin-bottom: 40px; } }
@media screen and (min-width: 580px) and (max-width: 768px) {
  #nav-bar {
    z-index: 10;
    position: fixed;
    top: -200px;
    background-color: #6D2077;
    width: 100%;
    margin: 0;
    padding: 0px; }
    #nav-bar .nav-mobile {
      display: block;
      padding: 0; }
      #nav-bar .nav-mobile .nav-mobile-left {
        text-align: left;
        padding-left: 0; }
        #nav-bar .nav-mobile .nav-mobile-left .id-label {
          text-align: left;
          padding-left: 20px; }
          #nav-bar .nav-mobile .nav-mobile-left .id-label h1 {
            font-size: 27px; }
      #nav-bar .nav-mobile .nav-mobile-left {
        text-align: left;
        padding: 0; }
        #nav-bar .nav-mobile .nav-mobile-left .menu {
          display: inline;
          padding-left: 20px; }
          #nav-bar .nav-mobile .nav-mobile-left .menu .fa-navicon {
            color: #ffffff;
            font-size: 28px;
            text-align: left;
            cursor: pointer; }
    #nav-bar .gradient-overlay {
      width: 100%;
      height: 100%;
      z-index: 11; }
      #nav-bar .gradient-overlay .row {
        padding: 20px; }
        #nav-bar .gradient-overlay .row ul {
          display: block; }
        #nav-bar .gradient-overlay .row ul.mobile {
          padding-top: 0px;
          text-align: left; }
        #nav-bar .gradient-overlay .row li {
          display: block;
          list-style-type: none;
          margin-top: 0;
          margin-bottom: 20px;
          margin-right: 0;
          color: #ffffff;
          font-size: 2rem;
          cursor: pointer;
          margin-left: 0px;
          padding-left: 0px; }
      #nav-bar .gradient-overlay .row.mobile-sub-nav {
        padding-top: 0;
        display: none; }
    #nav-bar .nav {
      display: none; }

  .scroller {
    bottom: 3em; }

  .skill-level {
    left: 200px;
    z-index: 2;
    top: 7px; }

  .skill-level-underlay {
    width: 300px;
    left: 200px;
    top: 7px; }

  .skillset {
    font-size: 18px;
    width: 200px; }

  .skill-header {
    font-size: 20px; }

  .skill-level-percentage {
    left: 495px;
    font-size: 16px; }

  #header-inner {
    background-color: #cf152d;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
    text-align: center; }

  #oval-overlay {
    background-color: #fff;
    text-align: center;
    width: 500px;
    height: 250px;
    border-radius: 250px/125px;
    margin: 0px auto;
    margin-top: 40px; }

  #logo {
    text-align: center;
    margin-bottom: 40px; }

  #logo img {
    margin-top: 50px;
    height: 120px; }

  #profile .profile-pic {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center; }

  #experience .float-left, #experience .float-right, #education .float-left, #education .float-right {
    float: none; }

  .work-content h3 {
    margin-bottom: 40px; } }
@media screen and (min-width: 769px) and (max-width: 940px) {
  .skillset {
    width: 130px; }

  .skill-level {
    left: 135px;
    z-index: 2;
    top: 7px;
    max-width: 180px; }

  .skill-level-underlay {
    width: 180px;
    left: 135px;
    top: 7px; }

  .skill-header {
    font-size: 20px; }

  .skill-level-percentage {
    left: 320px;
    font-size: 16px; } }
@media screen and (min-width: 941px) and (max-width: 992px) {
  .skillset {
    font-size: 14px;
    width: 100px; }

  .skill-level {
    left: 110px;
    z-index: 2;
    top: 7px; }

  .skill-level-underlay {
    width: 220px;
    left: 110px;
    top: 7px; }

  .skill-header {
    font-size: 20px; }

  .skill-level-percentage {
    left: 330px;
    font-size: 16px; } }
@media screen and (min-width: 993px) and (max-width: 1249px) {
  .skillset {
    width: 165px; }

  .skill-level {
    left: 175px;
    z-index: 2;
    top: 7px; }

  .skill-level-underlay {
    width: 220px;
    left: 175px;
    top: 7px; }

  .skill-header {
    font-size: 20px; }

  .skill-level-percentage {
    left: 390px;
    font-size: 16px; } }
@media screen and (min-width: 1250px) and (max-width: 1400px) {
  .skillset {
    width: 165px; }

  .skill-level {
    left: 175px;
    z-index: 2;
    top: 7px; }

  .skill-level-underlay {
    width: 270px;
    left: 175px;
    top: 7px; }

  .skill-header {
    font-size: 20px; }

  .skill-level-percentage {
    left: 445px;
    font-size: 16px; } }
#test-output-border {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100px;
  border: 1px solid #ef3340;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 1; }

#test-output-wrapper {
  background: #ef3340;
  opacity: 0.4;
  padding: 30px 0;
  z-index: 2; }

#test-output {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding: 20px 0;
  opacity: 1 !important;
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100px; }

/*# sourceMappingURL=styles.css.map */
