/* Nicole Reed CSS */


@font-face {
        font-family: karla;
        src: url(../fonts/Karla-Regular.ttf) format('truetype');

        }


html,
body {

    height: 100%;
    font-family: karla;
    color: #444040;
    background-color: ;
}

.navbar-fixed-top {
  background-color: rgba(255,255,255, 1);
}

.title {

  font-family: karla;
  font-size: 2.5rem;
  margin-top: 7rem;
}

#nav-button {
  margin-top: -5rem;
  border: none;
  background-color: none;
  width: 2rem;
}

#nav-button:hover {
  cursor: pointer;
}

#nav-pages {
  text-align: center;
  float: right;
  margin-top: -4.86rem;
}

#nav-pages a{
  color: #818181;
  font-size: 1rem;
  padding: .5rem;
}

#nav-pages a:hover, #nav-pages a:focus {
    color: #444040;
}

#nav-pages .active {
  text-decoration: underline;
  color: #444040;
}

#linkedin img {
  color: #818181;
  width: 1.25rem;
  padding-bottom: .5rem;
}

address {
  font-size: .8rem;
}

address a {
  color: #444040;
  text-decoration: none;
}

figcaption a {
  color: #444040;
  text-decoration: underline;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    right: 0;
    top: 0;
    background-color: rgba(255,255,255, 1); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    margin-right: ;
    margin-top: .75rem;
    border-bottom-left-radius: 15px;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: left; /* Centered text/links */
    margin-top: 1.5rem; /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin-right: ;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #444040;
}

.overlay-content .active {
  color: #444040;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: -3%;
    left: 0%;
    font-size: 30px;
    background-color: rgba(255,255,255, 1);
    color: #444040;
    padding-bottom: 5rem;
}

#nicole-top {
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

#nicole-top a {
  color: #444040;
  text-decoration: none;
}

#name {
  font-size: 2rem;
  margin-bottom: -.80rem;
}

#occupation {
  font-size: 1rem;
}

.img-header {

    margin-top: 4rem;
    max-width:  100%;
    border-radius: 20px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: auto;
    margin-right: auto;

            }

.profilecard {
    margin-bottom: 5rem;
    height: 525px;
}

.profilecard a {
    color: #444040;
    text-decoration: none;
}

.card-title {
  font-size: 1.75rem;
  color: #5c5c5e;
  margin-top: 1rem;
}

.title-sub {
  color: #7a7a7f;
}

.card-text-link {
  color: #444040;
  text-decoration: underline;
}

.card-img-top {
  width: 100%;
  padding: rem;
}

.modal-body img {
  float: left;
  max-width: 500px;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

figure {
  float: left;
}

.modal-title a {
  color: #444040;
  text-decoration: none;
}

.profile {
  cursor: pointer;
}

.articlecard {
  background-color: #FFFFFF;
  margin-bottom: 2rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;

}

.article {
  cursor: pointer;
}

#about a {
  color: #444040;
  text-decoration: underline;
}

li {
  list-style-type: square;
  font-size: 1rem;
}

#projects li {
  padding-bottom: 1rem;
}

#project-list li {
  opacity: 0;
  font-size: 1rem;

}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* Extra small devices (portrait phones, less than 544px)*/
@media (max-width: 544px) {

  .modal-body img {
    float: none;
    max-width: 375px;

  }
  #about h2 {
    margin-top: 2rem;
  }

}

/* Small devices (landscape phones, 544px and up)*/
@media (min-width: 544px) and (max-width: 768px) {
    .profile {
      height: 565px;
    }
    .modal-body img {
      float: none;
      max-width: 500px;

    }
    #about h2 {
      margin-top: 2rem;
    }


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 992px) {

  .modal-body img {
    float: none;
    max-width: 500px;

  }

  #nicole-profile-pic {
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1200px) {
  .profile {
    height: 565px;
  }


  #nicole-profile-pic {
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {



}
