*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
  color: #444;
  background-color: #eeead8;
}

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

img {
  display: block;
  width: 100%;
}

.container {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.container-small {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.hamburger {
  padding: 15px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  background-color: transparent;
}
.hamburger .hamburger-box {
  position: relative;
  width: 25px;
  height: 25px;
}
.hamburger .hamburger-box .hamburger-inner {
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  right: 0;
  height: 4px;
  background-color: #5f6060;
}
.hamburger .hamburger-box .hamburger-inner::before, .hamburger .hamburger-box .hamburger-inner::after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #5f6060;
}
.hamburger .hamburger-box .hamburger-inner::before {
  top: -8px;
}
.hamburger .hamburger-box .hamburger-inner::after {
  top: 8px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0, rgba(255, 255, 255, 0), rgba(238, 234, 216, 0.8), #eeead8, #eeead8);
  z-index: 99;
}
header section.container {
  padding-top: 80px;
  position: relative;
}
header section.container img[alt=dDLogo] {
  margin: 0 auto;
  margin-bottom: 35px;
  width: 100px;
  position: relative;
  z-index: 2;
}
header section.container img[alt=danaLogo] {
  margin: 0 auto;
  margin-bottom: 55px;
  width: 320px;
}
header section.container .hamburger {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
header.about section.container, header.contact section.container, header.work section.container {
  padding-top: 65px;
  padding-bottom: 80px;
}
header.about section.container img[alt=dDLogo], header.contact section.container img[alt=dDLogo], header.work section.container img[alt=dDLogo] {
  margin: 0 auto;
  margin-bottom: 0;
  width: 65px;
}
header.about section.container img[alt=danaLogo], header.contact section.container img[alt=danaLogo], header.work section.container img[alt=danaLogo] {
  display: none;
}

main {
  position: relative;
}
main section.bacground-img {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../img/background_transparent.gif");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: bottom right;
  z-index: -1;
}
main section.container.home {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 300px;
  padding-bottom: 120px;
}
main section.container.home a {
  width: 250px;
  height: 250px;
  margin-bottom: 25px;
  background-position: top center;
  background-repeat: none;
  background-size: cover;
  display: block;
}
main section.about {
  display: flex;
  justify-content: space-between;
  padding-top: 195px;
  padding-bottom: 120px;
}
main section.about article {
  width: 50%;
}
main section.about article.image-container div {
  position: relative;
  width: 180px;
}
main section.about article.image-container div img[alt=artist] {
  width: 180px;
}
main section.about article.image-container div img[alt=doggy] {
  width: 150px;
  position: absolute;
  bottom: -100px;
  right: -110px;
}
main section.about article.about-text-container p {
  margin-top: 0;
}
main section.container-small.work {
  padding-top: 195px;
  padding-bottom: 120px;
  background-color: #eeead8;
}
main section.container-small.work article {
  margin-bottom: 2em;
  cursor: pointer;
}
main section.container-small.work article .art-image {
  margin-bottom: 10px;
  background-color: #c9b690;
}
main section.container-small.work article .art-image img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
  max-height: 600px;
}
main section.container-small.work article .art-description {
  display: flex;
  justify-content: space-between;
}
main section.container-small.work article .art-description .left,
main section.container-small.work article .art-description .right {
  width: 50%;
}
main section.container-small.work article .art-description .left {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

nav.mobile-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(238, 234, 216, 0.9);
  z-index: 1;
  padding-top: 25px;
}
nav.mobile-navigation ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: #666;
  line-height: 45px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
nav.mobile-navigation ul a {
  display: block;
  width: 100%;
}
nav.mobile-navigation ul a.active {
  font-weight: bold;
  color: #000;
}

section.slider-modal {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 100px 40px;
  background-color: rgba(34, 29, 13, 0.95);
  z-index: -999;
  transition: opacity 0.2s linear;
}
section.slider-modal.opened {
  opacity: 1;
}
section.slider-modal .images-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s linear;
}
section.slider-modal .images-wrapper img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
section.slider-modal .images-wrapper.visible {
  opacity: 1;
}
section.slider-modal .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
section.slider-modal .left,
section.slider-modal .right {
  position: absolute;
  top: calc(50% - 20px);
  height: 40px;
  cursor: pointer;
}
section.slider-modal .left img,
section.slider-modal .right img {
  width: auto;
  height: 100%;
}
section.slider-modal .left {
  left: 20px;
}
section.slider-modal .right {
  right: 20px;
}

