/*!
 * 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: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  padding-top: 54px;
  color: #868e96;
  margin: 0;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1 {
  font-size: 5rem;
  line-height: 5rem;
}

h2 {
  font-family: 'Playball', cursive;
  font-weight: 500;
  color: #343a40;
  font-size: 3.5rem;
  background-color: #0071bc;
  color: white;
  width: 100% !important;
  text-indent: 1rem;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

h3 {
  font-family: 'Cormorant SC', serif;
  font-weight: 500;
  color: #343a40;
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

p.lead {
  font-size: 1.15rem;
  font-weight: 400;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Cormorant SC', serif;
  font-size: 1.5rem;
}

.social-icons a {
  display: inline-block;
  position: relative;
  max-height: 60px;
  background-color: #495057;
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.5rem;
  margin-right: 1rem;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  background-color: #BD5D38;
}

.dev-icons {
  font-size: 3rem;
}

.dev-icons .list-inline-item i:hover {
  color: #BD5D38;
}

#about-background {
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #0071bcb4, rgba(255, 0, 0, 0));
  width: 100% !important;
}

.intermediate-image {
  width: 100%;
}


.topnav-text {
  display: none;
}

.topnav {
  display: none;
}

.top-icon {
  display: none;
}

.sidenav-img {
  display: none;
  max-width: 0px;
}

.ending-print {
  display: block;
  margin: auto;
  max-width: 2em !important;
  opacity: 0.7;
}

iframe {
  display: block;
}

.blue {
  width: 100%;
  background-color: #0071bc !important;
  border-radius: 5px;
}

#logo {
  display: none;
}

@media (min-height: 620px) {
  #logo {
    display: unset;
  }
}

#logo2 {
  display: none;
}

@media (min-height: 700px) {
  #logo2 {
    display: unset;
  }
}

.corner-button {
  display: none;
}

@media (min-width: 992px) {
  .corner-button {
    display: unset;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
  }

  #corner-image {
    background: #0071bc;
    width: 150px;
    height: 150px;
    font-size: 20px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: white;
    opacity: 80%;
  }

  #corner-image:hover {
    text-decoration: underline;
    cursor: pointer;
    opacity: 100%;
  }
}

.overlay {
  display: none;
}

@media (min-width: 992px) {
  .overlay {
    display: unset;
    height: 100%;
    width: calc(100% - 17rem);
    display: none;
    position: fixed;
    z-index: 1;
    top: 62px;
    left: 17rem;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
  }

  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .overlay a:hover,
  .overlay a:focus {
    color: #f1f1f1;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .topnav-text {
    font-size: 2.5vw !important;
    color: #343a40d5 !important;
    font-family: 'Playball', cursive;
    background: none;
    max-width: 70%;
    position: absolute;
    left: 290px;
    line-height: 62px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
    pointer-events: none;
  }

  .topnav-text a:hover {
    background-color: (255, 255, 255, 0.7);
    pointer-events: none;
  }

  /* Add a black background color to the top navigation */
  .topnav {
    overflow: hidden;
    background-color: rgb(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: unset;
    height: 62px;
  }

  /* Style the links inside the navigation bar */
  .topnav a {
    float: right;
    color: #343a40;
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 17px;
    height: 70px;
    min-width: 70 px;
  }

  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
  }

  .special-topnav {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
    pointer-events: none;
  }

  .special-topnav:hover {
    background-color: (255, 255, 255, 0.1) !important;
    pointer-events: none;
  }

  .main {
    padding: 16px;
    margin-top: 30px;
    height: 1500px;
    /* Used in this example to enable scrolling */
  }

  .top-icon {
    opacity: 0.9;
    height: 100%;
  }

  .topnav img {
    height: 40px;
    padding-top: 7px;
  }
}

@media (min-width: 2000px) {
  .topnav {
    overflow: hidden;
    background-color: rgb(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: unset;
  }
}

@media (min-width: 992px) and (min-height: 722px) {
  .topnav-text {
    display: unset;
  }

  .topnav {
    display: unset;
  }

  .top-icon {
    display: unset;
  }

  .sidenav-img {
    display: unset;
    max-width: 3.7em !important;
    position: absolute;
    left: 85px;
    bottom: 20px;
  }
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  font-family: 'Cormorant SC', serif;
}

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

#sideNav .navbar-toggler {
    position: absolute;
    right: 1vw;
    top: 1vh;
}

@media (min-width: 992px) {
  .navbarSupportedContent {
    position: absolute;
    top: 25vh;
    left: 0px;
  }

  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -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: 0 auto 0;
    padding: 0.5rem;
    justify-content: top;
    align-items: center;
  }

  #sideNav .navbar-brand .img-profile {
    max-width: 13rem;
    max-height: 13rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #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 .nav-link {
    display: block;
  }

  .sidenav-img {
    fill: white;
    display: inline;
    max-width: 100%;
  }
}

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 .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #282d31 !important;
}

.text-primary {
  color: #0071bc !important;
}

a {
  color: #0071bc;
}

a:hover,
a:focus,
a:active {
  color: #0071bc;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Crimson Text', serif;
  font-size: 1.5rem;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

.smallpic {
  max-width: 80vw !important;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  padding-top: 70px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #32383d;
  border-radius: 5px;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

hr {
  display: block;
  border: 0px;
  width: 8rem;
  background-image: url('../img/Elegant-Flourish-Frame-Extrapolated-19.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.grid-container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: stretch;
}

.grid-item {
  padding: 20px;
  font-size: 4vw;
  text-align: center;
}

.grid-container-two {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: stretch;
}

.grid-container-three {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: stretch;
}

.grid-item-two {
  padding: 20px;
  font-size: 4vw;
  text-align: center;
}

@media (min-width: 992px) {
  .grid-container {
    display: grid;
    grid-template-columns: 0.9fr 1.2fr 0.9fr;
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
    justify-items: stretch;
    align-items: stretch;
  }

  .grid-item {
    padding: 20px;
    font-size: calc(1vw + 1vh);
    text-align: center;
  }

  .grid-container-two {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: stretch;
  }

  .grid-item-two {
    padding: 20px;
    font-size: 30px;
    text-align: center;
  }
}

.horizontal-menu-item {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.ecwid a {
  font-size: 1.3rem !important;
  font-weight: 640 !important;
}