/*
Theme Name: kitchen24 2020 v5
*/



body {
  font-family: 'k24', Helvetica, Arial, sans-serif !important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  letter-spacing:1px;
  color: #2A2F35;
  background-color: #fff !important;
}

body, a, p, h1, h2, h3, h4, h5, h6, ul, ol, li, button, div {
  text-transform: lowercase !important;

}

h1, h2, h3, h4, h5, h6 {
/*font-family: 'k24-Bold', Helvetica, Arial, sans-serif !important;*/

}

h2 a {
color: #C2188D !important;
}

p {
line-height:1.4rem;
}

.img-rnd {
border-radius: 2.5%;
border: 4px solid rgba(194,24,141,0.6);
}

h3.temp {
float: left;
}

div.temp {
width: 10px;
margin-left: 8px;
float: left;
}

div.temp + p, div.temp + h4, div.temp + li {
clear: both;
}


a.accessibility, a.accessibility:hover, a.accessibility:active, a.covid, a.covid:hover, a.covid:active {
cursor: pointer !important;
}

.btn-xl {
	padding: .7rem 1.2rem;
    font-size: 1.5rem;
    line-height: 1.75;
    border-radius: .38rem;
}


.d100ms {
animation-delay: 0.1s;
}

.d200ms {
animation-delay: 0.2s;
}

.d300ms {
animation-delay: 0.3s;
}

.d400ms {
animation-delay: 0.4s;
}

.d500ms {
animation-delay: 0.5s;
}

.d600ms {
animation-delay: 0.6s;
}

.d700ms {
animation-delay: 0.7s;
}

.d800ms {
animation-delay: 0.8s;
}

.d900ms {
animation-delay: 12.9s;
}



input:focus,
select:focus,
textarea:focus,
button:focus,
a.nav-link:focus,
a.navbar-brand:focus {
    outline: none;
}

input {
    background-color: transparent;
    border: 0px solid;
    height: 20px;
    width: 160px;
    color: #CCC;
}

.navbar {
transition: background-color 0.5s ease-out;
background-color: rgba(194,24,141,0.6) !important;
font-family: 'k24-Bold', Helvetica, Arial, sans-serif !important;
padding-top: 0;
padding-bottom: 0;
}

.dropdown-menu {
transition: background-color 0.5s ease-out;
}

.navbar-brand {
height: 50px;
z-index: 9999;
}



.navbar.scrolled-nav {
background-color: rgba(255,255,255,0.8) !important;
}

a.nav-link, a.navbar-brand, .social-icons .fa-linkedin, .social-icons .fa-twitter, .social-icons .fa-instagram, .social-icons .fa-facebook, a.dropdown-item {
color: #fff !important;
transition: color 0.4s ease-out;
text-shadow: none;
}

a.nav-link.scrolled-nav, a.navbar-brand.scrolled-nav, .social-icons .fa-linkedin.scrolled-nav, .social-icons .fa-twitter.scrolled-nav, .social-icons .fa-instagram.scrolled-nav, .social-icons .fa-facebook.scrolled-nav, a.dropdown-item.scrolled-nav {
color: #C2188D !important;

}

a.nav-link.scrolled-nav.active, a.navbar-brand.scrolled-nav.active {
}


a, a:hover, a:active, a:focus {
text-decoration: none !important;
}

.pink-text {
color: #F7B9D4 !important;
}

.pink-bg {
background-color: #F7B9D4 !important;
}

.magenta-text {
color: #C2188D !important;
}

.magenta-bg {
background-color: #C2188D !important;
}

.grey-text {
color: #ADAFB2 !important;
}

.grey-bg {
background-color: #ADAFB2 !important;
}

.brown-text {
color: #4C2512 !important;
}

.brown-bg {
background-color: #4C2512 !important;
}


#todays-specials p {
	font-size: 1.2rem;
	line-height: 1.68rem;
}

#todays-specials h3 {
	font-size: 2.1rem;
	line-height: 1.9rem;
}

