/* line 4, homepage.css.scss */
body {
  background-color: #FAFAFA;
  background-image: url("/images/sheldon-photo.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Roboto', sans-serif; }

/* line 15, homepage.css.scss */
.title {
  position: fixed;
  top: 50px;
  left: 50px;
  height: 70px;
  font-size: 60px;
  line-height: 70px;
  color: white; }
  /* line 26, homepage.css.scss */
  .title img {
    position: absolute;
    height: 65px; }
  /* line 31, homepage.css.scss */
  .title .text {
    display: inline-block;
    margin-left: 80px; }
  /* line 36, homepage.css.scss */
  .title .font-light {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75); }

/* line 42, homepage.css.scss */
.navbox {
  position: fixed;
  top: 230px;
  left: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  border-left: 10px solid #fff;
  box-sizing: border-box;
  font-size: 60px; }
  /* line 51, homepage.css.scss */
  .navbox .navitem {
    display: block;
    color: white;
    margin-left: -10px;
    padding-left: 25px;
    padding-right: 30px;
    box-sizing: border-box;
    font-weight: 300; }
    /* line 60, homepage.css.scss */
    .navbox .navitem:hover, .navbox .navitem:active, .navbox .navitem:focus {
      background-color: rgba(0, 0, 0, 0.2);
      border-left: 10px solid #03A9F4;
      padding-left: 15px;
      text-decoration: none; }

/* line 71, homepage.css.scss */
.corner {
  position: fixed;
  box-sizing: border-box;
  border: 0px solid #fff;
  width: 100px;
  height: 100px; }

@media only screen and (min-width: 1200px) {
  /* line 82, homepage.css.scss */
  .corner-left-bottom {
    bottom: 50px;
    border-bottom-width: 10px;
    left: 50px;
    border-left-width: 10px; }

  /* line 89, homepage.css.scss */
  .corner-right-bottom {
    bottom: 50px;
    border-bottom-width: 10px;
    right: 50px;
    border-right-width: 10px; }

  /* line 96, homepage.css.scss */
  .corner-right-top {
    top: 50px;
    border-top-width: 10px;
    right: 50px;
    border-right-width: 10px; } }
@media only screen and (max-width: 768px) {
  /* line 106, homepage.css.scss */
  .title, .navbox {
    position: relative;
    top: 0;
    left: 0; }

  /* line 112, homepage.css.scss */
  .title {
    height: 2.7em;
    margin: 15% 20px 15% 20px;
    text-align: center; }
    /* line 117, homepage.css.scss */
    .title .text {
      display: block;
      font-size: 65%;
      line-height: 1em;
      margin: 6px 0; }
      /* line 123, homepage.css.scss */
      .title .text .font-light {
        display: block; }
    /* line 128, homepage.css.scss */
    .title img {
      position: relative;
      height: 0.9em; }

  /* line 135, homepage.css.scss */
  .navbox {
    margin: 20px; }

  /* line 138, homepage.css.scss */
  .navbox .navitem {
    font-size: 70%; }

  /* line 142, homepage.css.scss */
  body {
    background-image: url("/images/sheldon-vert.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100%; } }
