/* your styles go here */

.bootstrapious {
    display: none;
}

/*iphone 5/SE*/
@media (max-width: 320px) and (orientation: portrait) {
    .text-uppercase {
        letter-spacing: 0.1em !important;
    }
}
