body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}
h2 {
    font-size: 24px;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px;
}
.jumbotron {
    background-color: #000000;  
    background-image: url(images/backgroundpattern.png);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: bottom;
    color: #fff;
    padding: 50px 5px 0px 5px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
}

@media all and (min-width: 600px) {
    .mainContent {
        margin-left: 8pt;
        margin-right: 8pt;
    }
  }

.container-fluid {
    padding: 60px 15px;
}
.zero-padding-full-width {
    width: 100%;
    
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    height: 40px;
    width: auto;
}
.logo {
    color: #6e5eb8;
    font-size: 200px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #6e5eb8;
}
.carousel-indicators li {
    border-color: #6e5eb8;
}
.carousel-indicators li.active {
    background-color: #6e5eb8;
}
p.tinyspace {
    margin: 0px 0 2px 0;
    padding: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.listCheck ul {
    list-style-image: url(images/check.svg);
}
.listCheck li {
    margin-top: 5pt;
}
.listOption ul {
    list-style-image: url(images/chefron-right.svg);
}
.bannerImage {
  max-width:66px;
  max-height:48px; 
  margin-top:28px;
}
.floatingImageAnne {
  float: left;
  margin: 5px 25px 15px 0;
  max-height: 256px;
}
.zickzackImage {
  width: 70%;
  height: 70%;
}
.img-center {
  margin:0 auto;
  width: 75%;
  height: 75%;
  max-width: 600px;
  max-height: 600px;
}
.img-center-full {
    margin:0 auto;
    width: 100%;
    height: 100%;
  }
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.card {
    border: 1px solid #6e5eb8; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
    margin: 10px 0px 10px 0px;
}
.card:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.card-header {
    color: #fff !important;
    background-color: #6e5eb8 !important;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.card-body {
    text-align: left;
    /* min-height: 470px; */
    margin: 10px 15px 10px 15px;
    color: #818181;
}
.card-body-price {
    text-align: left;
    min-height: 140px;
    margin: 20px 15px 10px 15px;
}
.card-body .table {
    color: #818181;
}
.card-body .table thead th {
    color: #818181;
    border-bottom: 2px solid #818181;
}
.card-body .table tbody td {
    color: #818181;
}
.card-footer {
    color: #818181;
}
.card-footer .btn:hover {
    border: 1px solid #6e5eb8;
    background-color: #fff !important;
    color: #6e5eb8;
}

.card-footer {
    background-color: white !important;
}
.card-footer h3 {
    font-size: 32px;
}
.card-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.card-footer .btn {
    margin: 15px 0;
    background-color: #6e5eb8;
    color: #fff;
}
.navbar {
    background-color: #6e5eb8;
    z-index: 9999;
    font-size: 12px !important;
    letter-spacing: 4px;
    font-family: Montserrat, sans-serif;
    padding: 0.5rem 1rem;
}
.navbar .nav-link, .navbar .navbar-brand {
    color: #fff !important;
}
.navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #6e5eb8 !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
footer {
    font-size: 10px;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #6e5eb8;
}




.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
  .btn-lg {
      width: 100%;
      margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
      font-size: 150px;
  }
}