@charset "utf-8";
/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input[type="text"],  
input[type="number"],  
input[type="tel"],
input[type="email"],
select,  
textarea {    
    font-size: 1rem !important;  
}


sup.small{
    font-size: 40% !important;
    top: -1.25em;
}

html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
}

* {    
  box-sizing: border-box;   
  margin: 0;    
  padding: 0;  
}


 html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
        overflow-x: hidden;
        line-height: 1.25; 
        /*text-rendering: optimizeLegibility;*/
        font-family: 'Barlow', sans-serif;
        letter-spacing: .03em;
        font-weight: 300;
}
html {
  position: relative;
  min-height: 100%;
}

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

button:focus {outline:0;}

input.form-control::placeholder,
textarea.form-control::placeholder {
 color: #26292D;
 text-transform: uppercase;
 font-weight: 700;
}
.xsmall {
    font-size: 60%;
}

#ModalScrollable .modal-body ul li a{
    color: rgba(127,188,8,1.00);
}

#ModalScrollable .modal-body ul li a:hover{
    color: rgba(38,42,45,1.00);
}

footer .btn-link {
    color: #ffffff!important;
    text-decoration: none;
}

footer .btn-link:hover {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}

.row-large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

.row-large-gutter > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row-small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row-small-gutter > * {
  padding-left: 5px;
  padding-right: 5px;
}

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

body {
 /* Margin bottom by footer height */
 margin-bottom: 260px;
}
.footer {
 position: absolute;
 bottom: 0;
 width: 100%;
 /* Set the fixed height of the footer here */
 height: 260px;
 background-color: rgba(127,188,6,1.00);
 padding-top: 20px;
}
header h3 {
font-family: 'Cubano', sans-serif;
font-weight: 400;
font-style: normal;
}

.tk-cubano{
    font-family: 'Cubano', sans-serif;
}

footer {
	position: relative;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
/*	background-image:url(../img/status.gif);*/ /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.bg-blue {
 background-color: #26292D !important;
}
.bg-green {
 background-color: rgba(114,170,2,1.00);
}

.nav-item .nav-link {
 text-transform: uppercase;
 font-weight: 800;
 letter-spacing: 2px;
 cursor: pointer;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}.navbar-dark {
 border-bottom: 1px solid rgba(208,207,206,1.00);
}
.bg-lt-grey {
 background-color: #f5f4f4!important;
}
#big-dog {
 background-image: url(images/cute-dog.png);
    background-repeat: no-repeat;
        background-position: 92% bottom;
        background-size: 40% auto;
        min-height: 953px;
}
header {
 min-height: 460px;
}
header h1 {
 font-weight: 300;
 font-size: 4rem;
}
.body-text {
 font-size: 1.25rem;
 line-height: 1.6;
}
.header-body {
 display: block;
 width: 100%;
 padding-left: 80px;
 padding-right: 80px;
 padding-top: 125px;
}
.text-green {
 color: rgba(127,188,6,1.00);
}
.text-silver {
 color: #212529!important;
}
.btn-success {
 background-color: rgba(114,170,2,1.00);
 text-transform: uppercase;
 font-size: 1.15rem;
 font-weight: 600;
 border-color: rgba(114,170,2,1.00);
 transition: ease .4s;
 color: #26292D;
}
.btn-secondary {
 background-color: rgba(208,207,206,1.00);
 text-transform: uppercase;
 font-size: 1.15rem;
 font-weight: 600;
 border-color: rgba(208,207,206,1.00);
 transition: ease .4s;
 color: #26292D;
}
.btn-primary {
 background-color: #26292D;
 text-transform: uppercase;
 font-size: 1.15rem;
 font-weight: 600;
 border-color: #26292D;
 transition: ease .4s;
 color: rgba(127,188,6,1.00);
}
.btn-success:hover {
 border-color: #26292D;
 background-color: #26292D;
 color: rgba(255,255,255,1.00);
}
.btn-secondary:hover {
 border-color: #26292D;
 background-color: #26292D;
 color: rgba(255,255,255,1.00);
}
.btn-primary:hover {
 border-color: rgba(114,170,2,1.00);
 background-color: rgba(114,170,2,1.00);
 color: #26292D;
}
#big-dog .btn-success {
 margin-top: 400px;
 font-size: 2rem;
 font-weight: 500;
}
#plans h2, #membership h2, #faq h2, #contact h2, #employment h2 {
 font-weight: 300;
 font-size: 3rem;
}

