html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Larsseit;
  src: url("fonts/Larsseit.woff") format("woff2"), url("fonts/Larsseit.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Larsseit Bold;
  src: url("fonts/Larsseit-Bold.woff") format("woff2"), url("fonts/Larsseit-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Larsseit', sans-serif; 
  line-height: 1.6;
  font-size: 30px;
  padding: 70px 113px;
  cursor: url('../img/normal.ico'), default;
  transition: 0s;
}
p {
  padding-bottom: 26px;
}
p:last-child {
  padding-bottom: 0px;
}
b {
  font-family: 'Larsseit Bold', sans-serif; 
}
a {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid black;
  cursor: url('../img/red.ico'), default;
}
a:hover {
  color: #CCCCCC;
  border: none;
}
a:hover i {
  color: black;
}
.crimson {
  font-family: 'Crimson Text', serif;
  font-size: 115%;
  padding-bottom: 30px;
}
i {
  font-family: 'Crimson Text', serif;
  font-style: oblique;
  font-size: 115%;
}
li {
  padding-bottom: 10px;
}
li::before { 
    content: "— ";
    color: #a9a9a9;
}
.header-small {
  font-size: 90%;
  margin-top: 20px;
}
.gray {
  color: #c7c7c7;
}
.quicklinks {
  padding-bottom: 30px;
  font-family: 'Crimson Text', serif;
}
.quicklinks li {
  padding-bottom: 7px;
}
.quicklinks a {
  font-family: 'Larsseit Bold', sans-serif; 
}
sup {
  font-size: 55%;
  vertical-align: super;
  color: #c7c7c7;
  margin-left: 5px;
}
.change-bg {
  color: #FF0000;
}
.screenshot {
  max-width: 100%;
  border-radius: 4px;
  margin-top: 25px;
}
.wrap {
  max-width: 750px;
  margin: 0 auto;
}
.noborder {
	border-bottom: none;
  cursor: pointer;
}
.skills {
  border: 1px solid #bdbdbd;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Larsseit Bold', sans-serif;
  position: relative;
  top: -6px;
}
.red-dot {
  color: red;
  margin-right: 16px;
}
.hire-me {
  margin-bottom: 45px;
}
.section-title {
  font-size: 20px;
  color: #797979;
  margin-bottom: 6px;
}
.button {
  background-color: #FDCB0E;
  padding: 10px 20px;
  border-radius: 4px;
}
.button:hover {
  background-color: #21ffad;
  color: black;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 26px;
    padding: 30px 25px;
  }
  p {
    padding-bottom: 20px;
  }
  li {
    padding-bottom: 30px;
  }
  .projects, .blog {
    margin-top: 10px;
  }
  .screenshot {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .hire-me {
    margin-left: 0;
  }
  .button {
    background-color: #FDCB0E;
    padding: 10px 20px;
    border-radius: 4px;
    width: 100%;
  }

}