@charset "UTF-8";
/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&family=Noto+Serif+TC:wght@300;400;700;900&display=swap");
body {
  background: #ffffff;
  font-family: "Noto Sans TC", serif;
  overflow-x: hidden;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: inherit;
}

h1 {
  color: #252525;
  font-size: 3em;
  line-height: 50px;
}

h2 {
  color: #423c90;
  font-size: 2em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

h3,
h3 a {
  color: #454545;
}

p {
  color: #757575;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 1px;
}

.navbar {
  background: linear-gradient(15deg, #423c90, #8984CB);
}

.navbar-header {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.navbar-header .navbar-brand {
  display: inline-block;
}

.navbar-nav .nav-link {
  color: #fff !important;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #ce3232;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  margin: 0;
  font-family: "Noto Serif TC", serif;
}

.section-title h4 {
  color: #8984CB;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
}

.about .section-title h4 {
  padding-left: 50px;
  position: relative;
}

.about .section-title h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 40px;
  height: 1px;
  background: #8984CB;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  padding: 100px 0;
}

#team,
#menu,
#testimonial {
  text-align: center;
}

.about-image img,
.team-thumb img {
  width: 100%;
}

#google-map iframe {
  border: 0;
  width: 100%;
  height: 390px;
}

/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/
.section-btn {
  background: #ff1d00;
  border-radius: 0;
  border: 0;
  color: #f9f9f9;
  font-size: inherit;
  font-weight: normal;
  padding: 10px 25px;
  transition: 0.5s 0.2s;
}

.section-btn:hover {
  background: #ff0400;
  color: #f9f9f9;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/
.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;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner 0.9s linear infinite;
}

@-webkit- @keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
/*---------------------------------------
      MENU              
  -----------------------------------------*/
.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 25px 0;
}

.custom-navbar .navbar-brand {
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  letter-spacing: 2px;
  font-family: "Noto Serif TC", serif;
}

.custom-navbar .navbar-brand span {
  color: rgb(255, 0, 0);
}

.top-nav-collapse {
  background: #ffffff;
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
  padding-right: 12px;
  padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
  display: inline-block;
  margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
  background: #292929;
  color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
  color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
  padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
  color: #ffffff;
}

.custom-navbar .nav li a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 22px;
  padding-left: 22px;
  text-transform: uppercase;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #ce3232;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #ce3232;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #252525;
  border-color: transparent;
}

@media (min-width: 768px) {
  .custom-navbar {
    border-bottom: 0;
  }
  .custom-navbar.top-nav-collapse {
    background: #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);
    padding: 12px 0;
  }
  .top-nav-collapse .navbar-brand {
    color: #454545;
  }
  .top-nav-collapse .nav li a {
    color: #575757;
  }
  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}
/*---------------------------------------
      HOME              
  -----------------------------------------*/
#home {
  padding: 0;
}

#home h1 {
  color: #ffffff;
  padding-bottom: 30px;
}

#home h3 {
  color: #f9f9f9;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 768px) {
  .slider .col-md-8 {
    padding-left: 0;
  }
}
.slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 2em;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 7px 10px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border-color: transparent;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  height: 100%;
  color: #fff;
  cursor: e-resize;
  padding: 4em 0 0 2em;
}

.slider .caption.overlay {
  background-color: rgba(20, 20, 20, 0.2);
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  background-image: url(../img/banner/banner-1.jpg);
}

.slider .item-second {
  background-image: url(../img/banner/banner-消毒.jpg);
}

.slider .item-third {
  background-image: url(../images/slider-image3.jpg);
}

.slider .item-second .section-btn {
  background: #292929;
}

.slider .item-second .section-btn:hover {
  background: #ffffff;
}

.slider .item-third .section-btn {
  background: transparent;
  border: 1px solid #ffffff;
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
  background: #ce3232;
  border-color: transparent;
  color: #ffffff;
}

/*---------------------------------------
      HERO              
  -----------------------------------------*/
#hero {
  padding-top: 0;
  position: relative;
  z-index: 0;
  background: url(../img/banner/img-01.jpg) no-repeat center/cover, rgba(0, 0, 0, 0.737254902);
  background-blend-mode: overlay;
  height: 100vh;
}
@media (min-width: 768px) {
  #hero {
    background-attachment: fixed;
  }
}
#hero .text {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  text-align: center;
  z-index: 10;
}
#hero .text h1,
#hero .text h2 {
  color: #fff !important;
  letter-spacing: 0.2em;
}
#hero .text h1 {
  margin-bottom: 20px;
}
#hero .text h2 {
  font-size: 1.4em;
}

@media (min-width: 768px) {
  #hero .text h1 {
    font-size: 4em;
    margin-bottom: 40px;
  }
  #hero .text h2 {
    font-size: 2.5em;
  }
}
/*---------------------------------------
      ABOUT              
  -----------------------------------------*/
