html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat', sans-serif;
    padding-top: 100px;
    text-align: center;
    height: 100%;
    position: relative;
    background-color: #d3d3d8;

}

p {
    font-weight: 600;
    margin-bottom: 70px;
    /*text-align: justify;*/
}

hr {
    width: 300px;
    height: 3px;
    margin-bottom: 30px;
    margin-top: 30px;
    background: #2c3e50;
}

#interests ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 600;
}

.fadein {
  opacity: 0;
  -webkit-animation: fadein 3s 0.5s forwards;
          animation: fadein 3s 0.5s forwards;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}

.navbar-scroll {
    min-height:50px !important;
    -webkit-transition: min-height 0.3s linear;
    -o-transition: min-height 0.3s linear;
    transition: min-height 0.3s linear;
}

.navbar-basic {
    min-height:100px !important;
    -webkit-transition: min-height 0.3s linear;
    -o-transition: min-height 0.3s linear;
    transition: min-height 0.3s linear;
}


.navbar-dark .navbar-brand {
    color : white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color : #d3d3d8;
}

.navbar-dark .navbar-brand:hover {
    font-size: 1.6rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 2;
    padding-left: 1rem !important; 
    padding-right: 1rem !important;
}

a.nav-item.nav-link.active {
    background-color: #d3d3d8;
    color: black !important;
    border-radius: 0.25rem !important; 
}

a.nav-item.nav-link.active:hover {
    color: white;
}

.bottomBar {
    background-color: #2d3035;
}

.bottomBar p {
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
}

.odd-page {
    background-color: #d3d3d8;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #2c3e50;
    position: static;
}

.even-page {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #2c3e50;
}

.last-page {
    background-color: #2c3e50;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-title {
    font-size: 2em;
    font-weight: 700;
}

.last-page .fa {
    margin-left: 10px;
    margin-right: 10px;
    color: white;
}

.img-thumbnail {
    height: 300px;
}

.img-story {
    width: 80%;
}

.shout {
    font-size: 1em;
    margin: 50px 50px 50px 50px;
}

#name {
    font-size: 2em;
    font-weight: 700;
}

#title {
    font-weight: 600;
    margin-bottom: 100px;
}

#profile-pic {
    border-radius: 50%;
    margin-bottom: 50px;
    height: 126px;
    width: 134px;
}

#navbar-main .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 20px;
  max-width: 2000px;
}

#projects img {
  height: 200px;
  width: 400px;
}

#navbarSupportedContent div.nav-item.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {

  #name {
    font-size: 5rem;
  }

  .page-title {
    font-size: 3em;
  }

  .shout {
    font-size: 20px;
  }

  #profile-pic {
    height: 253px;
    width: 268px;
  }
}

@media (max-width: 800px) {
  .last-page {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .last-page .fa {
    font-size: 40px;
  }
}
