/*
* 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;
}

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

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

span {
  color: #e1b12c;
}

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

.red-bullet {
  color: #e84118;
}

ul {
  list-style-type: square;
}

.h5 li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

li::marker {
  color: #e84118;
  font-size: 1rem;
}

hr {
  background-color: white;
}

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

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

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

#nav-box {
  margin-bottom: -4rem;
}

@media only screen and (max-width: 576px) {
  #nav-box {
    margin-bottom: 0rem;
  }
}

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

.navbar h2 {
  font-size: 2rem;
}

#img-banner {
  width: 100%;
  height: 12rem;
}

@media only screen and (max-width: 576px) {
  #img-banner {
    height: 4rem;
  }
}

.img-item {
  width: 20.8%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#img-item-1 {
  width: 8.33%;
  background-image: url(photos/faves/ext/37.JPG);
}

#img-item-2 {
  background-image: url(photos/faves/reno/29.JPG);
}

#img-item-3 {
  background-image: url(photos/faves/reno/28.JPG);
}

#img-item-4 {
  background-image: url(photos/faves/ext/18.JPG);
}

#img-item-5 {
  background-image: url(photos/faves/ext/19.JPG);
}

#img-item-6 {
  width: 8.33%;
  background-image: url(photos/faves/ext/5.JPG);
}

#open {
  line-height: 2.5rem;
}

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

.story .row {
  min-height: 20rem;
}

.story-p {
}

.story-p > p {
  line-height: 2rem;
}

.underline {
  -webkit-text-decoration: underline #e84118;
  text-decoration: underline #e84118;
}

.gold-line {
  border-bottom: 2px solid #e1b12c;
}

.red-line {
  border-bottom: 2px solid #e84118;
}

.brand {
  background: #273c75;
}

.brand2 {
  background-color: rgba(39, 60, 117, 0.8);
}

@media only screen and (max-width: 576px) {
  .brand2 {
    background-color: rgba(39, 60, 117, 1);
  }
}

.box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}

#box-1 {
  background-image: url(photos/envelope/IMG_0017b.JPG);
}

#box-2 {
  background-image: url(photos/envelope/IMG_0055.JPG);
  background-position-y: 30%;
}

#box-3 {
  background-image: url(photos/envelope/IMG_0044.JPG);
}

#box-4 {
  background-image: url(photos/envelope/IMG_0229.JPG);
}

#box-5 {
  background-image: url(photos/envelope/office2.JPG);
  background-size: cover;
  background-position-y: bottom;
}

.off-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  /* background-color: pink;
  border: 1px solid black; */
  margin-bottom: 2rem;
  padding-left: 1rem;
}

#footer {
  padding-top: 10rem;
}

@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;
  }
}

.cta2 {
  background: #e84118;
}

.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: 0.5rem;
  }
}

#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;
}

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

.services {
  background-color: #fffbf1;
}

.services ul {
  color: #333;
}

.services li {
  margin-bottom: 1rem;
}

.services-card {
  padding-bottom: 7rem;
}

#office-border {
  border: 2px solid #e1b12c;
}