#plans ul li{
 font-family: 'Barlow Condensed', sans-serif;
 font-weight: 300;
}
#membership h2 span {
 font-size: 1.75rem;
 position: relative;
 top: -8px;
}
#membership {
 /* [disabled]margin-bottom: 60px; */
 /* [disabled]overflow-x: hidden; */
}
#features h3 {
 font-size: 2rem;
}
.blue-rule {
 border-color: #26292D;
}
.white-rule {
 border-color: rgba(255,255,255,1.00);
}
.text-blue {
 color: #26292D;
}
#membership .card {
 border-width: 2px;
}
#membership .card h5 {
 font-size: 1.8rem;
}
#membership .card h3 {
 font-size: 2.7rem;
}
.divider-green {
 border-top: 1px solid rgba(114,170,2,1.00);
 width: 100%;
 padding-top: 3px;
 padding-bottom: 3px;
}
.divider-green-3 {
 border-top: 3px solid rgba(114,170,2,1.00);
 width: 100%;
 padding-top: 3px;
 padding-bottom: 3px;
}
.bg-white-20 {
 background-color: rgba(255,255,255,0.20);
}
.value {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: rgba(114,170,2,1.00);
    color: #26292D;
    text-transform: uppercase;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    text-align: center;
    font-weight: 400;
    margin-top: -35px;
    margin-bottom: 30px;
}

.oval-thought-border {
 position: relative;
 padding-top: 20px;
 padding-right: 10px;
 padding-left: 10px;
 padding-bottom: 20px;
 margin-top: -2em;
 margin-right: auto;
 margin-left: auto;
 /* [disabled]margin-bottom: -30px; */
 text-align: center;
 color: #333;
 border-radius: 50%;
 border: 6px solid rgba(255,255,255,1.00);
 width: 60%;
 display: block;
}

.oval-thought-border:before {
 content: "";
 position: absolute;
 z-index: 10;
 bottom: -30px;
 right: 5px;
 width: 50px;
 height: 30px;
 border-left: 5px solid #FFFFFF;
 border-right: 5px solid #FFFFFF;
 border-bottom: 5px solid #FFFFFF;
 border-top: 4px solid #FFFFFF;
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50%;
 display: block;
 background-color: rgba(55,68,81,1.00);
}


.oval-thought-border:after {
 content: "";
 position: absolute;
 z-index: 10;
 bottom: -50px;
 right: -20px;
 width: 35px;
 height: 20px;
 border: 4px solid #FFFFFF;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 50%;
 display: block;
}
#bailey {
 position: absolute;
 z-index: 2;
 bottom: -50px;
 right: -50px;
}
.text-red {
 color: rgba(213,11,61,1.00);
}
#cost {
 position: relative;
 bottom: -50px;
}
#savings {
 margin-top: 70px;
}
#carouselFAQIndicators {
 min-height: 230px;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: #313e48;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 60px;
    border: none !important;
    font-weight: bold;
}

.form-control {
 border-color: #26292D;
}
.icon-background {
  color: #26292D;
 transition: ease .4s;
}

a .icon-background:hover {
  color: #9C9C9C;
 transition: ease .4s;
}

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.white{
    color: #ffffff!important;
}

.a-blue-link {
    color: #26292D;
    text-decoration: none;
    border-bottom: 1px solid #26292d;
}

.a-blue-link:hover {
    color: #26292D;
    text-decoration: none;
}


.logo {
 width: 40%;
 margin-bottom: -50px;
}
.feature-list li a {
 color: rgba(127,188,8,1.00) !important;
}
.feature-list li a:hover {
 color: rgba(253,253,253,1.00) !important;
}


