

header.masthead .intro-text .skills {
  font-size: 1.5em;
}
header.masthead .intro-text .name {
  font-size: 3em;
}
.col{
  margin: .75em;
  border-radius: 5px;
}
.handson{
  background: #DFE6E8;
  -webkit-transition: background .75s, color .25s;
  text-align: center;
  padding-top: 1em;
}
.handson:hover{
  background: #5073BF;
  color: #E1E2E6;
}
.skill-head{
  font-size: 1.3em;
  font-weight: bold;
}
.skill-text{
  font-size: 1em;
  padding: 1em;
  vertical-align: middle;
}
.award-subtitle{
  text-align: center;
  font-size: 1.5em;
}
.award{
  margin-top: 2em;
  text-align: center;
  background: #5073BF;
  padding-top: 1em;
  padding-bottom: 2em;
  border-color: #5073BF;
  border-style: solid;
  border-radius: 30px;
  -webkit-transition: border-color .75s;
}
.award:hover{
border-color: white;
}
.clogo{
  margin-top: 2em;
}
.two-logo{
  margin-top: 1em;
}
.contact{
  font-size: 1em;
  text-align: center;
  margin: .5em;
  padding: 3em;
  background: #EBEFF0;
}
.contact-title{
  font-size: 1.5em;
  border-bottom:1px solid;
  margin-bottom: 1em;
}
.contact-text{
  font-size: 1.7em;
}


hr.contact-light,
hr.contact-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px; }

hr.contact-light:after,
hr.contact-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f2bc'; }

hr.contact-light {
  border-color: white; }

hr.contact-light:after {
  color: white;
  background-color: #18BC9C; }

hr.contact-primary {
  border-color: #2C3E50; }

hr.contact-primary:after {
  color: #2C3E50;
  background-color: white; }


hr.skill-light,
hr.skill-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px; }

hr.skill-light:after,
hr.skill-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f1c9'; }

hr.skill-light {
  border-color: white; }

hr.skill-light:after {
  color: white;
  background-color: #18BC9C; }

hr.skill-primary {
  border-color: #2C3E50; }

hr.skill-primary:after {
  color: #2C3E50;
  background-color: white; }

hr.swirl-light,
hr.swirl-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px; }

hr.swirl-light:after,
hr.swirl-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f2dd'; }

hr.swirl-light {
  border-color: white; }

hr.swirl-light:after {
  color: white;
  background-color: #18BC9C; }

hr.swirl-primary {
  border-color: #2C3E50; }

hr.swirl-primary:after {
  color: #2C3E50;
  background-color: white; }

.ext{
  margin: .75em;
}
.contact-info{
  font-size: .75em;
  padding: 1.5em;
  color: white;
  width: 33%;
}
