
/* .collapse.in {
  margin-bottom: 100%;
} */

.book {
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

/*------ Footer Styles ------*/

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
/*  height: 100px;*/ /* Set the fixed height of the footer here */
  /*line-height: 60px;*/ /* Vertically center the text there */
  color: #444444;
  background-color: #e6e6e6;
}

.footer .container-fluid {
  padding: 55px 25px;
}

.footer .top-footer {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: row; 
  justify-content: space-between;
}

/*.footer .container-fluid .content-left {
padding-left: 30px;

}

.footer .container-fluid .content-right {
border-right: 4px solid #b3b3b3;
padding-right: 30px;
}*/

.bottom-footer{
  background-color: #a6a6a6;
}

.bottom-footer .container-fluid {
  padding: 10px 0 !important;
}

.bottom-footer .col-xs-12 div {
  display: flex;
  justify-content: center;
  align-items: center;
}


.foot-logotype {
  position: relative;
top: 0;
padding-left: 10px;
border-right: 2px solid #ffffff;
padding-right: 15px;
  width: 110px;
  height: 34px;
}

.foot-logoicon {
  width: 35px;
  height: 29px;
}

.footer p {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
  padding-left: 15px;
}

.footer .logo {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-direction:column;
}

.footer ul {
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 42px;
  list-style: none;
  text-align: left;
  letter-spacing: 1px;
  padding-left:0;
  margin-bottom: 0px;
  line-height: 75px;
}

.footer .content-right span {
  font-size: 85px;
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #cdcdcd;
  text-transform: uppercase;
  line-height: 90px;
  letter-spacing: 2px;
  text-align: left;
  display: block;
}

.footer .content-right span u {
  font-weight: 800;
}

.footer .foot-link li {
  display: block;
}

.footer li {
  display: inline-block; 
  padding: 0 15px;
}

.footer li a {
  color: #808080;
}

.footer li a:hover {
  color: #ee2a7b;
}

.footer li svg .st4 {
  fill: #808080;
  transition: fill .35s ease-in-out;
  -moz-transition: fill .35s ease-in-out;
  -webkit-transition: fill .35s ease-in-out;
}

.footer li svg:hover .st4 {
  fill: #ee2a7b;
  transition: fill .35s ease-in-out;
  -moz-transition: fill .35s ease-in-out;
  -webkit-transition: fill .35s ease-in-out;
}

/*------ Footer Styles ------*/


/*------ Navbar Scroll Styles ------*/

.nav-new {
  background-color: #ffffff !important;
}

.nav-new .st0 {
  fill:#EE2A7B;
}

.nav-new .st1 {
  fill:#444444;
}

.nav-new .st2 {
  fill:#333333;
}

.nav-new .navbar-nav > li > a {
  color: #666666;
}

.nav-new .navbar-nav > li > a:hover {
  color:#ee2a7b;
}

.nav-new .navlink.active {
  background-color: #ee2a7b !important;
  color: #ffffff !important;
  animation: none;
}

.navbar.secondary {
  background-color: #ffffff !important;
}

.navbar.secondary .st0 {
  fill:#EE2A7B;
}

.navbar.secondary .st1 {
  fill:#444444;
}

.navbar.secondary .st2 {
  fill:#333333;
}

.navbar.secondary .navbar-nav > li > a {
  color: #666666;
}

.navbar.secondary .navbar-nav > li > a:hover {
  color:#ee2a7b;
}

/*------ Navbar Scroll Styles ------*/

.container-fluid {
  overflow: hidden;
}

.block {
  display: block !important;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important; 
}

body {
  padding-top: 50px;
}

.white { 
  color: #ffffff !important;
 }

.gray-background {
  background-color: #efefef;
}

.img-fluid {
  width: 100%;
}

.animate-bounce {
  animation: link-float 2s ease-in-out infinite;
}

h1, h2 {
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #333;
  padding-bottom: 10px;
  text-align: center;
}

