* {
  font-family: "Montserrat", sans-serif;
  user-select: none;
}

a {
  color: #967bb6;
  text-decoration: none;
  transition-duration: 0.25s;
}

a:hover {
  color: #b47bb6;
}

body {
  background-color: rgb(17, 17, 17);
  color: white;
  margin: 0;
  padding: 0;
}

nav {
  min-height: 50px;
  background-color: rgb(17, 17, 17);
  margin: 0;
  padding: 0;
  border-bottom-color: #444;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav a {
  text-decoration: none;
  color: white;
  padding: 0.5vmin;
  transition-duration: 0.25s;
}

nav a:hover {
  color: #967bb6;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 2vmin;
  padding-left: 30vw;
}

nav li {
  display: inline-block;
}

p {
  line-height: 1.7;
  padding-left: 1vw;
  padding-right: 1vw;
}

#contact {
  padding: 10px;
  font-weight: 600;
  color: rgb(17, 17, 17);
  background-color: #967bb6;
  border-radius: 3px;
}

#contact:hover {
  background-color: #b47bb6;
}

.logo {
  object-fit: contain;
  width: auto;
  max-width: 100px;
  max-height: 100px;
  height: auto;
  margin: 0;
  padding: 0;
  user-select: none;
}

#content {
  min-height: 100px;
  width: 45vw;
}

#outer-wrapper {
  display: flex;
  justify-content: center;
}

.image-container {
  width: inherit;
  display: flex;
  justify-content: center;
}

.title-card {
  object-fit: cover;
  height: 20vh;
  width: 37vw;
  position: center;
}

.title-container {
  display: flex;
  align-items: center;
}

.link {
  width: 20px;
  height: 20px;
  padding-left: 10px;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background-color: #444;
}

::-webkit-scrollbar-thumb {
  background-color: #967bb6;
  border-radius: 6px;
}

.bottom-spacer {
  min-height: 50vh;
}

#headshot {
  object-fit: cover;
  object-position: 50% 25%;
}

.personal-image {
  width: 700px;
  height: auto;
  object-fit: cover;
  height: 500px;
  margin: 0;
  padding: 0;
}

.email-button {
  color: rgb(17, 17, 17);
  background-color: #967bb6;
  transition-duration: 0.25s;
  font-weight: 700;
  padding: 30px;
  margin: 25px;
  border-radius: 3px;
}

.email-button:hover {
  background-color: #b47bb6;
  color: rgb(17, 17, 17);
}

.slogan {
  color: white;
  background-color: #111111;
  display: flex;
  justify-content: center;
  padding: 20px;
  border-radius: 3px;
  opacity: 90%;
  width: 680px;
}

.subtitle {
  opacity: 90%;
  color: rgb(17, 17, 17);
  background-color: #967bb6;
  width: 200px;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  padding: 15px;
  transition-duration: 0.25s;
}

.subtitle:hover {
  background-color: #b47bb6;
}

#home-container {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-img {
  overflow: hidden;
  object-fit: cover;
  object-position: 50% 50%;
  width: 70vw;
  height: 70vh;
  z-index: -1;
  position: absolute;
  top: 20%;
  left: 15%;
  filter: blur(2px);
}

.title-logo {
  filter: drop-shadow(0 0 8px 0);
}

@media only screen and (max-width: 950px) {
  #content {
    width: 90vw;
  }
  nav ul {
    padding-left: 2vw;
  }
  .slogan {
    background-color: transparent;
  }
  .background-img {
    width: 68vw;
    top: 20%;
    left: 0%;
    scale: 2;
    filter: blur(1px);
    overflow: hidden;
  }
  #home-container {
    width: 100vw;
    justify-content: center;
  }
  .title-card {
    object-fit: cover;
    height: 20vh;
    width: 90vw;
  }
}

/*# sourceMappingURL=style.css.map */