#todays-specials .mb-1 {
    margin-top: 1.2rem;
}

.carousel-fullscreen .carousel-inner .carousel-item {
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
}




.testimonial-wrapper > .col-12 > .testimonial > i,
.testimonial-wrapper > .col-12 > .testimonial > h4,
.testimonial-wrapper > .col-12 > .testimonial > h6,
.testimonial-wrapper  > .col-12 > .testimonial > p,
div.image-stack, div.location-list, .breakfastMenu, .lunchDinner, p.aboutk24-1, p.aboutk24-2, .specials-left, .today
{
	opacity: 0;
}

.testimonial-wrapper > .col-12 > .testimonial > i.shown,
.testimonial-wrapper > .col-12 > .testimonial > h4.shown,
.testimonial-wrapper > .col-12 > .testimonial > h6.shown,
.testimonial-wrapper  > .col-12 > .testimonial > p.shown,
div.image-stack, div.location-list, .breakfastMenu, .lunchDinner, p.aboutk24-1, p.aboutk24-2, .specials-left, .today {
	opacity: 1;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 0.15;
    transition: all 0.2s ease-out;
}

.carousel-caption h1, .carousel-caption p, div.col-12.fullwidth > div h2, div.col-12.fullwidth > div p {
color: rgba(255,255,255,1) !important;
text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.carousel-caption.home h1, .carousel-caption.home p, div.col-12.fullwidth > div h2, div.col-12.fullwidth > div p {
color: rgba(194,24,141,0.8) !important;
text-shadow: none;
}

.carousel-caption .btn-k24 {
margin-bottom: 0.5rem;
}




div.col-12.fullwidth > div h2 {
font-size: 3.5rem;
}

div.col-12.fullwidth > div p {
font-size: 1.25rem;
line-height: 1.4;
font-weight: 300!important;
}

.carousel .carousel-item {
    transition-duration: 1.5s;
}

.carousel {
   margin-bottom: 1rem;
}

.carousel-caption {
  z-index: 10;
}

.carousel-item {
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
	color: #2A2F35;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;

}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}