section.contact {
  padding-top: 195px;
  padding-bottom: 120px;
}
section.contact .top-part {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
section.contact .top-part .contact-text,
section.contact .top-part .contact-form {
  width: 49%;
}
section.contact .top-part .contact-form input,
section.contact .top-part .contact-form textarea {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px;
  border: 1px solid #c9c4bd;
  border-radius: 5px;
}
section.contact .top-part .contact-form textarea {
  margin-bottom: 0;
}
section.contact .bottom-part .title {
  margin-bottom: 45px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
section.contact .bottom-part .images-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.contact .bottom-part .images-list article {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 50px;
}
section.contact .bottom-part .images-list article img {
  margin-bottom: 15px;
}
section.contact .bottom-part .images-list article .checkbox-holder {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
section.contact .bottom-part .images-list article .checkbox-holder .checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #726d63;
  background-color: #fff;
}
section.contact .bottom-part .images-list article .checkbox-holder input {
  display: none;
}
section.contact .bottom-part .images-list article .checkbox-holder input:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background-color: #000;
  border-radius: 50%;
}
section.contact .bottom-part .images-list article:nth-child(3n+3) {
  margin-right: 0;
}
section.contact .bottom-part .submit-button {
  background-color: #b0a786;
  color: #000;
  text-transform: uppercase;
  width: 49%;
  border: 1px solid #c9c4bd;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: block;
  margin-left: auto;
}

footer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 234, 216, 0.8), #eeead8, #eeead8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 234, 216, 0.4), rgba(238, 234, 216, 0.6), rgba(238, 234, 216, 0.8), #eeead8, #eeead8, #eeead8);
  bottom: 0;
  top: auto;
  padding-top: 80px;
  padding-bottom: 10px;
}
footer nav.container {
  display: flex;
  justify-content: center;
}
footer nav.container a {
  font-size: 16px;
  display: block;
  margin: 10px;
  letter-spacing: 1px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
}
footer nav.container a.active {
  font-weight: bold;
  color: #000;
}
footer nav.container a:hover {
  font-weight: bold;
  color: #000;
}
footer nav.container a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (max-width: 850px) {
  header.about section.container, header.contact section.container, header.work section.container {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  section.contact,
main section.about,
main section.container-small.work {
    padding-top: 145px;
  }

  .container {
    padding: 0 15px;
  }

  header section.container .hamburger {
    display: block;
  }

  main section.container.home {
    display: block;
  }
  main section.container.home a {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    max-height: 200px;
  }

  footer {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

  main section.container-small.work article .art-description {
    display: block;
  }
  main section.container-small.work article .art-description .left,
main section.container-small.work article .art-description .right {
    width: 100%;
  }

  main section.about {
    display: block;
  }
  main section.about article {
    width: 100%;
  }
  main section.about article.image-container {
    margin-bottom: 16px;
  }
  main section.about article.image-container div {
    margin: auto;
  }
  main section.about article.image-container div img[alt=doggy] {
    display: none;
  }

  section.contact .top-part,
section.contact .bottom-part .images-list {
    display: block;
  }
  section.contact .top-part .contact-text,
section.contact .top-part .contact-form {
    width: 100%;
  }
  section.contact .top-part .contact-text {
    margin-bottom: 30px;
  }
  section.contact .bottom-part .images-list article {
    width: 100%;
    margin-left: 0;
  }
  section.contact .bottom-part .submit-button {
    width: 100%;
  }
}
.off {
  display: none !important;
}

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