﻿/* Styles for screen with a width above 1024px - Tablets, laptops, PCs */
@media screen and (min-width: 1025px) {

    :root {
    }

    /* HEADER */
    .indi-title {
        display: inherit; /* Title is only visible on wide-screens, default state is display: none */
    }
    /* END HEADER */
    
}