/*!
 * Start Bootstrap - Resume v5.0.8 (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:'Indie Flower', cursive, sans-serif;
  color: #1a1aff;
  z-index: 1;
}

h1, h2{
  font-family: 'Architects Daughter', sans-serif;
  font-size: 6rem;
  line-height: 5.5rem;
}

h3, h4, h5, h6 {
  font-family:'Indie Flower', cursive, sans-serif;
  color: #a335dc;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
  padding-left: .5em;
}

.subheading {
  font-weight: 500;
  font-size: 1.5rem;
  font-size: 1.4em;
}

.bg-primary {
  background-color: #a335dc !important; /*this overides the default BS color for primary, which is blue */
}

#wdproj a h6 {
  color:#1a1aff;
}

#employers a h3 {
  color:#1a1aff;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
}

#sideNav .navbar-toggler:focus {
  outline-color: #c69ae3;
}

.background {
  display: block;
  background-image: url("../img/background.png");
  padding: 1em 0 1em 0;
  background-repeat: no-repeat;
  height: 5.4em;
}

.smallImage {
  width: 100%;
  margin: auto;
  cursor: pointer;
}

.smallImage:hover {
  cursor: pointer;
}

.modalBack {
  display: none;
  position: fixed;
  z-index: 2;
  padding: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

.modalImage {
  margin: auto;
  display: block;
  width: 65%;
  margin-left: 25%;
  z-index: 3;
}

.caption {
  margin-left: 25%;
  display: block;
  width: 70%;
  max-width: 700px;
  text-align: center;
  color: yellow;
  padding: 10px 0;
}

.modalImage, .caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.close {
  position: fixed ;
  top: 10%;
  right: 2%;
  color: white;
  font-size: 40px;
  transition: .03s;
}

form {
  display: grid;
  grid-template-columns: 20% 4fr;
  grid-gap: .5em;
}

form input, textarea {
  font-family: times, serif;
}
label {
  width: 4em;
}

input {
  width: 70%;
}

#button {
  grid-template-columns: auto;
  grid-column: 2;
  width: 40%;

}

@media (min-width: 992px) {

  body {
    padding-top: 0;
    padding-left: 17rem;
  }

  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    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;
  }

}

@media only screen and (max-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }

  form {
      display: grid;
      grid-template: repeat(4, 100%) / fr;
      grid-gap: .5em;
    }

    label {
      width: auto;
    }

    .modalImage {
      width: 120%;
      margin: auto;
    }

    input {
      width: 50%;
    }
}

@media only screen and (max-width: 460px) {

  .modalImage {
    width: 120%;
  }

  #about h1 {
    font-size: 4em;
  }

  #about h2 {
    font-size: 1.4em;
  }

 body h2 {
   font-size: 2em;
 }
  #wdproj {
    width: 80%;
    margin: auto;
    margin-right: 10%;
    text-align: center;
  }

  input {
    width: 100%;
  }

}