.animated-icon {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon span {
background: #fff;
}

.animated-icon span.scrolled-nav {
background: #C2188D;
}

.animated-icon span:nth-child(1) {
top: 0px;
}

.animated-icon span:nth-child(2) {
top: 10px;
}

.animated-icon span:nth-child(3) {
top: 20px;
}

.animated-icon.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.navbar-toggler {
border: none;
}

.social-icons {
padding: 17px 66px 0 14px;
}

.social-icons a {
font-size: 18px;
}

i.fv-plugins-icon.fa-times:before {
	content: '';
}

.btn-k24 {
  font-family: 'k24-Bold', Helvetica, Arial, sans-serif !important;
  color: #fff;
  background-color: rgba(194,24,141,0.8);
  border-color: rgba(194,24,141,0.8);
  box-shadow: none;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color .15s ease-out;
}

.btn-k24.btn-md {
}

.btn-k24.btn-lg {
}
 
.btn-k24:hover, 
.btn-k24:focus, 
.btn-k24:active, 
.btn-k24.active, 
.open .dropdown-toggle.btn-k24 { 
  color: #fff; 
  background-color: rgba(42,19,7,0.85);
  border-color: rgba(42,19,7,0.85);
  box-shadow: none;
} 
 
.btn-k24:active, 
.btn-k24.active, 
.open .dropdown-toggle.btn-k24 { 
  background-image: none; 
} 
 
.btn-k24.disabled, 
.btn-k24[disabled], 
fieldset[disabled] .btn-k24, 
.btn-k24.disabled:hover, 
.btn-k24[disabled]:hover, 
fieldset[disabled] .btn-k24:hover, 
.btn-k24.disabled:focus, 
.btn-k24[disabled]:focus, 
fieldset[disabled] .btn-k24:focus, 
.btn-k24.disabled:active, 
.btn-k24[disabled]:active, 
fieldset[disabled] .btn-k24:active, 
.btn-k24.disabled.active, 
.btn-k24[disabled].active, 
fieldset[disabled] .btn-k24.active { 
  background-color: rgba(194,24,141,0.8);
  border-color: rgba(194,24,141,0.8);
} 
 
.btn-k24 .badge { 
  color: #2A2F35; 
  background-color: rgba(194,24,141,0.8);
}

.btn-k24-w {
  font-family: 'k24-Bold', Helvetica, Arial, sans-serif !important;
  color: rgba(194,24,141,1);
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color .15s ease-out;
}


 
.btn-k24-w:hover, 
.btn-k24-w:focus, 
.btn-k24-w:active, 
.btn-k24-w.active, 
.open .dropdown-toggle.btn-k24-w {
  color: #fff; 
  background-color: rgba(42,19,7,0.85);
  border-color: rgba(42,19,7,0.85);
  box-shadow: none;
} 
 
.btn-k24-w:active, 
.btn-k24-w.active, 
.open .dropdown-toggle.btn-k24 { 
  background-image: none; 
} 
 
.btn-k24-w.disabled, 
.btn-k24-w[disabled], 
fieldset[disabled] .btn-k24-w, 
.btn-k24-w.disabled:hover, 
.btn-k24-w[disabled]:hover, 
fieldset[disabled] .btn-k24-w:hover, 
.btn-k24-w.disabled:focus, 
.btn-k24-w[disabled]:focus, 
fieldset[disabled] .btn-k24-w:focus, 
.btn-k24-w.disabled:active, 
.btn-k24-w[disabled]:active, 
fieldset[disabled] .btn-k24-w:active, 
.btn-k24-w.disabled.active, 
.btn-k24-w[disabled].active, 
fieldset[disabled] .btn-k24-w.active { 
  background-color: rgba(194,24,141,0.8);
  border-color: rgba(194,24,141,0.8);
} 
 
.btn-k24-b .badge { 
  color: #2A2F35; 
  background-color: rgba(194,24,141,0.8);
}

.btn-k24-b:hover, 
.btn-k24-b:focus, 
.btn-k24-b:active, 
.btn-k24-b.active, 
.open .dropdown-toggle.btn-k24-b {
  color: #fff; 
  background-color: rgba(42,19,7,0.85);
  border-color: rgba(42,19,7,0.85);
  box-shadow: none;
} 
 
.btn-k24-w:active, 
.btn-k24-w.active, 
.open .dropdown-toggle.btn-k24 { 
  background-image: none; 
} 
 
.btn-k24-w.disabled, 
.btn-k24-w[disabled], 
fieldset[disabled] .btn-k24-w, 
.btn-k24-w.disabled:hover, 
.btn-k24-w[disabled]:hover, 
fieldset[disabled] .btn-k24-w:hover, 
.btn-k24-w.disabled:focus, 
.btn-k24-w[disabled]:focus, 
fieldset[disabled] .btn-k24-w:focus, 
.btn-k24-w.disabled:active, 
.btn-k24-w[disabled]:active, 
fieldset[disabled] .btn-k24-w:active, 
.btn-k24-w.disabled.active, 
.btn-k24-w[disabled].active, 
fieldset[disabled] .btn-k24-w.active { 
  background-color: rgba(194,24,141,0.8);
  border-color: rgba(194,24,141,0.8);
} 
 
.btn-k24-w .badge { 
  color: #2A2F35; 
  background-color: rgba(194,24,141,0.8);
}




.hide {
visbility: hidden !important;
display: none !important;
}

.show {
visbility: visible !important;
display: block !important;
}




.fullwidth {
padding: 0;
margin: 0;
}

.container-fluid.fullwidth {
padding-top: 4rem;
}

.col-12.fullwidth {
width: 100%;
height: 30rem;
  background-size: cover;
  background-position: center;
 
}


.col-12.fullwidth > div {
text-align: center;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

 

.featurette > .col-md-6 {
  padding: 2rem 4rem;
}

.featurette > .col-md-6 > h1 {
}

.featurette {
margin-bottom: 2rem;
}

.featurette > div.col-md-6 h1, .featurette > div.col-md-6 h2, .featurette > div.col-md-6 p {
color: #C2188D;
}

.featurette > div.col-md-6  {
text-align: center;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 20rem;

}

.featurette > div.col-md-7  {
  width: 100%;
  background-size: cover;
  background-position: center;

}


#todays-specials {
margin-top: 2rem;
margin-bottom: 1rem;
}


a.sbi_photo {
  background-size: cover;
  background-position: center;
}



footer > div.footer {
background-color: rgba(194,24,141,1);
width: 100% !important;
font-family: 'k24-Bold', Helvetica, Arial, sans-serif !important;

}

footer.fat > div.footer {
padding: 4rem 0;
}

footer > div.footer > ul.list-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
color: #fff;
}

