
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.substack-icon {
  background: url('/images/substack-logo.png');
  height: 20px;
  width: 20px;
  display: block;
  /* Other styles here */
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
}

.row > * {
  width:100%;
  padding:2rem;
}

.title-text {
  font-size: 6rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.2rem;
  margin-top: 0px;
}

.heading {
  margin-top: 50px;
  text-align: center;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
    color: rgb(54, 51, 82);
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    margin-right: 5px;
}

a:hover {
  color: rgb(74, 74, 74, 0.3);
  transition: .5s;
}

.section-title {
    font-family: 'JP';
    padding-top: 1.5rem;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

#press .section-title {
  padding-top: 50px;
}

#video .section-title {
  padding-top: 50px;
}

#contact .section-title {
  padding-top: 50px;
}

.spotify-widget {
  text-align: center;
}

.quote-link a {
  color: rgb(54, 51, 82);
  text-decoration: none;
}

.quote-link a:hover {
  color: rgb(74, 74, 74, 0.3);
  transition: .5s;
  text-decoration: none;
}

.quote-block:last-of-type{
  padding-top: 25px;
}

.quote-source {
  font-weight: bold;
}

#contact {
  text-align: center;
}

.image-row-2 {
  display: flex;
  flex-wrap: wrap;
}

.image-col-1 {
  width:39.4%;
  padding-right: 5px;
}

.image-col-2 {
  width:60.6%;
}

.image-1 {
  width:100%;
}

.image-2, .image-3, .image-4, .image-5 {
  width:100%;
}

p {
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 1rem;
  text-align: center;
}

#about p {
  text-align:justify;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* desktop breakpoint */
@media (min-width:1024px) {
  .row > * {
      width:35%;
  }
  .row > *:nth-child(1) {
      width:30%;
  }
  .row > *:nth-child(2) {
      order:-1;
  }

  .section-title {
    padding-top: 0;
  }
}
