body {
		background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
	}

body.dark-mode {
  background: #121212;
  color: #e6e6e6;
}



html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3, .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.wow {
  animation-duration: 0.9s;
  animation-timing-function: ease-out;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}
#contact h2 {
  color: #ffffff;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#menu h3 {
   color: #555;
}

body.dark-mode #menu h3 {
  color: #f1f1f1;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4 {
  color: #f1f1f1;
}

body.dark-mode p,
body.dark-mode li,
body.dark-mode .navbar-default .navbar-nav li a {
  color: #cfcfcf;
}



a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}


/* All Section styles */
#about,
#feature,
#video,
#menu,
#team,
#gallery,
#contact {
  color: #656565;
  padding-top: 100px;
  padding-bottom: 100px;
}

#feature,
#video,
#team,
#gallery,
#contact {
  text-align: center;
}

#feature,
#team {
  background: rgb(240,240,240);
}

body.dark-mode #about,
body.dark-mode #feature,
body.dark-mode #menu,
body.dark-mode #team,
body.dark-mode #gallery {
  background: #141414;
  color: #cfcfcf;
}

body.dark-mode #feature,
body.dark-mode #team {
  background: #171717;
}



/* section title */
.section-title {
  padding-bottom: 70px;
}
#about .section-title,
#menu .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}



/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #222;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* Home section */
#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#home .gradient-overlay {
  background: #1e1e1f; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #5c4017 , #1e1e1f); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #5c4017 , #1e1e1f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  text-transform: uppercase;
}
#home .btn:hover,
#home .btn:focus {
  color: #b57b16;
}

/* Micro-animations */
.btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}


/* Navigation section */
.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
}

body.dark-mode .navbar-default {
  background: #1a1a1a;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

body.dark-mode .navbar-default .navbar-brand {
  color: #b57b16;
}


.navbar-default .navbar-brand {
  color: #b57b16;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #757575;
    font-size: 19px;
    font-weight: 300;
    line-height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #b57b16 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #606060;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #b57b16;
    background-color: transparent;
}

body.dark-mode .navbar-default .navbar-nav > .active > a,
body.dark-mode .navbar-default .navbar-nav > .active > a:hover,
body.dark-mode .navbar-default .navbar-nav > .active > a:focus {
    color: #b57b16;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}

/* Language switcher */
.language-switcher {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 9999;
  display: flex;
  gap: 8px;
}

.lang-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.lang-btn img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}

.lang-btn:hover,
.lang-btn:focus {
  border-color: #b57b16;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  outline: none;
}

.lang-btn.active {
  border-color: #b57b16;
  box-shadow: 0 0 0 2px rgba(181, 123, 22, 0.2);
}

body.dark-mode .lang-btn {
  background: #1f1f1f;
  border-color: #3a3a3a;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

body.dark-mode .lang-btn:hover,
body.dark-mode .lang-btn:focus {
  border-color: #b57b16;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45);
}

/* Theme toggle */
.theme-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.theme-toggle:hover,
.theme-toggle:focus {
  border-color: #b57b16;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
  outline: none;
}

.theme-icon {
  position: absolute;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.theme-icon-sun { opacity: 1; }
.theme-icon-moon { opacity: 0; }

body.dark-mode .theme-toggle {
  background: #1b1b1b;
  border-color: #3a3a3a;
}

body.dark-mode .theme-icon-sun { opacity: 0; transform: scale(0.9); }
body.dark-mode .theme-icon-moon { opacity: 1; transform: scale(1.05); }




/* Feature section */
#feature .feature-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 40px;
  margin-top: 32px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 0 12px rgba(181, 123, 22, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#feature .feature-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.12), 0 0 16px rgba(181, 123, 22, 0.25);
}
#feature .feature-icon {
  background-color: #b57b16;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
#feature .feature-icon:hover {
  background-color: #9c6812;
}
#feature .feature-icon span {
  display: table-cell;
  vertical-align: middle;
}
#feature .feature-icon .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#feature h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}



/* About section  */
#about .col-md-4 ul {
  padding-top: 4px;
  padding-left: 28px;
}

