/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background: #212121;
  color: #000000;
  font-family: "Cairo", sans-serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .subpage__container, .navbar__list, .wrapper-col-to-row-at-t, .wrapper-col-to-row-at-d {
  display: flex;
  flex-direction: column;
}

.row, .navbar {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.color--primary {
  color: hsl(200deg, 100%, 45%);
}

.color--secondary {
  color: hsl(200deg, 75%, 45%);
}

.color--tetriary {
  color: hsl(200deg, 75%, 45%);
}

.color--accent {
  color: hsl(37deg, 87%, 10%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--white {
  color: #fff;
}

.bg--secondary {
  background: hsl(200deg, 75%, 45%);
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  color: none;
}

main {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #333333;
  padding: 5rem 0 0 0;
  margin: 0 auto;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(200deg, 75%, 45%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-four-card-all {
  justify-content: center;
}

.four-card-card {
  max-width: 320px;
}
.four-card-card__img {
  width: 100%;
  height: auto;
}
.four-card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(200deg, 75%, 45%);
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 3px;
  width: 200px;
  height: 50px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
}

.btn--odd {
  background: hsl(56deg, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--primary {
  border: none;
  background: hsl(200deg, 100%, 45%);
  color: white;
}

.btn--primary:hover {
  background: #fff;
  color: hsl(200deg, 100%, 45%);
  border: 2px solid hsl(200deg, 100%, 45%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56deg, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(200deg, 100%, 45%);
}

body {
  background: #212121;
  color: #000000;
  font-family: "Cairo", sans-serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .subpage__container, .navbar__list, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t {
  display: flex;
  flex-direction: column;
}

.row, .navbar {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.color--primary {
  color: hsl(200deg, 100%, 45%);
}

.color--secondary {
  color: hsl(200deg, 75%, 45%);
}

.color--tetriary {
  color: hsl(200deg, 75%, 45%);
}

.color--accent {
  color: hsl(37deg, 87%, 10%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--white {
  color: #fff;
}

.bg--secondary {
  background: hsl(200deg, 75%, 45%);
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  color: none;
}

main {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #333333;
  padding: 5rem 0 0 0;
  margin: 0 auto;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(200deg, 75%, 45%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-four-card-all {
  justify-content: center;
}

.four-card-card {
  max-width: 320px;
}
.four-card-card__img {
  width: 100%;
  height: auto;
}
.four-card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(200deg, 75%, 45%);
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 3px;
  width: 200px;
  height: 50px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
}

.btn--odd {
  background: hsl(56deg, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--primary {
  border: none;
  background: hsl(200deg, 100%, 45%);
  color: white;
}

.btn--primary:hover {
  background: #fff;
  color: hsl(200deg, 100%, 45%);
  border: 2px solid hsl(200deg, 100%, 45%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56deg, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(200deg, 100%, 45%);
}

.navbar {
  z-index: 1010;
  width: 100%;
  background: hsl(200deg, 75%, 45%);
  height: 5rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1910px;
  margin: 0 auto;
}
.navbar__logo {
  display: none;
}
.navbar span {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
}
.navbar__list {
  z-index: 1010;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  background: hsl(200deg, 100%, 45%);
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-around;
  align-items: center;
  transform-origin: right;
  transform: scale(0, 1);
  transition: transform 400ms ease-in-out;
}
.navbar__list li a {
  display: block;
  padding: 2rem;
  color: #fff;
  opacity: 0;
}
.navbar__list li a:hover {
  background: hsl(200deg, 100%, 45%);
  transition: all 200ms ease-in-out;
}
.navbar__list li a.current {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.navbar__toggle {
  display: none;
}

.navbar__toggle:checked ~ .navbar-toggle-label {
  background: hsl(200deg, 75%, 45%);
}

.navbar__toggle:checked ~ .navbar__list {
  transform: scale(1, 1);
}
.navbar__toggle:checked ~ .navbar__list li a {
  opacity: 1;
  transition: opacity 400ms ease-in-out 200ms;
}

.navbar-toggle-label {
  z-index: 1011;
  color: white;
  position: absolute;
  left: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  background: hsl(200deg, 75%, 45%);
  border-radius: 5px;
  padding: 0.5rem;
  height: 2rem;
  margin: 0.5rem 0 0 0;
  transition: padding 300ms ease-in-out;
}

.navbar-toggle-label span,
.navbar-toggle-label span::before,
.navbar-toggle-label span::after {
  display: block;
  background: #fff;
  border-radius: 2px;
  height: 2px;
  width: 30px;
  position: relative;
}

.navbar-toggle-label span::before,
.navbar-toggle-label span::after {
  content: "";
  position: absolute;
}

.navbar-toggle-label span::before {
  bottom: 7px;
}

.navbar-toggle-label span::after {
  top: 7px;
}

/*------------------------ Header -------------------------*/
.container--hero {
  max-width: 1910px;
  margin: 0 auto;
  height: 80vh;
  background: url("/assets/images/tapis-tablet.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner__text {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  font-size: clamp(2rem, 5vw, 4rem);
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.banner__text__half {
  margin: 1rem;
  color: #fff;
  text-shadow: 1px 1px black;
}

.coming-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 2rem 0;
}

.coming-soon-text {
  font-size: 1.25rem;
  color: hsl(120deg, 21%, 8%);
}

.link-below {
  font-size: 1.5rem;
}

.coming-soon_border-line {
  border-top: 0.5rem solid #636363;
}

footer {
  max-width: 1910px;
  margin: 0 auto;
}

/*---------------- Copyright ---------------------*/
.footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: #212121;
}
.footer-copyright__text {
  color: hsl(200deg, 75%, 45%);
  padding: 1rem;
  font-size: 0.75rem;
}

.color--primary {
  color: hsl(200deg, 100%, 45%);
}

.color--secondary {
  color: hsl(200deg, 75%, 45%);
}

.color--tetriary {
  color: hsl(200deg, 75%, 45%);
}

.color--accent {
  color: hsl(37deg, 87%, 10%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--white {
  color: #fff;
}

.bg--secondary {
  background: hsl(200deg, 75%, 45%);
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  color: none;
}

main {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #333333;
  padding: 5rem 0 0 0;
  margin: 0 auto;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(200deg, 75%, 45%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-four-card-all {
  justify-content: center;
}

.four-card-card {
  max-width: 320px;
}
.four-card-card__img {
  width: 100%;
  height: auto;
}
.four-card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(200deg, 75%, 45%);
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 3px;
  width: 200px;
  height: 50px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
}

.btn--odd {
  background: hsl(56deg, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--primary {
  border: none;
  background: hsl(200deg, 100%, 45%);
  color: white;
}

.btn--primary:hover {
  background: #fff;
  color: hsl(200deg, 100%, 45%);
  border: 2px solid hsl(200deg, 100%, 45%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56deg, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(200deg, 100%, 45%);
}

body {
  background: #212121;
  color: #000000;
  font-family: "Cairo", sans-serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .subpage__container, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t, .navbar__list {
  display: flex;
  flex-direction: column;
}

.row, .navbar {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

/*------------------------ Header -------------------------*/
.banner-about {
  background: black url("/assets/images/redhouse1.jpg");
}

.banner-contact {
  background: black url("/assets/images/redhouse1.jpg");
}

.banner-subpage {
  width: 100%;
  background-color: #fff;
}
.banner-subpage__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  clip-path: polygon(50% 100%, 100% 90%, 100% 0, 0 0, 0 90%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 0 0;
}
.banner-subpage__content {
  text-align: center;
  margin: 4rem;
  font-size: 4rem;
  font-weight: bold;
  width: 250px;
  position: relative;
  z-index: 100;
  color: #fff;
}
.banner-subpage__content::before {
  content: "";
  width: 150px;
  height: 150px;
  border: 10px solid rgba(255, 218, 45, 0.4);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

/*------------------------ About Only-------------------------*/
.container-about {
  background: url("/assets/images/blob.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrapper-image {
  display: flex;
  flex-direction: col;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  z-index: 2;
}
.wrapper-image img {
  display: block;
  max-width: 200px;
  z-index: -1;
}

.wrapper-about {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem 0 4rem 0;
}

/*------------------------ Services Only-------------------------*/
.container--services {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  position: relative;
}

.wrapper-services-2blocks {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 100;
}

.container--services::after {
  position: absolute;
  background: url("/assets/images/redhouse4.jpg") no-repeat;
  background-position: center 90%;
  background-attachment: fixed;
  background-size: cover;
  content: "";
  width: 100%;
  height: 50%;
  z-index: 1;
}

.wrapper-services--img {
  overflow: hidden;
  height: 250px;
  padding: 1rem;
}

.img-repair {
  background: url("/assets/images/services_grey.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.img-replacement {
  background: url("/assets/images/services-house.jpg");
  background-position: center;
  background-size: cover;
}

.img-maintenance {
  background: url("/assets/images/services_tiles.jpg");
  background-position: center;
  background-size: cover;
}

.img-downspout {
  background: url("/assets/images/downspout.jpg");
  background-position: center;
  background-size: cover;
}

.wrapper-services--info {
  padding: 1rem;
  background: #212121;
}
.wrapper-services--info__header {
  font-size: 2rem;
  font-weight: bold;
  color: hsl(200deg, 75%, 45%);
}
.wrapper-services--info__text {
  color: #fff;
  line-height: 1.5;
}

/*------------------------ Content -------------------------*/
.subpage__container {
  align-items: center;
}

.subpage__text {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1rem;
  max-width: 300px;
  color: #333333;
  line-height: 1.5;
  font-size: 1.25rem;
}
.subpage__text h3 {
  color: hsl(200deg, 75%, 45%);
  margin: 0;
}

/*------------------------ Mixin -------------------------*/
.about-wrapper {
  display: flex;
  justify-content: center;
  padding: 10rem 1rem;
}

.about-card {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  padding: 0 0 10rem 0;
}

.about-image {
  max-width: 600px;
  max-height: 250px;
  overflow: hidden;
}

.about-title {
  font-size: 2rem;
  color: hsl(200deg, 75%, 45%);
  font-family: "Comfortaa", cursive;
  padding: 2rem 0 0.5rem 0;
}

.about-text {
  font-family: "Cairo", sans-serif;
  line-height: 2rem;
  font-size: 1.25rem;
  color: hsl(120deg, 21%, 8%);
}

body {
  background: #212121;
  color: #000000;
  font-family: "Cairo", sans-serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t, .navbar__list, .subpage__container {
  display: flex;
  flex-direction: column;
}

.row, .navbar {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.color--primary {
  color: hsl(200deg, 100%, 45%);
}

.color--secondary {
  color: hsl(200deg, 75%, 45%);
}

.color--tetriary {
  color: hsl(200deg, 75%, 45%);
}

.color--accent {
  color: hsl(37deg, 87%, 10%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--white {
  color: #fff;
}

.bg--secondary {
  background: hsl(200deg, 75%, 45%);
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  color: none;
}

main {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #333333;
  padding: 5rem 0 0 0;
  margin: 0 auto;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(200deg, 75%, 45%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-four-card-all {
  justify-content: center;
}

.four-card-card {
  max-width: 320px;
}
.four-card-card__img {
  width: 100%;
  height: auto;
}
.four-card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(200deg, 75%, 45%);
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 3px;
  width: 200px;
  height: 50px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
}

.btn--odd {
  background: hsl(56deg, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--primary {
  border: none;
  background: hsl(200deg, 100%, 45%);
  color: white;
}

.btn--primary:hover {
  background: #fff;
  color: hsl(200deg, 100%, 45%);
  border: 2px solid hsl(200deg, 100%, 45%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56deg, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(200deg, 100%, 45%);
}

.subpage-button__wrapper {
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
  /*	margin: 0 0 4rem 0;*/
  background: url("/assets/images/redhouse3.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  /*	clip-path: polygon(0 0, 50% 10%, 100% 0%, 100% 100%, 50% 90%, 0% 100%);*/
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
}

.container--bottom-form {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: serif;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0 100%);
  padding: 10rem 0 7rem 0;
}

.form-wrapper {
  border: 1px solid grey;
  padding: 5rem 1rem 5rem 1rem;
  displpay: flex;
  flex-direction: column;
  max-width: 400px;
  flex: 2;
}
.form-wrapper form {
  margin: 1rem 0 0 0;
  border-radius: 5px;
}
.form-wrapper form input, .form-wrapper form textarea {
  width: 80%;
  border: 1px solid grey;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.form-wrapper form label {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px;
  font-weight: bold;
  font-size: 1rem;
}

.form__header {
  padding: 0;
  margin: 0;
  color: hsl(200deg, 75%, 45%);
  font-family: serif;
  font-weight: bold;
}

.form__header-1 {
  font-size: 2rem;
}

.post-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 5rem;
}

.post-wrapper {
  background: #fff;
  max-width: 800px;
}

.post-pic {
  width: 100%;
}
.post-pic-top {
  width: 100%;
}

.post-date {
  padding: 0.5rem 0 0.5rem 2rem;
  font-size: 1rem;
  font-family: courier, sans-serif;
  color: #636363;
}

.post-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 2.5rem;
  font-family: "Comfortaa", cursive;
  padding: 3rem 0 0 0;
  color: #212121;
}

.post_text {
  font-size: 1.2rem;
  font-family: "Cairo", sans-serif;
  color: #333333;
  padding: 1rem;
  line-height: 1.95rem;
}

.post-text-bold {
  font-family: sans-serif;
  font-weight: bold;
}

.post_title-centered {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Comfortaa", cursive;
  color: #212121;
  padding: 2rem 1rem 0rem 1rem;
}

.post-divider {
  width: 100%;
  border-top: 2px solid #636363;
}

.img-collection-wrapper__text {
  padding: 0.25rem;
  background: #333;
  color: white;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.75rem;
}

.pic-pair {
  display: flex;
  flex-direction: row;
  justify-content: center;
  wrap: nowrap;
}

.post_prayers_wrapper {
  padding: 0rem 1rem 1rem 1rem;
  background: #333333;
  margin: 0 0 5rem 0;
}
.post_prayers_title {
  display: flex;
  justify-content: center;
  font-family: "Comfortaa", sans-serif;
  color: #fff;
  padding: 1rem 0rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.post_prayers_ul {
  color: #fff;
  line-height: 1.2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.post_prayers_li {
  margin: 0 0 1rem 0;
}

.fp__blog-link {
  font-size: 2rem;
  font-family: "Cairo", sans-serif;
  padding: 2rem 0rem 2rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fp__blog-link a {
  color: hsl(37deg, 87%, 10%);
}

.fp__blog-link a:hover {
  color: hsl(200deg, 75%, 45%);
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 320px;
  padding-top: 180px;
  margin: 1rem 0 1rem 0;
  background: black;
  background: url("/assets/images/loading.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.iframe-responsive {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.more-link {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}

.wrapper-fp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.card-fp {
  border: 1px solid rgba(0, 0, 255, 0.2);
  padding: 1rem;
  margin: 1rem;
  max-width: 450px;
  font-family: "Comfortaa", san-serif;
  display: flex;
  flex-direction: column;
}
.card-fp a {
  color: #212121;
}
.card-fp__img {
  width: 100%;
  overflow: hidden;
}
.card-fp__title {
  color: hsl(200deg, 100%, 45%);
  font-family: "Cairo", sans-serif;
  margin: 0.5rem 0 0 0;
}
.card-fp__text {
  margin: 1rem 0;
}
.card-fp__date {
  font-family: "Cairo", sans-serif;
  color: hsl(200deg, 100%, 45%);
  font-weight: bold;
  text-align: right;
}

/* phone-small is default */
/*keep? */
@media (min-width: 567px) {
  .wrapper-4card-two {
    padding: 0 2rem 0 2rem;
  }
}
@media (min-width: 768px) {
  .wrapper-col-to-row-at-t {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .container--hero {
    background: url("/assets/images/tapis-tablet.jpg") no-repeat;
  }
  .wrapper-services-2blocks {
    flex-direction: row;
    align-items: stretch;
    max-width: 750px;
    background: green;
    min-height: 50ch;
  }
  .wrapper-services--img {
    height: auto;
    flex-basis: 50%;
  }
  .wrapper-services--info {
    flex-basis: 50%;
  }
  .order-1 {
    order: 1;
  }
  .pic-pair-at-tablet {
    display: flex;
    flex-direction: row;
    justify-content: center;
    wrap: nowrap;
  }
  .container-fp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrapper-fp {
    flex-direction: column;
    width: 50%;
  }
  .card-fp {
    max-width: 250px;
    height: 22rem;
  }
  .card-fp__img {
    height: 160px;
  }
  .iframe-wrapper {
    width: 608px;
    height: 342px;
    padding: 0px;
  }
  .iframe-responsive {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .navbar__logo {
    display: block;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .navbar__logo img {
    padding: 0.25rem 1rem 0.25rem 4rem;
    height: 3rem;
  }
  .navbar__list {
    background: none;
    transform: none;
    position: static;
    box-shadow: none;
    backdrop-filter: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: auto;
  }
  .navbar__list li a {
    opacity: 1;
  }
  .navbar-toggle-label {
    display: none;
  }
  .call-btn {
    position: static;
    margin: 0 5rem 0 0;
  }
  .call-btn__text__phone {
    display: none;
  }
  .call-btn__text__desktop {
    display: block;
  }
  .call-btn__img {
    display: none;
  }
  main {
    /*	margin: 800px auto 0 auto;*/
  }
  .fixed-title-subpage {
    display: none;
  }
  .wrapper-row {
    display: flex;
    flex-wrap: wrap;
  }
  .wrapper-4card-all {
    justify-content: space-evenly;
  }
  .wrapper-3card-all {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .card__text {
    padding: 0 1rem 0 1rem;
  }
  .banner-subpage__container {
    background-attachment: fixed;
    clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
  }
  .wrapper-services-2blocks {
    flex-direction: row;
    align-items: stretch;
    max-width: 980px;
    background: blue;
    min-height: 40ch;
  }
  .wrapper-services--info, .wrapper-services--img {
    flex-basis: 50%;
  }
  .subpage-button__wrapper {
    clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1200px) {
  .wrapper-services-2blocks {
    flex-direction: row;
    align-items: stretch;
    max-width: 1100px;
    background: blue;
    min-height: 35ch;
  }
}

/*# sourceMappingURL=main.css.map */
