@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	color: #ffffff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
	/* background-image: url("/images/bg-water-03.jpg");
	background-repeat: repeat;
	background-attachment: fixed; */
}

/*TEXT */

a {
	color: #ca30c5;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover { color: yellow; }

h1,h2,h3,h4,h5 {
	font-family: 'Roboto Condensed', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 700;
	text-transform: uppercase;
}
.regular {
	font-weight: 400 !important;
}

ul {
	padding-inline-start: 20px !important;
	padding-left: 20px !important;
}

/* COLORS */

.mainblue-bg { background-color: #ca30c5 !important; }
.mainblue-color { color: #ca30c5 !important; }
.mainblue-btn { 
	background-color: #ca30c5 !important;
	border-color: #cc83c8 !important;
}
.mainblue-btn:hover { 
	background-color: #ffffff !important;
	color: #ca30c5 !important;
}

.darkblue-bg { background-color: #7f1c6b !important; }
.darkblue-color { color: #7f1c6b !important; }
.darkblue-btn { 
	background-color: #7f1c6b !important;
	border-color: #cc83c8 !important;
}
.darkblue-btn:hover { 
	background-color: #ffffff !important;
	color: #7f1c6b !important;
}

.lightblue-bg { background-color: #cc83c8 !important; }
.lightblue-color { color: #cc83c8 !important; }
.lightblue-btn { 
	background-color: #cc83c8 !important;
	border-color: #cc83c8 !important;
	color: #000000;
}
.lightblue-btn:hover { 
	background-color: #ffffff !important;
	color: #cc83c8 !important;
}

.darkerblue-bg { background-color: #41003d !important; }
.darkerblue-color { color: #41003d !important; }
.darkerblue-btn { 
	background-color: #41003d !important;
	border-color: #cc83c8 !important;
	color: #ffffff;
}
.darkerblue-btn:hover { 
	background-color: #ffffff !important;
	color: #41003d !important;
}

.blue5-bg { background-color: #350930 !important; }
.blue5-color { color: #350930 !important; }
.blue5-btn { 
	background-color: #350930 !important;
	border-color: #350930 !important;
	color: #ffffff;
}
.blue5-btn:hover { 
	background-color: #ffffff !important;
	color: #ca30c5 !important;
}

.text-black { color: #000000; }
.yellow-bg { background-color: #65FFAD !important; }
.yellow-color { color: #65FFAD !important; }
.yellow-btn { 
	background-color: #65FFAD !important;
	border-color: #65FFAD !important;
}
.yellow-btn:hover { 
	background-color: #ffffff !important;
	color: #65FFAD !important;
}

.bg-dark { 
	background-color: rgba(0,0,0,0.5) !important;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #ffffff;
}
.bg-dark:hover { 
	background-color: rgba(0,0,0,1.0) !important; 
}
.bg-grey { background-color: #cccccc; }
.bg-orange { background-color: #993300; }
.bg-black { background-color: rgba(0,0,0,0.8) !important; }
.bg-light { color: #000000 !important; }

/* nav */

.navbar {
	margin: 20px 20px 20px 20px; 
	padding: 0;
	/* background: url("../images/header/talf-header-middle.png") repeat-x; */
	background-color: rgba(0,0,0,1.0) !important;
	border: 2px solid #ca30c5;
}
.navbar-brand, .navbar-brand img {
	padding: 0;
	margin: 0;
}
.navbar-nav, .nav-link {
	margin: 0;
	line-height: 50px;
	padding: 0;
}
a.nav-link {
	margin-top: 0 !important;
	font-family: 'Roboto Condensed', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	vertical-align: middle;
	color: #ca30c5 !important;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.nav-link:hover {
	color: #ffffff !important;	
	transform: scale(1.15); 
}
.active .nav-link { color: #ffffff !important; }

/* CALL OUT */

.callout {
	padding: 10px 10px 5px 10px;
	background-color: #ca30c5;
	text-align: center;
}
.callout h1 {
	letter-spacing: 8px;
}
.callout-headline {
	padding: 10px 10px 5px 10px;
	background-color: #ca30c5;
	text-align: center;
}
.callout-headline h1 {
	letter-spacing: 2px;
}

/* CONTAINERS */

.container {
	padding: 0;
	margin: 0 auto;
}

.row {
	padding: 0;
	margin: 30px 0;
}
.row:nth-last-child(1) {
	margin: 30px 0; 
}
.container-fluid {
	padding: 0;
}

.pageheader {
	margin-top: 100px;
}

/* FRONT */

#frontimg {
  background: url('../images/front/talf-front.jpg') center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#frontbanner {
	padding: 0 !important;
	width: 100%;
}
#frontbanner img {
	width: 100%;
}

#frontavril {
	text-align: center;
	background: url("../images/avril-grey.jpg") center center scroll;
	padding: 160px 20px 20px 20px !important;
	width: 100%;
}

#avril-water {
	/* min-height: 400px;
	background: url("../images/avril-water-01.jpg") center top scroll;  */
	margin: 20px 0 0 0;
	padding: 0;
}
#avril-water img { width: 100%; }
#avril-water .col-12 { 
	padding: 0;
}

/* LYME */

.headline img {
	width: 100%;
}
.infobox {
	padding: 20px;
}

.infobox img {
	margin: 20px 0;
	width: 100%;
	height: auto;
	padding: 0;
	border: solid 1px #350930;
}
.infobox hr {
	border-color: #350930;
}
.infobox-white {
	background-color: #ffffff;
	color: #000000;
}
.infobox-white img {
	border: none; 
	width: 100%;
}

/* PRICING */

.ticket-image {
	width: 100%;
	min-width: 200px;
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
}
.fineprint {
	font-size: 9px;
}
.fineprint2 {
	font-size: 11px;
	line-height: 1em;
}


/* SPECIAL OLYMPICS */

.row-pics { 
	overflow: hidden;
}
.row-pics .col-md-4,
.row-pics .col-sm-12 {
	margin: 0 !important;
	padding: 0 !important;  
	position: relative;
  	width: 50%;
}
.row-pics .col-md-4:after,
.row-pics .col-sm-12:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.row-pics a {
	border: 0;
    vertical-align: middle;
    outline: none
}
.row-pics img {
	margin: 0;
	padding: 0; 
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* Footer */

#footer {
	background-color: #000;
	padding: 0;
	margin: 0;
}
.footer-info {
	padding: 60px 0 80px 0;
	text-align: center;
}
.footer-logo {
	width: 250px; 
	padding: 0 20px 10px 0;
}
.socialicons a {
	font-size: 2em;
	padding: 0 10px;
}


/* BUTTONS */

a.mainbutton {
	text-align: center;
	background-color: #ca30c5;
	padding: 10px 0 5px 0;
	border: 1px solid #cc83c8;
	display: block; 
	margin-top: 20px 10px;	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #ffffff;
	border-radius: 10px; 
}
a.mainbutton:hover {
	background-color: #ffffff;
	color: #ca30c5;
	transform: scale(1.02); 
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.btn { 
	font-family: 'Roboto condensed', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-transform: uppercase;
}

.btn-primary {
	background-color: #ca30c5;
	border-color: #ffffff;
	color: #ffffff;
	font-weight: bold;
	margin: 10px 0;
}
.btn-primary:hover {
	background-color: #ffffff;
	color: #000;
	border-color: #000000;
}
.btn-primary:active {
	background-color: #000000 !important;
	color: #ffffff;
	border-color: #000000 !important;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
.btn-primary:focus, .btn-primary.focus {
    background-color: #3ff3ff;
    border-color: #3ff3ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3ff3ff;
    border-color: #3ff3ff; }
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-secondary {
	background-color: #ca30c5;
	border-color: #ca30c5;
}


/* RETAIL */

.retail-pic {
	width: 100%;
	border-radius: 50%;
}


/*
 * Extra utilities
 */

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
	
}

/* blockquote */

blockquote {
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
	font-family: Georgia, serif;
    position: absolute;
    left: -20px;
    top: -20px;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}


/* jumbotron */

.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:black;
	/* min-height: 800px; */
	height: 100vh;
	margin-bottom: 0 !important;
}
.jumbotron video {
  	position: absolute;
  	z-index: 1;
  	top: 0;
	left:0;
  	width:100%;
  	height:100%;
  	/*  object-fit is not supported on IE  */
  	object-fit: cover;
  	/* opacity:0.5; */
}

.jumbotron .container {
  z-index: 2;
  position: relative;
  margin: 0 auto;
}
.jumbotron .container .window-textbox {
}

/* NEWS */

h5.dateline {
	color: #cc83c8 !important; 
	font-weight: 400;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    grid-auto-rows: minmax(300px, auto);
    grid-auto-flow: dense;
    padding: 20px;
}

.grid-item {
    background-color: #333;
	float: left;
}
.grid-item:nth-child(odd) {
	background-color: #424242;
}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
.grid-item .infobox img {
	margin-top: 0;
	background-color: #fff;
}

.overflow-hidden { overflow: hidden; }

span.anchorlink  { 
  margin-top: -80px;        /* Size of fixed header */
  padding-bottom: 80px; 
  display: block; 
	visibility: hidden;
}

.fade-in {
	animation: fadeIn ease 1s;
	-webkit-animation: fadeIn ease 1s;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}


.tag {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 0.5s;
}

.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}


@media only screen and (max-width: 800px) {
	.col-sm-12 {
		margin: 10px 0;
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
}