#about .col-md-4 ul li {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}

body.dark-mode #about .col-md-4 ul li {
  color: #cfcfcf;
}

body.dark-mode #about .flexslider {
  background: transparent;
}

body.dark-mode #about .flexslider .slides,
body.dark-mode #about .flexslider .slides img {
  background: transparent;
}

body.dark-mode #feature .feature-thumb {
  background-color: #1f1f1f;
  border: 1px solid #2d2d2d;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(181, 123, 22, 0.18);
}

body.dark-mode #feature .feature-icon {
  background-color: #b57b16;
}



#about .about-text-col {
  padding-left: 60px;
}

#about .about-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}



#video {
  background: url('../images/video-bg.png') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #999;
}

#video .overlay {
  background: rgba(03,03,03,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#video h2 {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 16px;
}

#video .fa {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-top: 22px;
}



#menu .media {
  padding-bottom: 20px;
}

#menu .media-object img {
  width: 220px;
  padding-right: 12px;
  position: relative;
}

#menu .media-object span.menu-price {
  position: absolute;
  background-color: #ffffff;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 20px;
  top: 50%;
  left: 3%;
}




#team h3 {
  padding-bottom: 0px;
}

#team .team-des h4 {
  color: #666;
  padding-top: 0px;
  padding-bottom: 10px;
}

body.dark-mode #team .team-des h3,
body.dark-mode #team .team-des h4 {
  color: #f1f1f1;
}

#team img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

#team .team-thumb {
  width: 100%;
  position: relative;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 0 12px rgba(181, 123, 22, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#team .team-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.12), 0 0 16px rgba(181, 123, 22, 0.25);
  border-color: #e5c59a;
}

#team .team-des {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  transition: height 450ms;
}
#team .team-thumb:hover .team-des {
  color: #ffffff;
  height: 100%;
  background-color: #b57b16;
  padding-top: 30%;
  opacity: 0.9;
}
#team .team-thumb:hover h3,
#team .team-thumb:hover h4,
#team .team-thumb:hover .social-icon li a {
  color: #eee;
}



#team .col-md-6 {
  padding-top: 62px;
}
#team .col-md-6 h2 {
  padding-bottom: 16px;
}




#gallery .gallery-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#gallery .gallery-thumb .gallery-overlay {
  background: #b57b16;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover .gallery-overlay {
    opacity: 0.9;
}

#gallery .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#gallery .gallery-thumb .fa {
  background: #ffffff;
  border-radius: 100%;
  font-size: 24px;
  color: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

body.dark-mode #team .team-thumb {
  background: #1f1f1f;
  border-color: #2d2d2d;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5), 0 0 12px rgba(181, 123, 22, 0.18);
}

body.dark-mode #team .team-des {
  background: #1f1f1f;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}


/* Feedback cards */
.feedback-grid .col-md-4,
.feedback-grid .col-sm-6 {
  margin-bottom: 30px;
}

.feedback-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 28px 26px 22px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06), 0 0 12px rgba(181, 123, 22, 0.18);
  position: relative;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feedback-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12), 0 0 16px rgba(181, 123, 22, 0.25);
  border-color: #e5c59a;
}

body.dark-mode .feedback-card {
  background: #1f1f1f;
  border-color: #2d2d2d;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4), 0 0 12px rgba(181, 123, 22, 0.18);
}

body.dark-mode .feedback-text {
  color: #d6d6d6;
}

body.dark-mode .feedback-card:before {
  color: rgba(181, 123, 22, 0.35);
}


.feedback-card:before {
  content: "“";
  position: absolute;
  top: -16px;
  left: 18px;
  font-size: 64px;
  line-height: 1;
  color: rgba(181, 123, 22, 0.25);
}

