:root {
   --primary-color: #39BFC8;
   --building-color: #FF9800;
   --shop-color: #7B1FA2;
   --warehouse-color: #558B2F;
}

/*
* Property styles in unhighlighted state.
*/
.property {
   align-items: center;
   background-color: #FFFFFF;
   border-radius: 50%;
   color: #263238;
   display: flex;
   font-size: 14px;
   gap: 15px;
   height: 30px;
   justify-content: center;
   padding: 4px;
   position: relative;
   position: relative;
   transition: all 0.3s ease-out;
   width: 30px;
}

.property::after {
   border-left: 9px solid transparent;
   border-right: 9px solid transparent;
   border-top: 9px solid #FFFFFF;
   content: "";
   height: 0;
   left: 50%;
   position: absolute;
   top: 90%;
   transform: translate(-50%, 0);
   transition: all 0.3s ease-out;
   width: 0;
   z-index: 1;
}

.property .icon {
   align-items: center;
   display: flex;
   justify-content: center;
   color: #FFFFFF;
}

.property .icon svg {
   height: 20px;
   width: auto;
}

.property .details {
   display: none;
   flex-direction: column;
   flex: 1;
}

.property .address {
   color: #9E9E9E;
   font-size: 10px;
   margin-bottom: 10px;
   margin-top: 5px;
}

.property .description {
   /* color: grey; */
   font-size: 12px;
}
/*
   * Property styles in highlighted state.
   */
.property.highlight {
   background-color: #FFFFFF;
   border-radius: 8px;
   box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
   height: 80px;
   padding: 8px 15px;
   width: auto;
}

.property.highlight::after {
   border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
   display: flex;
}

.property.highlight .icon svg {
   width: 50px;
   height: 50px;
}

/*
   * House icon colors.
   */
.property.highlight:has(.fa-house) .icon {
   color: var(--primary-color);
}

.property:not(.highlight):has(.fa-house) {
   background-color: var(--primary-color);
}

.property:not(.highlight):has(.fa-house)::after {
   border-top: 9px solid var(--primary-color);
}

/*
   * Building icon colors.
   */
.property.highlight:has(.fa-building) .icon {
   color: var(--building-color);
}

.property:not(.highlight):has(.fa-building) {
   background-color: var(--building-color);
}

.property:not(.highlight):has(.fa-building)::after {
   border-top: 9px solid var(--building-color);
}

/*
   * Warehouse icon colors.
   */
.property.highlight:has(.fa-warehouse) .icon {
   color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse) {
   background-color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse)::after {
   border-top: 9px solid var(--warehouse-color);
}

/*
   * Shop icon colors.
   */
.property.highlight:has(.fa-shop) .icon {
   color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop) {
   background-color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop)::after {
   border-top: 9px solid var(--shop-color);
}

.instagram__img {
   height: 100%;
   object-fit: contain;
   width: 100%;
   object-position: center;
}
/* 

Foxeyoga - Beautiful Yoga and Wellness Html Template
Copyright 2019  www.mutationmedia.net 
Created by : mutationthemes  

*/

/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Heroå
4.About
5.Services
6.Benefits
7.Yoga positions
8.Trainer
9.Schedule
13.Contact
14.Miscellaneous
15.Mediaqueries


/*Preloader*/

.loader {
   background: #f3f5f8;
   bottom: 0;
   height: 100%;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 10000;
}
.loader-inner {
   left: 0;
   position: absolute;
   top: 50%;
   width: 100%;
   text-align: center;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
}
.bounce {
   width: 2.5rem;
   height: 2.5rem;
   position: relative;
   margin: 6.25rem auto;
}

.bounce-one, .bounce-two {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background-color: var(--primary-color);
   opacity: 0.6;
   position: absolute;
   top: 0;
   left: 0;
   -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
   animation: sk-bounce 2.0s infinite ease-in-out;
}

.bounce-two {
   -webkit-animation-delay: -1.0s;
   animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
   0%, 100% { -webkit-transform: scale(0.0) }
   50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
   0%, 100% { 
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
   } 50% { 
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
   }
}

/*End preloader*/

/* Hero Section*/

.header {
   position: relative;
}
.bg-image {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 0;
   object-fit: cover;
   position: absolute;
}

