/* Ludlow Arts: Classical - base style sheet */

@font-face {
    font-family: 'Ubuntu-R';
    src: url('fonts/Ubuntu-R.eot');
    src: url('fonts/Ubuntu-R.woff') format('woff'), url('fonts/Ubuntu-R.ttf') format('truetype'), url('fonts/Ubuntu-R.otf') format('otf'), url("fonts/Ubuntu-R.eot") format("eot"), url('fonts/Ubuntu-R.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: white;
    background-color: black;
    font-family: Ubuntu-R, sans-serif;
    font-size: normal;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    margin: auto;
}

a:link {
    color: #009535;
    text-decoration: none;
}

a:visited {
    color: #009535;
    text-decoration: none;
}

a:hover {
    color: #009535;
    text-decoration: none;
    opacity: 0.75;
}

a:active {
    color: #009535;
    text-decoration: none;
}

h1 {
    font-weight: bold;
    padding-left: 15px;
}

p, h3 {
    padding-left: 15px;
    padding-right: 15px;
}

li {
    padding-left: 15px;
    padding-right: 15px;
}

img {
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.classical {
    font-weight: normal;
    font-style: italic;
    color: #dd0101;
}

.word {
    font-weight: normal;
    font-style: italic;
    color: #2795ff;
}

.jazz{
    font-weight: normal;
    font-style: italic;
    color: #009535;
}

.logo-image {
    height: 66%;
}

.hitcounter {
    display: none;
}

