/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-image: linear-gradient(to bottom right, black, silver, black);
}

.goldcol {
  color: gold;
}

.card-header,
.card-footer {
  background-color: transparent;
  border: none;
}

.card {
  border: none;
}

#showcase {
  position: relative;
  min-height: 570px;
  background: url("../images/Banner3.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.med-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 7, 7, 0.5);
}
/*
.card-header, .card-footer {
    background-image: linear-gradient(to bottom left, gold, goldenrod, gold);
}
.card-header {
    background-image: linear-gradient(to bottom right, gold, goldenrod, gold);
}

.card-body {
    background-image: linear-gradient(to bottom right, black, gray, black);
    color: gold;
}
*/

.about-img {
  margin-top: 50px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #3f3f3f;
}

#testimonials {
  background-image: url(../images/testimonial-bg.png);
}
