@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Cookie|Montserrat:100,200,300,400,500,600,700,800,900|Playfair+Display:400,700,900|Source+Sans+Pro:200,300,400,600,700,900');
body {
  font: 1em 'Source Sans Pro', sans-serif;
  color: #000;
  margin: 0;
  font-size: .95em;
  font-weight: 600;
  letter-spacing: -.5px;
  overflow-x: hidden;
  position: relative;
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 0;
  display: none;
  text-indent: -9999px;
  background: url(graphics/icon_top.png) no-repeat;
}


.honeypot {
  display: none;
}


a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a[href]:not([class]) {
    color: #ec008c;
    text-decoration: none;
    transition: all ease-in-out .3s;
}



a[href]:hover:not([class]) {
   color: #8cc63f;

}

header {
	margin-bottom: 200px;
}

.pink {
  color: #ec008c;
}
.green {
  color: #8cc63f;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.gray {
  color: #aaa;
}
.bg-pink {
  background: #ec008c;
}
.bg-green {
  background: #8cc63f;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}
.playfair-display {
  font-family: 'Playfair Display', serif;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.source-sans-pro {
  font-family: 'Source Sans Pro', sans-serif;
}
.cookie {
  font-family: 'Cookie', cursive;
}
.xxl-text {
  font-size: 150%;
}
.xl-text {
  font-size: 125%;
}
.lg-text {
  font-size: 110%;
}
.sm-text {
  font-size: 95%;
}
.xs-text {
  font-size: 85%;
}
h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.35em;
  font-weight: 700;
  color: #ec008c;
}
.bar-h1 {
  width: 150px;
  border-bottom: 4px solid #8cc63f;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  color: #000;
}
.bar-h2 {
  width: 75px;
  border-bottom: 3px solid #8cc63f;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15em;
  font-weight: 600;
  color: #ec008c;
  text-transform: uppercase;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  color: #ec008c;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 900;
  color: #fff;
}
.border-green {
  border: 1px solid #8cc63f;
}
.divider-gray {
  border-bottom: 1px solid #ddd;
}
.header {
  padding: 5px;
  background: #fff;
  z-index: 999999;
  position: relative;
}
/*.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.sticky + .content {
  padding-top: 102px;
}*/

#admin .content {
  margin-top: 220px;
}

.content {
  padding-top: 280px;
}

#carouselExampleFade{
	margin-top: 220px;
}
.bg-top {
  background: #000;
  color: #fff;
  font-size: .85em;
  font-weight: 600;
  letter-spacing: -.25px !important;
  border-top: 4px solid #ec008c;
}
.bg-top a {
  color: #fff!important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bg-top a:hover {
  color: #99ca3c!important;
  text-decoration: none;
}
/*.bg-top ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.bg-top ul li {
  list-style-type: none;
  display: inline;
}
.bg-top ul li:before {
  content: '';
}
.bg-top ul li:after {
  content: '|';
  color: #99ca3c;
  margin: 0 6px;
  font-weight: 900;
}
.bg-top ul li:last-child:after {
  content: '';
}*/
.top-icons {
  font-weight: 400;
  font-size: 160% !important;
}
.cart {
  font-weight: 400;
  font-size: 95%;
}
.navbar-light .navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05em;
  font-weight: 500;
  color: #ec008c;
  text-transform: uppercase;
  padding: 10px .5rem !important;
  letter-spacing: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #000 !important;
  padding: 10px .5rem !important;
  border: 1px solid #8cc63f;
}
.navbar-toggler {
    border-color: #000 !important;
    background-color: transparent !important;
    border: 0 !important;
    color: rgba(0,0,0,1.00);
}
.navbar-light .navbar-toggler {
  outline: none;
}
.nav-hidden {
  display: none;
}


/* dropdown scroll*/

/* Add these styles after the existing .dropdown-menu styles */

.dropdown-menu {
  max-height: 380px;  
  overflow-y: auto;   /* Enable vertical scrolling */
  -webkit-overflow-scrolling: touch;  /* Smooth scrolling on iOS */
}

/* Optional: Style the scrollbar */
.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #ec008c;
  border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #8cc63f;
}





.dropdown-menu {
  background-color: #fff !important;
  border-radius: 0 !important;
  padding: .75rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: .95em !important;
  font-weight: 600 !important;
  line-height: 1.5em;
  top: 100% !important;
  left: 15%;
  border: 0 !important;
  text-align: left !important;
}
.dropdown-menu a {
  color: #000 !important;
  text-decoration: none;
  padding: .25rem .5rem !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu a:hover {
  color: #ec008c !important;
  text-decoration: none;
}
.dropdown-item {
  color: #ec008c !important;
  font-weight: 600 !important;
  padding: .25rem .5rem !important;
  text-align: left !important;
  border-bottom: 1px solid #fff;
}
.dropdown-item:hover {
  background: #fff !important;
  border-bottom: 1px solid #8cc63f;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.overlay a:hover, .overlay a:focus {
  color: #8cc63f;
}
.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 60px;
  color: #ec008c;
}
.navbar-brand {
  height: 100%;
}
.navbar-brand img {
  height: 150px;
}
.navbar-brand.js-scrolling img {
  height: 100px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.content {
  min-height: 500px;
}

 .breadcrumb  a {
  color: #ec008c;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb  a:hover {
  color: #8cc63f;
  text-decoration: none;
}
.btn-content {
  background-color: #ec008c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-content:hover {
  background: #000;
  color: #8cc63f !important;
  cursor: pointer;
}

.bg-pink {
	 background-color: #ec008c;
}
.box {
  background: #ec008c;
  font-size: 3em;
  margin-top: -75px;
  position: relative;
  color: #fff;
  z-index: 2;
}
.box-border {
  border: 2px solid #000;
}
.bg-callouts {
  background-image: url(graphics/bg-callouts.jpg);
}
.callout-icon {
  background: #8cc63f;
  border-radius: 50%;
  font-size: 3em;
  height: 50%;
}
.callout-bar {
  width: 150px;
  border-bottom: 3px solid #8cc63f;
}
.callout {
  font-size: 110%;
  color: #fff;
}
.btn-callout {
  background-color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 75%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  letter-spacing: 1px;
  border: 2px solid #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-callout:hover {
  background: transparent;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #8cc63f;
}
.bg-testimonials {
  background-image: url(graphics/bg-testimonials.jpg);
}
.testimonials-header {
  font-size: 3.25em;
}
.testimonials-bar {
  width: 100px;
  border-bottom: 3px solid #ec008c;
}
.testimonials-icon {
  font-size: 4.5em;
}
.testimonials {
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
}
.testimonials-name {
  font-family: 'Montserrat', sans-serif;
  font-size: .85em;
  font-weight: 800;
  color: #8cc63f;
}
.bg-tagline {
  background: #000;
  font-size: 2.25em;
  line-height: 1.35em;
}
.tagline1 {
  font-weight: 200;
}
.tagline2 {
  font-weight: 300;
  font-size: 1.75em;
}
.tagline3 {
  font-size: 150%;
  font-weight: 600;
}
.tagline4 {
  font-size: 2.5em;
  font-weight: 300;
}
.tagline5 {
  font-weight: 800;
  font-size: 200%;
}
.btn-tagline {
  background-color: #ec008c;
  font-family: 'Montserrat', sans-serif;
  font-size: 65%;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #000 !important;
  letter-spacing: 1px;
  border: 2px solid #ec008c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-tagline:hover {
  background: #000;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #8cc63f;
}
.footer {
  font-size: 95%;
}
.footer-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.2em;
  color: #ec008c;
}
.footer-bar {
  width: 50px;
  border-bottom: 3px solid #8cc63f;
}
.footer1 {
  font-size: 100%;
  font-weight: 800;
  line-height: 1.95em;
}
.footer1 a {
  color: #000!important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer1 a:hover {
  color: #8cc63f!important;
  text-decoration: none;
  padding-left: 3px;
}
.footer2 {
  font-size: 100%;
  font-weight: 800;
  line-height: 1.675em;
}
.footer2 a {
  color: #000!important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer2 a:hover {
  color: #8cc63f!important;
  text-decoration: none;
  padding-left: 3px;
}
.footer3 {
  font-weight: 600;
}
.footer3 a {
  color: #000!important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer3 a:hover {
  color: #8cc63f!important;
  text-decoration: none;
}
.footer3-icons {
  font-size: 175%;
  font-weight: 300;
}
.footer3-icons a {
  color: #ec008c;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer3-icons a:hover {
  color: #8cc63f;
  text-decoration: none;
}
.btn-footer {
  background-color: #ec008c;
  font-size: 95%;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  letter-spacing: .5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-footer:hover {
  background: #000;
  color: #8cc63f !important;
  cursor: pointer;
}
.home-text {
  font-size: 105%;
  font-weight: 400;
  line-height: 2.15em;
}
.news {
  border: 2px solid #8cc63f;
}
.news-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.65em;
  font-weight: 700;
}
.intro-text {
  font-size: 115%;
  font-weight: 900;
}
.header-text {
  font-size: 115%;
  font-weight: 500;
}

.contact-info {
	font-size: 110%;
	line-height: 1.85em;
}

.contact-icons {font-size: 200%;}

/*CARD*/
/*.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
	border:0!important;
}
.card img {min-height: 400px!important; vertical-align: middle!important;}*/
.card .card-header {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.card-header img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*ADMIN*/
.btn-edit {
  background-color: #777;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 95%;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  letter-spacing: .5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-edit:hover {
  background: #111;
  color: #9acb4d !important;
  cursor: pointer;
}
.btn-delete {
  background-color: #d93547;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 95%;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .5px;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-delete:hover {
  background: #cd041a;
  color: #fff !important;
  cursor: pointer;
}
.btn-submit {
  background-color: #ec008c !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
}
.btn-submit:hover {
  background-color: #000 !important;
  color: #8cc63f !important;
  cursor: pointer;
}

.popover-body {
    padding: 1.5rem;
    color: #222;
    font-family: 'Source Sans Pro', sans-serif;
}

/*BREADCRUMB*/
.breadcrumb {
  background: #fff !important;
  padding: 0 !important;
  font-size: 1.35em;
  font-weight: 500;
  letter-spacing: -.5px;
}
.breadcrumb-item.active {
  color: #000;
  font-weight: 900;
}
/*DETAILS*/
.detail-name {
  font-size: 175%;
  font-weight: 800;
}
.detail-price {
  font-size: 135%;
  font-weight: 700;
  color: #ec008c;
}
.detail-supplement {
  font-size: 110%;
}
.detail-more {
  font-weight: 400;
}
.detail-return {
  font-family: 'Montserrat', sans-serif;
  font-size: 80%;
  font-weight: 500;
  letter-spacing: 4px;
}
/*FORMS*/
label {
  font-weight: 500 !important;
  font-size: 90%;
}
input {
  padding: 7px !important;
}


#admin input.form-check-input {
  padding: 0 !important;
}

#form {
  width: 100%;
  float: left;
}
form {
  width: 100%;
}
fieldset {
  border: 0;
  padding: 10px 0;
  clear: left;
}
textarea, input, select {
  border: 1px solid #ccc;
  padding: 2%;
  width: 96%;
}

#admin input.form-check-input{
  border: 0;
  padding: 0;
  width: 10px;
}

textarea:focus, input:focus, select:focus {
  background: #eee;
  border: 1px solid #ec008c;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  outline: none;
}
input[type="submit"] {
  border: 1px solid #ccc;
  padding: 3px 0;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.3em;
  width: 130px;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #f6f5f5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f5f5), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%);
  background: -o-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%);
  background: linear-gradient(to bottom, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f5f5', endColorstr='#ebebeb', GradientType=0);
}
.submit {
  background-color: #ec008c !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
}
.submit:hover {
  background-color: #000 !important;
  color: #8cc63f !important;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .bg-top {
    font-size: .85em;
  }
  .bg-top ul {
    text-align: center;
  }
  .cart {
    font-size: 100% !important;
  }
  .navbar-light .navbar-nav .nav-link2 {
    font-size: .9em;
    padding: 10px .4rem !important;
  }
  .navbar-light .navbar-nav .nav-link2:hover {
    padding: 10px .5rem !important;
  }
  .navbar-brand img {
    height: 115px;
  }
  .navbar-brand.js-scrolling img {
    height: 85px;
  }
  .nav-hidden {
    display: block;
  }
  .box {
    font-size: 2.5em;
    margin-top: -60px;
  }
  .callout-icon {
    font-size: 2.5em;
  }
	.content {
  padding-top: 280px;
}

#carouselExampleFade{
	margin-top: 300px;
}
}
@media (max-width: 991px) {


  .dropdown-menu {
    max-height: 250px;  /* Adjust this value as needed */
    overflow-y: auto;   /* Enable vertical scrolling */
    -webkit-overflow-scrolling: touch;  /* Smooth scrolling on iOS */
  }

/***Added this to help with the scroll in responsive mode***/
  .navbar-nav {
  overflow-y:scroll;
  height:100%;
  }

/******/
  .navbar-brand img {
    height: 135px;
  }
  .navbar-brand.js-scrolling img {
    height: 100px;
  }
  .box {
    font-size: 1.75em;
    margin-top: -30px;
  }
  .callout-icon {
    font-size: 4em;
  }
  .bg-tagline {
    font-size: 2em;
  }
  .footer1 {
    font-size: 110%;
    line-height: 2em;
  }
  .footer2 {
    font-size: 110%;
    line-height: 2em;
  }
  .card .card-header {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
  }

  .content {
    padding-top:375px;
  }
}
@media (max-width: 875px){

.list-inline-item {
    display: block;
	width: 100%;
}
}
@media (max-width: 768px) {
  .navbar-nav {
    position: relative;
  }
  header {
    position: relative !important;
  }
  #carouselExampleFade {
    margin-top: 0px;
  }
  .box {
    font-size: 2.5em;
    margin-top: -30px;
  }
  .callout-icon {
    font-size: 4.5em;
  }
  .bg-tagline {
    font-size: 2.5em;
  }
  .content {
    padding-top:0px;
  }
}
@media (max-width: 576px) {
  .box {
    font-size: 2.25em;
    margin-top: -25px;
  }
  .callout-icon {
    font-size: 4em;
  }
  .card .card-header {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .card-header img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* [disabled]transform: none; */
  }
}
@media (max-width: 480px) {
  .box {
    font-size: 2em;
    margin-top: -15px;
  }
  .callout-icon {
    font-size: 3em;
  }
  .bg-tagline {
    font-size: 2em;
  }
}
@media (max-width: 375px) {
  .box {
    font-size: 2.35em;
    margin-top: -10px;
  }
  .callout-icon {
    font-size: 2.25em;
  }
  .testimonials-header {
    font-size: 2.5em;
  }
  .btn-content {
    font-size: 81.5%;
  }
  .card .card-header {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .card-header img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 325px) {
  .btn-content {
    font-size: 80%;
  }
  .card .card-header {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
  }
	.popover {margin-left:35px!important;}
}