.feedback-text {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.feedback-by {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin: 0;
}

/* Data protection page */
.dp-page {
  padding: 100px 0;
}

/* Match navbar sizing on data protection page */
.dp-body .navbar-default {
  padding: 10px 0;
}

.dp-body .navbar-default .navbar-brand {
  font-size: 28px;
  line-height: 50px;
  padding: 0 15px;
}

.dp-page h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.dp-page h2 {
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.dp-page h3 {
  margin-top: 26px;
}

.dp-page h4 {
  margin-top: 16px;
  margin-bottom: 6px;
}

.dp-page p,
.dp-page li {
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}

body.dark-mode .dp-page p,
body.dark-mode .dp-page li {
  color: #d6d6d6;
}

body.dark-mode .dp-page h1,
body.dark-mode .dp-page h2,
body.dark-mode .dp-page h3,
body.dark-mode .dp-page h4 {
  color: #f1f1f1;
}

.dp-page ul {
  padding-left: 22px;
}

.dp-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 14px;
}

.dp-button {
  margin-top: 16px;
  border: 2px solid #b57b16;
  color: #b57b16;
  background: transparent;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 18px;
  text-transform: uppercase;
}

.dp-button:hover,
.dp-button:focus {
  background: #b57b16;
  color: #ffffff;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #b57b16;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}


/* Contact section  */
#contact {
  background: url('../images/contact-bg.png') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#contact .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#contact .form-control {
  background: rgba(35, 35, 35, 0.55);
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

body.dark-mode #contact .form-control {
  background: #1f1f1f;
  color: #e6e6e6;
}

body.dark-mode #contact .form-control:focus {
  box-shadow: 0 0 0 2px rgba(181, 123, 22, 0.2);
}


#contact .form-control:hover {
  border-color: #ddd;
}

#contact input {height: 45px;}

#contact input[type='submit'] {
  background: #ffffff;
  border-radius: 4px;
  color: #b57b16;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
#contact input[type='submit']:hover {
  background-color: #b57b16;
  border-color: transparent;
  color: #ffffff;
}


/* Footer section  */
footer {
  background-color: #141414;
  color: #757575;
  padding-top: 100px;
  padding-bottom: 100px;
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
}

footer strong {
  color: #f0f0f0;
  font-size: 20px;
  display: block;
  padding-top: 6px;
  padding-bottom: 2px;
}


/* copyright section  */
#copyright p {
  padding: 20px;
  font-size: 14px;
}


.gototop {
  background-color: #242424;
  color: #ffffff;
  font-size: 40px;
  padding: 20px 32px;
  text-align: right;
  transition: all 0.4s ease-in-out;
}
.gototop:hover {
  background-color: #b57b16;
  color: #fff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #111;
  color: #ffffff;
}



/* Mobile Responsive */
@media (max-width: 980px) {

  #home {
    height: 65vh;
  }

  #feature .col-md-4:last-child,
  #about .col-md-4 {
    margin-top: 42px;
  }

  #team .team-thumb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #team .join-team {
    padding: 71px 50px;
    margin-top: 20px;
  }

}


@media (max-width: 900px) {

  h1 {font-size: 70px;}

}


@media (max-width: 768px) {

  .navbar-default .navbar-brand {
    line-height: 46px;
  }

}

@media (max-width: 767px) {

  .navbar-default .navbar-brand {
    line-height: 15px;
  }
  .navbar-default .navbar-nav li a {
    line-height: 30px;
  }

  #feature .col-md-4,
  #about .col-md-5,
  footer .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter-wrapper {
    padding: 0px;
  }

  .language-switcher {
    top: 12px;
    right: 12px;
  }

  .lang-btn {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  .theme-toggle {
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

}

@media (max-width: 650px) {

  #home {
    height: 100vh;
  }

  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 30px;
  }

  #feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #about,
  #feature,
  #video,
  #menu,
  #team,
  #gallery,
  #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }

  footer {text-align: center;}

}
