@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * FOLLOW
 * MAIN
 * ABOUT
 * PRODUCT
 * TRAVEL  
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  color: #393a38;
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}

a {
  color: #393a38;
}

a:hover, a:focus {
  color: #b2cc71;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

.container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1100px;
    padding-left: 5rem;
    padding-right: 0;
  }
}

#scrollUp {
  right: 1%;
  bottom: 19%;
  z-index: 1050 !important;
}

#scrollUp img {
  width: 50px;
  height: 50px;
}

@media (min-width: 992px) {
  #scrollUp img {
    width: 70px;
    height: 70px;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
  border-top: 7px solid #b2cc71;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
  position: fixed;
  top: -2.5%;
  z-index: 1050;
}

@media (min-width: 992px) {
  .navbar-brand {
    right: 0.5%;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    right: 5%;
  }
}

@media (min-width: 1800px) {
  .navbar-brand {
    right: 15.2%;
  }
}

.navbar-brand img {
  width: 150px;
  height: 106px;
}

@media (min-width: 576px) {
  .navbar-brand img {
    width: 200px;
    height: 141px;
  }
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: auto;
    height: auto;
  }
}

.navbar-toggler {
  background-color: #b2cc71;
  border: none;
  width: 50px;
  height: 50px;
  padding: 5px;
  margin: 1rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1080;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #ffffff;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 22%;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 18px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 25px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 32px;
}

.navbar-toggler.open .icon-bar {
  left: 28%;
}

