/* fonts */
@font-face {
  font-family: Meshroom;
  src: url('assets/fonts/TheMeshroomRegular.ttf');
}
@font-face {
  font-family: Trueno;
  src: url('assets/fonts/TruenoUltLt.otf');
  font-weight: 100;
}
@font-face {
  font-family: Trueno;
  src: url('assets/fonts/TruenoLt.otf');
  font-weight: 200;
}
@font-face {
  font-family: Aukim Extra Bold;
  src: url('assets/fonts/AukimExtraBold.otf');
}
@font-face {
  font-family: Kendrick;
  src: url('assets/fonts/Kendrick.ttf');
}

/* general */
body {
  background-color: #f5f3ee;
}
h1 {
  font-family: Meshroom;
  letter-spacing: 21px;
  font-size: 67px;
  text-transform: uppercase;
  font-style: italic;
  color: black;
}
h2 {
  font-family: Meshroom;
  letter-spacing: 18px;
  font-size: 59px;
  text-transform: uppercase;
  font-style: italic;
  color: black;
}
h3 {
  font-family: Trueno;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.11px;
}
h4 {
  font-family: Montserrat;
  font-size: 15px;
  letter-spacing: 0.11px;
}
h5 {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 15px;
  line-height: 5px;
}
p {
  font-family: Trueno;
  font-weight: 100;
  font-size: 13px;
  letter-spacing: 0.1px;
}
.btn-outline-primary {
  color: #be6d54;
  border: 1px solid #be6d54;
  border-radius: 0;
  font-family: times new roman;
  font-size: 15px;
  padding: 8px;
  width: 130px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(:disabled):active {
  color: #e0937a;
  border: 1px solid #e0937a;
  background-color: transparent;
}
#content {
  min-height: 480px;
  max-width: 1100px;
  min-width: 980px;
  padding: 0 20px 0 20px;
}

/* header and footer specific */
hr {
  opacity: 100;
}
nav, #citystate {
  background-color: #e9e6df;
}
#citystate {
  position: relative;
  top: -20px;
  padding: 0 30px 50px 30px;
  margin-bottom: 30px;
}
.navbar-brand {
  font-family: Meshroom;
  font-size: 18px;
  letter-spacing: 6px;
  padding-left: 19px;
  color: black;
}
.navbar-nav {
  padding-right: 20px;
}
.nav-link {
  font-family: Trueno;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 14px;
  color: #bcaf90;
  padding: 0 28px 0 28px !important;
}
.active {
  color: #574b32 !important;
}
.nav-link:hover {
  color: #93876a;
}
#offcanvasNavbar {
  background-color: #e9e6df;
}
.navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
#contact-mailto {
  display: none;
}
.footer {
  padding: 10px 0;
}
.footer a {
  color: black;
  font-size: 12px;
  text-decoration: none;
}
.fa-linkedin {
  font-style: normal;
}


/* home page specific */
#firstname {
  margin-left: -116px;
}
#lastname {
  margin-left: -25px;
}
#home-blub {
  max-width: 400px !important;
  margin-left: 17px;
}
#kelly-home-img-col {
  padding: 0px;
}
#about-me-btn {
  margin-top: 10px;
  margin-left: -140px;
}
#kelly-home-img {
  width: 435px;
  float: right;
  padding-top: 100px;
  margin-right: 30px;
}


/* about me page specific */
#about-me-imgs img {
  width: 335px;
  padding: 20px;
  margin-left: 80px;
  margin-top: -30px;
}
#about-me-text {
  padding: 0 10px 0 0;
}
#about-me-h1 {
  position: relative;
  left: 50px;
}
#about-end {
  margin-top: 70px;
}
#signature {
  font-family: Kendrick;
  text-transform: initial;
  letter-spacing: 0px;
  font-size: 80px;
  transform: rotate(-15deg);
  color: #444444;
}
#contact-me-btn-gmail {
  margin-top: 80px;
  margin-bottom: 20px;
}
#contact-me-btn-mailto {
  display: none;
}

