/* line 9, /Users/Jake/Web Dev/j.frackson.com/style.scss */
body {
  overflow-x: hidden; }

/* line 13, /Users/Jake/Web Dev/j.frackson.com/style.scss */
h1 {
  margin-top: 15%;
  font-size: 6em;
  font-family: "Roboto";
  font-weight: 900;
  color: #454545; }

/* line 21, /Users/Jake/Web Dev/j.frackson.com/style.scss */
h2 {
  font-size: 2em;
  font-family: "Roboto";
  font-weight: 900;
  color: #454545; }
  /* line 26, /Users/Jake/Web Dev/j.frackson.com/style.scss */
  h2 a {
    text-decoration: underline; }
    /* line 28, /Users/Jake/Web Dev/j.frackson.com/style.scss */
    h2 a:hover {
      color: #3d3d3d; }

/* line 34, /Users/Jake/Web Dev/j.frackson.com/style.scss */
h3 {
  font-family: "Roboto";
  color: #454545;
  line-height: 1.2em; }

/* line 40, /Users/Jake/Web Dev/j.frackson.com/style.scss */
p, a {
  font-family: "Roboto";
  color: #454545;
  line-height: 1.6em; }

/* line 46, /Users/Jake/Web Dev/j.frackson.com/style.scss */
.icons {
  transition: .5s;
  padding: 20px;
  border-radius: 100%;
  margin-right: 15px;
  margin-top: 10px;
  background-color: #3d3d3d;
  border: 2px solid #3d3d3d;
  color: white; }
  /* line 55, /Users/Jake/Web Dev/j.frackson.com/style.scss */
  .icons:hover {
    background-color: white;
    color: #3d3d3d; }

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