body, html {
  height: 100%;
}

section {
  padding-bottom: 2em;
}

.altSectionBackdrop {
  background-color: #273c75;
  color: white;
}

.siteSection {
  font-size: 1.25vw;
}

.sectionHeader {
  font-size: 4vw;
  text-transform: uppercase;
}

.bottomSection {
  padding-bottom: 1em;
}

.sectionText {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
}

p, li {
  font-family: 'Raleway', sans-serif;

}

#landingImage {
  background-image: url(images/bg.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#landingImageOverlay {
  color: white;
  padding: 20px;
  width: 60%;
  height: 70%;
  margin: auto;
  position: absolute;
  border-radius: 15px;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
}

.imageContainer {
  text-align: center;
  height: 55%;
}

.textContainer {
  text-align: center;
  height: 45%;
}

.personalImage {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.centered {
  text-align: center;
}

.name {
  font-size: 5.5vw;
  text-transform: uppercase;
}

.profession {
  font-size: 2.5vw;
}

.gradSchool {
    font-size: 1.75vw;
}

.certified {
  font-size: 1.5vw;
}

.navbar-expand {
   padding: 25px;
   z-index: 150;
   // set animation
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.navbar-expand .navbar-brand {
  font-size: 2vw;
  transition: all 0.3s ease
}

.navbar-shrink {
   padding: 5px;
   text-align: left;
}

.navbar-shrink .navbar-brand {
  font-size: 1.5vw;
}

.navFont {
  color: #fff !important;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: 'Quicksand', sans-serif;

}

.navFont:hover {
  color: #273c75 !important;
}

.navbar-default {
  background-color: #302C3B;
  border: none;
}

.darkNav {
  background-color: #302C3B;
  color: white;
}

.navHeader {
  margin-left: 15%;
}

.nav-rightLinks li {
  text-decoration: none;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  letter-spacing: 1px;
  font-size: 1.25vw;
}

/* Override scrollspy's active link class */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: rgba(0,0,0,0.3);
  transition: all 0.8s ease;
  color: #273c75 !important;
}

.btn-circle {
  width: 7vw;
  height: 7vw;
  text-align: center;
  border-radius: 100%;
  border: 3px solid #273c75;
  padding: 0px 0px 0px 0px;
}

.btn-circle:hover {
  border: 3px solid #273c75;
}

.btn-circle i {
  font-size: 2em;
}

.buttonClass {
  color: #273c75;
  background-color: #fff;
  border: 3px solid #273c75;
}

.buttonClass span {
  font-family: 'Quicksand', sans-serif;
}

.buttonClass:hover {
  color: #fff;
  background-color: #273c75;
  border: 3px solid #273c75;
}

.buttonClass:active {
  color: #dddddd !important;
  background-color: #0f1730 !important;
  border: 3px solid #0f1730 !important;
}

.altButtonClass {
  color: #fff;
  background-color: #273c75;
  border: 3px solid #fff;
}

.altButtonClass span {
  font-family: 'Quicksand', sans-serif;
}

.altButtonClass:hover {
  color: #273c75;
  background-color: #fff;
  border: 3px solid #fff;
}

.altButtonClass:active {
  color: #dddddd !important;
  background-color: #0f1730 !important;
  border: 3px solid #0f1730 !important;
}

.skillsCerts {
  font-size: 14px;
}

.resumeButton {
  padding-top: 2vw;
}

.resumeButton i {
  font-size: 3vw;
}

.portfolioContainer {
  background-color: #fff;
  padding: 10px;
  height: 100%;
  color: navy;
  border-radius: 7px;
  position: relative;
}

.portfolioContainerBottom {
  text-align: center;
}

.portfolioContainer p {
  padding: 10px;
  font-size: 15px;
}

.contentLink {
  font-size: 15px;
}

/* Ensures portfolio containers in the same row have the same height */
.equalHeight {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.noPaddingRow > .col-md-10,.col-md-6 {
  padding: 0 0 0 0;
}

.contactIcons {
  padding-top: 1rem;
}

.contactRow h4 {
  font-size: 2vw;
}

.copyRight {
  font-size: 10px;
}

@media (min-width: 1224px) {
  .btn-circle {
    width: 110px;
    height: 110px;
  }

  .contactRow h4 {
    font-size: 30px;
  }

  .copyRight {
    padding-top: 10px;
    font-size: 15px;
  }

  .resumeButton i {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .portfolioContainer p {
    margin: 0 0 60px;
  }

  .portfolioContainerBottom {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
  }
}

@media (max-width: 768px) {
  #landingImage {
    height: 70%;
  }

  #landingImageOverlay {
    width: 100%;
    top: 75px;
  }

  .name {
    font-size: 8.5vw;
  }

  .navFont {
    font-size: 3vw;
  }

  .navbar-expand {
    line-height: 40px;
    height: auto;
    padding: 5px;
  }

  .navbar-expand .navbar-brand {
    font-size: 4vw;
  }

  .profession {
    font-size: 4.5vw;
  }
  
  .gradSchool {
      font-size: 3.5vw;
  }
  
  .certified {
    font-size: 3vw;
  }

  .sectionHeader {
    font-size: 7vw;
  }

  .btn-circle {
    width: 14vw;
    height: 14vw;
  }

  .contactRow h4 {
    font-size: 4vw;
  }

  .resumeButton {
    padding-bottom: 2vw;
  }

  .resumeButton i {
    font-size: 7vw;
  }
}
