body {
  font-family: "Playfair Display", serif;
  background: #ebebeb;
  line-height: 25px;
}

h2 {
  font-size: 44px;
  font-weight: 500;
  color: #0b0f2c;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  text-align: justify;
}

ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

a {
  color: black;
}

button {
  cursor: pointer;
}

.text-red {
  color: #d25151;
}

.red {
  color: #d25151;
}

.orange {
  color: #6b5b55;
}

.ylw-bg {
  background: #ffe612;
}

.bg-red {
  background: white;
  border-radius: 10px;
}

b {
  font-weight: 700;
}

img {
  width: 100%;
}

mark {
  background: #ffe612;
}

header {
  padding: 15px 0px 0 0px;
}

header .header-img {
  border-radius: 50%;
  margin-top: 10px;
  -webkit-box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75);
  border: solid 3px white;
}

header .white {
  background: white;
  border-radius: 10px;
}

header .container__header {
  background-image: url("../img/banner-background.png");
  background-size: cover;
}

header .container__header--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

header .container__header--searchbar {
  background-color: white;
  padding: 0 30px 0 30px;
  width: 100vw;
}

header .container__header--logo {
  margin-left: auto;
  background: white;
  height: 39px;
  width: 200px;
}

header .container {
  background-color: white;
  padding: 0 10px 0 10px;
  min-height: 235px;
}

header .container p {
  font-size: 16px;
}

header .container h1 {
  font-size: 50px;
  font-family: "Pacifico", cursive;
  padding: 20px;
}

header .container .gray-line {
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
}

header .container .nav-row {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 17px;
  position: relative;
  bottom: 0;
}

header .container .nav-row .col {
  padding: 10px 0;
}

header .container .nav-row .col a {
  color: #d25151;
  font-size: 16px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

header .container .nav-row .col a:hover {
  text-decoration: none;
  color: gray;
}

header .container .nav-row .col:hover {
  background-color: #d25151;
  cursor: pointer;
  -webkit-transition: 0.1s 0.01s;
  transition: 0.1s 0.01s;
}

header .container .nav-row .col:hover a {
  color: white;
}

.main {
  background-color: white;
  padding: 20px 30px 0 30px;
}

.main .effect-row {
  margin-bottom: 20px;
}

.main h2 {
  font-family: "Playfair Display", serif;
}

.main .opinion-box {
  background: #efe9e666;
  margin-bottom: 5px;
  padding: 15px;
  font-size: 16px;
}

.main .opinion-box .row {
  margin: 0;
}

.main .opinion-box .row p:first-child {
  font-size: 13px;
  line-height: 27px;
}

.main .empty {
  height: 30px;
}

.main .main-link {
  display: inline-block;
  font-size: 30px;
  text-decoration: underline;
  margin: 20px 0;
  color: blue;
  font-family: monospace;
}

.main .main-link:hover {
  text-decoration: none;
}

.banner-product:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: 0.1s 0.01s;
  transition: 0.1s 0.01s;
  -webkit-box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75);
}

.aside-comment {
  background: #f3d8c896;
  padding-bottom: 5px;
  border-radius: 10px;
}

.aside-comment img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.aside-comment .som {
  font-size: 16px;
}

.aside-comment .motto {
  font-size: 19px;
  font-style: italic;
}

.baner {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.baner:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  border: solid 2px #d25151;
  -webkit-transition: 0.1s 0.01s;
  transition: 0.1s 0.01s;
  -webkit-box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75);
}

.share-article {
  font-size: 1.5rem;
}

.share-article i {
  color: #3c5a99;
  margin: 0 10px;
}

.share-article i:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.05s 0.05s;
  transition: 0.05s 0.05s;
  cursor: pointer;
  -webkit-box-shadow: 10px 10px 17px -6px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 17px -6px rgba(0, 0, 0, 0.75);
}

@media (max-width: 1024px) {
  .container__header h1 {
    font-size: 50px !important;
  }
}

@media (max-width: 768px) {
  .container__header {
    max-height: 305px;
  }
  .container__header h1 {
    font-size: 30px;
  }
  .container__header .container__header--searchbar {
    display: none;
  }
  header h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 24px;
  }
}

footer {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 576px) {
  .main {
    padding: 10px 15px 0 15px;
  }
  .header-img {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .container__header {
    min-height: 200px;
    max-height: 305px;
  }
  .container__header h1 {
    font-size: 35px !important;
    text-align: left !important;
    margin-left: 40px;
    padding: 5px 0 !important;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  p {
    font-size: 16px;
  }
  .main-link {
    font-size: 20px !important;
  }
  .custom-border {
    font-size: 20px !important;
  }
  footer {
    width: 100%;
  }
  footer a {
    color: black;
  }
  footer a:hover {
    font-weight: 600;
  }
}
/*# sourceMappingURL=main.css.map */