@font-face {
    font-family: "Levibrush";
    src: url('fonts/LEVIBRUSH.TTF')
}
@font-face {
    font-family: "Brother 1816";
    src: url('fonts/TipoType - Brother-1816-Thin.otf')
    format("opentype");
    font-weight: 300;
}
@font-face {
    font-family: "Brother 1816";
    src: url('fonts/TipoType - Brother-1816-Book.otf')
    format("opentype");
}
@font-face {
    font-family: "Brother 1816";
    src: url('fonts/TipoType - Brother-1816-Regular.otf')
    format("opentype");
    font-weight: 500;
}
@font-face {
    font-family: "Brother 1816";
    src: url('fonts/TipoType - Brother-1816-Bold.otf')
    format("opentype");
    font-weight: 700;
}
@font-face {
    font-family: "Brother 1816";
    src: url('fonts/TipoType - Brother-1816-Black.otf')
    format("opentype");
    font-weight: 800;
}
@font-face {
    font-family: "Brother 1816";
    src: url('fonts/TipoType - Brother-1816-Thin-Italic.otf')
    format("opentype");
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: "Brother 1816";
    src: url('fonts/TipoType - Brother-1816-Book-Italic.otf')
    format("opentype");
    font-style: italic;
}
@font-face {
    font-family: "Brother 1816";
    src: url('fonts/TipoType - Brother-1816-Black-Italic.otf')
    format("opentype");
    font-style: italic;
    font-weight: 800;
}

body {
    background-image: url("images/Background.jpg");
    background-repeat: repeat;
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Brother 1816", Hevetica, Arial, sans-serif;
    font-weight: lighter;
    position: relative;
}
img {
    width: 100%;
}
.navbar img {
    height: 30px;
    width: auto;
}
.border-red {
    border: 5px solid #730B23;
}
.border-white {
    border: 5px solid #FFFFFF;
}
blockquote {
    padding: 20px;
    background-image: url(images/Quotes_Transparent.svg);
    background-size: cover;
}
blockquote footer {
    text-align: right;
}

section.container {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.container ~ section.container {
    padding-bottom: 0px;
}
section.container ~ div.image {
    padding-top: 100px;
}

div.image {
    overflow: hidden;
}
div.image img{
    border: 0px;
}
h1, h2, h3 {
    font-weight: bold;
    text-transform: uppercase;
}
.logo, .title {
    text-align: center;
    margin-bottom: 100px;
}
.logo {
    position: relative;
}
.logo img {
    width: 40%
}
.logo .text {
    position: absolute;
    top: 48%;
    width: 100%;
}
.logo h1 {
    margin-top: -20px;
    font-weight: unset;
    font-size: 12vw;
    text-align: center;
}
.logo span {
    font-size: 2vw;
    text-align: center;
    border: 2px solid #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 8px;
}
.title h2 {
    font-size: 4vw;
    text-align: center;
}
.title span {
    font-size: 2vw;
    text-align: center;
}
@media(max-width:800px){
    .title h2 {
        font-size: 2em !important;
    }
    .title span {
        font-size:1em !important;
    }
}
p {
    padding-bottom: 15px;
}
ul.programm li {
    padding-bottom: 20px;
}
.list-day {
    font-weight: 600;
}
.list-time {
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:active {
    color: #730B23;
}

.bg-dark {
    background-color: #000000 !important;
}
iframe {
    width: 100%
}

.levibrush {
    font-family: Levibrush;
    text-transform: uppercase;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #730B23;
}
.btn-primary, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover {
	background-color: #730B23;
	border-color: #730B23;
}
