body {
  font-family: 'Oswald', sans-serif;
}
p {
  font-size: 1.3em;
  font-weight: 200;
}
#inner p, #inner ul {
  font-size: 1.2em;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
#newsLinksInner p {
  font-size: 1.2em;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
#merch p {
  font-size: 1.2em;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
a {
  text-decoration: none;
  color: #A80410;
}
a:hover, a:focus {
  text-decoration: underline;
	color: #000;
}
.flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#headerCarnations {
  background-image: url("../media/layout/top-carnations.png");
  background-repeat: no-repeat;
  height: 123px;
  background-position: right;
  background-size: cover;
}
#logo {
  margin-top: -45px;
  margin-bottom: 0px;
}
.qbLogo {
  min-height: 160px;
  min-width: 275px;
}
.more {
  width: 45px;
  height: 45px;
}
.moreLink {
  margin-right: 25px;
}
.moreLink:hover, .moreLink:focus {
  color: #A80410;
}
#newsLinks {
  margin-top: 45px;
}
#footer {
  background-image: url("../media/layout/footer-carnations.png");
  background-repeat: no-repeat;
  height: 123px;
  background-position: left;
  background-size: cover;
}
#footer p, #footer a {
  color: #fff;
  padding-top: 80px;
  font-size: 1.1em;
}
.footerInfo {
  padding-top: 3px;
}
.spaced {
  margin-top: 40px;
}
.spaced1 {
  margin-top: 400px;
}
.allLink {
  text-align: right;
  margin-top: 30px;
 padding-right: 60px;
}
h1 {
  color: #A80410;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 1.9rem;
  margin-bottom: 60px;
}
h1.move {
  color: #A80410;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 1.9rem;
  margin-bottom: 60px;
  margin-left: 10px;
}
h2 {
  color: #A80410;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 1.5rem;
}
#merch h1 {
  margin-bottom: 30px;
}
.btt {
  padding: 1rem;
  right: 1rem;
  position: absolute;
  margin-top: -140px;
  scroll-behavior: smooth;
}
.btt:hover {
  -moz-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  -o-transform: translate(0px, -3px);
  -webkit-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
	 
}
.btt p {
  padding-left: 8px;
  margin-top: -10px;
  font-size: 1rem;
}
.btt   a:hover {
  padding-left: 8px;
  margin-top: -10px;
  font-size: 1rem;
	color: #000;
	text-align: center;
 
	 
}
/*GIG LAYOUT*/
.date {
  padding: 2px 0px 2px 0px;
  border-top: 1.5px dotted #fff;
  border-bottom: 1.5px dotted #fff;
  margin-left: 0px;
  padding-top: 8px;
}
.date1 {
  border-top: 1.5px dotted #fff;
  padding-top: 8px;
}
.date:nth-child(2) {
  border-top: none;
}
.gigMonth {
  display: block;
  font-size: 1.2rem;
  line-height: 2.3rem;
  color: #fff;
}
.gigDate {
  display: block;
  font-size: 2.3rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.gigDateSmaller {
  display: block;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 600;
  color: #fff;
}
.gigOther {
  display: block;
  font-size: 1.2rem;
  line-height: 2.3rem;
  color: #fff;
}
.venue {
  text-align: left;
  padding-top: 40px;
  color: #fff;
  font-size: 1.3rem;
  padding-left: 60px;
  text-transform: uppercase;
}
.ticketLink {
  text-align: left;
  padding-top: 30px;
}
.btn-primary {
  background-color: #A80410;
  color: #fff;
  border: none;
  padding: 8px 20px 10px;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #8F061F;
  color: #f3f3f3;
  border: 1px solid #111;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #f3f3f3;
  background-color: #2B050C;
  border-color: #2B050C;
}
.btn-secondary {
  background-color: #A80410;
  color: #fff;
  border: none;
  padding: 6px 20px 6px;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  transition: all 0.4s ease-in-out; 
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #8F061F;
  color: #f3f3f3;
 
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #f3f3f3;
  background-color: #2B050C;
 
}
.textLink {
  padding-top: 15px;
}
.textLink a {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 40px;
}
.bolder {
  font-weight: 400;
}
.ticketIcon {
  color: #fff;
  margin-right: 6px;
  width: 24px;
  margin-top: -4px;
}
.ticketIconRed {
  color: #A80410;
  margin-right: 6px;
  width: 24px;
  margin-top: -4px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
p.adinfo {
  font-size: 0.9em !important;
  color: #555;
}
p.adinfo1 {
  font-size: 0.9em !important;
  color: #efefef;
	padding-top: 20px;
	letter-spacing: 1px;
}
.merchLink {
  margin-top: 30px;
}
 
/*end gig layout*/
@media (max-width: 768px) {
  #pics {
    display: none;
  }
  #profiles {
    display: none;
  }
}