.navbar-scrolled{
    background-color:  rgba(195, 55, 100, 1);
    box-shadow: 0 30px 10px rgba(0, 0, 0, 0.15);
}

.hero{
    min-height: 100vh;
    background-image: url("Hero1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero {
    min-height: 100vh;
    background: black;
    overflow: hidden;
    background: #C33764;  /* fallback colour. Make sure this is just one solid colour. */
    background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("Hero1.jpg");
    background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("Hero1.jpg"); /* The least supported option. */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img {
   object-fit: cover;
}

.hero-heading{
    font-size: 2rem;
}
@media(min-width: 768px){
    .hero-heading{
        font-size: 5rem;
    }
}

.hero-tagline{
    font-size: 1rem;
}
@media(min-width: 768px){
    .hero-tagline{
        font-size: 2rem;
    }
}

.about-tagline{
    font-size: 72px;
    background: -webkit-linear-gradient(rgb(188, 12, 241), rgb(212, 4, 4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.about-tagline{
    font-size: 2rem;
}
@media(min-width: 768px){
    .about-tagline{
        font-size: 5rem;
    }
}

.card-colour{
    background: -webkit-linear-gradient(rgb(188, 12, 241),  rgba(195, 55, 100, 1));
}

.about-icon{
    font-size: 7rem;
    margin: 0px auto;
}

.about-heading{
    font-size: 72px;
    background: -webkit-linear-gradient(rgb(188, 12, 241), rgb(212, 4, 4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.about-heading{
    font-size: 1.5rem;
}

@media(min-width: 768px){
    .about-heading{
        font-size: 2rem;
    }
}

.founder-background{
    background: -webkit-linear-gradient(rgb(188, 12, 241), rgba(195, 55, 100, 1));
}

@media(min-width: 768px){
    .founder-pic{
        max-width: 70%;
        }
}

.founder-tagline{
    font-size: 1.5rem;
}
@media(min-width: 768px){
    .founder-tagline{
        font-size: 2rem;
    }
}


.course-heading-tagline{
    font-size: 72px;
    background: -webkit-linear-gradient(rgb(188, 12, 241), rgb(212, 4, 4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.course-heading-tagline{
    font-size: 2rem;
}
@media(min-width: 768px){
    .course-heading-tagline{
        font-size: 5rem;
    }
}

.course-tagline{
    font-size: 1.5rem;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

@media(min-width: 768px){
    .course-tagline{
        font-size: 2rem;
    }
}

/*
.gallery-tagline{
    background: -webkit-linear-gradient(rgb(188, 12, 241), rgb(212, 4, 4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
*/

.gallery-tagline{
    font-size: 2rem;
}
@media(min-width: 768px){
    .gallery-tagline{
        font-size: 5rem;
    }
}

.gallery-background{
    background-image: url("gallery-background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-tagline{
    font-size: 72px;
  }

.contact-tagline{
    font-size: 2rem;
}
@media(min-width: 768px){
    .contact-tagline{
        font-size: 5rem;
    }
}

.contact-background{
    background: -webkit-linear-gradient(rgb(188, 12, 241), rgba(195, 55, 100, 1));
}

.icon-colour{
    background: -webkit-linear-gradient(rgb(188, 12, 241),  rgba(195, 55, 100, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-icon{
    font-size: 4rem;
    margin: 0px auto;
}


.gmap{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe{
    width:100%;
    height: 500px;
}

.footer-background{
    background:white;
}

.footer-text{
    color:#C33764;
}