@font-face {
    font-family: "Chamo";
    src: url(resources/fonts/champagne__limousines-webfont.woff) format("woff");
}

.accent-color {
  color: red;
}

.undecorated {
  list-style-type: none;
}

html,body {
  font-family: helvetica, arial, sans-serif;
  font-weight: 100;
}

body {
  margin: 0px;
}

h1, h2 {
  margin: 0px 10px;
  font-family: Chamo;
}

.document{
  max-width: 950px;
  padding-left: 10px;
  margin: 0px auto;
  box-shadow: 3px 3px 10px grey;
  border-left: 4px solid red;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*JONAH PRICE*/
header h1 {
  font-size: 100px;
}

h1 .the-big-j {
  font-size: 200px;
  font-weight: 100;
  vertical-align: top;
  position: relative;
  top: -30px;
  -webkit-transform: scale(4);
  -moz-transform:    scale(4);
  -ms-transform:     scale(4);
  -o-transform:      scale(4);
  transform:         scale(4);
}

h1 .price {
  color: #7F7F7F;
}

/*HEADER*/

.save-links {
  float: right;
  margin: 10px;
}

/*CONTACT LIST*/

.contact-list {
  margin: 0px;
  margin-left: 30px;
  padding: 0px;
  display: flex;
  position: relative;
  top: -110px;
  white-space: nowrap;
}

.hidden-button {
  color: black;
  text-decoration: none; /* no underline */
}

.hidden-button:hover {
  cursor: pointer;
  text-shadow: 1px 1px 1px #c7c7c7;
}

.contact-list i {
  margin-right: 5px;
  font-size: 18px;
}

.contact-list .contact-item {
  margin-left: 15px;
}

.contact-list .wide {
  width: 100%;
}
.contact-list .line {
  height: 0px;
  width: 95%;
  border-top: 1px solid;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
}

/*MAIN BODY */

main {
  /*position: relative;
  top: -100px;*/
  margin-top: -100px;
  padding: 15px;
  padding-right: 40px;
}

main ul {
  padding-left: 20px;
}

ul ul {
  margin-bottom: 7px;
}

/*.skills {
  display: flex;
}

.skills ul {
  display: initial;
}*/

.undecorated {
  list-style-type: none;
}

.section-title {
  font-weight: bold;
}

.section-meta {
  color: #7F7F7F;
  float: right;
}

.project-description {
  font-style: italic;
}

li h2 {
  font-weight: bold;
  font-size: 40px;
  margin-top: 15px;
  margin-bottom: 7px;
}

ul ul {
  /*margin-bottom: 5px;*/
}