/* experience page specific */
#download-cv-btn {
  width: 163px;
  height: 46px;
  margin-top: 13px;
}
.resume-year {
  font-family: Aukim Extra Bold;
  font-style: italic;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 0px;
}
.resume-experience {
  font-family: Trueno;
  font-weight: 100;
  font-size: 16.3px;
}
.resume-experience-title {
  font-weight: 200;
}
.resume-header {
  margin-top: 50px;
}
.resume-header h2 {
  font-size: 50px;
  letter-spacing: 15px;
}

/* photos page specific */
#photos-subheader {
  margin-left: 20px;
}
#photos-row {
  margin: 70px 0 50px 0;
  text-align: center;
}
.drag-photo {
  max-height: 290px;
  max-width: 320px;
  position: relative;
}
#photo-1 {
  transform: rotate(30deg);
}
#photo-2 {
  transform: rotate(20deg);
}
#photo-3 {
  transform: rotate(-5deg);
}
#photo-4 {
  transform: rotate(5deg);
}
#photo-5 {
  transform: rotate(10deg);
}
#photo-6 {
  transform: rotate(-8deg);
}
#photo-7 {
  transform: rotate(5deg);
}
#photo-8 {
  transform: rotate(-25deg);
}
#photo-9 {
  transform: rotate(-2deg);
}
#photo-10 {
  transform: rotate(25deg);
}
#photo-11 {
  transform: rotate(-3deg);
}
#photo-12 {
  transform: rotate(-20deg);
}
#photo-13 {
  transform: rotate(13deg);
}
#photo-14 {
  transform: rotate(18deg);
}

/* error page specific */
.error {
  font-family: Aukim Extra Bold;
  margin-bottom: 30px;
}
#error_code {
  font-size: 120px;
}

/* media screen 767px (hamburger menu & iphones) */
@media screen and (max-width: 767px) {
  /* general */
  #content {
    max-width: 490px;
    min-width: 390px;
  }
  h1 {
    font-size: 60px;
    letter-spacing: 5px;
  }
  h2 {
    font-size: 50px;
    letter-spacing: 5px;
  }
  h3 {
    font-size: 14.5px;
  }

  /* header specific */
  .navbar-brand {
    width: 80%;
    text-align: center;
    padding-left: 20%;
    padding-top: 12px;
  }
  #citystate {
    text-align: center;
    padding-bottom: 12px;
    position: relative;
    top: -35px;
  }
  hr { 
    visibility: hidden;
  }
  .navbar-nav {
    margin-top: -40px;
  }
  .nav-item {
    padding: 20px !important;
  }
  .nav-link {
    font-size: 22px;
    color: #555555;
  }
  .active {
    color: #be6d54 !important;
  }
  #offcanvasNavbar {
    width: 300px;
  }
  #contact-gmail {
    display: none;
  }
  #contact-mailto {
    display: block;
  }

  /* home page specific */
  #kelly-home-img {
    width: 360px;
    margin: -140px 0 30px 0;
    float: initial;
  }
  #kelly-home-img-col {
    text-align: center;
  }
  #about-me-btn {
    margin: 10px;
  }
  #firstname, #lastname, #home-blub {
    margin: auto !important;
  }
  #firstname, #lastname {
    font-size: 40px;
  }
  #lastname {
    text-align: right;
    padding-bottom: 20px;
  }
  #home-blub {
    max-width: 370px;
  }

  /* about me specific */
  #about-me-imgs {
    display: none;
  }
  #about-me-header {
    width: 100%;
    margin: -40px 0 5px -60px;
    text-align: left;
  }
  #about-me-header h2 {
    font-size: 44px;
  }
  #about-me-text {
    width: 95%;
    margin-left: 5%;
  }
  #about-me-text p {
    font-size: 16px;
  }
  #about-end {
    margin-top: 28px;
  }
  #contact-me-btn-gmail {
    display: none;
  }
  #contact-me-btn-mailto {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #experience-btn {
    margin-bottom: 20px;
  }
  
  /* experience page specific */
  .resume-header {
    margin-top: 50px;
  }
  .resume-header h2 {
    font-size: 30px;
    letter-spacing: 10px;
  }
  .resume-experience {
    font-size: 14px;
  }
  .resume-year {
    font-size: 15px;
  }
}