#main {
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%), url("../images/abstract bg new2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 5rem;
    font-family: 'Alegreya Sans', sans-serif;
}

#main h1 {
    font-family: 'League Script', handwriting;
    font-size: 3rem;
    font-weight: 600;
    color: maroon;
}

#main .testimonial {
    font-family: 'Alegreya Sans', sans-serif;
    background: rgba(251, 243, 241, 0.7);
    padding: 2rem 3rem;
}

#main article {
    line-height: 1.7;
    margin-bottom: 2rem;
}

.btn {
  font-weight: 500;
  border: none !important;
  border-radius: 300px;
  font-family: 'Alegreya Sans', sans-serif;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.btn-xl {
  padding: 0.8rem 3rem;
}

#workshops-btn {
    background-color: #FF7E9D;
    color: white;
}

#workshops-btn:hover {
    background-color: #FF366A;
    transition: 0.3s ease-in;
}

@media all and (max-width: 767px) {
    #main .testimonial {
        margin-bottom: 1rem;
    }

    #main h1 {
        font-size: 2rem;
    }

    .second-row {
        margin-top: 0rem !important;
    }

    .third-row {
        margin-top: 0rem !important;
    }
}