body {
    font-family: Lato;
    
}

a {
    color: #000;
}

section {
    position: relative;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */    
    font-size: 1.15rem;
    font-weight: 300;
    /* padding: 1rem; */ 
    
    /* height: 100vh;
    min-height: 100px; /* 945px; */

    color: #fff;

    background-image: url("/images/background.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;    
}

.card {
    font-family: Montserrat;
}

@media (max-width:576px) {
    .col-12 {
        padding: 0;
    }
}
@media (min-width:576px) {
    .card img {
        /* max-width: 256px; */
    }    
}

@media (min-width:1024px) {
    h1 {
        font-size: 5rem;
    }
}

.flipped {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}