@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Courgette&family=Dancing+Script:wght@400;500;600;700&family=Indie+Flower&family=Itim&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Merriweather:wght@300;400;700&family=Montserrat+Alternates:wght@400;500;600&family=Neuton:wght@300;400;700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:wght@300;400&family=Righteous&family=Roboto+Slab:wght@400;500;600&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Source+Sans+Pro:wght@400;600&family=Ubuntu:ital,wght@0,400;0,500;1,400;1,500&family=Work+Sans:wght@400;500;600&display=swap');

#vmc {
    margin: 7%;
}

#vmc img {
    /* padding: 20px; */
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 780px) {
    #vmc {
        margin-top: 15%;
    }

    h2 {
        font-size: 20px;
    }

    h4 {
        font-size: 20px;
        padding: 10px;
    }
}

h4 {
    color: white;
}

h2 {
    color: red;
}

#cnc {
    margin: 7%;
}

#cnc img {
    /* padding: 20px; */
    max-width: 100%;
    height: auto;
}

.bg-black {
    background-color: rgb(27, 27, 27);
    padding: 15px;
}

#photos {
    margin: 5%;
}

#photos img {
    padding: 5px;
    max-width: 100%;
    height: auto;
}

#expansion {
    margin: 5%;
}

#expansion img {
    padding: 5px;
    max-width: 100%;
    height: auto;
}

#expansion h4{
    margin: 10px;
}