@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Oswald:wght@600&display=swap');

/* defaults */

body {
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.35em;
  background: #fff;
  color: #131313;
}

body a {
  outline: none;
  border: none;
  transition: 0.5s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  color: #e04242;
  text-decoration: none;
}

body a:active,
a:focus {
  outline: none;
}

a:visited {
  text-decoration: none; 
}

p {
  margin: 30px 0;
}

h1 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: 1.25em;
}

hr {
  border: 2px solid #e04242;
  margin: 0 20px;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
 text-align: right !important;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.title {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5em;
}

.pad {
  margin-top: 30px;
}

.subtitle {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: 2em;
}

.list {
  margin: 8px 0 8px 25px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* header */

.header {
  margin: 20px 0 20px 100px;
}

/* about */

.about {
  margin: 40px 0;
}

/* services */

.services {
  margin: 40px 0;
}

/* artists */

.artists {
  margin: 40px 0;
}

/* partners */

.partners {
  text-align: center;
  margin-top: 65px;
}

.partners .title {
  font-size: 1.5em;
}

.partners img {
  max-width: 150px;
  margin-top: 20px;
}

/* private */

.private-area {
  position: absolute;
  right: 5%;
}

.private-area a {
  text-decoration: none;
  padding: 5px 8px;
  border: 1px solid #383838;
}

.private {
  margin-top: 200px;
  text-align: center;
}

.private input {
  max-width: 300px;
  display: inline;
}

/* footer */

.footer {
  margin-top: 20px;
  font-size: 0.9em;
}

/* forms */

input, textarea {
  border: 1px solid #8b8b8b !important;
  color: #383838 !important;
  border-radius: 0px !important;
}

.btn {
  padding: 8px 25px;
  background-color: #383838;
  color: #fff;
}

@media (max-width: 912px) {
  .header {
    margin: 20px 0;
    text-align: center;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 1.15em;
  }
  .title {
    font-size: 2.8em;
  }
  .subtitle {
    font-size: 1.8em;
  }
  .title-line {
    display: block;
  }
  .private-area {
    position: relative;
    right: 0;
    top: 10px;
  }
  .private {
    margin-top: 80px;
  }
}

@media (max-width: 360px) {
  body {
    font-size: 1em;
  }
}