p {
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.heading1 {
  font-size: 36px;
}

.heading2 {
  font-size: 34px;
}

.txt-align-left {
  text-align: left;
}

.body-copy-lg {
  font-size: 20px;
}

.header-eyebrow {
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 500;
  color:#666666; 
  display: block; 
  text-align: center; 
  font-size: 14px; 
  letter-spacing: 1px; 
  text-transform: uppercase; 
  border-bottom: 2px solid #ee2a7b; 
  width: 160px; 
  margin: auto; 
  margin-bottom: 20px; 
  padding-top: 30px;
  padding-bottom: 5px;
}

.pinktext {
  color:#ee2a7b !important;
}

strong {
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.textcenter {
  text-align: center;
}

.rounded {
  border-radius: 5px;
}

.container-fluid .section {
  margin: 0 0 30px 0;
}

.container-fluid .col-xs-12 {
  padding: 10px 0;
  overflow: hidden;
}


/* ------ New Carousel Styles ------ */

.shop-page.content {
  margin-top: -20px;
}

.shop-page h2 {
  font-size: 24px;
}

.card-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.shop-banner {
  width: 100%;
  height: 149px;
  background-image: linear-gradient(-90deg, rgba(0,0,0,.3) 60%, rgba(0,0,0,0) 100%), url("../img/threadless-banner-full-2.png");
  background-size: cover;
  background-position: left;
  display: flex;
  flex-direction: row;
  background-repeat: none;
  font-size: 24px;
  color: #ffffff !important;
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 800;
  overflow: hidden;
}

.shop-banner:hover .banner-button {
  background-color: #ee2a7b;
}

.shop-banner .banner-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0 30px;
}

.shop-banner .banner-button {
  width: 116px !important;
  height: 48px !important;
  border: 2px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  padding: 12px;
  border-radius: 5px;
  font-weight: 400;
  margin-left: 30px;
  white-space: nowrap;
}

.shop-card {
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  width: 310px;
  /* height: 456px; */
  border: 1px solid #979797;
  border-radius: 5px;
  padding: 15px 15px 25px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 20px 20px;
}

.shop-card .shop-button {
  border: 2px solid #333333;
  width: 140px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
}

.shop-card .shop-button:hover {
background-color: #ee2a7b;
color: #ffffff;
}

.shop-card p {
  margin-bottom: 5px;
  height: 23px;
  line-height: 23px;
}

.shop-card .description {
  font-size: 14px;
  color: #696969;
  margin-bottom: 20px;
  height: 18px;
  line-height: 18px;
}

.carousel-inner .item {
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    height: 500px;
}

.first-slide {
  background-image: url('../img/banner-background-crop-slides-dark-v2-1.jpg');
  background-color: #966b71;
}

.second-slide {
  background-image: url('../img/banner-background-crop-slides-dark-v2-2.jpg');
  background-position: 50% 60% !important;
  background-color: #866988;
}

.third-slide {
  background-image: url('../img/banner-background-crop-slides-dark-v2-3.jpg');
  background-position: top !important;
  background-color: #608890;
}

.carousel-inner .item div {
height: 100% !important;
display: flex;
justify-content: center;
flex-direction: column;
}

.carousel-inner .item div .carousel-head {
  margin: auto;
  line-height: 10px;
}


.carousel-inner div h1 {
  font-size: 60px;
  text-align: left;
      border-left: 5px solid #ee2a7b;
    padding-left: 30px !important;
}

.carousel-inner div .paren-text {
  font-size: 16px;
  text-align: left;
  display: block;
  padding-top: 15px;
}

.carousel-inner .paren-text span {
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: italic;
  text-align: left;
}

/* ------ New Carousel Styles ------ */

.home-what-section img{
  width: 740px;
}

.home-what-section p {
  width: 580px;
}

.home-how-section {
  background-color: #efefef; 
}

.home-how-section h2 {
  padding-bottom: 0px;
}

.container-fluid.hero {
  position: relative;
  bottom: 50px;
}

.home-hero {
  background-image: url('../img/home-hero-background.jpg'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  background-color: #e1a2af;
/*      background-attachment: fixed;*/
}

.col-xs-12.home-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home-hero .col-xs-12 {
  position: relative;
  top: 10px;
}

.home-hero .heading1 {
    font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  transform: skewY(-6deg);
  font-size: 60px;
    line-height: 60px;
    padding: 15px 0;
}

.home-hero .heading2 {
    font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  transform: skewY(-6deg);
  font-size: 22px;
    padding: 30px 0 15px 0;
    letter-spacing: 2px;
}

.home-hero .heading1 .top {
  font-size: 89px;
}

.home-feed-am-section {
  background-image: url('../img/feeding_america_background.jpg'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
/*      background-attachment: fixed;*/
}

.home-feed-am-section img {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.carousel.slide {
  margin: 0 0 30px 0;
  position: relative;
  bottom: 50px;
}

.sliderimage {
  width: 68%; 
  margin: 0 auto;
}

.mobilewelcomeimg {
  display: none !important;
}

#myCarouselMobile {
   display: none !important;
}

.mobile-slide-img {
  width: 60%; 
  margin: 0 auto;
}mb-md

.starter-template {
  padding: 0px 15px;
  text-align: left;
  margin-bottom: 0px;
  height: 94vh;
  align-items: center !important;
  position: relative;
  top: 44px;
}

.container {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.row .align-mid {
display: flex; 
align-items: center;
}

.home-section {
  display: flex;
  align-items: center !important;
}

.shop {
  background-image: url('../img/home-shop-background-v2.jpg');
  margin-right: 0px;
  opacity: 1;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;

}

.section a:hover{
  text-decoration: none !important;
  
}

.about {
  background-image: url('../img/about-background-home.jpg');
  margin-left: 0px;
  opacity: 1;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;
}

.about-page .hero {
  background-image: url('../img/about-background-flipped.jpg');
  background-color: #e8c90e;
}

.shop-page .hero {
  background-image: url('../img/shop-page-background.jpg');
  background-color: #91839d;
}

.contact-page .hero {
  background-image: url('../img/contact-background.jpg');
  background-color: #599fc1;
}

.work-page .hero {
  background-image: url('../img/work_page_background.jpg');
  background-color: #7c4c42;
}

.about-page .hero, .shop-page .hero, .contact-page .hero, .work-page .hero {
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: cover; height: 300px;
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.container-fluid.m-none.about-page, .container-fluid.m-none.shop-page, .container-fluid.m-none.contact-page, .container-fluid.m-none.work-page {
  position: relative;
  bottom: 50px;
}

.about-page .headline, .shop-page .headline, .contact-page .headline, .work-page .headline {
  font-size: 50px;
/*  text-transform: uppercase;*/
}

.work-page .col-sm-6 {
  margin-bottom: 30px;
}

/*.gray-text {
  font-family: 'AvenirReg'; 
  width: 750px; 
  display: block; 
  margin: 0 auto; 
  line-height: 55px; 
  margin-bottom: 40px; 
  color:#888888;
}*/

.gray-text {
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 26px; 
  width: 750px; 
  display: block; 
  margin: 0 auto; 
  line-height: 46px; 
  margin-bottom: 40px; 
  color:#888888;
}

.work-page .gray-text {
  font-size: 20px; 
  line-height: 36px; 
  margin-bottom: 0px; 
}

.about-page .txt-align-left {
  width: 565px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 28px;
}

.section a:hover .shop {
  opacity: 0.6;
}

.section a:hover .about {
  opacity: 0.6;
}

.section a:hover span {
  color: #000000;
}

.featured-link {
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center;
  display: flex; 
  align-items: center;
}

.featured-link span {
  color:#ffffff; 
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size:50px; 
  height: 140px; 
  display:flex; 
  align-items: center; 
  text-transform: uppercase;
  padding-top: 15px; 
/*  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);*/
  transition: color.35s ease-in-out;
  -moz-transition: color .35s ease-in-out;
  -webkit-transition: color .35s ease-in-out;
}

.contact-page input, .contact-page textarea {
  width: 100%;
  border: none;
  padding: 5px 10px;
}

.contact-page textarea {
  height: 150px;
}

.contact-page form p, .contact-page .col-md-5 .heading2 {
  text-align: left;
}

.contact-content {
  display: flex;
  align-items: center;
}

.contact-page .form-field {
  background-color: #efefef;
  padding: 30px;
  margin: 40px 0 65px 0;
}

.contact-btn {
  background-color: #aaaaaa;
  color: #ffffff;
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: none;
  display: block;
  height: 50px;
  width: 175px !important;
}

.contact-btn:hover {
  background-color: #ee2a7b;
}

.pencil-img {
  padding-left: 40px;
}

p {
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 400;
}


.row.about-us {
  background-color: #b3e6ff;
  padding-top: 30px;
  margin-top: 0px;
}


/*  Animated Logo Icon  */

.logoicon {
  width: 40px;
  height: 34px;
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: rotate(0deg);
  -ms-transition: all 300ms ease-in;
  -ms-transform: rotate(0deg);   
  -moz-transition: all 300ms ease-in;
  -moz-transform: rotate(0deg);
  transition: all 300ms ease-in;
  transform: rotate(0deg);
}
.navbar-brand:hover .logoicon{
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: rotate(-45deg);
  -ms-transition: all 300ms ease-in;
  -ms-transform: rotate(-45deg);   
  -moz-transition: all 300ms ease-in;
  -moz-transform: rotate(-45deg);
  transition: all 300ms ease-in;
  transform: rotate(-45deg);
  
}
.st0{fill:#fff;}
.st1{fill:#fff;}
.st2{fill:#fff;}
.st3{fill:#FFFFFF;}
.st4{fill:#808080;}
.st5{fill:#efefef;}
.st6{fill:#efefef;}


/*  Animated Logo Type  */

.logotype {
  position: absolute; 
  top: 13px;
  width: 110px;
  height: 34px;
}

.logoeat {
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: translateY(0px);
  -ms-transition: all 300ms ease-in;
  -ms-transform: translateY(0px);   
  -moz-transition: all 300ms ease-in;
  -moz-transform: translateY(0px);
  transition: all 300ms ease-in;
  transform: translateY(0px);
}

.logotypelink:hover .logoeat {
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: translateY(-3px);
  -ms-transition: all 300ms ease-in;
  -ms-transform: translateY(-3px);   
  -moz-transition: all 300ms ease-in;
  -moz-transform: translateY(-3px);
  transition: all 300ms ease-in;
  transform: translateY(-3px);
}

.logoillu {
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: translateY(0px);
  -ms-transition: all 300ms ease-in;
  -ms-transform: translateY(0px);   
  -moz-transition: all 300ms ease-in;
  -moz-transform: translateY(0px);
  transition: all 300ms ease-in;
  transform: translateY(0px);
}

.logotypelink:hover .logoillu {
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: translateY(3px);
  -ms-transition: all 300ms ease-in;
  -ms-transform: translateY(3px);   
  -moz-transition: all 300ms ease-in;
  -moz-transform: translateY(3px);
  transition: all 300ms ease-in;
  transform: translateY(3px);
}

@keyframes logo-float {
  0%   {transform: translateY(0)}
  50% {transform: translateY(-5px)}
  100%   {transform: translateY(0)}
}

@keyframes link-float {
  0%   {transform: translateY(0)}
  50% {transform: translateY(-7px)}
  100%   {transform: translateY(0)}
}

/*.logotypelink:hover .logoeat {
  animation: logo-float 2s ease-in-out infinite;
}

.logotypelink:hover .logoillu {
animation: logo-float 2s ease-in-out infinite;
animation-delay: 1s;
}*/

/*  Animated Navigation Links  */

.navlink:hover {
  animation: link-float 2s ease-in-out infinite;
}

.navlink.active {
  background-color: #ee2a7b !important;
  color: #ffffff !important;
  animation: none;
}

.home-feed-am-section .button {
  text-transform:uppercase; 
  font-size: 14px; 
  letter-spacing: 1px; 
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 600; 
  color: #ffffff !important;
  text-align: center;
  border: 2px solid #ffffff;
  width: 150px;
  display: block;
  padding: 10px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-transition: background-color .35s ease-out;
  -moz-transition: background-color .35s ease-out;
  -o-transition: background-color .35s ease-out;
  transition: background-color .35s ease-out;
}

.home-feed-am-section .button:hover {
  background-color: rgba(68, 68, 68, 0.5);
  -webkit-transition: background-color .35s ease-out;
  -moz-transition: background-color .35s ease-out;
  -o-transition: background-color .35s ease-out;
  transition: background-color .35s ease-out;
}

.link {
  font-size: 18px; 
  font-family: 'CircularStd', Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  -webkit-transition: color .35s ease-out;
  -moz-transition: color .35s ease-out;
  -o-transition: color .35s ease-out;
  transition: color .35s ease-out;
}

.link:hover {
  /*text-decoration: none;*/
  color: #ee2a7b;
    -webkit-transition: color .35s ease-out;
  -moz-transition: color .35s ease-out;
  -o-transition: color .35s ease-out;
  transition: color .35s ease-out;
  animation: link-float 2s ease-in-out infinite !important;
}

a {
     -webkit-transition: color .35s ease-out;
  -moz-transition: color .35s ease-out;
  -o-transition: color .35s ease-out;
  transition: color .35s ease-out;
}

a:hover {
    color: #ee2a7b;
    -webkit-transition: color .35s ease-out;
  -moz-transition: color .35s ease-out;
  -o-transition: color .35s ease-out;
  transition: color .35s ease-out;
}

/* --- Spacing Helper Classes --- */

/* --- Padding All-Around ---*/

.p-lg {
  padding: 45px !important;
}

.p-md {
  padding: 30px !important;
}

.p-sm {
  padding: 15px !important;
}

.p-xs {
  padding: 5px !important;
}

.p-none {
  padding: 0px !important;
}

/* --- Padding Top and Bottom ---*/

.pv-lg {
  padding: 45px 0 !important;
}

.pv-md {
  padding: 30px 0 !important;
}

.pv-sm {
  padding: 15px 0 !important;
}

.pv-xs {
  padding: 5px 0 !important;
}

/* --- Padding Left and Right ---*/

.ph-lg {
  padding: 0 45px !important;
}

.ph-md {
  padding: 0 30px !important;
}

.ph-sm {
  padding: 0 15px !important;
}

.ph-xs {
  padding: 0 5px !important;
}

/* --- Padding Top ---*/

.pt-lg {
  padding-top: 45px !important;
}

.pt-md {
  padding-top: 30px !important;
}

.pt-sm {
  padding-top: 15px !important;
}

.pt-xs {
  padding-top: 5px !important;
}

.pt-none {
  padding-top: 0px !important
}

/* --- Padding Bottom ---*/

.pb-lg {
  padding-bottom: 45px !important;
}

.pb-md {
  padding-bottom: 30px !important;
}

.pb-sm {
  padding-bottom: 15px !important;
}

.pb-xs {
  padding-bottom: 5px !important
}

.pb-none {
  padding-bottom: 0px !important;
}

/* --- Padding Left ---*/

.pl-lg {
  padding-left: 45px !important;
}

.pl-md {
  padding-left: 30px !important;
}

.pl-sm {
  padding-left: 15px !important;
}

.pl-xs {
  padding-left: 5px !important;
}

.pl-none {
  padding-left: 0px !important;
}

/* --- Padding Right ---*/

.pr-lg {
  padding-right: 45px !important;
}

.pr-md {
  padding-right: 30px !important;
}

.pr-sm {
  padding-right: 15px !important;
}

.pr-xs {
  padding-right: 5px !important;
}

.pr-none {
  padding-right: 0px !important;
}

/* --- Margin All-Around ---*/

.m-lg {
  margin: 45px !important;
}

.m-md {
  margin: 30px !important;
}

.m-sm {
  margin: 15px !important;
}

.m-xs {
  margin: 5px !important;
}

.m-none {
  margin: 0px !important;
}

/* --- Margin Top and Bottom ---*/

.mv-lg {
  margin: 45px 0 !important;
}

.mv-md {
  margin: 30px 0 !important;
}

.mv-sm {
  margin: 15px 0 !important;
}

.mv-xs {
  margin: 5px 0 !important;
}

/* --- Margin Left and Right ---*/

.mh-lg {
  margin: 0 45px !important;
}

.mh-md {
  margin: 0 30px !important;
}

.mh-sm {
  margin: 0 15px !important;
}

.mh-xs {
  margin: 0 5px !important;
}

/* --- Margin Top ---*/

.mt-lg {
  margin-top: 45px !important;
}

.mt-md {
  margin-top: 30px !important;
}

.mt-sm {
  margin-top: 15px !important;
}

.mt-xs {
  margin-top: 5px !important;
}

.mt-none {
  margin-top: 0px !important;
}


/* --- Margin Bottom ---*/

.mb-lg {
  margin-bottom: 45px !important;
}

.mb-md {
  margin-bottom: 30px !important;
}

.mb-sm {
  margin-bottom: 15px !important;
}

.mb-xs {
  margin-bottom: 5px !important;
}

.mb-none {
  margin-bottom: 0px !important;
}


/* --- Margin Left ---*/

.ml-lg {
  margin-left: 45px !important;
}

.ml-md {
  margin-left: 30px !important;
}

.ml-sm {
  margin-left: 15px !important;
}

.ml-xs {
  margin-left: 5px !important;
}

.ml-none {
  margin-left: 0px !important;
}

/* --- Margin Right ---*/

.mr-lg {
  margin-right: 45px !important;
}

.mr-md {
  margin-right: 30px !important;
}

.mr-sm {
  margin-right: 15px !important;
}

.mr-xs {
  margin-right: 5px !important;
}

.mr-none {
  margin-right: 0px !important;
}

/* --- Spacing Helper Classes --- */

@media only screen and (max-width: 900px) {
}

@media only screen and (max-width: 900px) {
.home-what-section img{
  width: 100%;
}

.home-what-section p {
  width: 100%;
}

}

@media (max-width: 800px) {

  .footer .top-footer {
  flex-direction: column; 
}

.footer ul {
  text-align: center;
}

.footer .content-right span {
  text-align: center;
  margin-bottom: 30px;
}

}

@media (min-width: 767px) {

  .contact-page .contact-content img {
  max-width: 550px;
}

}

@media (max-width: 767px) {

  .navbar {
    background-color: #ffffff;
  }

  .st0 {
    fill:#EE2A7B;
  }

  .st1 {
    fill:#444444;
  }

  .st2 {
    fill:#333333;
  }

  .navbar-nav > li > a {
    color: #666666 !important;
  }

  .navbar-nav > li > a:hover {
  color:#ee2a7b !important
}

  .logotype {
  left: 50%; 
  transform: translatex(-50%); 
}

  .contact-content {
    display: block;
  }

  .contact-page .contact-content img {
    width: 90% !important;
    padding: 30px;
    margin: 0 auto; 
    display: block;
  }

  .heading1 {
    font-size: 30px;
  }

  .heading2 {
    font-size: 28px;
  }

  .header-eyebrow {
    font-size: 14px;
  }

  .home-what-section .row:nth-child(2) {
    padding-top: 0 !important;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .carousel.slide {
    margin: 0 0 41px 0;
  }

  .about {
    margin-left: -15px;
  }

  .shop {
    margin-right: -15px;
    margin-bottom: 30px;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 36px;
    padding: 30px 0;
    text-align: center;
  }

  .about-page .txt-align-left {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gray-text {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 34px; 
    font-size: 24px;
  }

  .error-page img {
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .container-fluid .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-how-section .col-sm-4 {
    margin-bottom: 45px;
  }

  .home-how-section .col-sm-4 h2 {
    margin-top: 0;
  }

  .navlink.active {
    background-color: transparent !important;
    color: #ee2a7b !important;
  }

  .nav-new .navlink.active {
    background-color: transparent !important;
    color: #ee2a7b !important;
  }

  .carousel-inner div h1 {
    font-size: 54px;
    text-align: center;
    border-left: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.carousel-inner div .paren-text {
  font-size: 14px;
  text-align: center;
}

.carousel-inner .paren-text span {
  text-align: center;
}

}


@media (max-width: 600px) {

  .contact-page .form-field {
    margin: 15px 0 0 0;
  }

  .mobilewelcomeimg {
    display: block !important;
  }

  .welcomeimg {
    display: none;
  }

  .container-fluid {
    margin: 0 !important;
    overflow: hidden;
  }

  .navbar-fixed-top {
    padding: 0 30px;
  }

  .carousel.slide {
  margin: 0 0 11px 0;
  }

  .container-fluid .section {
  margin: 0 0 0 0;
  }

  .home-what-section {
    background-color: #ffffff; 
  }

  .shop {
    margin-bottom: 0;
  }

  .rounded {
    border-radius: 0;
  }

  .about.featured-link {
    margin-bottom: 30px; 
  }

  .work-page .col-sm-6 {
    margin-bottom: 0;
  }

  .shop-page.content {
    margin-top: -50px !important;
  }

}

@media (max-width: 500px) {

  .mobile-slide-img {
    width: 100%; 
  }

  .home-hero {
    padding: 0 15px;
  }

  .home-hero .heading1 {
  font-size: 48px;
  line-height: 50px;
}

.home-hero .heading2 {
  font-size: 17px;
}

.home-hero .heading1 .top {
  font-size: 70px;
}

.bottom-footer .col-xs-12 div {
  flex-direction: column;
}

.foot-logotype {
  border-right: none;
  padding: 0;
  width: 85px;
}

.footer .content-right span {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 2px;
}

.footer ul {
  font-size: 34px;
  line-height: 60px;
}

.footer p {
  padding-left: 0;
}

}

@media (max-width: 375px) {
    .home-hero .heading1 {
  font-size: 40px;
  line-height: 40px;
}

.home-hero .heading2 {
  font-size: 17px;
}

.home-hero .heading1 .top {
  font-size: 60px;
}

.footer .content-right span {
  font-size: 50px;
  line-height: 50px;
}

}







