.hero {
  height:calc(100vh - 60px);
}

.title {
  font-size: 30pt;
  font-weight:300;
}

.slogan {
  font-size: 14pt;
  font-weight:100;
}

.section {
  padding-top:60pt;
  padding-bottom: 40pt;
}

.headline {
  font-size: 24pt;
  font-weight:100;
  text-align: center;
  margin-bottom:50pt;
}

p {
  font-size: 14pt;
  font-weight:400;
  margin-left: 10%;
  margin-right: 10%;
}

.orange { color: #FF9947; }
.blue { color: #0081D5; }
.red { color: #D1335B; }

.avatar {
    margin: 10px;
    border: 5px solid;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.about {
  color: white;
  background-color: #1e1e1e;
}
.work { background-color: #FFFFFF; }
.life { 
  color: white;
  background: linear-gradient(to bottom, #FA1169, #FEDC36);
}
.contact { background-color: #FFFFFF; }

.skill { width: 100%; background-color: #eee; }

.skill-title {
  padding-left: 5pt;
  background-color: #0081D5;
  font-size: 14pt;
  font-weight:300;
  margin-bottom: 5pt;
  color: white;
}

.row {
  margin: 20pt;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
