@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: gill_font;
    src: url('gill.eot');
    src: local(gill_font), url('fonts/gill.ttf') format('opentype');
}

html { 
  background: url("laz-images2022/bg-2022-cover.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body  {
    font-family: gill_font;
}
#fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
  width: 80%;
  height: auto;
  margin-bottom: 20px;
  border:solid;
  border-color:#8F5D24;
}
main {
    margin-top: 40px;
}
.sides p {
	background-color: black;
	border:solid;
	border-color:#8F5D24;
}
hr {
    border-top: 3px solid rgb(143 93 36);
}
footer.text-white {
    margin-bottom: 20px;
}

#border-lineup {
    border: solid;
    border-color: #8F5D24;
	width: 80%;
    height: auto;
}
@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;}
}
.row {
	flex-wrap: wrap;
    justify-content: center;
	}
@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
#logo {
  display:block;
	width: auto;
	height: 50%;
}

.card-title {	
	font-family: gill_font;
	font-size: 16px;
}
.col-lg-12 {
		margin-top: 20px;
		margin-bottom: 40px;
	}
header, body, main, section {
	background-color: transparent !important;  
}
.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
 /* background-color: #fff; */
}
span.date-day-artist {
    font-size: 20px;
}
#top-margin {
  margin-bottom:20px;	
}
a.btn.btn-sm.btn-outline-light {
    margin: 10px 0 0 0;
}
@media screen and (min-width: 930px) {
p {
	color:#FFF;
	font-family: gill_font, Verdana, sans-serif;
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 300;
}
p a {
	color:#FFF;	
	}
p a:hover {
    color: #70D9FE;
	text-decoration: none;
}
h1 {
    color:#FFF;
	font-family: gill_font, Verdana, sans-serif;
	font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 500;
}
h2 {
    font-family: gill_font, Verdana, sans-serif;
    color: #FFF;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 300;
}
h2 a {
    color: #FFF;
}
h2 a:hover {
    color: #70D9FE;
	text-decoration: none;
}
h3 {
    font-family: gill_font, Verdana, sans-serif;
    color: white;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 300;
}
h4 {
    font-family: gill_font, Verdana, sans-serif;
    color: white;
    font-size: 42px;
    -webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 300;
}
a:hover {
	text-decoration: none !important;
	opacity: 0.5;
}
h5 {
    font-family: gill_font, Verdana, sans-serif;
    color: white;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 300;
}
strong {
	font-family: gill_font;
}
.card-body p {
    margin-bottom: 20px;
}
.sides p {
	padding: 20px 20px 20px 20px;
	margin-bottom: 40px;
	background-color: black;
	border:solid;
	border-color:#8F5D24;
}
}

@media (min-width: 929px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 1);
    padding-bottom: calc(var(--jumbotron-padding-y) * 1);
  }
	
h1 {
    color: #FFF;
    font-family: gill_font, Verdana, sans-serif;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 500;
}
.btn-toolbar {
    justify-content: space-evenly !important;
	margin: 20px 0
}
.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 80rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
	font-size: 16px;
}
div#older {
    margin-top: 10px;
    margin-bottom: 30px;
}
}
@media (max-width: 929px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 1);
    padding-bottom: calc(var(--jumbotron-padding-y) * 1);
  }
	
h1 {
    color: #FFF;
    font-family: gill_font, Verdana, sans-serif;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 500;
}
.btn-toolbar {
    justify-content: space-evenly !important;
	margin: 20px 0
}
.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}
p {
	color:#FFF;
	font-family: gill_font, Verdana, sans-serif;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 300;
}
p a {
	color:#FFF;	
	}
p a:hover {
    color: #70D9FE;
	text-decoration: none;
	}
}

@media (max-width: 400px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 1);
    padding-bottom: calc(var(--jumbotron-padding-y) * 1);
  }
	
h1 {
    color: #FFF;
    font-family: gill_font, Verdana, sans-serif;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 500;
}

p {
	color:#FFF;
	font-family: gill_font, Verdana, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 300;
	}
.sides p {
	 padding: 0 20px 0 20px;
	margin-bottom: 40px;
	background-color: black;
	border:solid;
	border-color:#8F5D24;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
	}}

@media (max-width: 769px) {
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
	}
footer p {
    font-size: 12px;
}
.sides p {
	 padding: 0 20px 0 20px;
	margin-bottom: 40px;
	background-color: black;
	border:solid;
	border-color:#8F5D24;
	width: 90%;
}
}
/*}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}
div#older {
    margin-top: 10px;
    margin-bottom: 30px;
}
}

@media (min-width: 168px) {
h1#fontme.text-center {
    color: #fff !important;
	font-family: gill_font, Verdana, sans-serif;
    font-size: 24px;
}
p.text-center {
    color: #fff !important;
	font-family: gill_font, Verdana, sans-serif;
    font-size: 16px;
}
p a {
    color: #FFF;
}
a:hover {
    color: #70D9FE;
    text-decoration: none;
}
}
@media (max-width: 168px) {
h1 {
    color: #FFF !important;
}
}*/


/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}