.new{
  color: #009EEB;
  font-weight: 700;
  font-size: 1rem;
}
html,body{
  background-color: #333;
  /* font-family: 'Montserrat', sans-serif; */
  /* font-family: 'Montserrat Alternates', sans-serif; */
}
#resume{
  font-family: 'Lato', sans-serif;
  background-color: #fff;
  margin: 40px auto 40px;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #eee;
  /* position: absolute;
  top: 0;
  left: 0; */
  /* 8.5x11 ratio = 1.29411764706 */
  width: 816px;
  height: 1056px;
  /* overflow: hidden; */
}
h1{
  font-size: 2.4rem;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}
h2{
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #fff;
  display: inline-block;
}
h2::after,h2::before{
  content: "  ";
  white-space: pre;
}
h3{
  font-size: 0.86rem;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 900;
}
h3.light{
  font-weight: 700;
}
h3 a{
  font-weight: inherit;
  font-size: inherit;
}
p,a,span{
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 18px;
}
p{
  margin-top: 1px;
  margin-bottom: 1px;
  /* margin-top: 0;
  margin-bottom: 0; */
}
p.link a{
  font-weight: 700;
}
a{
  text-decoration: none;
  color: #000;
}
hr{
  height: 1px;
  margin-top: 30px;
  margin-bottom: -21px;
  z-index: 100;
  border: medium none;
  border-top: #eee 1px solid;
}
.text-bold{
  font-weight: bold !important;
}
.row:not(.outer){
  padding: 20px;
}
.row > *{
  margin-bottom: 2px;
}
.t-c{
  text-align: center;
}
.t-r{
  text-align: right;
}
.f-r{
  float: right;
}
.italicized{
  font-style: italic;
}
.mb-xs{
  margin-bottom: 5px;
}
.inline{
  display: inline-block;
  margin-top: inherit;
  margin-bottom: inherit;
  padding-top: 5px;
}
.bulleted > *::before{
  content: '\2022';
  /* margin-left: 6px; */
  margin-right: 4px;
  font-weight: 100;
}
.contact{
  text-align: center;
  margin-bottom: -20px;
  z-index: 2;
}
.contact > *::after {
  content: '\2022';
  margin-left: 6px;
  margin-right: 4px;
  /* opacity: 0.5; */
  font-weight: 100;
}
.contact > *:last-child:after {
  content: "";
}
.skillset{
  /* margin-bottom: 10px; */
}
.dateloc{
  margin-top: 5px;
}