footer > div.footer > ul.list-inline i {
color: #fff;
}


footer a {
color: #fff;
}


.dropdown-toggle::after {
margin-bottom: -3px;
}

.testimonial i.fa-star {
color: #C2188D;
font-size: 120%;
}



@keyframes pulse{
/*0%{transform: scale(1);}
20%{transform: scale(1.08);}
40%{transform: scale(1);}
60%{transform: scale(1.045);}
80%{transform: scale(1);}
100%{transform: scale(1);}*/
}

@keyframes logoFade{
0%{transform: opacity(1);}
100%{transform: opacity(0);}
}

.fade-in {
  animation: fadeIn ease 1.2s;
  -webkit-animation: fadeIn ease 1.2s;
  -moz-animation: fadeIn ease 1.2s;
  -o-animation: fadeIn ease 1.2s;
  -ms-animation: fadeIn ease 1.2s;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
	}
}

.tblt {
 display: none;
 visibility: hidden;
}


.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}



.image-stack-item-top {
   grid-row: 1;
  grid-column: 1 / span 8;
  padding-top: 20%;
  z-index: 1;
}

.image-stack-item-middle {
   grid-row: 1;
  grid-column: 2 / span 10;
  padding-top: 30%;
  z-index: 0;
}

.image-stack-item-bottom {
 grid-column: 4 / -1;
  grid-row: 1;
  z-index: -1
}

img.stack {
  width: 100%;
  display: block;
}

html.sr .load-hidden {
    visibility: hidden;
}

.card-header h2.display-2 {
text-align: left;
}

.card-body h3.display-3 {
font-size: 1.5rem;
}

.card-body h3.display-3.sub {
font-size: 1.33rem;
line-height: 1rem;
}


.card-body p.display-4, .card-body h4.display-4, p.disclaimer {
font-size: 1rem;
}




button.toggler {
  color: #000;
  width: 3rem;
  height: 3rem;
  position: relative;
  font-size: 2rem;
  cursor: pointer;
  text-align:center;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: rgba(0,0,0,0) !important;
}
.plus,
.minus {
  color: #C2188D;
  padding: 10px;
  width: 3rem;
  height: 3rem;
  line-height: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  box-sizing: border-box;
  transition: .25s all ease-out;
  background-color: rgba(0,0,0,0) !important;
}

.plus {
  opacity: 1;
  transform: rotate(0deg);
}
button.active .plus {
  opacity: 0;
  transform: rotate(90deg);
}
.minus {
  opacity: 0;
  transform: rotate(-90deg);
}
button.active .minus {
  opacity: 1;
  transform: rotate(0deg);
}



.card-header, .card {
border: none !important;
background-color: rgba(0,0,0,0) !important;
}

.card-header {
padding-bottom: 0.25rem !important;
margin-bottom: 0 !important;
}

.card-body {
padding-top: 0;
}

.btn.btn-link {
padding: 0;
margin: 0;
}

.btn.btn-link h2:hover {
color: #C2188D !important;
}