.navbar-toggler.open .icon-bar:nth-of-type(1) {
  top: 15px;
  -webkit-transform-origin: 10% 10%;
      -ms-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggler.open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.open .icon-bar:nth-of-type(3) {
  top: 32px;
  -webkit-transform-origin: 10% 90%;
      -ms-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar-nav {
  background-color: transparent;
}

@media (min-width: 992px) {
  .navbar-nav {
    background-image: url(../images/nav-bg-xs.png);
    background-repeat: no-repeat;
    width: 380px;
    height: 100px;
    padding: 0 0.5rem 0 3rem;
    position: fixed;
    top: 5%;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    background-image: url(../images/nav-bg-s.png);
    width: 100px;
    height: 480px;
    padding: 3rem 0 0 0.5rem;
    left: 0.5%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media (min-width: 1800px) {
  .navbar-nav {
    background-image: url(../images/nav-bg.png);
    width: 135px;
    height: 525px;
    padding: 5.2rem 0 0 1.6rem;
    left: 12%;
  }
}

.navbar .nav-link {
  padding: 1rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media (min-width: 992px) {
  .navbar .nav-link {
    padding: 0.6rem !important;
  }
  .navbar .nav-link img {
    width: 80px;
  }
}

@media (min-width: 1200px) {
  .navbar .nav-link {
    padding: 0.8rem 0.6rem !important;
  }
}

.navbar .nav-link .hover {
  display: none;
}

.navbar .nav-link:hover .show, .navbar .nav-link:focus .show, .navbar .nav-link.active .show {
  display: none;
}

.navbar .nav-link:hover .hover, .navbar .nav-link:focus .hover, .navbar .nav-link.active .hover {
  display: inline-block;
}

.navbar .follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar .follow li {
  color: #b2cc71;
  font-size: 0.9375rem;
  padding: 1rem;
}

.navbar .follow a {
  color: #b2cc71;
  font-size: 2rem;
}

.navbar .follow a:hover, .navbar .follow a:focus {
  color: #b8a270;
}

@media (min-width: 992px) {
  .navbar .follow {
    display: none;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner > .container {
  position: relative;
  max-width: 150%;
  width: 150%;
  margin: 0 -25%;
  padding: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .banner > .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

.banner .page-header {
  position: relative;
  z-index: 1020;
}

.banner .page-header h1 {
  color: #000000;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  text-align: center;
  padding: 2rem 0;
}

.banner .page-header h1 span {
  font-size: 1.125rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .banner .page-header {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .banner .page-header h1 {
    color: #ffffff;
    padding: 0;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
  background-color: #698a38;
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 3rem 0 6rem;
}

@media (min-width: 576px) {
  footer {
    padding: 3rem 0;
  }
}

footer > .container {
  max-width: 100%;
  position: relative;
}

@media (min-width: 1800px) {
  footer > .container {
    max-width: 1440px;
  }
}

footer > .container::before {
  content: '';
  width: 165px;
  height: 70px;
  background-image: url(../images/footer-logo.png);
  position: absolute;
  left: 15px;
  right: auto;
  bottom: -80px;
}

@media (min-width: 576px) {
  footer > .container::before {
    left: auto;
    right: 0;
    bottom: 10px;
  }
}

@media (min-width: 992px) {
  footer > .container::before {
    display: none;
  }
}

@media (min-width: 1200px) {
  footer > .container::before {
    display: block;
  }
}

footer > .container > .row > div {
  margin-bottom: 0.25rem;
}

footer > .container > .row > div:last-child {
  margin-bottom: 0;
}

footer a {
  color: #ffffff;
}

footer a:hover, footer a:focus {
  color: #ffffff;
  text-decoration: underline;
}

footer .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .nav--primary {
  font-size: 1.0625rem;
  font-weight: bolder;
  letter-spacing: 0.1rem;
}

@media (min-width: 992px) {
  footer .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .nav li + li {
    padding-left: 1.5rem;
  }
}

footer .designed {
  position: relative;
}

footer .designed::before {
  content: '';
  width: auto;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
}

footer .designed span {
  background-color: #698a38;
  display: inline-block;
  position: relative;
  z-index: 3;
  padding-right: 0.75rem;
}

/*------------------------------------*\
    FOLLOW
\*------------------------------------*/
.follow {
  display: none;
}

@media (min-width: 992px) {
  .follow {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1050;
  }
}

@media (min-width: 1800px) {
  .follow {
    right: 7.5%;
  }
}

.follow .nav {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.follow .nav li {
  color: #b2cc71;
  font-size: 0.9375rem;
  padding: 0 1rem;
}

.follow .nav li.text {
  letter-spacing: 0.1rem;
  display: inline-block;
}

.follow .nav a {
  color: #b2cc71;
  font-size: 1rem;
}

.follow .nav a:hover, .follow .nav a:focus {
  color: #b8a270;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background-image: url(../images/bg-03.jpg);
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  min-height: 800px;
}

main::before, main::after {
  content: ' ';
  background-repeat: repeat-x;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
}

main::before {
  background-image: url(../images/bg.png);
  height: 150px;
  top: -200px;
}

@media (min-width: 768px) {
  main::before {
    top: -50px;
  }
}

@media (min-width: 1800px) {
  main::before {
    top: -110px;
  }
}

main::after {
  background-image: url(../images/bg-02.png);
  height: 245px;
  bottom: 0;
}

main > .container {
  position: relative;
  z-index: 1010;
}

main > .container::before, main > .container::after {
  content: ' ';
  background-image: url(../images/cloud-02.png);
  width: 190px;
  height: 170px;
  position: absolute;
  left: -330px;
  z-index: 1080;
  -webkit-animation-name: cloud;
          animation-name: cloud;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  display: none;
}

@media (min-width: 1200px) {
  main > .container::before, main > .container::after {
    display: block;
  }
}

main > .container::before {
  top: 300px;
}

main > .container::after {
  bottom: 150px;
}

main > .container > .row {
  position: relative;
  z-index: 1010;
}

main > .container > .row::before, main > .container > .row::after {
  content: ' ';
  position: absolute;
  z-index: 1020;
}

main > .container > .row::before {
  background-image: url(../images/sun-s.png);
  width: 80px;
  height: 80px;
  top: -200px;
  right: 50px;
  -webkit-animation-name: sun;
          animation-name: sun;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

main > .container > .row::after {
  background-image: url(../images/cloud-s.png);
  width: 100px;
  height: 54px;
  top: -150px;
  right: 100px;
  -webkit-animation-name: cloud;
          animation-name: cloud;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@media (min-width: 576px) {
  main > .container > .row::before {
    background-image: url(../images/sun.png);
    width: 115px;
    height: 115px;
    top: -280px;
    right: 50px;
  }
  main > .container > .row::after {
    background-image: url(../images/cloud.png);
    width: 195px;
    height: 105px;
    top: -200px;
    right: 100px;
  }
}

@media (min-width: 768px) {
  main > .container > .row::before {
    top: -150px;
  }
  main > .container > .row::after {
    top: -50px;
  }
}

@media (min-width: 992px) {
  main > .container > .row::before {
    top: -60px;
    right: 100px;
  }
  main > .container > .row::after {
    top: -10px;
    right: 200px;
  }
}

@media (min-width: 1200px) {
  main > .container > .row {
    top: -20px;
    margin-bottom: -20px;
  }
  main > .container > .row::before {
    top: -110px;
    right: -35px;
  }
  main > .container > .row::after {
    top: -30px;
    right: 5px;
  }
}

main .page-header {
  position: relative;
}

main .page-header::after {
  content: '';
  background-image: url(../images/bicycle.png);
  width: 405px;
  height: 115px;
  position: absolute;
  top: -20px;
  right: -220px;
  display: none;
}

@media (min-width: 576px) {
  main .page-header::after {
    display: block;
  }
}

@media (min-width: 768px) {
  main .page-header::after {
    top: 20px;
    right: 0;
  }
}

@media (min-width: 992px) {
  main .page-header::after {
    top: 70px;
  }
}

@media (min-width: 1200px) {
  main .page-header::after {
    top: 65px;
  }
}

main .page-header h2 {
  color: #698a38;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  main .page-header h2 {
    font-size: 2.75rem;
    line-height: 3.8rem;
  }
}

main h3 {
  color: #698a38;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}

main h3 span {
  color: #b8a270;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  display: block;
  margin-top: 0.25rem;
}

@media (min-width: 1200px) {
  main h3 {
    font-size: 1.6875rem;
    margin-bottom: 1.5rem;
  }
  main h3 span {
    margin-top: 0.75rem;
  }
}

main p {
  font-size: 1.0625rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

@-webkit-keyframes sun {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
            transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
            transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
            transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
            transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
            transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes sun {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
            transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
            transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
            transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
            transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
            transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* BUTTON */
.btn {
  border-radius: 20px;
  border: 1px solid #b2cc71;
  color: #b2cc71;
  font-size: 0.875rem;
  min-width: 175px;
}

.btn:hover, .btn:focus {
  border: 1px solid #b8a270;
  color: #b8a270;
}

/* CARD */
.card {
  border: none;
  background-color: transparent;
  margin-bottom: 1rem;
}

.card img {
  border: 3px solid #b2cc71;
  border-radius: 10px;
  width: 100%;
}

.card-body {
  text-align: center;
  padding: 1.5rem 1rem;
}

.card-title {
  color: #353535;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.card-text {
  color: #9c080d;
  font-size: 1.125rem;
}

/* PAGINATION */
.pagination {
  padding-top: 2rem;
}

.pagination .page-item {
  padding: 0 0.6rem;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0;
  border: none;
  color: #bcbcbc;
}

.pagination .page-item:first-child .page-link svg, .pagination .page-item:last-child .page-link svg {
  font-size: 1.3125rem;
}

.pagination .page-item:first-child .page-link:hover, .pagination .page-item:first-child .page-link:focus, .pagination .page-item:last-child .page-link:hover, .pagination .page-item:last-child .page-link:focus {
  border: none;
  color: #b2cc71;
}

.pagination .page-link {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #b2cc71;
  color: #b2cc71;
  font-size: 1rem;
  text-align: center;
  width: 40px;
  height: 40px;
}

.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #fadb4a;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about {
  padding-bottom: 2rem;
}

.about-txt {
  position: relative;
}

.about-txt .line {
  position: relative;
}

.about-txt .line::after {
  content: '';
  width: 160px;
  height: 1px;
  background-color: #b8a270;
  position: absolute;
  left: 215px;
  top: -45px;
  z-index: 2;
  display: none;
}

@media (min-width: 1280px) {
  .about-txt .line::after {
    display: block;
  }
}

.about-txt .footprint {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .about-txt .footprint {
    margin-bottom: 0;
  }
  .about-txt .footprint img {
    position: absolute;
    top: -30px;
    right: -75px;
    z-index: 3;
  }
}

.about-txt .dessert {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .about-txt .dessert {
    margin-bottom: 0;
  }
  .about-txt .dessert img {
    position: absolute;
    bottom: -125px;
    left: 0;
    z-index: 3;
  }
}

@media (min-width: 992px) {
  .about-txt2 {
    padding-left: 3rem;
  }
}

.about-pic {
  text-align: center;
  margin-bottom: 2rem;
}

.about-pic img {
  border: 3px solid #b2cc71;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .about-pic {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .about-pic {
    text-align: right;
  }
}

.about-pic2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.about-pic2 img {
  border: 3px solid #b2cc71;
  border-radius: 10px;
}

.about-pic2 img + img {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .about-pic2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .about-pic2 {
    text-align: right;
    padding-right: 1.5rem;
  }
}

/*------------------------------------*\
    PRODUCT
\*------------------------------------*/
.product::after {
  display: none;
}

.product > .container::after {
  display: none;
}

@media (min-width: 768px) {
  .product > .container > .row {
    padding: 6rem 0 3rem;
  }
}

/*------------------------------------*\
    TRAVEL
\*------------------------------------*/
.travel {
  padding-bottom: 5rem;
}

.travel .page-header::after {
  background-image: url(../images/dog.png);
}

.travel-txt {
  border-bottom: 1px dashed #b8a270;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
}

.travel-txt strong {
  font-size: 1.375rem;
}

.travel-txt p {
  font-size: 1.3125rem;
  margin-top: 2.5rem;
}

.travel-txt .map img {
  border-radius: 0;
  border: none;
}

@media (min-width: 992px) {
  .travel-txt {
    padding-top: 1rem;
  }
  .travel-txt .map img {
    border-radius: 0;
    border: none;
    position: absolute;
    top: 40px;
    right: 90px;
  }
}

.travel-txt2 h3 {
  margin-bottom: 1rem;
}

.travel-txt2 strong {
  display: block;
  font-size: 1.25rem;
  color: #b8a270;
  margin-bottom: 0.5rem;
}

.travel-txt2 strong span {
  color: #b2cc71;
  font-weight: 100;
  padding: 0 0.5rem;
}

.travel-pic {
  text-align: center;
  padding-top: 1rem;
}

.travel-pic img {
  border-radius: 50%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .travel-pic {
    text-align: left;
  }
  .travel-pic img {
    margin-bottom: 0;
  }
}

@media (min-width: 1800px) {
  .travel-pic {
    padding-left: 2rem;
  }
}