.line-height-0{
    line-height: 0;
}
.line-height-1{
    line-height: 1;
}

.line-height-2{
    line-height: 2;
}

.letter-space-1{
    letter-spacing: 1px;
}

.letter-space-2{
    letter-spacing: 2px;
}

.letter-space-3{
    letter-spacing: 3px;
}

.fa-li {
    left: -3em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

/* ============ Card Testimonial ============ */

.card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -50px auto 0;
	border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}



.card-description {
    font-style: italic;
}



.card-avatar {
    margin-top: 10px;
    margin-bottom: -50px;
}


/*------------------------------------------------SHOP----------------------------------------------------*/

#shop {
    min-height: 0;
}
#shop .logo {
    margin-bottom: 0px;
}

.woocommerce-loop-product__title {
    color: rgba(255,255,255,1.00);
    font-family: 'Cubano', sans-serif;
}

.shop h1{
    text-align: center;
        color: rgba(114,170,2,1.00);
     font-weight: 300;
}

.shop h2{
        color: rgba(114,170,2,1.00);
    font-weight: 700;
}

.product .flex-viewport{
    
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #26292D !important;
    font-size: 2.3rem;
    font-weight: 700;
}

.wp_content{
    padding-bottom: 2rem;
}

.wp_content h2 a{
    color: rgba(98,108,113,1.00);
    text-decoration: none;
}
.wp_content h2 a:hover{
    color: rgba(114,170,5,1.00);
    text-decoration: none;
}

.shop p, .wp_content {
    color: #26292D;
}

.cat-item a {
    color: #26292D !important;
}

.shop .value {
    background-color: transparent;
    margin-top: 0;
}

.woocommerce button.button.alt.disabled{
    background-color: rgba(208,207,206,1.00);
}
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover{
    background-color: rgba(140,140,140,1.00);
} 

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: rgba(127,188,6,1.00);
    text-shadow: inherit;
}

.woocommerce-Tabs-panel ul {
    padding-left: 2rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 10px;
}

.shop .modal-content {
    color: #26292D;
}

.shop .modal-content p {
    color: #26292D;
}

.side-bar h4{
    color: rgba(255,255,255,1.00);
}


.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 0;
}

.reset_variations{
    color: #26292D;
}

.reset_variations:hover{
      color: rgba(114,170,2,1.00);
}

 .woocommerce a.button.alt, .woocommerce button.button.alt{
    background-color: rgba(114,170,2,1.00);
    border-color: rgba(114,170,2,1.00);
}

 .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover{
    background-color: rgba(49,62,73,1.00);
    border-color: rgba(49,62,73,1.00);
}
.woocommerce table.shop_table {
    border: 1px solid #26292D;
}

.woocommerce table.shop_table tbody th,.woocommerce table.shop_table td {
    border-top: 1px solid rgba(255,255,255,.3);
}
.shipping-calculator-button{
    color: rgba(114,170,2,1.00);
}

.shipping-calculator-button:hover{
    color: #26292D;
}

.shop .page-title {
     color: rgba(114,170,2,1.00);
}
.woocommerce .quantity {
    display: block;
}
.woocommerce .quantity .qty {
    width: 25%;
    text-align: center;
    margin-top: 10px;
    padding: 4px 0;
}
.woocommerce-variation-add-to-cart{
    font-weight: 800;
} 
.woocommerce .quantity div.qty {
    float: left;
    padding: 10px;
}
.woocommerce div.product form.cart div.quantity {
    float: right;
    margin: 0 4px 0 0;
      display: block;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    display: block;
    margin-top: 10px;
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    color: rgba(114,170,2,1.00);
}
.woocommerce table.shop_table {
    border: 0;
}
.cart_item {
    color: #26292D;
}

.cart_item a {
    color: #26292D !important;
    font-size: 1.5rem;
    font-weight: 500;
}
.woocommerce table.shop_table tbody{
	border-top: 1px solid #26292D;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table td {
    border-top: 1px solid #26292D;
}
.product-thumbnail img {
    width: 50%;
}
.woocommerce-info {
    border-top-color: #26292D ;
}
.showcoupon {
    color: #72AA02;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #D0CFCE;
    color: #26292D;
    border-top: 3px solid #26292D;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-info::before {
    color: #72AA02;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48% !important;
    flex: auto;
    max-width: none;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48% !important;
    flex: auto;
    max-width: none;
}