div.callout p.display-4 {
font-size: 2.2rem;
}

.dow h4 {
font-size: 1.8rem !important;
}

.today p {
padding-left: 2rem;
padding-right: 2rem;
}

.menuphotos {
padding-top: 4rem;
}

.menuphotos img {
margin-bottom: 2rem;
}

footer ul.social {
font-size: 4rem;
}



@media only screen and (min-width : 320px) {	



.row.location-list {
padding: 6rem 0 0 0rem;
}

.card-header h2.display-2 {
font-size: 2.2rem;
}
	
.dropdown-menu.show.scrolled-nav {
background-color: transparent !important;
}
	
.navbar-brand > span > img.img-fluid {
max-width: 170px;
margin-top: 3px;
/*-ms-animation: pulse 0.8s infinite;
-moz-animation: pulse 0.8s infinite;
-webkit-animation: pulse 0.8s infinite;
animation: pulse 0.8s infinite;*/
}
	
.navbar-brand {
width: 170px;
}

.modal-header > button, .modal-header .close {
margin: 0 0 0 0;
color: #fff;
text-shadow: none;
opacity: 1.0;
padding: 0;
float: left;
font-size: 2.5rem;
padding-bottom: 1rem;
}

.modal-body > .row > .col-12 p, .modal-body > .row > .col-12 h2, .modal-body > .row > .col-12 ul, .modal-body > .row > .col-12 li {
color: #fff !important;
text-shadow: none !important;
}

.modal-body > .row > .col-12 a {
color: #F7B9D4 !important;
}

.dropdown-menu {
background-color: transparent;
border-radius: 0;
box-shadow: none;
border: none;
margin-top: 0 !important;
padding-top: 0 !important;
}

.nav-link {
padding: 0.33rem 1rem
	}
	
.dropdown-item {
color: #fff;
text-shadow: none;
text-align: center;
font-size: 100%;
}

.dropdown-item:hover, .dropdown-item:active {
background-color: transparent;
color: #fff;

}

.mobl {
 display: block;
 visibility: visible;
}

.dsktp {
 display: none;
 visibility: hidden;
}





.mdm {
display: none;
 visibility: hidden;
}
 
 .carousel-caption {
padding-top: 0px;
}

 .carousel-caption h1 {
padding-top: 0px;
}


.carousel-caption {
right: 2.5%;
left: 0;
float: right;
text-align: right;
}

.carousel-caption.home {
right: 15%;
left: 15%;
float: none;
text-align: center;
}

.carousel-fullscreen .carousel-caption {
    top: auto;
    bottom: 0;
}

 .carousel-caption.home {
padding-top: 20px;
}

.carousel-fullscreen .carousel-caption.home {
transform: translateY(0%);
top: 55%;}

 .featurette > div.col-md-7  {
 visibility: hidden;}



.navbar-nav .nav-link {
 text-align: center;
  font-size: 130%;
 }
 
 .carousel-caption h1.display-2 {
   font-size: 2.7em;
   line-height: 0.8;
   }
   
   .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  
   .carousel-caption.home {
   background: none;
   }
 
h2.display-4 {
font-size: 220%;
}
 
.col-12.fullwidth > div h2 {
  overflow: visible;
  white-space: normal;
  text-align: center;}

.featurette > div.col-md-6 h2 {
font-size: 170%;
}


 
.modal-dialog.imageModal {
max-width: none !important;
}

footer > div.footer >  ul.list-inline:nth-child(1) > li > p {
margin-bottom: 0.5rem;
}

footer > div.footer > ul.list-inline:nth-child(1) {
padding-top: 0.5rem;
}

footer > div.footer > ul.list-inline:nth-child(2) {
padding-bottom: 0rem;
}

footer > div.footer > ul.list-inline:nth-child(2) li {
padding: 0;
margin: 0;
font-size: 70%;
}
	
   .row.featurette.contact > .col-12 > h2 {
	padding-top: 1rem;
	}

}



