/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */



/* NAV BAR */ 

/* responsive bit */ 

/*body {
  background-color: #FDF8F8;
}*/

#mainNav {
  min-height: 50px;
  max-width: 100%;
  background-color: #546c7a;
  font-family: 'PT Serif', serif;
  font-size: 1.3rem;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.5rem;
  color: #FDF8F8;
  border: 1px solid #FDF8F8;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #FDF8F8;
  font-size: 1.3rem;
  font-weight: bold;
}


@media (max-width: 992px) {
  #mainNav li a{
    color: #FDF8F8;
    font-size: 15px;
    font-weight: 300;

}
}



#mainNav .navbar-nav .nav-item:hover {
  font-weight: 500;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

/* desktop  */

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }

  #mainNav {
  font-size: 1.3rem;
  }


  #mainNav .navbar-brand {
    color: #FDF8F8; /*off white*/
    font-size: 1.3rem;
    font-weight: bold;
    padding: 30px 0px 30px 25px;
    font-weight: bold;
  }


  #navbarResponsive.collapse.navbar-collapse{
    justify-content: left;
    display: block !important;
  }


  #mainNav .nav-link {
    transition: none;    
    color: #FDF8F8; /*off white*/
    padding: 30px 25px 30px 25px;
  }

  #mainNav .nav-link:hover {
    font-weight: bold;
  }

  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #D2899F; /*tan*/
    align-content: center;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #D2899F;
    border-bottom: 2px solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #EEC7B6;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #EEC7B6;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #D2899F;
    outline: none;
    border-bottom: 5px solid #EEC7B6;
  }


}

/* MAST HEAD */

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: url("../img/mastheaddark.jpg"); /*linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%),*/
  background-position: bottom; 
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead {
  height: 100vh;
  padding: 0;
}

/* responsive bit */


@media (max-width: 992px) {

.masthead .name h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: 'PT Serif', serif;
  color: #FDF8F8;
  text-align: left;
  display: block;
  padding-top: 50%;
  font-weight: bold;
}

  .masthead .name p.body {
    display:block;
    color: #FDF8F8;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }
}

/* desktop */

@media (min-width: 992px) {

  .masthead .name {
    margin-left: 40px;
  }

  .masthead .name h1 {
    font-family: 'PT Serif', serif;
    font-size: 4rem;
    color: #FDF8F8;
    text-align: left;
    display: block;
    padding-top: 20%;
    font-weight: bold;
  }

  .masthead .name p.body {
    display:block;
    color: #FDF8F8;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }
}

/* responsive */

@media (max-width: 992px) {
  .figure-desktop {
    display: none;
  }

  .about-desktop {
    display:none;
  }
}

/*SECTION*/

section {
  padding: 10px 10px;
}

h2 {
  font-family: 'PT Serif', serif;
  font-size: 1.5rem;
  color: #F29494;
  font-weight: bold;
  text-align: center;
  padding: 20px 30px 20px 30px;
}

p {
  color: #363F46;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

img.profile{
  width: 100%;
  height:auto;
  border-radius: 75px;
  display: block;
}

figure{
  display: block;
  border-radius: 0.25rem;
}

.figure-img {
  line-height: 1;
  width: 100%;
  height: auto;
}

a:hover figure {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a:hover {
  text-decoration: none;
}

/* desktop */

@media (min-width: 992px) {

  .figure-mobile {
    display:none;
  }

  .about-mobile {
    display: none;
  }

  section {
  padding: 60px 60px;
  }

  h2 {
  font-size: 2.3rem;
  color: #F29494;
  padding: 10px 30px 40px 30px;
  }

  p {
  color: #363F46;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  }

  figure{
  display: block;
  border-radius: 0.25rem;
  margin:10px;
  }

  .figure-desktop .row {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .figure-img {
    height: auto;
    align-self: center;
    border-radius:25px;
    padding: 20px;
    margin: 0px;
  }

  a:hover figure {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: rgba(208, 183, 214, 0.51); /*specific color, just for this*/
  }

  a:hover {
  text-decoration: none;
  }

  img.profile {
  width: 300px;
  height:auto;
  border-radius: 75px;
  display: inline;
  }

}

footer p {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}