.hero-responsive {
   padding-top: 10rem;
   padding-bottom: 10rem;
   position: absolute;
   bottom: 0;
   right: 0;
   left: 0;
   height: 100%;
   justify-content: center;
}
.navbar-expand-lg .navbar-logo  {
   width:4rem;
}
.header-navbar {
   padding:0; 
}
.header-navbar .navbar-brand{
   padding-top: .5rem;
   padding-bottom: .5rem;
}
.navbar-expand-lg .navbar-nav .nav-link{
   color: #717171;
   position: relative;
   font-weight: 600;
   display: block;
   text-transform: uppercase;
   font-size: 11.5px;
   letter-spacing: 0.055rem;
}
.shape-centered-nvh {
   position: absolute;
   top: 40px;
   left: -70px;
   z-index: -1;
}

/* End hero Section*/

/* Services Section*/

.services-steps {
   position: relative;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.services-steps:after {
   content: "";
   position: absolute;
   top: 3.25rem;
   left: 5rem;
   right: 5rem;
   height: 1px;
   background-color: #dee2e6;
   z-index: 1;
}
.service-step-item.active .service-step-title {
   color:#212529 !important;
}
.service-step-item, .yoga-pose-item {
   text-align: center;
   z-index: 2;
   flex-basis: min-content;
}
.cursor-pointer {
   cursor: pointer;
}
.service-step-icon-container{
   display: inline-block;
   background-color: #f3f5f8;
   padding-bottom: 1.5rem;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}

.yoga-pose-icon-container{
   display: inline-block;
   background-color: #f3f5f8;
   padding-bottom: 1.5rem;
}
.service-step-item.active .service-step-icon {
   box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
}
.service-step-item .service-step-icon img, .yoga-pose-item .yoga-pose-icon img{
   width: 3rem;
}

.service-step-item.active .service-step-icon img.disabled {
   display: block !important;
}
.service-step-item.active .service-step-icon img.enabled {
   display: none !important;
}

.service-step-item .service-step-icon img.enabled {
   display: block !important;
   opacity: .4;
}
.service-step-item .service-step-icon, .yoga-pose-item .yoga-pose-icon {
   position: relative;
   width: 7rem;
   height: 7rem;
   border-radius: 50%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: -1rem;
   line-height: .7;
   background-color: #f3f5f8;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
   
}
.service-step-item .service-step-icon {
   cursor: pointer;   
}
.service-step-icon-inner, .yoga-pose-icon-inner {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.card[data-toggle="tab"]:not([aria-selected="true"]) {
   background-color: transparent;
   border-color: transparent;
}
.card[data-toggle="tab"] {
   cursor: pointer;
   transition: background-color .35s ease, border-color .35s ease;
   background-color: #f8f9fa;
}

/* End services Section*/

/* Benefits Section*/

.shape-centered-ncr {
 position: absolute;
 top: 70px;
 right: -12px;
}
.min-height-70{
 min-height:70px;
}

/* End benefits Section*/

/* Contact Section*/

.contact__col {
   padding: 0 30px;
}

#map {
   height: 100%;
   width: 100%;
}

.contact-icon {
 line-height: 1.6;
 text-align: center;
 font-size: 1rem;
 width: 4rem;
 height: 4rem;
 font-size: 1.75rem;
}
#instafeed {
   display: flex;
   flex-wrap: wrap;
}
ul.instafeed-list  {
   margin:0 -4px;
   margin-top: -5px;
}
ul.instafeed-list li {
  display: inline-block;
 padding: 5px;
}
ul.instafeed-list li a{
 display: block;
 position: relative;
 overflow: hidden;
 height: 100%;
 background-color: #FFF;
}
.instafeed-list{
 position: relative;
}
ul.instafeed-list li{
 width: 50%;
 position: relative;
}
/* ul.instafeed-list li:nth-child(10){
 display: none;
} */
/*
ul.instafeed-list li:nth-child(6) a{
 cursor: default;
}
*/

/* End contact Section*/

/*Miscellaneous*/

