/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.recording-btn {
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 1px 1px 2px #1d1d1d;
}
@media (max-width: 1200px) {
  .recording-btn {
    font-size: 12px;
  }
}

.header {
  height: 100vh;
  width: 100%;
  background: url("../img/header-bg.jpg") no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media (max-width: 576px) {
  .header {
    background: url("../img/mobile-bg.jpg") no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position-x: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .header__logo {
    display: none;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  padding: 7px 40px;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
}
@media (max-width: 1200px) {
  .header__inner {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .header__inner {
    display: none;
  }
}
.header__inner.moved {
  background: rgba(29, 29, 29, 0.8509803922);
  z-index: 999;
}
.header__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__nav {
    justify-content: space-between;
    width: 100%;
  }
}
.header .menu {
  display: flex;
}
.header .menu__item {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .header .menu__item {
    padding: 0 9px;
  }
}
.header .menu__link {
  text-decoration: none;
  color: white;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 1px 1px 2px #1d1d1d;
  outline: none;
}
@media (max-width: 1200px) {
  .header .menu__link {
    font-size: 14px;
  }
}
.header .menu__link:hover {
  border-bottom: 2px solid #C39F76;
}
.header .recording-btn {
  padding: 10px 15px;
  margin-left: 30px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .header .recording-btn {
    font-size: 14px;
  }
}
.header__banner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
}
.header__headline {
  color: rgba(255, 255, 255, 0.9215686275);
  font-size: 39px;
  font-weight: 400;
  margin-bottom: 60px;
  text-align: center;
  max-width: 800px;
  width: 100%;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #1d1d1d;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .header__headline {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .header__headline {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 2px 1px 1px #1d1d1d;
  }
}
.header .banner-btn {
  padding: 12px 36px;
  border: 1px solid #C39F76;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  background: #C39F76;
  text-shadow: 1px 1px 2px #1d1d1d;
}
@media (max-width: 576px) {
  .header .banner-btn {
    display: none;
  }
}

.mobile-nav {
  position: fixed;
  width: 100%;
  z-index: 900;
  display: none;
  top: 0;
}
@media (max-width: 768px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav__header {
  width: 100%;
  background: rgba(29, 29, 29, 0.93);
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.mobile-nav__record {
  border: 2px solid #c39f76;
  color: #c39f76;
  text-decoration: none;
  padding: 11px 20px;
  font-weight: 500;
}
.mobile-nav__btn {
  cursor: pointer;
  z-index: 998;
  width: 40px;
  height: 38px;
  border: 2px solid #c39f76;
  margin-left: 30px;
  display: block;
}
.mobile-nav__btn span {
  width: 70%;
  height: 2px;
  background: darkgray;
  display: block;
  margin: 8px 6px;
}
.mobile-nav .mobile-menu.active {
  display: block;
  transition: 2s;
  animation: view-menu 0.2s linear;
}
@keyframes view-menu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mobile-nav .mobile-menu {
  display: none;
  background: rgba(29, 29, 29, 0.93);
  padding-top: 25px;
}
.mobile-nav .mobile-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid #c39f76;
}
.mobile-nav .mobile-menu__item {
  width: 100%;
}
.mobile-nav .mobile-menu__link {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  width: 100%;
  display: block;
  padding: 12px 0;
  text-align: center;
  font-weight: 300;
  outline: none;
}
.mobile-nav .mobile-contact {
  padding: 20px 30px;
}
.mobile-nav .mobile-contact__social {
  margin-left: 14px;
}
.mobile-nav .mobile-contact__item {
  margin: 15px 0;
  display: flex;
}
.mobile-nav .mobile-contact__item i {
  color: #b11b1f;
  font-size: 24px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav .mobile-contact__link {
  text-decoration: none;
  color: #ACACAC;
  margin-left: 10px;
  outline: none;
}

.about__inner {
  max-width: 1400px;
  padding: 40px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .about__inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.about__left {
  width: 40%;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .about__left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
  }
}
.about__right {
  width: 60%;
}
@media (max-width: 992px) {
  .about__right {
    width: 100%;
  }
}
.about__right img {
  width: 100%;
}
.about__headline {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 4px solid #C39F76;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}
@media (max-width: 992px) {
  .about__headline {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .about__headline {
    font-size: 25px;
  }
}
team__list .about__headline:after {
  content: "";
  position: absolute;
  background: url("../img/s.png") no-repeat;
  background-size: contain;
  width: 45px;
  height: 72px;
  right: -55px;
  top: -15px;
}
@media (max-width: 576px) {
  team__list .about__headline:after {
    height: 60px;
    right: -36px;
  }
}
@media (max-width: 992px) {
  .about__headline {
    margin-top: 40px;
  }
}
.about__tagline {
  color: rgb(136, 136, 136);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-indent: 15px;
}
@media (max-width: 992px) {
  .about__tagline {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .about__tagline {
    font-size: 14px;
    text-align: center;
  }
}

.team__headline {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 4px solid #C39F76;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}
@media (max-width: 992px) {
  .team__headline {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .team__headline {
    font-size: 25px;
  }
}
team__list .team__headline:after {
  content: "";
  position: absolute;
  background: url("../img/s.png") no-repeat;
  background-size: contain;
  width: 45px;
  height: 72px;
  right: -55px;
  top: -15px;
}
@media (max-width: 576px) {
  team__list .team__headline:after {
    height: 60px;
    right: -36px;
  }
}
.team__inner {
  max-width: 1400px;
  padding: 40px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  margin: 0 auto;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.team__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.5rem;
}
@media (max-width: 576px) {
  .team__list {
    margin: 0;
  }
}
.team__item {
  width: calc(33% - 1rem);
  margin: 0.5rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .team__item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 576px) {
  .team__item {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.team__img img {
  width: 100%;
}
.team__name {
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  color: #c39f76;
}
.team__profession {
  text-align: center;
  padding-bottom: 20px;
  color: #888888;
  font-weight: 500;
}

.service__inner {
  max-width: 1400px;
  padding: 40px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  margin: 0 auto;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  padding: 40px 10px;
}
.service__headline {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 4px solid #C39F76;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .service__headline {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .service__headline {
    font-size: 25px;
  }
}
team__list .service__headline:after {
  content: "";
  position: absolute;
  background: url("../img/s.png") no-repeat;
  background-size: contain;
  width: 45px;
  height: 72px;
  right: -55px;
  top: -15px;
}
@media (max-width: 576px) {
  team__list .service__headline:after {
    height: 60px;
    right: -36px;
  }
}
.service__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  width: 100%;
}
.service__list {
  width: 100%;
}
.service__column {
  width: 46%;
}
@media (max-width: 1200px) {
  .service__column {
    width: 100%;
  }
}
.service__tagline {
  background: #262626;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  padding: 7px 10px;
  color: white;
}
@media (max-width: 576px) {
  .service__tagline {
    font-size: 14px;
  }
}
.service__information {
  color: #888888;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .service__information {
    font-size: 14px;
  }
}
.service__item {
  width: 100%;
  margin: 40px 0;
  clear: both;
  padding: 0;
  position: relative;
  border-bottom: dotted 2px #999;
}
.service__name {
  background: #fff;
  padding: 0 10px 0 0;
  font-size: 17px;
  font-weight: 500;
  position: absolute;
  margin: 0;
  bottom: -0.3em;
  left: 0;
}
@media (max-width: 576px) {
  .service__name {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .service__name--long {
    bottom: -1.3em;
    width: 72%;
  }
}
.service__price {
  padding: 0 0 0 5px;
  position: absolute;
  bottom: -0.48em;
  right: 0;
  background: #ffffff;
  color: #d2ab73;
  font-weight: 600;
}
@media (max-width: 576px) {
  .service__price {
    font-size: 12px;
  }
}

.gallery {
  background: #1d1d1d;
}
.gallery__headline {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 4px solid #C39F76;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
  color: white;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .gallery__headline {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .gallery__headline {
    font-size: 25px;
  }
}
team__list .gallery__headline:after {
  content: "";
  position: absolute;
  background: url("../img/s.png") no-repeat;
  background-size: contain;
  width: 45px;
  height: 72px;
  right: -55px;
  top: -15px;
}
@media (max-width: 576px) {
  team__list .gallery__headline:after {
    height: 60px;
    right: -36px;
  }
}
.gallery__inner {
  max-width: 1400px;
  padding: 40px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  margin: 0 auto;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.gallery #lightgallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery #lightgallery a {
  margin-bottom: 20px;
  width: 24%;
}
@media (max-width: 768px) {
  .gallery #lightgallery a {
    width: 32%;
  }
}
@media (max-width: 576px) {
  .gallery #lightgallery a {
    width: 48%;
  }
}
@media (max-width: 400px) {
  .gallery #lightgallery a {
    width: 100%;
  }
}
.gallery #lightgallery a img {
  width: 100%;
}

.contact {
  display: flex;
  gap: 15px;
}
@media (max-width: 1200px) {
  .contact {
    gap: 0;
    flex-direction: column;
  }
}
.contact .card {
  background: #1d1d1d;
  width: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .contact .card {
    width: 100%;
    min-height: auto;
  }
}
.contact .recording-btn {
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .contact {
    flex-wrap: wrap;
  }
}
.contact__map {
  display: flex;
  width: 100%;
  flex: 1;
}
@media (max-width: 768px) {
  .contact__map {
    width: 100%;
  }
}
.contact__map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact__map iframe {
    min-height: 350px;
  }
}
.contact__inner {
  gap: 15px;
  width: 100%;
  display: flex;
  flex: 0 0 20%;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact__inner {
    width: 100%;
    flex-direction: row;
    padding: 30px 10px;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .contact__inner {
    flex-direction: column;
    align-items: center;
  }
}
.contact__logo {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .contact__logo {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .contact__logo {
    margin-bottom: 30px;
  }
}
.contact__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 440px;
  width: 100%;
}
.contact__item {
  margin-bottom: 20px;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .contact__item {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.contact__headline {
  color: #c29e75;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact__tagline {
  color: #888888;
  max-width: 200px;
  width: 100%;
}
.contact__href {
  color: #888888;
  max-width: 200px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.contact__social a {
  margin-right: 6px;
  text-decoration: none;
  outline: none;
}
@media (max-width: 576px) {
  .contact__social a {
    margin: 4px 6px;
  }
}

footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: #1d1d1d;
}

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