/* Sticky footer styles
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 530px;
  /*background: url('../img/bg.jpg');*/
  background-position: center;
  font-family: 'Playfair Display', serif;

}

.header {
    /*background-color: rgba(227, 27, 35, 1) !important;*/
    /* background: url('../img/header.jpg'); */
    /* border-bottom: #FFF 10px solid; */
    /* box-shadow: 0px 1px 0px 0px #CCC; */
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: rgba(255,210,0,1);
}

.text-primary {
  color:#7F033E !important;
}

.btn-primary{
  background-color:#7F033E;
  border-color:#7F033E;
}

.bullets {
  background: url('../img/bullets.png');
  background-position: center top;
  background-size: 100% 100%;
  text-shadow: #FFF 1px 1px 1px;
  max-height: 499px;
}

.bullets .card-title {
  font-family: 'Arvo', serif;
  font-weight: 700;
  font-style: normal;
}

.bullets h3 {
  color: rgba(255, 210, 0, 1);
}

.bullets dl {
  font-weight: bold;
}

.footer {
  /* box-shadow: 0px -1px 0px 0px #CCC; */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 490px;
  /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: #fff;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .footer {
    height: 160px;
  }

  body {
    /* Margin bottom by footer height */
    margin-bottom: 200px;
  }
}

.footer a {
  color:#FFF;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
