/* Base */
body {
  height: 100%;
}

nav {
  margin-bottom: 2rem;
  margin-top: 1rem;
  color: black;
}

p {
  font-family: freight-text-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 1 !important;
}

.header-bg {
  background: rgba(0, 0, 0, 0.5);
}

.dad {
  float: left;
  margin-right: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shop {
  float: right;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* Layout */
.container-fluid {
  max-width: 1140px;
}

.logo {
  margin-bottom: 2rem;
}

.intro-text {
  margin-bottom: 3rem;
}

.para-link {
  color: inherit;
  text-decoration: underline;
}

.para-link:hover {
  color: inherit;
  text-decoration: none;
}

.btn-primary {
  background-color: #2a2945;
}

.btn-primary:hover {
  text-decoration: none;
}

/* Module */

/* Header */

.bg-light {
  background-color: inherit !important;
}

/* front page */

.front-page {
  background: url(../imgs/home-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#shop-page {
  background: url(../imgs/shop-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.front-page__title {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
  background: black;
  color: yellow;
  line-height: 1;
  padding: 2rem;
  text-transform: uppercase;
  width: 100%;
}

.front-page__sub-title {
  color: black;
  text-transform: uppercase;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5rem;
}

.front-page__para {
  font-size: 1.25rem;
}

.home-container {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  margin-top: 2rem;
}

/* Portfolio */

.portfolio__img {
}

.portfolio__title {
  font-family: freight-text-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 0px;
  margin-bottom: 0.25rem;
}

.portfolio__status {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.75rem;
  color: red;
  line-height: 1;
  margin-bottom: 2rem;
}

.portfolio__price {
  font-family: freight-text-pro, serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 2rem;
  color: #2a2945;
  margin-top: 0.5rem;
}

.portfolio__price a {
  display: inline-block;
  padding: 10px;
}

/* Blog */

.blog-holder {
  margin-bottom: 2rem;
}

.blog-holder__img {
  margin-bottom: 1rem;
}

.blog-holder__date {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.85rem;
}

.blog-holder__title {
  margin-top: 2rem;
  font-family: freight-text-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.blog-holder__title a {
  color: inherit;
  text-decoration: none;
}

.blog-holder__title a:hover {
  text-decoration: underline;
  color: inherit;
}

.blog-holder__category {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 1rem;
  font-size: 1.5rem;
}

.blog-holder__category a {
  color: inherit;
  text-decoration: none;
}

.blog-holder__category a:hover {
  color: inherit;
  text-decoration: underline;
}

.blog__main-img {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.blog__main-title {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

.blog__main-date {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2a2945;
  margin: 2rem 0;
}

/* Contact */

input[type="text"],
input[type="email"],
textarea {
  padding: 25px;
}

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

/* Footer */

.footer__para {
  font-size: 1rem;
  margin-top: 2rem;
}

.footer__para a {
  color: inherit;
  text-decoration: underline;
}

.footer__para a:hover {
  text-decoration: none;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .front-page__para {
    margin-top: 2rem;
    font-size: 1.25rem;
  }

  /* Footer */

  .footer__para {
    text-align: center;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  /* Layout */
  .container-fluid {
    max-width: 1600px;
  }
}
