/*
* 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: #273c75;
  color: #333;
}

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

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

.cta2 {
  background: #e84118;
}

.display-1 {
  font-size: 6rem;
}

@media only screen and (max-width: 576px) {
  .display-1 {
    font-size: 3rem;
    line-height: 5rem;
  }
}

span {
  color: #e1b12c;
}

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

hr {
  background-color: white;
}

#open {
  line-height: 2.5rem;
}

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

#header-1 {
  display: inline-block;
  border-bottom: 2px solid #e1b12c;
  /* background-color: #e1b12c; */
}

@media only screen and (max-width: 576px) {
  #header-1 {
    font-size: 1.9rem;
  }
}

.bg-offwhite {
  background: #fffbf1;
}

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

.block {
  min-height: 35rem;
}

.bg-image {
  min-height: 20rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#bg1 {
  background-image: url(photos/faves/reno/5.JPG);
  background-position: right;
}

#bg2 {
  background-image: url(photos/faves/reno/IMG_7944c.JPG);
  background-position: 100% 60%;
}

#bg3 {
  background-image: url(photos/faves/reno/9.JPG);
}

#bg4 {
  background-image: url(photos/google/blue-paint.jpg);
}

.text-red {
  color: #e84118;
  line-height: 3.5rem;
}

.brand {
  /* background-color: #273c75; */
  background-color: rgba(39, 60, 117, 0.8);
}

.bullet {
  height: 4rem;
  width: 4rem;
  line-height: 3rem;
  background-color: #e84118;
  border-radius: 10px;
}

.cta {
  width: 75%;
  min-height: 20rem;
  border: 3px solid white;
}

#cta1 {
  width: 33.3333%;
  background-image: url(photos/faves/reno/3.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta h6 {
  line-height: 2rem;
}

#cta2 {
  width: 66.6666%;
}

#contact2 {
  background: #e84118;
}

.gold-outline {
  outline: 2px solid #e1b12c;
}

.red-outline {
  outline: 2px solid #e84118;
  /* border: 2px solid #273c75; */
}

.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);
}

.img-box {
  width: 100%;
  height: 10rem;
  background-color: rgb(58, 49, 49);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#ib1 {
  background-image: url(photos/faves/ext/20.jpg);
}

#ib2 {
  background-image: url(photos/faves/ext/38.jpg);
  background-position: 50% 0%;
}

#ib3 {
  background-image: url(photos/faves/reno/29.jpg);
}

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

#footer {
  padding-top: 5rem;
}

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

ul {
  list-style-type: square;
}

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

.bg-red {
  background: #e84118;
}

.break {
  height: 12rem;
}

#cta-box {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 576px) {
  #cta-box {
    max-width: 95%;
  }
}
#cta-box .col-sm-3 {
  border: 2px solid white;
  min-height: 20rem;
}

#cta-box .col-sm-6 {
  border: 2px solid white;
  min-height: 20rem;
}

@media only screen and (max-width: 576px) {
  #cta-box .col-sm-6 {
    min-height: 15rem;
  }
}

#cta-box h6 {
  line-height: 2.5rem;
  font-size: 1.25rem;
}

@media only screen and (max-width: 576px) {
  #cta-box h6 {
    line-height: 1.5rem;
    font-size: 0.9rem;
  }
}

#cta-box h1 {
  font-size: 2.4rem;
  display: inline-block;
  border-bottom: 4px solid #e84118;
}

@media only screen and (max-width: 576px) {
  #cta-box h1 {
    font-size: 1.2rem;
  }
}

#cta-box .col-sm-3 {
  background-image: url(photos/faves/reno/3.JPG);
  background-size: cover;
  background-position: 40%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 576px) {
  #cta-box .col-sm-3 {
    min-height: 10rem;
  }
}

#cta-box .col-sm-6 {
  background-color: white;
}

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

#btn-modal {
  font-size: 1.2rem;
}

.contact-form-modal {
  background: #273c75;
  margin: auto;
  border-radius: 15px;
  border: 2px solid #e1b12c;
}

.contact-form-modal h3 {
  display: inline-block;
  border-bottom: solid #e1b12c;
}

#modal-content {
  border-radius: 15px;
}

#question {
  width: 6.5rem;
}

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

#question2 {
  width: 6.5rem;
}

@media only screen and (max-width: 576px) {
  #question2 {
    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: 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;
}
