@font-face {
    font-family: Alycidon;
    src: url("Alycidon-Condensed.otf") format("opentype");
}

body {
    font-family: 'Montserrat', sans-serif;
    /*font-weight: bold;*/
    font-size: 20px;
    color: #383838;
    /*background: url('img/vintage-concrete.png');*/
}

#idee-car {
    color: burlywood;
    font-family: 'Montserrat';
    font-size: 17em;
    position: absolute;
    top: -40px;
    opacity: 0.3;
    font-weight: 900;
    z-index: -1;
    line-height: 1.7em;
    margin: 0 auto;
}


h1 {
    font-family: 'Ephesis', serif;
    font-size: 10vh;
    letter-spacing: 2px;
    line-height: 1em;
}

h2 {
    font-family: 'Ephesis', serif;
    font-size: 8vh;
    letter-spacing: 2px;    
}

h3 {
    font-family: 'Ephesis', serif;
    font-size: 6vh;
    margin-top: 1.3em;
}

a {
    /*text-decoration: none;*/
    color: #383838;
}

.image {
      -webkit-filter: grayscale(85%); /* Safari 6.0 - 9.0 */
  filter: grayscale(85%);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#left-corner {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
}

#right-corner {
    position: absolute;
    top: 0;
    /*bottom: -45px;*/
    right: 0px;
    height: 150px;
}

.rotate {
    -webkit-transform: rotate(90deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(90deg);        /* FF */
  -o-transform: rotate(90deg);          /* Opera */
  -ms-transform: rotate(90deg);         /* IE9 */
  transform: rotate(90deg);             /* W3C compliant browsers */

  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}

hr {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #383838;
    color: #383838;
    text-align: center;
    margin: 3rem 0;
}
hr:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 1em;
    background: url('img/vintage-concrete.png');
}

#main-image {
    z-index: -10;
}

@media only screen and (min-width: 755px) {
    #main-image {
        min-height: 20em;
    }

    #idee-car {
        top: 100px;
    }

}

.schedule {
    max-width: 400px;
    margin: 0 auto;
}

.schedule i {
    font-size: 2.0em;
    margin-top: 0.6em;
    color: #555555;
}

.bi {
    color: #555555;
}

.time {
    font-weight: 900;
    font-size: larger;
    color: goldenrod;
}

.gold {
    color: goldenrod;
}

.empty-row {
    height: 0;
    border-color: #ececec;
    padding: 4.5em 0;

    border-style: dashed;
    border-width: 0 0 thick;
}

.empty-row:last-child {
    border: 0;
}

.containerr {
  height: 70px;
  position: relative;
}

.centerr {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}

@media only screen and (max-width: 755px) {
    #idee-car {
        font-size: 14em;
        left: 0;
    }
}