body {
  background-color: #000;
  font-family: CE45, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 28px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.logo {
  position: absolute;
  left: 0%;
  top: 20%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 72px;
  margin-right: 60px;
  background-image: url('../images/me-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-master.navbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  padding: 12px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

.flexbox {
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 0px;
}

.hero {
  height: 600px;
}

.hero.bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.descriptive {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1rem;
}

.small {
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.slider {
  height: 480px;
  padding-right: 0px;
}

.slider.v1 {
  background-image: url('../images/01.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider.v2 {
  background-image: url('../images/03-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider.v3 {
  background-image: url('../images/topfol.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  font-size: 0.9rem;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.partner-logo {
  width: 90px;
  height: 64px;
  margin-right: 8px;
  background-image: url('../images/europe-gallery.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.partner-logo:hover {
  opacity: 1;
}

.partner-logo.vasarely {
  background-image: url('../images/vasarely.png');
}

.partner-logo.kunsthalle {
  background-image: url('../images/kunsthalle.png');
  background-size: cover;
}

.partner-logo.zenehaza {
  background-image: url('../images/mzh.png');
  background-size: cover;
}

.button {
  margin-top: 20px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 1px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  border-color: #fff;
  color: #fff;
}

.link {
  color: #fff;
  text-decoration: none;
}

.bold-text {
  color: #fff;
  text-decoration: none;
}

.link-block {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.mester-logo {
  width: 132px;
  height: 64px;
  margin-bottom: 20px;
  background-image: url('../images/me-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mester-logo:hover {
  opacity: 1;
}

.mester-logo.vasarely {
  background-image: url('../images/vasarely.png');
}

.mester-logo.kunsthalle {
  background-image: url('../images/kunsthalle.png');
  background-size: cover;
}

.mester-logo.zenehaza {
  background-image: url('../images/mzh.png');
  background-size: cover;
}

.mester-logo.europe-gallery {
  background-size: 90%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/01.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #000;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .logo {
    display: none;
  }

  .container-master {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
  }

  .hero.bg {
    height: 480px;
  }

  .div-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .slider {
    height: 300px;
  }

  .logo-mobile {
    display: block;
    width: 300px;
    height: 90px;
    background-image: url('../images/me-logo.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 479px) {
  .nav-links {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero.bg {
    height: 360px;
  }

  .descriptive {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block {
    padding: 0px;
  }

  .logo-mobile {
    width: 200px;
  }
}

@font-face {
  font-family: 'CE45';
  src: url('../fonts/CE45-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CE45';
  src: url('../fonts/CE-45-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CE45';
  src: url('../fonts/CE-45-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
