html, body {
  height: 100%;
  margin: 0;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}

h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

h4 {
  font-family: 'Inria Serif', serif;
}

p {
  font-family: 'Roboto', sans-serif;
}

a {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: black;
  text-decoration: none;
}

span {
  background-color: #ed2939;
}

hr {
  height: 1px;
  border: none;
  background-color: black;
  width: 85%;
  margin: 0;
}

li {
  margin-top: 1%;
}

@media only screen and (min-width: 769px) {
  .left-block {
    width: 40%;
    height: 100%;
    float: left;
    position: fixed;
    background-color: #f7f7f7;
  }

  .linktree {
      display: inline-block;
      position: relative;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }

  .linktree img {
   width: 25%;
   margin-top: 30px;
  }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .right-block {
    background-color: white;
    width: 60%;
    height: auto;
    text-align: left;
    float: right;
    position: relative;
  }

  .content {
    position: relative;
    margin-left: 5%;
  }

  #video {
    opacity: 75%;
    left: 0%;
    width: 100%;
    display: inline-block;
    position: fixed;
  }

  .right-block h1 {
    width: 85%;
  }

  .right-block p {
    width: 85%;
  }

  .right-block img {
    width: 25%;
    margin-bottom: 1%;
  }

  .review span {
    font-size: 50%;
    padding: 0 1% 0 1%;
  }

  .gal {
    float: left;
  }
}

@media only screen and (max-width: 769px) {
  .left-block {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
  }

  .linktree {
      display: inline-block;
      position: relative;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }

  .linktree img {
   width: 25%;
   margin-top: 30px;
  }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .right-block {
    background-color: white;
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
  }

  .content {
    position: relative;
    margin-left: 5%;
  }

  #video {
    opacity: 75%;
    left: 0%;
    width: 100%;
    display: inline-block;
    position: fixed;
  }

  .right-block h1 {
    width: 85%;
  }

  .right-block p {
    width: 85%;
  }

  .right-block img {
    width: 25%;
    margin-bottom: 1%;
  }

  .review span {
    font-size: 50%;
    padding: 0 1% 0 1%;
  }

  .gal {
    float: left;
  }
}
