/* Affiatamento Musician Association Custom Styles */
:root {
  --primarycolor: #7d2e3c;
  --secondarycolor: #f8f9fa;
  --tertiarycolor: #333;
}

.section-bg-svg {
  background-color: var(--secondarycolor);
  background-image:
    url('assets/background.svg');
  background-repeat: 
    round;
  background-size: 200px 200px;
}

body {
  background-color: var(--primarycolor); /* dark pastel red */
  color: var(--secondarycolor);
  font-family: 'Lato', sans-serif;
}
.title,h1,.bodytext {
    color: var(--tertiarycolor);
}
.paragraph {
    color: var(--tertiarycolor);
}
.section {
  padding: 3rem 0;
  /* background-color: var(--secondarycolor); */
}

/* Example for later use: section headings */
.section-title {
  color: var(--tertiarycolor);
  margin-bottom: 2rem;
  font-weight: 600;
}

.section-contact {
  padding: 3rem 0;
  background-color: var(--primarycolor);
}

/* Example for later use: section headings */
.section-contact-title {
  color: var(--secondarycolor);
  margin-bottom: 2rem;
  font-weight: 600;
}
.samenwerking-title{
    color: var(--secondarycolor);
}

.samenwerking-img{
    width:300px; 
    height:300px; 
    object-fit:contain;
}
/* Placeholder for additional custom styles */