#about {
  position: relative;
  z-index: 0;
}
#about:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  background: url(../img/about/img-01.jpg) no-repeat center/cover, #f5f5f5;
  background-blend-mode: overlay;
  z-index: -1;
}
#about small {
  color: #ff1d00;
  font-size: 20px;
  margin-top: 8px;
  letter-spacing: 0.2em;
  display: block;
}

.about-info {
  padding-right: 100px;
}

.about-info .section-title {
  padding-bottom: 20px;
}

.about-image {
  position: absolute;
}

/*---------------------------------------
      TEAM              
  -----------------------------------------*/
#team {
  /* background: #f9f9f9; */
  background: url(../img/bg.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  #team {
    background-attachment: fixed;
  }
}
#team h3 {
  font-size: 1.8em;
  position: relative;
  display: inline-block;
  z-index: 0;
}
#team h3:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -30px;
  top: -15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff1d00;
  opacity: 0.2;
}
#team h4 {
  font-weight: 400;
  font-size: 14px;
}

.team-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team-info {
  padding: 10px 30px 20px 30px;
}

.team-thumb .team-hover {
  position: absolute;
  background: #1c1c1c;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s 0.2s;
}

.team-thumb:hover .team-hover {
  opacity: 0.95;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.team-thumb img {
  transition: 0.5s 0.2s;
}

.team-thumb:hover img {
  transform: scale(1.2);
}

.team-thumb .social-icon li a {
  background: #292929;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #d9d9d9;
  font-size: 20px;
  margin: 15px 5px 0 5px;
}

.team-thumb .team-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-item h4 {
  color: #ffffff;
}

.team-info p {
  color: #8f8f8f;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
}

/*---------------------------------------
     MENU              
  -----------------------------------------*/
#menu {
  background: url(https://images.unsplash.com/photo-1566041510394-cf7c8fe21800?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80) no-repeat center/cover, #d3d3d3;
  background-blend-mode: overlay;
}
@media (min-width: 768px) {
  #menu {
    background-attachment: fixed;
  }
}

#menu .container {
  width: 100%;
}

#menu .col-md-4 {
  margin: 0;
  padding: 0;
}

.menu-thumb img {
  width: 100%;
  transition: 0.5s;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.menu-thumb:hover img {
  transform: scale(1.15);
}

#menu .menu-thumb {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3137254902);
}

.menu-thumb .menu-info {
  position: absolute;
  top: 60%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: left;
  padding: 25px 30px;
  transition: 0.5s 0.2s;
}

.menu-info .menu-item {
  float: left;
}

.menu-info .menu-price {
  float: right;
}

.menu-info .menu-price span {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-top: 10px;
}

.menu-thumb .menu-info h3,
.menu-thumb .menu-info p,
.menu-thumb .menu-info span {
  transform: translateY(100%);
  opacity: 0;
  display: block;
  transition: 0.5s 0.2s;
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.menu-thumb .menu-info h3 {
  margin-top: 0;
}

.menu-thumb .menu-info p {
  color: #d9d9d9;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.menu-thumb:hover .menu-info h3,
.menu-thumb:hover .menu-info p,
.menu-thumb:hover .menu-info span {
  transform: translateY(0px);
  opacity: 1;
}

.menu-thumb:hover .menu-info {
  background: rgba(0, 0, 0, 0.8);
}

/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/
#testimonial {
  background: url("../img/texture/conscious-design-1YclEyrXWSs-unsplash.jpg") center center no-repeat;
  background-size: cover;
}

#testimonial .owl-dots {
  position: relative;
  top: 0;
  right: 0;
  justify-content: center;
}

#testimonial .owl-theme .owl-dots .owl-dot,
#testimonial .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
}

#testimonial .owl-theme .owl-dots .owl-dot span {
  margin: 20px 5px;
}

#testimonial h2 {
  color: #ffffff;
}

.tst-author h4,
.tst-author span {
  display: inline;
}

#testimonial p {
  color: #d9d9d9;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.tst-author {
  margin-top: 20px;
}

.tst-author h4,
.tst-author span {
  color: #d8d8d8;
}

.tst-author span {
  margin-left: 5px;
}

/*---------------------------------------
      CONTACT             
  -----------------------------------------*/
#contact .section-title {
  padding-bottom: 0;
}

#contact .text-success,
#contact .text-danger {
  display: none;
}

#contact .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:hover,
#contact .form-control:focus {
  border-bottom-color: #c9c9c9;
}

#contact input {
  height: 55px;
}

#contact button#cf-submit {
  background: #ce3232;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
}

#contact button#cf-submit:hover {
  background: #292929;
  color: #ffffff;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/
footer {
  border-top: 1px solid rgba(0, 0, 0, 0.02);
  padding: 120px 0;
  padding-bottom: 80px;
}

#footer h2 {
  font-size: 32px;
}
#footer h4 {
  font-size: 14px;
}

footer .section-title {
  padding-bottom: 10px;
}