.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    display: block;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
}

@media screen and (max-width: 768px){
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100% !important;
}
}
/*-------------------------------------------------------------------------------------------------*/

@media screen and (max-width:2700px) and (min-width:2321px){
 .logo {
 width: 30%;
 margin-bottom: 50px;
}
}

@media screen and (max-width:2320px) and (min-width:2021px){
 .logo {
 width: 30%;
 margin-bottom: 50px;
}
}

@media screen and (max-width:2020px) and (min-width:2021px){
 .logo {
 width: 30%;
 margin-bottom: 50px;
}
}

@media screen and (max-width:1720px){
.header-body {
 margin-top: 10px;
 display: block;
 width: 100%;
 padding-left: 40px;
 padding-right: 40px;
 padding-top: 160px;
}
#big-dog .btn-success {
 margin-top: 400px;
 font-size: 2rem;
 font-weight: 500;
}
#bailey {
 position: absolute;
 z-index: 2;
 bottom: -25px;
 right: -70px;
}
header h1 {
 font-weight: 300;
 font-size: 3rem;
}
#big-dog {
 background-image: url(images/cute-dog.png);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 40% auto;
 min-height: 460px;
}
}

@media screen and (max-width:1650px){
    
    #big-dog {
 background-image: url(images/cute-dog.png);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 42% auto;
 min-height: 570px;
}
}

@media screen and (max-width:1550px){
.header-body {
 margin-top: 60px;
 display: block;
 width: 100%;
 padding-left: 40px;
 padding-right: 40px;
 padding-top: 25px;
}
.body-text {
 font-size: 1.25rem;
 line-height: 1.5;
}
header h1 {
 font-weight: 300;
 font-size: 3rem;
 padding-top: 60px;
}
#big-dog {
    background-image: url(images/cute-dog.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 43% auto;
    min-height: 953px;
}

#bailey {
 position: absolute;
 z-index: 2;
 bottom: -25px;
 right: -70px;
}
}

@media screen and (max-width:1440px){
  header {
 min-height: 400px;
}
 
.value {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: rgba(114,170,2,1.00);
    text-transform: uppercase;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    text-align: center;
    font-weight: 400;
    margin-top: -35px;
    margin-bottom: 30px;
}
header h3 {
 font-family: 'Cubano', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 1.5rem;
}

.feature-list li {
 font-size: 0.8rem;
}
#big-dog {
 background-image: url(images/cute-dog.png);
    background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 43% auto;
        min-height: 953px;
}
#savings {
 margin-top: 40px;
}
 #savings h3 {
  font-size: 1.5rem;
 }
	#plans .card-header h3{
		font-size: 1.5rem;
	}
}

@media screen and (max-width:1360px){
 #big-dog {
 background-image: url(images/cute-dog.png);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 52% auto;
 min-height: 700px;
}
}

@media screen and (max-width:1300px){
.body-text {
 font-size: 1.2rem;
 line-height: 1.35;
}
#savings {
 margin-top: 25px;
}
#bailey {
 position: absolute;
 z-index: 2;
 bottom: -25px;
 right: -80px;
 width: 55%;
}
 #big-dog {
 background-image: url(images/cute-dog.png);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 49% auto;
 min-height: 700px;
}
	#plans .card-header h3{
		font-size: 1.15rem;
	}
}

@media screen and (max-width:1275px){
  #big-dog {
 background-image: url(images/cute-dog.png);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 52% auto;
 min-height: 700px;
}  
  .header-body {
 margin-top: 0px;
 display: block;
 width: 100%;
 padding-left: 40px;
 padding-right: 40px;
 padding-top: 25px;
}  
}


