body {
  font-family: Lora;
  background: url(../img/bg2.jpg);
  /*background: linear-gradient(rgba(47,23,15,.65),rgba(47,23,15,.65)),url(../img/4017.jpg);*/
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Raleway;
}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255,255,255,.3);
}

.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  /*font-family: Raleway;*/
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(85,196,187,.95);
}

#mainNav {
  background-color: rgba(85,196,187,1);
  font-family: Raleway;
}

#mainNav .navbar-brand {
  color: #ec008c;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255,255,255,.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #ec008c;
}

@media (min-width:992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: .9rem;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255,255,255,.4);
  }

  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #ec008c;
  }
}

.btn-xl {
  font-weight: 700;
  font-size: .8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

@media (min-width:992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }

  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }

  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width:1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(236,0,140,.8);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: .5rem;
  background-color: rgba(255,255,255,.85);
}

.cta .cta-inner:before {
  border-radius: .5rem;
  content: '';
  position: absolute;
  top: -.5rem;
  bottom: -.5rem;
  left: -.5rem;
  right: -.5rem;
  border: .25rem solid rgba(255,255,255,.85);
}

@media (min-width:992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }

  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width:992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }

  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }

  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: .9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230,167,86,.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: 700;
  color: #e6a756;
}

@media (min-width:992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.2rem;
}

.footer {
  background-color: rgba(85,196,187,1);
}

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

.bg-primary {
  background-color: #ec008c!important;
}

.btn {
  box-shadow: 0 3px 3px 0 rgba(33,37,41,.1);
}

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

.btn-primary:active,.btn-primary:focus,.btn-primary:hover {
  background-color: #c10574;
  border-color: #c10574;
}

.font-weight-light {
  font-weight: 100!important;
}

a{
    text-decoration: none;
   color: rgba(255,255,255,.3);
}
a:hover{
    text-decoration: none;
    color:#c10574;
}
* {
    box-sizing: border-box;
}

/* Create three columns of equal width */
.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
    background-color: rgba(85,196,187,1);
    color: #ec008c;
    font-size: 25px;
    
}

/* List items */
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    background-color: white;
}

/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 20px;
}

/* The "Sign Up" button */
.button {
    background-color: rgba(85,196,187,1);
    border: none;
    color: #ec008c;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.heading{
    margin-top: 20px;
    padding-bottom: 50px;
    color: #ec008c;
}

.thePriceList{
    margin-bottom: 50px;
}

ul.social-buttons {
    margin-bottom: 0
}
ul.social-buttons li a {
    display: block;
    background-color: #ec008c;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}
ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #c10574;
    color: #55c4bb;
}

.list-inline{
    padding-left:0;
    margin-left:-5px;
    list-style:none;
}
.list-inline>li{
    display:inline-block;
    padding-right:5px;
    padding-left:5px;
}
dl{
    margin-top:0;
    margin-bottom:20px;
}
dd,dt{
    line-height:1.42857143;
}
dt{
    font-weight:700;
}
dd{
    margin-left:0;
}
@media (min-width:768px){
    .dl-horizontal dt{
        float:left;
        width:160px;
        overflow:hidden;
        clear:left;
        text-align:right;
        text-overflow:ellipsis;
        white-space:nowrap;
    }}
    
    
   