
*,*::before,*::after{
  box-sizing:border-box;
}
*{
  margin:0;
  padding:0;
}
html,body{
  height:100%;
}
body{
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img,picture,video,canvas,svg{
  display:block;
  max-width:100%;
}
input,button,textarea,select{
  font:inherit;
}
p,h1,h2,h3,h4,h5,h6,li,dl,dt,blockquote{
  overflow-wrap:break-word;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
/* end normalization */
html{
  min-width:320px;
  width:100%;
  font:normal 100% 'Roboto', 'Arial', sans-serif;/*16/16*/
  line-height: 1.5;/*24/16 - Sets grid*/
  color:#404040;
  background:#f2f2f2;
}
/* Text Defaults */
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,details{
  margin-bottom:1rem;
}
h1,h2,h3,h4,h5,h6{
  color:#111111;
  line-height:1.2;
}
h1{
  font-size:3rem;
  font-weight:600;
}
h1 .subtitle{
  display:block;
  margin-top:0.5rem;
  font-size:2rem;
  font-weight:400;
  color:#404040;
}
h2{
  font-size:2rem;
}
h3{
  font-size:1.75rem;
}
h4{
  border-left:4px solid #404040;
  padding-left:8px;
  margin-left:-12px;
  font-size:1.5rem;
}
h5{
  font-size:1.125rem;
}
h6{
  font-size:1rem;
}
li,dd{
  margin-bottom:0.5rem;
}
li:last-child,dd:last-child{
  margin-bottom:0;
}
dt{
  font-weight:bold;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color:#007fff;
  text-decoration:none;
}
a.cta{
  display:block;
  text-align:center;
}
a.cta::before{
  content:'» ';
}
img{
  height:auto;
}
.is-inline{
  list-style:none;
}
.is-inline li{
  display:inline;
}
.is-inline li::after{
  content:' • ';
}
.is-inline li:last-child::after{
  content:'';
}
dl.is-inline dt::after{
  content:': ';
}
dl.is-inline dt,
dl.is-inline dd{
  display:inline;
}
dl.is-inline dd::after{
  content:'';
  display:block;
  margin-bottom:0.5rem
}
header{
  padding:0.5rem 0 0;
  background:linear-gradient(45deg,#80eaff 15%,#00aaff 60%);
}
header nav{
  background:#f2f2f2;
}
header nav ol{
  margin:0 auto;
  padding:0.75rem 1rem;
  max-width:840px;
  list-style:none;
  font-weight:bold;
  line-height:1.2;
}
header nav ol li span{
  margin-left:0.5rem;
  padding-left:0.5rem;
  border-left:1px solid;
  font-weight:normal;
}
header nav a{
  color:#1D2930!important;
}

main{
  margin:0 auto;
  padding:4rem 1rem;
  max-width:840px;
}
section{
  border-top:1px solid #bfbfbf;
  padding-top:1rem;
}
footer{
  margin:0 auto;
  padding:0 1rem 4rem;
  max-width:840px;
}
footer .copyright{
  font-size:0.75rem;
  text-align:center;
  color:#808080;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6,
.home p{
  text-align:center;
}
.home h1{
  text-transform:uppercase;
}
.home h1 .subtitle{
  text-transform:none;
}
.home ul{
  margin:0;
  padding:0;
  text-align:center;
  list-style-type:none;
}
.home img{
  margin:0 auto 1rem;
  border-radius:100%;
  display:block;
  max-width:256px;
}
.resume-duration,
.resume-location{
  font-weight:500;
  font-size:0.875rem;
  margin:-1rem 0 1rem;
  display:block;
}