@font-face {
    font-family: 'CaslonAntique';
    src: url('/caslon-antique/caslo-an-webfont.woff2') format('woff2'),
         url('/caslon-antique/caslo-an-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CaslonAntique';
    src: url('/caslon-antique/caslonantique-italic-webfont.woff2') format('woff2'),
         url('/caslon-antique/caslonantique-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}
/* @font-face {
    font-family: 'CaslonAntique';
    src: url('caslo-ai-webfont.woff2') format('woff2'),
         url('caslo-ai-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}*/
@font-face {
    font-family: 'CaslonAntique';
    src: url('/caslon-antique/caslonantique-bold-webfont.woff2') format('woff2'),
         url('/caslon-antique/caslonantique-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'CaslonAntique';
    src: url('/caslon-antique/caslonantique-bolditalic-webfont.woff2') format('woff2'),
         url('/caslon-antique/caslonantique-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}
BODY {
    background-color: black;
    color: #CCCCCC;
    font-family: sans-serif;
    font-size: medium;
    padding: 20px;
}
A {
    color: #FF0000;
    text-decoration: none;
}
A:Visited { color: #CC0000 }
A:Hover { color:#FFFFFF }
H1 {
    font-family: CaslonAntique;
    color: white;
    font-size: 48pt;
    font-weight: normal;
    line-height: 1;
}

button.carRoundButton {
  background: #571616;
  background-image: -webkit-linear-gradient(top, #571616, #b82b2b);
  background-image: -moz-linear-gradient(top, #571616, #b82b2b);
  background-image: -ms-linear-gradient(top, #571616, #b82b2b);
  background-image: -o-linear-gradient(top, #571616, #b82b2b);
  background-image: linear-gradient(to bottom, #571616, #b82b2b);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

button.carRoundButton:hover {
  background: #fc3c3c;
  background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
  background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
  text-decoration: none;
}

div.w3-padding {
    background: #333333;
}

ul.nodot {
    list-style-type: none;
    padding: 0;
}

.car-round {
    border-radius: 12px;
    border-color: #555555;
    background-color: #181818;
}
.car-xclose {
    border-radius: 24px;
    background-color: transparent;
    border-color: #555555;
    color: white;
}
div.car-dialogue {
    border-radius: 24px;
    box-shadow: 12px ;
    box-shadow: 0px 11px 14px rgba(0, 0, 0, .666) !important;
    background-color: #333;
}
div.car-dialogue > header, div.car-dialogue > footer {
    background: none!important;
}
.car-dim {
    color: #888888!important;
    padding-left: 48px;
}
div.w3-third {
    margin-bottom: 48px;
}
iframe#car-songlib {
    border: 0!important;
    width: 100%;
    height: 360px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}

@media screen and (max-width: 750px) {
    iframe.yt-player {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
    iframe.yt-player {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
}

body > footer > div > a > span > i.fa {
    color: #880000;
}
body > footer > div > span.w3-text {
    color: #888888!important;
    background-color: black!important;
    border: 1px solid #888888!important;
    border-radius: 24px!important;
}

div#logo_centred_bd {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    height: 512px;
    width: 512px;
    border: 1px solid red;
    background: url("/caritaslogo-512.png");
    z-index: -100;
    opacity: 10%;
}

header.w3-theme, footer.w3-theme-dark {
    background-color: transparent!important;
}
