/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body,
html {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  letter-spacing: 1px;
  background: #fffbf1;
  color: #333;
}

/* .row > * {
  padding-right: 0;
  padding-left: 0;
} */

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #273c75;
}

.brand {
  background: #273c75;
}

.gold {
  color: #e1b12c;
}

span {
  color: #e1b12c;
}

.span-cap {
  font-size: 1.2em;
  color: white;
}

.text-brand {
  color: #273c75;
}

#hero {
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-height: 90vh;
  /* background-image: url(hero.jpg);
  opacity: 50%; */
  background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url(photos/faves/ext/20.JPG);

  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(photos/faves/ext/20.JPG);

  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    ),
    url(photos/faves/ext/20.JPG);

  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(photos/faves/ext/20.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 576px) {
  #hero {
    min-height: 75vh;
  }
}

/* #hero h1 {
  display: inline-block;
} */

#text-box {
  /* padding-left: 10rem;
  padding-right: 10rem; */
  background-color: rgba(0, 0, 0, 0.3);
  /* display: inline-block; */
  height: auto;
  max-width: 50%;
}

@media only screen and (max-width: 576px) {
  #text-box {
    max-width: 90%;
  }
}

@media only screen and (max-width: 576px) {
  #hero .display-3 {
    font-size: 2rem;
  }
}

.navbar {
  padding: 0.5rem 0.5rem;
  width: 100%;
}

.navbar h2,
h5 {
  margin-bottom: 0rem;
}

.navbar h2 {
  font-size: 2rem;
}
/* 
#center-block {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.7)),
    to(rgba(255, 255, 255, 0.7))
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.7)
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.7)
  );
  max-width: 75vw;
}

@media only screen and (max-width: 576px) {
  #center-block {
    max-width: 90vw;
  }
} */

.open-p {
  line-height: 3rem;
  text-align: justify;
}

@media only screen and (max-width: 576px) {
  .open-p {
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: justify;
    text-justify: inter-word;
  }
}

/* @media only screen and (max-width: 576px) {
  .bio h5 {
    font-size: 1.3rem;
  }
} */

.banner {
  min-height: 30rem;
  width: 100%;
  padding-top: 2rem;
}

@media only screen and (max-width: 576px) {
  .t-center {
    text-align: center;
  }
}

.bio h5 {
  line-height: 2rem;
}

@media only screen and (max-width: 576px) {
  .bio h5 {
    font-size: 1.1rem;
    text-align: start;
    line-height: 2rem;
  }
}

.portrait {
  height: 15rem;
  width: 15rem;
  /* background-image: url(photos/person.JPG); */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.portrait-border {
  border-radius: 50%;
  border: 2px solid#e1b12c !important;
}

.btn-red {
  background-color: #e84118;
  border: solid 1px white;
  color: white;
  padding: 0.3rem 0.7rem;
  padding-top: 0.7rem;
  border-radius: 5px;
}

.btn-gold {
  background-color: #e1b12c;
  border: solid 1px white;
  color: white;
  padding: 0.3rem 0.7rem;
  padding-top: 0.7rem;
  border-radius: 5px;
}

.cta2 {
  background: #e84118;
}

.gold-bar {
  width: 100%;
  height: 0.5rem;
  background-color: #e1b12c;
}

.bio .row {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media only screen and (max-width: 576px) {
  .bio .row {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.footer {
  min-height: 35rem;
  padding-bottom: 5rem;
}

#footer-head {
  padding-top: 3rem;
}

#footer {
  padding-top: 5rem;
}

@media only screen and (max-width: 576px) {
  #footer {
    padding-top: 6rem;
  }
}

#question {
  width: 6.5rem;
}

@media only screen and (max-width: 576px) {
  #question {
    width: 5rem;
    font-size: 0.8rem;
  }
}

.robot {
  font-size: 0.8rem;
}

#end-footer {
  background-color: #273c75;
  color: white;
}

#end-footer a {
  color: white;
  text-decoration: none;
}

#end-footer ul {
  list-style-type: none;
  font-size: 1.3rem;
}

@media only screen and (max-width: 576px) {
  #end-footer ul {
    font-size: 0.7rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

#f1 a {
  color: white;
  -webkit-text-decoration: underline #e1b12c;
  text-decoration: underline #e1b12c;
}

#f2 a {
  color: white;
  -webkit-text-decoration: underline #e84118;
  text-decoration: underline #e84118;
}

#f1 {
  padding-right: 2rem;
  padding-left: 0rem;
}

#f2 {
  padding-right: 2rem;
  padding-left: 0rem;
}