@media screen and (max-width:1210px){
header h3 {
 font-family: 'Cubano', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 1.25rem;
}
header h1 {
 font-weight: 300;
 font-size: 2.5rem;
 padding-top: 60px;
}
.header-body {
 margin-top: 30px;
 display: block;
 width: 100%;
 padding-left: 15px;
 padding-right: 15px;
 padding-top: 0px;
}

#big-dog {
 background-image: url(images/cute-dog.png);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 55% auto;
 min-height: 570px;
}
#bailey {
 position: absolute;
 z-index: 2;
 bottom: -25px;
 right: -70px;
 width: 54%;
}
#cost {
 position: relative;
 bottom: -50px;
 margin-left: -30px;
}
   header {
 min-height: 300px;
}
}

@media screen and (max-width:1199px){
	
	#plans .card-header h3{
		font-size: 1.75rem;
	}	
}

@media screen and (max-width:1024px){
	
.navbar-dark .nav-item .nav-link{
		font-size: .8rem;
	}
	
header h1 {
 font-weight: 300;
 font-size: 2rem;
 padding-top: 60px;
}
header h3 {
font-family: 'Cubano', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 1rem;
}
.body-text {
 font-size: 1rem;
 line-height: 1.35;
}
#big-dog .btn-success {
 margin-top: 330px;
 font-size: 2rem;
 font-weight: 500;
}
.logo {
 width: 40%;
 margin-bottom: -40px;
}
.header-body {
 margin-top: 10px;
 display: block;
 width: 100%;
 padding-left: 25px;
 padding-right: 25px;
 padding-top: 0px;
}
#plans h2, #membership h2, #faq h2, #contact h2, #employment h2 {
 font-weight: 300;
 font-size: 2.5rem;
}
.feature-list li {
 font-size: 1rem;
}
#bailey {
 position: absolute;
 z-index: 2;
 bottom: -30px;
 right: -75px;
 width: 52%;
}
 #savings h3 {
  font-size: 1.75rem;
 }
#cost {
 position: relative;
 bottom: -60px;
 margin-left: 0px;
}
 .oval-thought-border:before {
 content: "";
 position: absolute;
 z-index: 10;
 bottom: -30px;
 right: -30px;
 width: 50px;
 height: 30px;
 border-left: 5px solid #FFFFFF;
 border-right: 5px solid #FFFFFF;
 border-bottom: 5px solid #FFFFFF;
 border-top: 4px solid #FFFFFF;
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50%;
 display: block;
 background-color: rgba(55,68,81,1.00);
}


.oval-thought-border:after {
 content: "";
 position: absolute;
 z-index: 10;
 bottom: -50px;
 right: -50px;
 width: 35px;
 height: 20px;
 border: 4px solid #FFFFFF;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 50%;
 display: block;
}
 
 .list-inline-item:not(:last-child) {
    margin-right: 0rem;
}
}

