
@font-face {
  font-family: Karbon;
  src: url("../css/Karbon-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: Karbon;
  font-weight: 500;
  src: url("../css/Karbon-Regular.otf") format("opentype");
}

@font-face {
  font-family: Karbon;
  font-weight: bold;
  src: url("../css/Karbon-Bold.otf") format("opentype");
}

body {


  font-family: Karbon;
}

#start {
  min-height: 100vh;
  background-image:url('/layout/janssen_bg.jpg');
  background-position: center;
  background-size: cover;
}

.left-wrap { height:100vh; display: flex; align-content: center; justify-content: center; flex-direction: column; align-items: center}
.left-wrap img { width: 300px; height:auto; }
.right-wrap { height:100vh; display: flex; align-content: center; justify-content: center; flex-direction: column; align-items:center}
.janssen-logo-start img { width:200px;}
.spotkanie { color: #ba3638;
  margin-top:20px;
  font-size:23px;
}
.wpiszkod {
  color:#ba3638;
  margin-top:20px;
}
.wpiszkod input.form-control {
  color:#ba3638;
 }
 .wpiszkod button.btn.btn-danger {
   background:#ba3638;
   color:#fff;
   margin-top:10px;
 }
.spotkanie span { font-size:59px; font-weight: 600; display: block; line-height: 40px; }

#pageTimer {
         position: relative;
         z-index: 99999999;
         float: left;
        }
       #pageTimer > div {
         display: inline-block;
         padding: 0px 5px;
          border-radius: 0px;
          border-right: 1px dashed #209eba;
          color:#fff; }
          #pageTimer > div:last-of-type {
            border: none;
          }
       .days, .minutes,.hours, .seconds {
         font-size: 20px;
         display: block;
         padding: 0px 3px;
         color:#fff;
         height: 20px;
         line-height: 20px;
           text-align: center;
         font-weight: 900;
       }
       @media (max-width:599px) {
         .spotkanie span {
           font-size:49px;
         }
         .spotkanie {
           font-size:19px;
         }
         .left-wrap img {
           width:200px;
         }
       }