body * {
    font-family: "Poiret One";
	letter-spacing: 2.5px;
}
div#logo img {
	width: 150px !important;
	position: fixed;
	top: 0;
	left: 20px;
	z-index: 999;
}
[v-cloak] { 
	display: none 
}
.page-section {
	padding: 3rem 0;
}
	
[id^=cover-spin-] {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

[id^=cover-spin-]::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}	
#ticket .card-body > h3, h4, h5, h6, div, label, input {
	/*font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Dancing Script', cursive;
	font-family: 'Marck Script', cursive;
	font-family: 'Advent Pro', sans-serif;
	font-family: 'Poiret One', cursive;
	font-family: 'Comfortaa', cursive;
	font-weight: 600;
	font-family: 'Dancing Script', cursive;*/
}
.form-control.cw {
	font-size: 11px;
}

/* Timeline */
.circle {
  padding: 13px 20px;
  border-radius: 50%;
  background-color: #f4653e;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}

.time-lbl {
    padding: 5px;
    /* height: 38px; */
    border-radius: 5px;
    /* background-color: #76a8bf; */
    background-color: #f4653e;
    color: #fff;
    max-height: 50px;
    z-index: 2;
    font-size: 10px;
    font-family: Comfortaa;
}
.schedule.row .col-2 {
  align-self: stretch;
}
.schedule.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 2.9px solid /*#74afc6*/ #f3e0d8;
  z-index: 1;
}
.schedule.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.schedule.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.schedule.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}
.schedule.row h5 {
	font-family: 'Dancing Script', cursive;
	letter-spacing: 1px;	
	font-size: 20px;
	margin: 0;
}
.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid /*#74afc6*/ #f3e0d8;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 2.9px solid /*#74afc6*/ #f3e0d8;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
.font-family-dancing-script {
	font-family: 'Dancing Script', cursive;
	letter-spacing: 1px;
}
.line-height-150 {
	line-height: 150%;
}
.line-height-200 {
	line-height: 200%;
}
header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}


@media (max-width: 767px) {
	div#logo img {
		width: 100px !important;
		position: fixed;
		top: 5px;
		left: 10px;
		z-index: 999;
	}
	.slip-logo img {
		width: 110% !important;
		position: relative;
		top: 5px;
		right: -5px;
	}
	.slip-logo h6 {
		margin: 2px;
	}
	h6 {
		font-size: 1em !important;
	}
}
@media (min-width: 992px) {
	div#logo img {
		width: 120px !important;
		position: fixed;
		top: -10px;
		left: 10px;
		z-index: 999;
	}
	.slip-logo img {
		width: 70% !important;
		position: relative;
		top: -15px;
		right: -10px;
	}	
}
[readonly], .description.readonly {
	border: 0px !important;
    border-bottom: 1px solid #dadada !important;
    /*border-radius: 10px !important;*/
    background: none !important;
	line-height: 1.5 !important;
    padding: 7px 10px !important;
    margin-bottom: 10px;
	color: #6c757d !important;
	font-size: .8rem !important;
    font-weight: bold;
    font-style: none;
	border-radius: .25rem !important;
}
.slip-display {
	border: 1px solid cadetblue;
    padding: 30px;
	border-radius: 5px;
	background: #ffe7e0;
}