html {
  scroll-behavior: smooth;
}
body {
  min-height: 75rem;
  padding-top: 0;
  background-color: #f0f0f0;
  position: relative;
}

/*body.modal-open { overflow:hidden; padding-right:inherit !important; }*/

/*.modal-open{overflow:auto !important; padding-right:0 !important;}*/

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.navbar > .container {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.19); */
}

.navbar-nav li a {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 40px;
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
}
.nav-item,
.nav-link {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.nav-link.active {
  border-bottom: 3px solid black;
}
.nav-link:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.19);
}
/* Footer -----------------------------*/
footer {
  background: #f0f0f0;
}
footer .social ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
footer .social ul li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
footer .social ul li a {
  text-decoration: none;
  color: #888888;
  text-transform: uppercase;
}
footer .social ul li a i:hover {
  color: #000000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* .social {
    padding: 20px 0;
} */

.copyright {
  padding-bottom: 20px;
}

/* Copyright */
.copyright p {
  color: #979797;
  font-size: 1.4rem;
  text-align: center;
}

.who-we-are {
  text-align: center;
  padding: 0.5em;
  cursor: pointer;
  display: block;
  color: black;
}

.who-we-are .name {
  font-weight: bolder;
  display: block;
  text-decoration: underline;
}

.who-we-are .title {
  font-size: smaller;
  font-weight: normal;
  color: #888888;
  display: block;
}

.who-we-are-photo {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  display: block;
  margin: auto;
  /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);*/
}

.jumbotron {
  background-color: white;
  /*border: 1px solid #9e9e9e;*/
  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);*/
  /*-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);*/
  /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);*/
}

.section {
  min-height: 25rem;
  padding-top: 6.5rem;
}

.section > container {
  position: relative;
}

.section-header {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /*font-size: 2.5rem;*/
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 3rem;
}

.section-header:before {
  content: '';
  height: 1px;
  left: 0%;
  margin-top: 15px;
  position: absolute;
  width: 30%;
  background-color: rgba(0, 0, 0, 0.1);
}

.section-header:after {
  content: '';
  height: 1px;
  right: 0%;
  margin-top: 15px;
  position: absolute;
  width: 30%;
  background-color: rgba(0, 0, 0, 0.1);
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
}

.bio section {
  font-size: smaller;
  border-top: 3px solid black;
  padding-top: 0.5rem;
}

main .container {
  padding-top: 5rem;
}

/*.bio dt {*/
/*    dipslay: flex;*/
/*    flex-direction: row;*/
/*}*/

/*.bio dt .l {*/
/*    */
/*}*/

#contact .d-flex > div {
  padding: 2rem;
}

#myModal header {
  display: none;
}

/* #resume section {
  page-break-inside: avoid;
} */
