* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body {
    background: #F0F0F0;
}

.stext {
    font-size: 0.8em !important;
}


/* Large devices (desktops, 992px and up) */

@media (max-width: 992px) {
    h1 {
        font-size: 1.3em !important;
    }
    h2 {
        font-size: 1.1em !important;
    }
    .vimage {
        max-width: 50% !important;
    }
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