footer a,
footer p {
  color: #909090;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

.footer-info,
footer .social-icon {
  margin-top: 20px;
}

.footer-open-hour {
  background: #ce3232;
  background: url("../images/footer-open-hour-bg.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 0;
  padding: 40px 0 40px 80px;
  overflow: hidden;
  position: relative;
  z-index: 22;
  right: 20px;
  bottom: 20px;
}

.footer-open-hour::after {
  background: rgba(29, 29, 29, 0.85);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2222;
}

.footer-open-hour h2 {
  color: #ffffff;
}

.footer-open-hour p {
  color: #d9d9d9;
}

.footer-open-hour strong {
  color: #f9f9f9;
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 10px;
  margin-right: 10px;
}

.social-icon li a {
  border-radius: 100px;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
  background: #ff1d00;
  color: #ffffff;
  border: 1px solid transparent;
}

.social-icon li a:hover {
  border: 1px solid #ff1d00;
  color: #ff1d00;
  background: #fff;
}

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}
@media only screen and (max-width: 1200px) {
  .about-info {
    padding-right: 0;
  }
  .about-image {
    position: relative;
  }
}
@media only screen and (max-width: 992px) {
  section {
    padding: 60px 0;
  }
  .custom-navbar .section-btn {
    margin-left: 1em;
  }
  .slider .item {
    background-position: center;
  }
  .about-info {
    padding: 0;
  }
  .team-info {
    margin-bottom: 50px;
  }
  #menu .menu-thumb {
    width: 103%;
  }
  #testimonial {
    background-position: 50% 0 !important;
  }
  #google-map,
  .footer-info {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-navbar .nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }
  h1,
  h2,
  h3 {
    line-height: normal;
  }
  .custom-navbar {
    -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);
    padding: 10px 0;
    text-align: center;
  }
  .custom-navbar .nav li a {
    line-height: normal;
    padding: 10px;
  }
  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #fff;
    font-weight: 600;
  }
  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #575757;
  }
  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }
  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: block !important;
    width: 50%;
    margin: 10px auto 10px auto;
    padding: 10px;
  }
  .custom-navbar .section-btn a {
    color: #ffffff !important;
  }
  .slider .caption {
    padding: 0;
  }
  .menu-thumb .menu-info {
    top: 80%;
  }
  footer {
    padding: 60px 0;
    padding-bottom: 60px;
  }
  .footer-open-hour {
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 580px) {
  h1 {
    font-size: 2.1em;
  }
  h2 {
    font-size: 1.8em;
  }
  .menu-thumb .menu-info {
    top: 60%;
  }
}
/* Section banner */
.section-banner {
  width: 100%;
  height: 300px;
  padding: 100px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #454545;
  background-blend-mode: multiply;
}

.section-banner h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
  font-family: "Noto Serif TC", serif;
}

.section-banner h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 1px;
  background: #909090;
}

.service .section-banner {
  background-image: url(../img/texture/christin-hume-0MoF-Fe0w0A-unsplash.jpg);
  background-attachment: fixed;
}

.service {
  margin-top: 100px;
  padding-top: 0px;
}

.service ul li .item {
  display: block;
  padding: 20px 15px;
  background: rgba(255, 132, 0, 0.8823529412);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.service ul li .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #c76e21;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-99%);
  transition: 0.3s;
  z-index: -1;
}

.service ul li .item:hover::before {
  transform: translateX(0);
}

.service ul li .item h3 strong {
  font-size: 24px;
  display: block;
}

.service ul li .item h3 {
  font-size: 30px;
  text-align: center;
  color: #f7efe4;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

/* button animate from codepen */
a.animated-button:link,
a.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
  color: #FFF;
  text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
  height: 450%;
}

a.animated-button:link,
a.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

a.animated-button.gibson-one {
  border: 2px solid #b38f65;
  color: #FFF;
}

a.animated-button.gibson-one:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
  background-image: -moz-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
  background-size: 10px 10px;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

a.animated-button.gibson-one:hover:after {
  height: 600% !important;
  opacity: 1;
  color: #FFF;
}

#environment {
  background: url(../img/bg2.jpg) no-repeat center/cover, #ededed;
  background-blend-mode: overlay;
}
#environment h3 {
  color: #ff1d00;
}
#environment .menu-thumb {
  overflow: hidden;
}

.about_pic {
  height: auto;
  display: flex;
  flex-direction: row;
}
.about_pic .pic_L {
  width: 50%;
  display: flex;
  align-items: center;
}
.about_pic .pic_R {
  width: 50%;
  margin: 10px;
}
.about_pic img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}
.about_pic p {
  text-align: start;
  background: linear-gradient(45deg, rgba(170, 165, 233, 0.6862745098), transparent);
  font-size: 20px;
  color: red;
  margin: 0px 0px;
  padding-left: 10%;
}

@media (max-width: 768px) {
  .about_pic {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about_pic .pic_L, .about_pic .pic_R {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */