body{
    font-family: "Quicksand", sans-serif!important;
    background-color: #F8F8F8!important;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Cinzel", serif;
}

.bg-pink{
    background-color: #C2185B!important;
}

.bg-blue{
    background-color: #1E3A8A!important;
}

.bg-yellow{
    background-color: #FFD700!important;
}

.bg-white{
    background-color: #F8F8F8!important;
}

.pink{
    color: #C2185B!important;
}

.blue{
    color: #1E3A8A!important;
}

.yellow{
    color: #FFD700!important;
}

.white{
    color: #F8F8F8!important;
}

nav.navbar a, nav.navbar ul{
    color: #C2185B!important;
}

nav.navbar a.active{
    color: #FFD700!important;
    font-weight: bold;
}

.navbar-brand {
    font-family: "Cinzel", serif;
    font-weight: bold;
}

ul {
    list-style-image: url("/shared-assets/images/examples/rocket.svg")!important;
}

header.home h1{
    text-shadow: 4px 2px 4px black
}