@media only screen and (min-width : 768px) {

.row.location-list {
padding: 6rem 0 0 3rem;
}

.card-header h2.display-2 {
font-size: 3rem;
}

footer > div.footer > ul.list-inline:nth-child(2) li {
padding: 0 2.5% 0 0;
margin: 0;
font-size: 110%;
}

.mdm {
display: inline-block;
 visibility: visible;
}
	
	.dropdown-menu {
margin-top: .125rem;
padding-top: 0.5rem;
	}
	
.nav-link {
padding: 0.5rem 1rem
	}	

.modal-header > button, .modal-header .close {
margin: 0 0 0 0;
}

.carousel-fullscreen .carousel-caption.home {
transform: translateY(0%);
top: 80%;}




.navbar-nav .nav-link {
 text-align: center;
 font-size: 130%;
 }
 
  .carousel-caption {
padding-top: 20px;
}

 .carousel-caption h1 {
padding-top: 6px;
}



.carousel-caption h1.display-2 {
   font-size: 5.5rem;
   line-height: 1.2;
   }

.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }

	.row.featurette.contact > .col-md-7 {
		height: 33rem;
	}
	
	.row.featurette.contact > .col-12 > h2 {
	padding-top: 8rem;
	}

 
.col-12.fullwidth > div h2 {
  overflow: hidden;
  white-space: nowrap;
  }
  
  
.featurette > div.col-md-6 h2 {
font-size: 145%;
}


 h2.display-4 {
font-size: 290%;
}

.col-lg-8.about p {
padding: 0 4rem;
}

.col-lg-8.about p {
padding: 0 4rem;
}

.col-lg-4.about {
padding: 0 0 0 4rem;
}
	
.col-lg-8.rewards p {
padding: 0 4rem;
}

.col-lg-8.rewards p {
padding: 0 4rem;
}

.col-lg-4.rewards {
padding: 0 4rem 0 0;
}
  
 
footer > div.footer > ul.list-inline:nth-child(1) {
padding-top: 0.5rem;
}

footer > div.footer > ul.list-inline:nth-child(2) {
padding-bottom: 1rem;
}
 

.featurette > div.col-md-7  {
visibility: visible;
}


div.no-gutters > div.col > strong.d-inline-block {
margin-top: 1rem;

}

}





@media only screen and (min-width : 1200px) {

	
	
.navbar-brand > span > img.img-fluid {
max-width: 220px;
margin-top: -6px;
}
	
.dropdown-menu.show.scrolled-nav {
background-color: rgba(255,255,255,0.8) !important;
}
	
.navbar-brand {
width: 220px;
}

.mobl {
 display: none;
 visibility: hidden;}

.dsktp {
 display: inline-block;
 visibility: visible;}

.navbar-nav .nav-link {
 text-align: right;
 font-size: 100%;
 }
 
 .dropdown-menu {
background-color: rgba(194,24,141,0.6);
border-radius: 0;
border: none;
box-shadow: none;
}

 .dropdown-menu:nth-child(1) {
margin: 10px 0 0 -30px !important;
}


 .dropdown-menu:nth-child(2) {
margin: 10px 0 0 -14px !important;
}

.dropdown-item {
color: #fff;
text-shadow: none;
text-align: left;
}



.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
background-color: transparent;
color: #fff;
}
 
.featurette > div.col-md-6 h2 {
font-size: 190%;
}
 
  h2.display-4 {
font-size: 330%;
}

div.no-gutters > div.col > strong.d-inline-block {
margin-top: 2.5rem;

}
 
 }
 
 @media only screen and (min-width : 1500px) {

.navbar-brand > span > img.img-fluid {
max-width: 260px;
}
	 
.navbar-nav .nav-link, .dropdown-item {
font-size: 130%;
}
	 
 .dropdown-menu:nth-child(1), .dropdown-menu:nth-child(2) {
margin-top: 6px !important;
	 }
}

#sb_instagram .sbi_photo img {
display: none !important;}