::-moz-selection {
   background: var(--primary-color);
   color: #ffffff;
}
.bg-primary::selection {
   color: var(--primary-color);
   background-color: #ffffff;
}
.gradient-overlay:before {
   background-color: rgba(52,58,64,.6);
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
   width: 100%;
   height: 100%;
   content: "";
}
a,::before
{
   transition: all 0.3s ease 0s;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -ms-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
}
.avatar-xs {
   width: 2rem;
   height: 2rem;
}
.max-width-1{
 width: 1.9rem;
}
.max-width-4{
 width: 4rem;
}
.max-width-2{
 width: 2.7rem;
}
.max-width-3{
 width: 3rem;
}
.max-width-9{
 width: 9rem;
}
.max-width-10{
 width: 10rem;
}
.font-secondary{
 font-family: 'PT Serif', serif;
}
.font-base{
 font-family: 'Open sans','Verdana','Helvetica', sans-serif;
}
.font-size-11 {
   font-size: .71875rem;
}
.font-size-12 {
   font-size: .75rem;
}
.font-size-13 {
   font-size:.8125rem;
}
.font-size-14 {
   font-size: .875rem;
}
.font-size-15 {
   font-size: .9375rem;
}
.font-size-17 {
   font-size: 17px;
}
.font-weight-200 {
   font-weight: 200;
}
.font-weight-300 {
   font-weight: 300;
}
.font-weight-400 {
   font-weight: 400;
}
.font-weight-600 {
   font-weight: 600;
}
.font-weight-700 {
   font-weight: 700;
}
.flex-fill {
   flex: 1 1 auto !important;
}
.btn-wide {
   min-width: 10rem;
}
.btn-wide-sm {
   min-width: 5.5rem;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
   color: #212529;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
   color: #df6e6e;
}
.z-index-2{
   z-index: 2;
}
.z-index-3{
   z-index: 3;
}
.scroll-to-top:not(.active) {
   opacity: 0;
   transform: translate3d(0, 20px, 0);
   -webkit-transform: translate3d(0, 20px, 0);
   -moz-transform: translate3d(0, 20px, 0);
   pointer-events: none;
}
.scroll-to-top.active:hover {
   transform: translate3d(0, -5px, 0);
   -webkit-transform: translate3d(0, -5px, 0);
   -moz-transform: translate3d(0, -5px, 0);
   background-color: var(--primary-color);
   border-color: var(--primary-color);
   color: #ffffff;
}

