/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 18px;
  line-height: 1.5em;
  color: rgb(40,40,40);
  font-weight: 400;
}
p.small {
  font-size: 12px;
}
p.description{
  font-size: 16px;
}
p.thin{
  font-weight: 300;
}
strong.content{
  font-weight: 600;
  color: #4b6cb7;
}
span.liverpool {
  font-weight: 600;
  background: rgb(200, 16, 46);
  color: rgb(248, 248, 248);
  padding-left: 4px;
  padding-right: 4px;
}
.menu-button{
  color: rgb(248, 248, 248);
  font-size: 12px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: rgb(40,40,40);
  text-decoration: none;
}
a.team:hover,
a.team:focus,
a.team:active{
  text-decoration: underline;
}
a.page-link:hover{
  border-bottom: 6px solid #4b6cb7;
}
a.link{
  color: rgb(40,40,40);
  border-bottom: 6px solid #4b6cb7;
}
a.link:hover{
  background: #4b6cb7;
  color: white;
}
.italics{
  font-style: italic;
}
.icon-small{
  font-size: 20px;
  padding-left: 5px;
}
.section-underline{
  border-bottom: 6px solid #4b6cb7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: rgb(40,40,40);
}
h1.subtitle{
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-top: 0px;
}
header .intro-text {
  padding-bottom: 50px;
}
h1.section-title,
h2.section-title,
h3.section-title,
h4.section-title,
h5.section-title,
h6.section-title{
  padding-bottom: 25px;
  text-align: right;
  font-weight: 600;
  letter-spacing: -1.5px;
}
h1.work-title,
h2.work-title,
h3.work-title,
h4.work-title,
h5.work-title,
h6.work-title{
  padding-top: 10px;
  line-height: 0.25em;
  font-weight: 400;
  text-transform: uppercase;
}
h1.resume-title,
h2.resume-title,
h3.resume-title,
h4.resume-title,
h5.resume-title,
h6.resume-title{
  font-weight: 400;
  color: rgb(80,80,80);
  padding-bottom: 25px;
}
h1.link,
h2.link,
h3.link,
h4.link,
h5.link,
h6.link{
  color: rgb(80,80,80);
  padding-top: 15px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
h1.latest-title,
h2.latest-title,
h3.latest-title,
h4.latest-title,
h5.latest-title,
h6.latest-title{
  font-weight: 400;
  color: #4b6cb7;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
span.section-text {
  background: rgb(48, 48, 48);
  color: rgb(255, 255, 255);
  padding: 0px 8px 0px 8px;
}
.box-list {
  padding-top:10px;
  padding-bottom:10px;
  border-bottom: solid 1px rgb(200,200,200);
}
.img-centered {
  margin: 0 auto;
}
.section-content {
  padding-top: 20px;
  /* padding-left: 25px; */
}
@media(max-width: 768px) {
  h1.section-title {
    text-align: left;
  }
}
.job {
  padding-bottom: 25px;
}
.project {
  padding-bottom: 5px;
}
.work-row{
  display: flex;
  flex-wrap: wrap;
}
.work-item{
  position: relative;
  padding: 10px;
}
.work-item:hover{
  background: rgba(240, 240, 240, 0.8);
}
.work-item .work-link{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
ul.tools{
  display: flex;
  list-style: none;
  padding: 4px;
}
li.tool-name{
  font-size: 12px;
  margin-right: 4px; 
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid #4b6cb7;
  color: #4b6cb7;
  font-weight: 400;
  letter-spacing: 0.25px;
}
p.work-desc{
  font-weight: 300;
}
header {
  text-align: center;
}
header .page-title {
  padding-top: 20px;
}
header .intro-text .name{
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -4px;
}
header .intro-text .subtitle {
  font-weight: 400;
  letter-spacing: -0.8px;
}
span.highlight-green{
  background: #55E6C1;
}
span.highlight-green-padded{
  background: #55E6C1;
  padding-left: 8px;
  padding-right: 8px;
}
span.highlight-black{
  background: rgb(48, 48, 48);
  color: rgb(255, 255, 255);
  padding: 0px 8px 0px 8px;
}
span.highlight-blue{
  background: #4b6cb7;
  color: rgb(248, 248, 248);
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 100px;
    padding-bottom: 15px;
  }
  header .intro-text .name {
    font-size: 80px;
  }
  header .page-title .name{
    font-size: 48px;
  }
}
@media(max-width: 425px){
  h1.name {
    font-size: 64px;
    padding-top: 75px;
    text-align: left;
    margin-bottom: 0;
    padding-left: 5px;
  }
  .subtitle{
    text-align: left;
    font-size: 30px;
    padding-left: 5px;
  }
  h1.section-title{
    font-size: 28px;
  }
  header .page-title{
    padding-top: 100px;
  }
  .project-title{
    text-align: left;
  }
}
.navbar-custom {
  background: rgba(48, 48, 48, 0.98);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
}
.navbar-custom .navbar-brand {
  font-family: 'Major Mono Display', monospace;
  font-weight: 400;
  /* letter-spacing: -1px; */
  text-transform: none;
  color: rgb(248, 248, 248);
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: rgb(184, 184, 184);
}
.navbar-custom .navbar-nav {
  /*letter-spacing: -0.25px;*/
}
.navbar-custom .navbar-nav li a {
  color: rgb(248, 248, 248);
}
.navbar-custom .navbar-nav li a:hover {
  color: rgb(184, 184, 184);
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: rgb(184, 184, 184);
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-toggle {
  color: rgb(212, 212, 212);
  text-transform: uppercase;
  font-size: 6px;
  border-color: rgb(212, 212, 212);
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: transparent;
  color: rgb(184, 184, 184);
  border-color: rgb(184, 184, 184);
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 0px 0;
  }
  .navbar-custom .navbar-brand {
    /* font-weight: 700; */
    font-size: 24pt;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    /*font-size: 1.5em;*/
  }
}
.borderline{
  border-bottom: 1px solid rgb(240,240,240);
  padding-top: 50px;
}
section {
  padding: 50px 0;
}
section h2 {
  margin: 0;
  padding-bottom: 50px;
}
section.success {
  color: rgb(40,40,40);
}
section.dark{
  background: rgb(20,20,20);
  color: rgb(248, 248, 248);
}
section.dark h1.section-title {
  color: rgb(248, 248, 248);
}
section.dark p {
  color: rgb(248, 248, 248);
}
section.dark a.link {
  color: rgb(248, 248, 248);
}
section.alt{
  background: rgb(248,248,248);
}
section#project-header{
  padding-top: 100px;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  section.first {
    padding-top: 75px;
  }
  .navbar-custom .navbar-brand {
    /* font-weight: 700; */
    font-size: 24pt;
  }
  .navbar-custom .navbar-nav{
    text-align: center;
  }
}
#education,
#skills,
#work-experience,
#add-experience,
#coursework{
  padding-top: 25px;
}
.skill-list{
  padding-right: 50px;
}
.resume-head{
  padding-top: 30px;
}
#resume{
  text-align: center;
}
.resume-img{
  max-width: 85%;
  box-shadow: 0px 0px 12px 1px rgb(180,180, 180);
}
.video{
  padding-bottom: 50px;
}
.project-details{
  padding-top: 25px;
}
.proj-img{
  height: 100%;
  width: 100%;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(80, 80, 80, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  font-size: 16px;
  color: rgb(48, 48, 48);
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 25px;
  background: rgb(235, 235, 235);
}
footer .footer-col {
  margin-bottom: 8px;
}
footer .footer-below {
  padding-bottom: 25px;
  background: rgb(235, 235, 235);
}
.btn-outline {
  color: rgb(120,120,120);
  font-size: 20px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: rgb(40,40,40);
  background: rgb(228, 228, 228);
  border: solid 2px rgb(40,40,40);
}
.btn-primary {
  color: rgb(120,120,120);
  background-color: white;
  border: solid 2px rgb(120,120,120);
  font-weight: 600;
  margin-top: 30px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: rgb(40,40,40);
  background: white;
  border: solid 2px rgb(40,40,40);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid rgb(120, 120, 120);
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.resume-details{
  /*line-height: 1.25em;*/
  padding-left: 50px;
}
.extra-space{
  padding-top: 50px;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #18BC9C;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}
ul.skills {
  font-size: 18px;
  line-height: 1.5em;
  color: rgb(40,40,40);
  font-weight: 400;
}
.list-inline {
  list-style: none;
  padding:0;
}
.list-inline > li {
  display: inline;
}
.list-pipe > li:not(:last-child)::after {
  content: '|';
  padding-left: 10px;
}