/*!
 * Start Bootstrap - Resume v5.0.4 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */ body {
  font-family: 'Roboto', sans-serif;
  color: #000;
}
@media (min-width:992px) {
  body {
    padding-top: 0;
    padding-left: 17rem
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
h1 {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -2px;
}
@media (max-width: 500px) {
  h1 {
    font-size: 3.3rem;
    letter-spacing: 0px;
  }
  h1 span {
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 379px) {
  h1 {
    font-size: 2.9rem;
  }
  h1 span {
    font-size: 2.9rem;
  }
}
@media (max-width: 320px) {
  h1 {
    font-size: 2.4rem;
  }
  h1 span {
    font-size: 2.4rem;
  }
}
h2 {
  font-size: 4.5rem;
  letter-spacing: -1.5px;
  line-height: 0.9;
}
@media (max-width: 500px) {
  h2 {
    font-size: 5.5rem;
    letter-spacing: -1.5px;
    line-height: 0.9;
  }
  h2 span {
    font-size: 2.5rem;
    line-height: 0.9;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 379px) {
  h2 span {
    font-size: 2rem;
  }
  h2 {
    font-size: 4.5rem;
    letter-spacing: -1.5px;
    line-height: 0.9;
  }
}
@media (max-width: 320px) {
  h2 {
    font-size: 3.75rem;
  }
  h2 span {
    font-size: 1.7rem;
  }
}
h3 {
  font-size: 2rem
}
p.lead {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
}
.subheading {
  text-transform: uppercase;
  font-weight: 600;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: #000;
  line-height: 1;
  padding: 10px 0px 1px;
}
.subheading ul {
  padding: 0px 0px 0px 2px;
}
.subheading li {
  display: inline !important;
  padding: 0px 15px 0px 0px;
}
.subheading a:hover {
  color: #a0b99c;
  text-decoration: none;
  transition: 0.25s;
}
.subheading span {
  padding: 0px 8px;
  position: relative;
  bottom: 2px;
}
.subheading .at {
  padding: 0px 0px;
  position: relative;
  bottom: 3px;
}
.subheading i {
  color: #8BAB89;
  font-size: 80%;
  position: relative;
  bottom: 1px;
  padding-right: 0px;
}
.subheading-mobile {
  display: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #000;
  line-height: 1.5;
  padding-bottom: 10px;
}
.subheading-mobile i {
  display: inline-block !important;
  width: 1%;
  margin: 0px 28px 0px 0px;
  color: #8BAB89;
}
.subheading-mobile .fa-mobile-alt {
  position: relative;
  left: 4px;
}
.subheading-mobile .at {
  padding: 0px 0px;
  position: relative;
  bottom: 3px;
}
.subheading-mobile a:hover {
  color: #a0b99c;
  text-decoration: none;
  transition: 0.25s;
}
@media (max-width: 500px) {
  .subheading {
    display: none;
  }
  .subheading-mobile {
    display: inline-block !important;
  }
}
@media (max-width: 379px) {
  .subheading-mobile {
    font-size: 1.2rem;
  }
}
@media (max-width: 320px) {
  .subheading-mobile {
    font-size: 1rem;
  }
  .subheading-mobile i {
    margin: 0px 20px 0px 0px;
  }
  .subheading-mobile .at {
    bottom: 1.5px;
  }
}
.social-icons {
  margin-bottom: 70px;
}
@media (max-width: 900px) {
  .social-icons {
    margin-bottom: 20px;
    align-content: center;
    display: flex;
    justify-content: center
  }
}
.social-icons a {
  display: inline-block;
  padding: 0px 15px;
  color: #000 !important;
  text-align: center;
  font-size: 1.75rem;
  margin-right: 0rem;
  cursor: pointer;
}
.social-icons a:last-child {
  margin-right: 0
}
.social-icons a:hover {
  color: #8BAB89 !important;
  transition: 0.25s;
}
.dev-icons {
  font-size: 3rem
}
.dev-icons .list-inline-item i:hover {
  color: #bd5d38
}
#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  letter-spacing: .05rem;
  text-transform: uppercase;
}
#sideNav .navbar-toggler:focus {
  outline-color: #d48a6e;
}
@media (min-width:992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 17rem;
    height: 100vh
  }

  #sideNav .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 0;
    padding: .5rem
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 15rem;
    max-height: 15rem;
  }
  #sideNav .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto
  }
  #sideNav .navbar-collapse .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block
  }
}
section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  max-width: 75rem
}
section.resume-section .resume-item .resume-date {
  min-width: none
}
@media (min-width:768px) {
  section.resume-section {
    min-height: 100vh
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem
  }
}
@media (min-width:992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.bg-primary {
  background-color: #02534c !important;
}
.text-primary {
  color: #b9d9d2 !important;
}
a {
  color: #000
}
a:active, a:focus, a:hover {
  color: #824027
}
.project {
  padding: 5px;
}
.text-brand {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 2rem;
  border: 3px #000 solid;
  background-color: #cec2d5;
  padding: 0px 20px 5px;
}
.w-90 {
  width: 90%;
}
.w-10 {
  width: 10%
}
.disclose {
  color: #000;
  opacity: 0.3;
  text-align: center;
  position: relative;
  top: 30px;
}
@media (max-width: 900px) {
  .disclose {
    top: 0px;
  }
}
.list-web {
  color: #000;
  list-style: none;
  padding: 0px;
}
.list-web li {
  border-bottom: solid 1px #cccccc;
  padding: 15px 0px
}
/* Split the screen in half */
.split {
  height: 100px;
  width: 50%;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 0px;
}
/* Control the left side */
.prev {
  left: 0;
  transition: 0.25s;
}
/* Control the right side */
.next {
  right: 0;
  transition: 0.25s;
}
/* If you want the content centered horizontally and vertically */
.centered {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.centered i {
  position: relative;
  padding: 0px 8px;
  font-size: 90%
}
.prev:hover {
  transition: 0.25s;
  letter-spacing: 2px;
}
.next:hover {
  transition: 0.25s;
  letter-spacing: 2px;
}
.centered a:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 500px) {
  .centered h4 {
    font-size: 17px;
  }
  .centered i {
    padding: 0px 3px;
    font-size: 85%;
  }
  .prev:hover {
    letter-spacing: 1px;
  }
  .next:hover {
    letter-spacing: 1px;
  }
}
@media (max-width: 320px) {
  .centered h4 {
    font-size: 14px;
  }
  .centered i {
    padding: 0px 2px;
  }
  .prev:hover {
    letter-spacing: 0.5px;
  }
  .next:hover {
    letter-spacing: 0.5px;
  }
}
.btn-color {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  z-index: 1;
  background-color: #cec3d6;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 1.5rem;
  transition: 0.25s;
  position: relative;
  left: 8px;
  letter-spacing: 0.5px;
  border: none;
}
.btn-color-line {
  padding: 15px 40px;
  position: relative;
  right: 8px;
  bottom: 8px;
  z-index: 10;
  border: 3px solid #000;
  transition: 0.1s;
}
.btn-color:hover {
  background-color: #a0b99c;
  transition: 0.25s;
  letter-spacing: 2px;
}
.btn-color a:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 425px) {
  .portfolio {
    margin-top: 50px;
  }
  .color-block {
    margin-top: 93px;
  }
  .title {
    font-size: 2rem;
  }
}
@media (min-width: 380px) {
  .logo img {
    width: 275px !important;
  }
  .navbar-toggler-icon {
    margin: 0;
    position: fixed;
    display: inline-block;
    top: 6.5%;
    right: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  white-space: nowrap
  }
}
@media (max-width: 379px) {
  .logo img {
    width: 225px !important;
  }
  .portfolio {
    margin-top: 40px;
  }
  p.lead {
    font-size: 1rem;
  }
  .color-block {
    margin-top: 80px;
  }
}
@media (max-width: 320px) {
  .logo img {
    width: 190px !important;
  }
  .portfolio {
    margin-top: 30px;
  }
  p.lead {
    font-size: 0.9rem;
  }
  .btn-color, .btn-color-line {
    font-size: 1.2rem;
  }
  .color-block {
    margin-top: 72px;
  }
}