.scroll-to-top {
   position: fixed;
   width: 2.8rem;
   height: 2.8rem;
   background-color: var(--primary-color);
   border-color: var(--primary-color);
   text-align: center;
   right: 2.875rem;
   bottom: 3.6875rem;
   padding-top: .8rem;
   z-index: 100;
   color: #ffffff;
   font-size: 0.75rem;
   border-radius: 3rem;
}
.bg-icon-primary {
   background: rgba(226, 93, 93,0.05) !important;
}
.bg-icon-white {
   background: rgba(255, 255, 255, 0.1) !important;
}
.bg-primary-svg {
   fill: #e25d5d;
}
.bg-secondary-svg {
   fill: #fff9f5;
}
.bg-white-svg{
   fill: #ffffff;
}
.form-group label.custom-control-label {
   color: #7c7e7f;
}
.opacity-8{
   opacity: 0.8;
}
.hover-arrow:hover span {
   transform: translate3d(5px, 0, 0);
}
.hover-arrow span {
   display: inline-block;
   margin-left: .375rem;
   transition: transform 0.2s ease;
   font-size: 11px;
}
.upper-letter-space{
   letter-spacing: 0.055rem;
}
.font-secondary{
   font-family: 'Playfair Display', serif;
}
/* .card.bg-primary{
   border-color: #e25d5d;
} */
.o-hidden{
 overflow: hidden;
}
.form-group label {
   font-size: 0.9375rem;
   font-weight: 500;
   color: #222222;
}
svg {
   vertical-align: middle;
}
.badge-overlap{
 position: relative;
 top: -16px;
}
section,
.section {
   position: relative;
   width: 100%;
   z-index: 4;
   overflow: hidden;
}
.spacer-xl-top {
   padding-top: 2rem;
}
.spacer-xlg {
   padding-top: 12rem;
   padding-bottom: 12rem;
}
div[class*="col-"].spacer-one-bottom-lg, .spacer-one-bottom-lg{
   padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-top-lg, .spacer-one-top-lg{
   padding-top: 6rem;
}
div[class*="col-"].spacer-double-lg, .spacer-double-lg {
   padding-top: 6rem;
   padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-bottom-md, .spacer-one-bottom-md{
   padding-bottom: 5rem;
}
div[class*="col-"].spacer-one-top-md, .spacer-one-top-md{
   padding-top: 5rem;
}
div[class*="col-"].spacer-double-md, .spacer-double-md {
   padding-top: 5rem;
   padding-bottom:5rem;
}
div[class*="col-"].spacer-one-bottom-sm, .spacer-one-bottom-sm{
   padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-top-sm, .spacer-one-top-sm{
   padding-top: 4rem;
}
div[class*="col-"].spacer-double-sm, .spacer-double-sm {
   padding-top: 4rem;
   padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-bottom-xs, .spacer-one-bottom-xs{
   padding-bottom: 3rem;
}
div[class*="col-"].spacer-one-top-xs, .spacer-one-top-xs{
   padding-top: 3rem;
}
div[class*="col-"].spacer-double-xs, .spacer-double-xs {
   padding-top: 3rem;
   padding-bottom: 3rem;
}
div[class*="col-"].spacer-one-bottom-xxs, .spacer-one-bottom-xxs{
   padding-bottom: 1.5rem;
}
div[class*="col-"].spacer-one-top-xxs, .spacer-one-top-xxs{
   padding-top: 1.5rem;
}
div[class*="col-"].spacer-double-xxs, .spacer-double-xxs {
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
}
.opacity-3{
   opacity: .3;
}
.shadow{
   box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
}
.shadow-inner{
   box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
}
.radius-3{
   border-radius: 3rem;
}
.radius-2{
   border-radius: 2rem;
}
.mr-n{
   margin-left: 0rem;
}
.gap {
   margin-right: -4px;
   margin-left: -4px;
}
.gap > .col, .gap > [class*="col-"] {
   padding-right: 4px;
   padding-left: 4px;
}
.btn-social {
   font-size: 0.8175rem;
   width: 2.5rem;
   height: 2.5rem;
   position: relative;
   padding:0;
}
.btn.btn-social-light {
   color: #77838f;
   box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
}
.btn.btn-social-light:hover{
   color: var(--primary-color);
}
.btn.btn-social-dark{
   color: rgba(255,255,255,.6);
   box-shadow: 3px 3px 3px #2d3236, -3px -3px 3px #3b4147;
}
.btn.btn-social-dark:hover{
   color:rgba(255,255,255,1);
}
.btn-icon-inner {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.shrink{
   margin-left: .375rem;
   margin-right: .375rem;
}
.testimonial-image {
   position: relative;
   display: inline-block;
   border-radius: 50%;
   padding: 10px;
   margin-top: -46px;
   background-color: #f3f5f8;
   width: 115px;
   height: 115px;
}
.testimonial-image img {
   width: 85px;
   height: 85px;
   display: inline-block;
   border-radius: 50%;
}
.testimonial-image-border {
   box-shadow: 3px 3px 3px #cdcdcd, -3px -3px 3px #fafafa;
   border-radius: 50%;
   padding: 5px;
   position: relative;
   z-index: 2;
}
.testimonial-image:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
   border-radius: 50%;
   z-index: 0;
   left: 2px;
}
.testimonial-image:before {
   content: "";
   position: absolute;
   top: 0;
   left: 2px;
   width: 92%;
   height: 40%;
   background-color: #f3f5f8;
   z-index: 1;
   right: 6px;
}
.play-icon::before {
   display: inline-block;
   width: 100%;
   height: 100%;
   content: "";
   background-color: transparent;
   border-radius: 50%;
   border:2px solid #ffffff;
}
.play-icon:hover:before{
   background-color: rgba(255,255,255,.1);
}
.play-icon {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   width: 5rem;
   height: 5rem;
}
.play-icon-inner {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 1rem;
   line-height: 0;
   fill:none;
   stroke:#ffffff;
   stroke-width:20;
   stroke-miterlimit:10;
}
.vw-50 {
   width: 50vw !important;
}
svg:not(:root) {
   overflow: hidden;
}
.resize-n{
   resize: none;
}
.hover-effect-container {
   position: absolute;
   top: -20px;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   transition: 0.4s;
}
.hover-effect {
   position: relative;
   display: block;
   overflow: hidden;
}
.hover-effect-icon {
   display: inline-block;
   text-align: center;
   color: #fff;
   font-size: 0.75rem;   
}
.hover-effect:hover .hover-effect-container {
   top: 50%;
}
.hover-effect:before{
   position: absolute;
   top: 0;
   left: 0;
   content: "";
   width: 100%;
   height:100%;
   background-color: rgba(52,58,64,0)
}
.hover-effect:hover:before{
   background-color: rgba(52,58,64,.3)
}
.curved-decoration {
   position: relative;
   z-index: 2;
   width: 100%;
   transform: scale(1.1);
}
.curved-decoration--home {
   position: absolute;
   z-index: 2;
   width: 100%;
   transform: scale(1.1);
   bottom: 0;
}
.decoration-top {
   transform:rotateX(180deg) ;
   position: relative;
}
.decoration-bottom {
   position: relative;
   transform: scale(1.1);
}
.flip-xy {
   transform:rotate(180deg) scale(1.1);
}
.top-n1{
   top:-1px;
}
.bottom-n1{
   bottom:-1px;
}
.img-mobile {
   width: 100vw;
   height: auto;
   margin-left: calc(50% - 50vw);
}
.header .logo-light {
   display: none;
}

/*End Miscellaneous*/

/*Mediaqueries*/

.btn-navbar-toggler{
   margin-top: 1.375rem;
   margin-bottom: 1.375rem;
   margin-top: 1rem;
   margin-bottom: 1rem;
   padding: 10px 13px;
   color: #333342;
   font-size: 1rem;
}

#home {
   height: 100vh;
}

.home__logo {
   display: block;
   margin: 0 auto 24px;
   max-width: 400px;
}

video {
   display: block;
   min-width: 100%;
   min-height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   z-index: -1;
   width: 100%;
   position: relative;
}

video::-webkit-media-controls {
   display: none !important;
}

@media (max-width: 991px) {
      .top-1{
      top:1px;
   }
}

.header {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 1040;
   background-color: #FFFFFF;
}

@media(min-width:768px){
   ul.instafeed-list li{
      width: 33.33%;
      position: relative;
   }
}

@media (min-width: 992px) {
   .service-step-item, .yoga-pose-item {
      flex-basis: inherit;
   }
   .display-4 {
      font-size: 3.5rem;
   }
   table {
      display: table;
   }
   .hero {
      /* padding-bottom: 27rem;
      padding-top: 25rem; */
      display: flex;
   }
   .contact__col {
      padding: 0;
   }
   /*
   .curved-decoration {
      position: absolute;
      z-index: 2;
      width: 100%;
      transform: scale(1);
   }
   */
   /*
   .decoration-top {
      transform:rotateX(180deg) ;
      position: absolute;
   }
   */
   /*
   .decoration-bottom {
      position: absolute;
      transform: scale(1);
   }
   */
   .flip-xy {
      transform:rotate(180deg) 
   }
   .spacer-xl-top {
      padding-top: 9rem;
   }
   .mr-n{
   margin-left: -1.875rem;
   }
   /*
   .min-vh-70 {
      min-height: 70vh;
      padding:0;
   }
   */
   ul.instafeed-list li {
      width: 16.66%;
   }

   .header {
      background-color: transparent;
   }

   .header .logo-light {
      display: block;
   }

   .header .navbar-expand-lg .navbar-nav .nav-link{
   color: #ffffff;
   }
   .header.switched-header {
      background-color: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
   }
   .header .logo-dark {
      display: none
   }
   .header.switched-header .logo-dark{
      display: block;
   }
   .header.switched-header .logo-light {
      display: none;
   }

   .header.switched-header .navbar-expand-lg .navbar-nav .nav-link{
   color: #7c7e7f;
   }
   .navbar-expand-lg {
      -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   }
   .navbar-expand-lg .header-navbar-nav {
      -ms-flex-align: center;
         align-items: center;
      padding-top: 0;
      padding-bottom: 0;
      margin-left: 0;
   }

   .navbar-expand-lg .header-navbar-nav li {
      padding-top: 1.375rem;
      padding-bottom: 1.375rem;
      padding-right: 0.75rem;
      padding-left:0.75rem;
   }

   .navbar-expand-lg .header-navbar-nav .nav-link {
      /* padding-top: 1.375rem;
      padding-bottom: 1.375rem;
      padding-right: 0.75rem;
      padding-left:0.75rem; */
      padding: 4px 0;
   }

   header nav.navbar ul.navbar-nav li a.nav-link:after{
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 2px;
      content: '';
      background-color: #FFFFFF;
      opacity: 0;
      transition: all 200ms linear;
   }
   
   header.switched-header nav.navbar ul.navbar-nav li a.nav-link:after{
      background-color: var(--primary-color);
   }
   
   header nav.navbar ul.navbar-nav li.active a.nav-link:after{
      bottom: 0;
      opacity: 1;
   }
}

@media (max-width: 575px) {
   .display-2{font-size: 4.5rem;}
   .display-3{
   font-size: 3.5rem;
   }
   .display-4{
      font-size: 2.5rem;
   }
   h1, .h1{
      font-size: 2rem;
   }
   h2, .h2{
      font-size: 1.875rem
   }
   h5, .h5 {
      font-size: 1.15rem;
   }
   table {
      overflow-x: auto;
      display: block;
   }
   ul.instafeed-list li {
      width: 50%;
   }
}
@media (min-width: 1200px) {
}
/*End mediaqueries*/

.media-body span {
   line-height: 1.2;
   display: block;
}