/* Additional skin css markup here */

/* Typography and color defaults */
html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato", sans-serif;
}

h3 {
    color:var(--global-theme-color);
}

a.navbar-brand.primary>img {
    width: 100px;
    height: 100px;
    display: inline;
}

a.navbar-brand.primary {
    font-size: 44px;
	font-weight: bold;
    text-decoration: none;
    margin-left: 15px;
	padding: 15px 0;
    display:flex;
    align-items: center;
    gap:15px;
    line-height:1.1;
}

@media only screen and (max-width: 768px) {
    a.navbar-brand.primary {
        font-size: 32px;
    }
}


.schedule-vpi .filmTitle {
    color: #fff;
}
.schedule-vpi .filmInfo {
    color: #e4e4e4;
}