@media screen and (max-width:991px){
 
.row-large-gutter {
  margin-left: -15px;
  margin-right: -15px;
}

.row-large-gutter > * {
  padding-left: 15px;
  padding-right: 15px;
}
 
  .menu-icon {
  position: relative;
  width: 1.5em;
  height: 1em;
  display: inline-block;
}

.menu-icon span {
  position: absolute;
  height: 0.1875em;
  width: 100%;
  background-color: #FFFFFF;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menu-icon span:nth-child(1) {
  top: 0.09375em;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
  top: 0.575em;
}

.menu-icon span:nth-child(4) {
  top: 1.075em;
}

.menu-button:hover span,
.menu-button:focus span,
.menu-button:active span {
  background: #7FBC06;
}

.menu-icon.is-active span:nth-child(1),
.menu-icon.is-active span:nth-child(4) {
  opacity: 0;
}

.menu-icon.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-icon.is-active span:nth-child(3) {
  top: 0.6075em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#big-dog {
 background-image: none;
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 36% auto;
 min-height: 0px;
}
#big-dog .btn-success {
 margin-top: 0px;
 font-size: 2rem;
 font-weight: 500;
}
header h1 {
 font-weight: 300;
 font-size: 5rem;
 padding-top: 25px;
}
header h3 {
 font-family: 'Cubano', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 1.5rem;
 margin-bottom: 25px;
}
.col2texxt {
 column-count: 2;
}
.h-100 {
 height: auto !important;
}
.oval-thought-border {
 position: relative;
 padding-top: 20px;
 padding-right: 10px;
 padding-left: 10px;
 padding-bottom: 20px;
 margin-top: 2em;
 margin-right: auto;
 margin-left: auto;
 /* [disabled]margin-bottom: -30px; */
 text-align: center;
 color: #333;
 border-radius: 50%;
 border: 6px solid rgba(255,255,255,1.00);
 width: 60%;
 display: block;
}
#bailey {
 position: absolute;
 z-index: 2;
 bottom: -35px;
 right: 35px;
 width: 25%;
}
.oval-thought-border:before {
 content: "";
 position: absolute;
 z-index: 10;
 bottom: -35px;
 right: 110px;
 width: 50px;
 height: 30px;
 border-left: 5px solid #FFFFFF;
 border-right: 5px solid #FFFFFF;
 border-bottom: 5px solid #FFFFFF;
 border-top: 4px solid #FFFFFF;
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50%;
 display: block;
 background-color: rgba(55,68,81,0.00);
}
.oval-thought-border:after {
 content: "";
 position: absolute;
 z-index: 10;
 bottom: -65px;
 right: 70px;
 width: 35px;
 height: 20px;
 border: 4px solid #FFFFFF;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 50%;
 display: block;
}
.footer {
 position: relative;
 bottom: 0;
 width: 100%;
 /* Set the fixed height of the footer here */
 height: auto;
 background-color: rgba(127,188,6,1.00);
 padding-top: 20px;
}
/* Sticky footer styles
-------------------------------------------------- */

body {
 /* Margin bottom by footer height */
 margin-bottom: 0px;
}
.logo {
 width: 60%;
 margin-bottom: -20px;
}
 
   header {
 min-height: 0px;
}
}

@media screen and (max-width:768px){
.logo {
 width: 70%;
 margin-bottom: -10px;
}
}

@media screen and (max-width:767px){

header h1 {
 font-weight: 300;
 font-size: 4rem;
 padding-top: 25px;
}
#big-dog .btn-success {
 margin-top: 12px;
 font-size: 2rem;
 font-weight: 500;
 padding-top: 0px;
}
.logo {
 width: 90%;
 margin-bottom: -10px;
}
}

@media screen and (max-width:576px){
header h1 {
 font-weight: 300;
 font-size: 3.5rem;
 padding-top: 12px;
}
.oval-thought-border:before {
 content: "";
 position: absolute;
 z-index: 10;
 bottom: -30px;
 right: 25px;
 width: 40px;
 height: 22px;
 border-left: 5px solid #FFFFFF;
 border-right: 5px solid #FFFFFF;
 border-bottom: 5px solid #FFFFFF;
 border-top: 4px solid #FFFFFF;
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50%;
 display: block;
 background-color: rgba(55,68,81,0.00);
}
.oval-thought-border:after {
 content: "";
 position: absolute;
 z-index: 10;
 bottom: -49px;
 right: 0px;
 width: 25px;
 height: 16px;
 border: 4px solid #FFFFFF;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 50%;
 display: block;
}
#bailey {
 position: absolute;
 z-index: 2;
 bottom: -35px;
 right: 20px;
 width: 27%;
}
.card-body h6 {
 font-size: 1.6rem;
}
}

@media screen and (max-width:450px){
.col2texxt {
 column-count: 1;
}
#cost h5 {
 font-size: 1rem;
}
#cost {
 position: relative;
 bottom: -50px;
 margin-left: 0px;
}
#bailey {
 position: absolute;
 z-index: 2;
 bottom: -35px;
 right: 0px;
 width: 35%;
}
}

@media screen and (max-width:330px){
#big-dog .btn-success {
 margin-top: 20px;
 font-size: 1.5rem;
 font-weight: 500;
}
	#content h2.display-4{
		font-size: 3rem;
	}
}
