
body {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

/* NAV
============================== */

.navbar {
	text-align: left;
	padding: 0rem;
	background-color: white;
	height: 4rem;
}

.fixed-top {
	position: relative;
}

.mobileBrand {
	display: block;
    font-size: 1.35em;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
}

.mobileBrand a {
	color: rgba(0,0,0,0.8);
	transition: color 0.2s ease-in-out;
	text-transform: none;
	font-family: 'Helvetica', sans-serif;
}

.mobileBrand a:hover {
	color: salmon;
}

/*#web, #music, #art, #about {
	display: none;
}*/

.navbox {
	/*margin-top: 2%;
	text-align: right;*/
	/*text-align: right;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    display: none;
}

.navbox a {
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: rgba(0,0,0,1);
	padding-left: 20px;
	border-left: 1px solid rgba(0,0,0,0);
	transition: all 0.2s ease-in-out;
}

.navbox a:hover {
	color: skyblue;
	/*text-shadow: 3px 0px yellow;*/
	border-left: 1px solid black;
}

.navbox a.active {
	/*color: skyblue;*/
	text-shadow: 3px 0px yellow;
	border-left: 1px solid black;
	/*border-bottom: 1px solid yellow;
	padding-bottom: 5px;*/
}

.navbox a.active:hover {
	color: skyblue;
	text-shadow: none;
}

.navbox a.active2 {
	text-shadow: 3px 0px yellow;
	border-left: 1px solid black;
}

.navbox a.active2:hover {
	color: skyblue;
	text-shadow: none;
}

.navRow {
	padding-left: 0%;
	padding-right: 5%;
	text-align: center;
}

img.rlrLogo {
	vertical-align: initial;
	width: 50%;
	margin-right: 0px;
	/*margin-left: 15%;*/
	padding: 15px 15px 5px 0px;
	opacity: 1;
	transition: all 0.1s ease-in-out;
}

img.rlrLogo:hover {
	-webkit-filter: blur(3px); 
  filter: blur(3px);
}

#rlr a {
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: rgba(0,0,0,1);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

#rlr a:hover {
	background: white;
	color: red;
}

.navbar-brand {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

/* GENERAL
============================== */

a {
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	text-decoration: none;
}

.floatLeft {
	float: left;
}

.yaknow {
	display: inline-block;
	max-width: 100%;
}

.yaknow2 {
	display: inline-block;
	max-width: 100%;
}

img.fader {
    -webkit-animation: fadein 1.5s; /* Safari and Chrome */
    -moz-animation: fadein 1.5s; /* Firefox */
    -ms-animation: fadein 1.5s; /* Internet Explorer */
    -o-animation: fadein 1.5s; /* Opera */
    animation: fadein 1.5s;
}
   
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

.noPadLeft {
	padding-left: 0px;
}

.noPadRight {
	padding-right: 0px;
}

.vidPad {
	margin-top: 2%;
}

.vidPad2 {
	margin-top: 3%;
	margin-bottom: 4%;
}

.topPad {
	padding-top: 5%;
}

.italic {
	font-style: italic;
	color: rgba(0,0,0,0.5);
}

.italic2 {
	font-style: italic;
	color: rgba(0,0,0,0.8);
}

.splash {
	display: block;
 	height: auto;
	justify-content: center;
 	align-items: center;
 	flex-direction: column;
 	padding-left:3%;
 	padding-right: 3%;
 	margin-top: 0%;
 	margin-bottom: 2%;
}

.splashImg {
	padding: 3%;
}

.splashImg2 {
	padding: 2% 5% 0% 2%;
}

/*#splashPage h1 {
	font-family: 'Oxygen';
	font-weight: 400;
	display: block;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

#splashPage h3 {
	font-family: 'Oxygen';
	font-weight: 300;
}

#splashPage {
	min-height: 600px;
}*/

ul.homeList {
	padding-top: 5%;
}


li.homeListArtist {
	font-size: 3.5em;
	text-transform: uppercase;
	padding: 10px;
	display: inline-block;
	float: left;
}

.author {
	font-weight: 600;
	letter-spacing: 0.15em;
	padding-left: 5px;
}

.btn-lg {
	border-radius: 0rem;
}

.bigCap {
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.range {
	font-size: 4em;
	/*color: yellow;*/
	/*font-family: 'Lekton', sans-serif;*/
	/*-ms-transform: rotate(-15deg); 
  -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);*/
 /* animation-name: footerPulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;*/
}

/*@keyframes footerPulse {
    0%   {color: rgba(0,0,0,1);}
    50%  {color: rgba(255,255,255,1);}
}*/

.mobPad {
	margin-top: 2%;
}


/* MUSIC PAGE
===============================*/


#musicPage {
	margin-top: 0.5rem;
	margin-bottom: 4rem;
}

#musicPage img {
	padding-bottom: 1rem;
	transition: all 0.2s ease-in-out;
}

#musicPage img:hover {
 -webkit-filter: drop-shadow(8px 8px 10px gray); 
  filter: drop-shadow(8px 8px 10px gray);
}

p.albumName {
	margin-bottom: 0rem;
	border-bottom: 1px solid rgba(0,0,0,0.6);
	padding: 6px;
}

a.albumCover {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

a.albumCover:hover {
	opacity: 0.8;
}

.albumCovers {
	width: 95%;
	margin: 0 auto;
}

#musicPage ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 2rem;
}

#musicPage ul li {
	display: inline-block;
	font-size: 1.1rem;
	color: black;
	padding: 5px;
}

#musicPage ul li a {
	color: rgba(0,0,0,0.8);
	background: transparent;
	padding: 8px;
	border-right: 1px solid rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.6);
	transition: color 0.2s ease-in-out;
}

#musicPage ul li a:hover {
	color: skyblue;
	/*background: transparent;
	border-right: 1px solid rgba(0,0,0,0.4);
	border-bottom: 1px solid rgba(0,0,0,0.4);*/
}

.bandName {
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(0,0,0,0.8);
	letter-spacing: 0.015em;
	font-style: italic;
	border-bottom: 1px solid rgba(0,0,0,0.6);
	/*text-shadow: 3px 0px yellow;*/
}

.albumName {
	font-size: 0.9em;
	font-weight: 400;
	color: rgba(0,0,0,0.6);
	letter-spacing: 0.025em;
	text-transform: uppercase;
	margin-top: -15px;
}

span.boldYear {
	font-weight: 600;
	letter-spacing: 0px;
	color: rgba(0,0,0,0.6);
}

h1.bandNameTicker {
	text-align: left;
	font-size: 3em;
	font-weight: 200;
	padding: 1% 0%;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	width:92%;
	margin: 0 auto;
}



/* ARTIST PAGE
===============================*/

/*#artistPage {
	margin-top: 6rem;
}*/

#artistPage img {
	padding-bottom: 1rem;
}

#artistPage h1 {
	padding-bottom: 1%;
	text-align: center;
	font-size: 1.25rem;
}

#artistPage ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 2rem;
}

#artistPage ul li {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 300;
	color: black;
	/*padding: 5px;*/
}

#artistPage ul li a {
	color: rgba(0,0,0,0.8);
	background: transparent;
	display: block;
	padding: 8px 5px;
	border-right: 1px solid rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.6);
	transition: color 0.2s ease-in-out;
}

#artistPage ul li a:hover {
	color: skyblue;
	/*text-shadow: 1px 0px yellow;*/
	border-right: 1px solid rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.6);
}

#artistPage a.albumCover img {
	transition: all 0.2s ease-in-out;
}

#artistPage a.albumCover img:hover {
	-webkit-filter: drop-shadow(8px 8px 10px gray); /* Safari 6.0 - 9.0 */
  filter: drop-shadow(8px 8px 10px gray);
}

#artistPage1 {
	margin-top: 0.5rem;
	margin-bottom: 4rem;
}

#artistPage1 img {
	padding-bottom: 1rem;
}

#artistPage1 h1 {
	padding-bottom: 2%;
}

#artistPage1 ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: -16px;
	margin-bottom: 2rem;
}

#artistPage1 ul li {
	display: inline-block;
	font-size: 1.1rem;
	color: black;
	padding: 5px;
}

#artistPage1 ul li a {
	color: rgba(0,0,0,0.8);
	background: transparent;
	padding: 8px;
	border-right: 1px solid rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.6);
	transition: color 0.3s ease-in-out;
}

#artistPage1 ul li a:hover {
	color: skyblue;
	/*text-shadow: 1px 0px yellow;*/
	border-right: 1px solid rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.6);
}

#artistPage1 img {
	transition: all 0.3s ease-in-out;

}

#artistPage1 img:hover {
	-webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
  filter: invert(100%);

}

.artistMain {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.albumMain {
	margin-top: 0rem;
}

.aboutMain {
	margin-top: 4rem;
}

.underlineP {
	margin-bottom: 0rem;
	border-bottom: 1px solid rgba(0,0,0,0.6);
	padding: 6px;
}

.artistCovers {
	width: 95%;
	margin: 0 auto;
}

/*div.splashImg  {
	list-style-type: none;
}

div.splashImg ul li {
	display: block;
	font-size: 2.5em;
	color: black;
	padding: 5px;
}*/

a.artistLink  {
	opacity: 1;
	color: black;
	display: block;
	transition: all 0.2s ease-in-out;
}

a.artistLink:hover {
	opacity: 0.7;
	text-shadow: 3px 0px yellow;
}

a.artistLink1  {
	opacity: 1;
	color: black;
	display: inline-block;
	transition: all 0.2s ease-in-out;
}

a.artistLink1:hover {
	opacity: 0.7;
	text-shadow: 3px 0px yellow;
	transform: scale(1.1);
}

a.artistLink> p.bandName {
	transition: text-shadow 0.3s ease-in-out;
}

a.artistLink>p.bandName:hover {
	text-shadow: 3px 0px yellow;
}

span.iconRight {
	float: right;
}



/* INDIVIDUAL ARTIST PAGE
======================================================== */

ul.artistIconLinks {
	border-top: 1px solid rgba(0,0,0,0.6);
}

p.artistIconLinks {
	color: rgba(0,0,0,0.8);
	background: transparent;
}

span.linksFix {
	padding: 8px;
	display: inline-block;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-shadow: 1px 1px yellow;
}

span.linksFix2 {
	padding: 8px;
	display: inline-block;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

/*h1.mlyFont {
	font-family: 'Lekton', sans-serif;
	font-size: 1.5rem;
}*/

h1.mlyFont1 {
    font-weight: 200;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-shadow: 1px 1px yellow;
}

.boldFont {
	font-weight: 600;
}

div.centerImg {
	text-align: center;
}

.releases {
	color: rgba(0,0,0,0.8);
    background: transparent;
    padding: 8px;
    border-right: 1px solid rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(0,0,0,0.6);
    text-transform: uppercase;
}

.bioAndLinks {
	width: 100%;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 5%;
	background: #f8f8f8;
}

h2.bioHeader {
	font-size: 3rem;
	text-align: left;
	border-right: 10px solid rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	padding: 8px 0px;
	margin-bottom: 20px;
	width: 95%;
	margin: 0 auto;
}

h2.bioHeader1 {
	font-size: 3rem;
	text-align: left;
	border-right: 10px solid skyblue;
	border-bottom: 1px solid skyblue;
	padding: 8px 0px;
	margin-bottom: 20px;
	width: 95%;
	margin: 0 auto;
	color: white;
}

ul.artistLinkList li a {
	display: block;
	padding: 8px;
	border-right: none !important;

}

ul.artistLinkList li a.artistLink2 {
	display: block;
	padding: 8px;
	border-right: none !important;
	font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
    letter-spacing: 0.015em;
    font-style: italic;
    transition: all 0.2s ease-in-out;

}

ul.artistLinkList li a.artistLink2:hover {
	color: rgba(0,0,0,0.8) !important;
	text-shadow: 3px 0px yellow !important;
}

#artistPage ul.artistLinkList li {
	width: 100%;
	font-size: 1rem;
}

.bioP {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 5px;
	margin-left: 0px;
	text-align: justify;
	font-weight: 300;
}

.bioP a {
	color: salmon;
	text-transform: none;
	font-weight: 300;
	transition: color 0.2s ease-in-out;
	border-bottom: 1px solid yellow;
}

.bioP a:hover {
	color: skyblue;
	text-shadow: none;
	border-bottom: none;
}

.bioSection {
	width: 100%;
	margin: 0 auto;
	color: rgba(0,0,0,0.7);
	font-weight: 500;
}

.bioSection a {
	color: salmon;
	text-transform: none;
	font-weight: 300;
	border-bottom: 1px solid yellow;
	transition: color 0.3s ease-in-out;
}

.bioSection a:hover {
	color: skyblue;
	text-shadow: none;
	border-bottom: none;
}

/*h2.appearsOn {
	font-family: 'Lekton', sans-serif;
	text-align: center;
	padding: 10px;
}*/

div#criticsSay {
	text-align: center;
	margin-top: 3%;
	margin-bottom: 3%;
}

h3.critics {
	font-family: 'Pinyon Script', cursive;
	font-size: 2em;
	padding: 10px;
	color: rgba(0,0,0,0.7);
	letter-spacing: 0.025em;
	margin-bottom: 3%;
}

blockquote {
	/*font-family: 'Assistant', sans-serif;*/
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.8em;
    color: rgba(0,0,0,0.6);
    letter-spacing: 0px;
    width: 90%;
    margin: 0 auto;
    padding: 5%;
   /* background-color: skyblue;*/
    border: 5px double skyblue;
    margin-bottom: 3%;
}

blockquote footer {
	display: block;
    font-size: 1em;
    line-height: 1.42857143;
    color: #777;
    background: none;
    min-height: initial;
}

blockquote footer a {
	color: salmon;
	transition: color 0.2s ease-in-out;
}

blockquote footer a:hover {
	color: skyblue;
	/*text-shadow: 2px 2px yellow;*/
}

.embeds {
	margin-top: 3%;
	margin-bottom: 3%;
	text-align: center;
}

.embeds2 {
	margin-top: 0%;
	margin-bottom: 0%;
	text-align: center;
}

section.alsoAppears {
	margin-bottom: 1%;
}

.alsoAppears .row {
	flex-wrap: nowrap;
}

div.layout {
	text-align: center;
	margin-top: 4%;
}

div.layout2 {
	text-align: left;
	margin-top: 4%;
	padding-left: 0px;
}

div.layout3 {
	margin-top: 4%;
}

div.centerImg {
	text-align: center;
	margin: 0 auto;
}

ul.notesList {
	width: 100%;
	list-style-type: none;
	padding-left: 0px;
}

ul.notesList li {
	font-size: 1.25em;
	text-transform: capitalize;
}

ul.notesList li a {
	display: block;
	padding-left: 0px;
}

.img-float-left {
	float: left;
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	width: 40%;
}

.img-float-right {
	float: right;
	padding: 0px 30px 10px 10px;
	width: 40%;
}

p.caption {
	font-size: 1.1rem;
    padding: 2%;
    /* background-color: yellow; */
    display: inline-block;
    margin-top: 2%;
}

p.creditName {
	text-align: center;
	text-shadow: 1px 1px yellow;
}



/* BG IMAGES
====================================================*/


.bgimg-home {
	background-image: url("../images/foj_cd_release.jpg");
	min-height: 500px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-home2 {
	background-image: url("../images/rlr_patty_steez_candle.jpg");
	min-height: 500px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-1mly {
	background-image: url("../images/1mly_full.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.85;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-1mly2 {
	background-image: url("../images/1mly_alt_bg.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.85;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-1mly3 {
	background-image: url("../images/1mly_ep1_inner.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.85;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-1mly4 {
	background-image: url("../images/1mly_dancey.jpg");
	min-height: 400px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin-top: 1%;
}

.bgimg-1mly5 {
	background-image: url("../images/1mly_live_bg.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.85;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-1mly6 {
	background-image: url("../images/1mly_live_poster.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.85;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-1mly7 {
	background-image: url("../images/1mly_replay_live.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.85;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-cwx {
	background-image: url("../images/cwx_full.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-cwx2 {
	background-image: url("../images/cwx_dock.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-cwx3 {
	background-image: url("../images/cwx_backyardB.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-cwx4 {
	background-image: url("../images/cwx_lowlight.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-dri {
	background-image: url("../images/dri_full.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-dri2 {
	background-image: url("../images/dri_full_a.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-dri3 {
	background-image: url("../images/dri_dj.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-dri4 {
	background-image: url("../images/dri_twoareone_still.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-dri5 {
	background-image: url("../images/dri_smokerings_splash.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-dri6 {
	background-image: url("../images/dri_release_show.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-foj {
	background-image: url("../images/foj_full.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-foj2 {
	background-image: url("../images/foj_cd_release.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-foj3 {
	background-image: url("../images/foj_picnic_full4.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-foj4 {
	background-image: url("../images/foj_alley_vibe2.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-foj5 {
	background-image: url("../images/foj_bohe_show.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-foj6 {
	background-image: url("../images/foj_omaha.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-foj7 {
	background-image: url("../images/foj_full_target.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-foj8 {
	background-image: url("../images/foj_brendan_jackpot.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-foj9 {
	background-image: url("../images/foj_bohe_show2.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-hanz {
	background-image: url("../images/hanz_beachboy.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-hanz2 {
	background-image: url("../images/hanz_elderberry.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-hanz3 {
	background-image: url("../images/hanz_jerry.jpg");
	min-height: 400px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-hanz4 {
	background-image: url("../images/hanz_graffiti.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-hanz5 {
	background-image: url("../images/hanz_tiedye.jpg");
	min-height: 400px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-suzie {
	background-image: url("../images/suzie_main.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-suzie2 {
	background-image: url("../images/suzie_full.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-suzie3 {
	background-image: url("../images/sj_nico.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-suzie4 {
	background-image: url("../images/suzie_full_layout.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-suzie5 {
	background-image: url("../images/suzie_park.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-suzie6 {
	background-image: url("../images/suzie_bullhouse.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-smn {
	background-image: url("../images/smn_full2.jpg");
	min-height: 300px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-smn2 {
	background-image: url("../images/smn_full.jpg");
	min-height: 300px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-smn3 {
	background-image: url("../images/smn_kupfer.jpg");
	min-height: 300px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-smn4 {
	background-image: url("../images/smn_foj.jpg");
	min-height: 300px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-smn5 {
	background-image: url("../images/smn_smn2_tango.jpg");
	min-height: 300px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-wf {
	background-image: url("../images/wf_main.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-wf2 {
	background-image: url("../images/wf_full.jpg");
	min-height: 300px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-wf3 {
	background-image: url("../images/wf_garage.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-wf4 {
	background-image: url("../images/wf_cotl_still2.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-wf5 {
	background-image: url("../images/wf_island.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-wf6 {
	background-image: url("../images/wf_original.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-wf7 {
	background-image: url("../images/wf_panther_live2.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-wf8 {
	background-image: url("../images/wf_studio.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-wf9 {
	background-image: url("../images/wf_kauai_full.jpg");
	min-height: 400px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-rlr1 {
	background-image: url("../images/rlr_z_taproom.jpg");
	min-height: 250px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-rlr2 {
	background-image: url("../images/rlr_z_apt.jpg");
	min-height: 250px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bgimg-rlr3 {
	background-image: url("../images/rlr_logo_sky.jpg");
	min-height: 200px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin-bottom: 15%;
}

.bgimg-rlr4 {
	background-image: url("../images/rlr_logo_sky.jpg");
	min-height: 200px;
  	position: relative;
  	/*opacity: 0.95;*/
  	background-attachment: scroll;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}




/* NEWS
===========================================*/

#news p {
	text-align: justify;
}

#news a {
	color: salmon;
	text-transform: none;
	border-bottom: 1px solid yellow;
	transition: color 0.3s ease-in-out;
}

#news a:hover {
	color: skyblue;
	border-bottom: none;
}

.news {
	width: 100%;
	margin: 3% 0;
	padding: 3% 0;
	background-color: #f8f8f8;
	/*border-left: 5px double rgba(0,0,0,0.7);
    border-right: 5px double skyblue;*/
}

.newspost {
	width: 90%;
	margin: 0 auto;
}

.newstitle {
	font-size: 1.25em;
	font-weight: 200;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: black;
    text-shadow: 1px 1px yellow;
}

#news a.dateTitle {
	border-bottom: 0px !important;
}


/* FOOTER
============================================= */

footer {
	/*min-height: 100px;
	margin: 0 auto;
	display: flex;
	padding-top: 1.5%;*/
	display: block;
    padding-bottom: 15%;
    margin-top: 5%;
}

footer#fixedFoot {
	position: absolute;
	bottom: 0;
}

footer.fixedFoot1 {
	position: fixed;
	bottom: 0;
	background: white;
	z-index: 500;
	width: 100%;
}

footer h3 {
	/*flex:1;
	float: left;
	margin-left: 3%;
	font-size: 2.85em;
	font-weight: 300;
	letter-spacing: 0.025em;
	color: rgba(0,0,0,0.8);*/
	display: none;
}

footer h3 a {
	text-transform: none;
	color: rgba(0,0,0,0.8);
	text-shadow: 8px 3px yellow;
	transition: all 0.3s ease-in-out;
}

footer h3 a:hover {
	color: skyblue;
	text-shadow: 8px 3px yellow;
}

footer ul {
	list-style-type: none;
	display: flex;
	float: none;
	padding-inline-start: 0px;
}

footer ul li {
	flex: 1;
	font-size: 1.75rem;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: skyblue;
}

footer i {
	color: skyblue;
	transition: color 0.2s ease-in-out;
}

footer i:hover {
	color: salmon;
}

#mobileFooter {
	display: flex;
	background: white;
}

#mobileFooter .col-3 {
	flex: 0;
	max-width: 100%;
}

#mobileFooter ul {
	list-style-type: none;
    display: flex;
    padding-top: 5%;
    padding-inline-start: 0px;
}

#mobileFooter a {
	color: salmon;
	border-bottom: 1px solid yellow;
	transition: all 0.2s ease-in-out;
}

#mobileFooter a:hover {
	color: skyblue;
	border-bottom: none;
}

#mobileFooter a.active {
	color: skyblue;
	border-bottom: none;
}




/* QUERIES
========================================================================
======================================================================================
================================================================================================== */


@media (max-width: 320px) {
	#mobileFooter.col-3 {
		font-size: 0.9em; 
	}

	footer ul li {
		padding-left: 0px;
		padding-right: 0px;
	}

	span.linksFix {
		font-size: 1.25em;
	}

	span.linksFix2 {
		font-size: 1.25em;
	}
}



@media (min-width: 768px) {


/* NAV
============================== */

.navbar {
	height: 6rem;
}

.fixed-top {
	position: fixed;
}

.mobileBrand {
	display: none;
}

.hideMobile {
	display: none;
}

.navbox {
	text-align: right;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbox a {
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: rgba(0,0,0,1);
	padding-left: 20px;
	border-left: 1px solid rgba(0,0,0,0);
	transition: all 0.2s ease-in-out;
}

.navbox a:hover {
	color: skyblue;
	/*text-shadow: 3px 0px yellow;*/
	border-left: 1px solid black;
}

.navbox a.active {
	/*color: skyblue;*/
	text-shadow: 3px 0px yellow;
	border-left: 1px solid black;
	/*border-bottom: 1px solid yellow;
	padding-bottom: 5px;*/
}

.navbox a.active:hover {
	color: skyblue;
	text-shadow: none;
}

.navbox a.active2 {
	text-shadow: 3px 0px yellow;
	border-left: 1px solid black;
}

.navbox a.active2:hover {
	color: skyblue;
	text-shadow: none;
}

.navRow {
	padding-left: 3%;
	padding-right: 5%;
	text-align: initial;
}

img.rlrLogo {
	width: 30%;
}


/* GENERAL
============================== */

.yaknow {
	max-width: 49%;
}

.yaknow2 {
	max-width: 90%;
}

.splashImg {
	padding: 0% 0% 2% 2%;
}

.mobPad {
	margin-top: 0%;
}




/* MUSIC PAGE
===============================*/


#musicPage {
	margin-top: 6rem;
	margin-bottom: 0rem;
}

.albumCovers {
	width: 100%;
	margin: 0 auto;
}


/* ARTIST PAGE
===============================*/


#artistPage h1 {
	font-size: 2.25rem;
}

#artistPage1 {
	margin-top: 6rem;
	margin-bottom: 0rem;
}

.artistMain {
	margin-top: 2rem;
	margin-bottom: initial;
}

.albumMain {
	margin-top: 6rem;
}

.aboutMain {
	margin-top: 4rem;
}

.artistCovers {
	width: 100%;
	margin: 0 auto;
}

div.splashImg  {
	list-style-type: none;
}



/* INDIVIDUAL ARTIST PAGE
======================================================== */

span.linksFix {
    font-size: 2rem;
}

span.linksFix2 {
    font-size: 2rem;
}

.bioP {
	margin-left: 10px;
}

.bioSection {
	width: 94%;
	margin: 0 auto;
}

h3.critics {
	font-size: 4em;
}

blockquote {
    width: 80%;
    margin: 0 auto;
    margin-bottom: initial;
}

.alsoAppears .row {
	flex-wrap: wrap;
}

div.layout2 {
	padding-left: 2%;
}



/* BG IMAGES
====================================================*/


.bgimg-home {
	min-height: 700px;
}

.bgimg-home2 {
	min-height: 700px;
}

.bgimg-1mly {
	min-height: 600px;
}

.bgimg-1mly2 {
	min-height: 700px;
}

.bgimg-1mly3 {
	min-height: 700px;
}

.bgimg-1mly4 {
	min-height: 700px;
}

.bgimg-1mly5 {
	min-height: 700px;
}

.bgimg-1mly6 {
	min-height: 700px;
}

.bgimg-1mly7 {
	min-height: 700px;
}

.bgimg-cwx {
	min-height: 600px;
}

.bgimg-cwx2 {
	min-height: 600px;
}

.bgimg-cwx3 {
	min-height: 600px;
}

.bgimg-cwx4 {
	min-height: 600px;
}

.bgimg-dri {
	min-height: 600px;
}

.bgimg-dri2 {
	min-height: 600px;
}

.bgimg-dri3 {
	min-height: 700px;
}

.bgimg-dri4 {
	min-height: 600px;
}

.bgimg-dri5 {
	min-height: 600px;
}

.bgimg-dri6 {
	min-height: 600px;
}

.bgimg-foj {
	min-height: 600px;
}

.bgimg-foj2 {
	min-height: 700px;
}

.bgimg-foj3 {
	min-height: 700px;
}

.bgimg-foj4 {
	min-height: 700px;
}

.bgimg-foj5 {
	min-height: 700px;
}

.bgimg-foj6 {
	min-height: 700px;
}

.bgimg-foj7 {
	min-height: 700px;
}

.bgimg-foj8 {
	min-height: 700px;
}

.bgimg-foj9 {
	min-height: 700px;
}

.bgimg-hanz {
	min-height: 600px;
}

.bgimg-hanz2 {
	min-height: 600px;
}

.bgimg-hanz3 {
	min-height: 700px;
}

.bgimg-hanz4 {
	min-height: 600px;
}

.bgimg-hanz5 {
	min-height: 700px;
}

.bgimg-suzie {
	min-height: 600px;
}

.bgimg-suzie2 {
	min-height: 700px;
}

.bgimg-suzie3 {
	min-height: 700px;
}

.bgimg-suzie4 {
	min-height: 700px;
}

.bgimg-suzie5 {
	min-height: 700px;
}

.bgimg-suzie6 {
	min-height: 700px;
}

.bgimg-smn {
	min-height: 600px;
}

.bgimg-smn2 {
	min-height: 600px;
}

.bgimg-smn3 {
	min-height: 600px;
}

.bgimg-smn4 {
	min-height: 600px;
}

.bgimg-smn5 {
	min-height: 600px;
}

.bgimg-wf {
	min-height: 600px;
}

.bgimg-wf2 {
	min-height: 600px;
}

.bgimg-wf3 {
	min-height: 700px;
}

.bgimg-wf4 {
	min-height: 700px;
}

.bgimg-wf5 {
	min-height: 700px;
}

.bgimg-wf6 {
	min-height: 700px;
}

.bgimg-wf7 {
	min-height: 700px;
}

.bgimg-wf8 {
	min-height: 700px;
}

.bgimg-wf9 {
	min-height: 700px;
}

.bgimg-rlr1 {
	min-height: 700px;
}

.bgimg-rlr2 {
	min-height: 700px;
}

.bgimg-rlr3 {
	min-height: 700px;
  	margin-bottom: 0px;
}

.bgimg-rlr4 {
	min-height: 500px;
}




/* NEWS
===========================================*/

.news {
	border-left: 10px double rgba(0,0,0,0.7);
    border-right: 10px double skyblue;
}

.newspost {
	width: 60%;
	margin: 0 auto;
}

.newstitle {
	font-size: 1.5em;
}


/* FOOTER
============================================= */

footer {
	min-height: 100px;
	margin: 0 auto;
	display: flex;
	padding-top: 1.5%;
	padding-bottom: 0;
	margin-top: 0;
}

footer h3 {
	display: initial;
	flex:1;
	float: left;
	margin-left: 3%;
	font-size: 2.85em;
	font-weight: 300;
	letter-spacing: 0.025em;
	color: rgba(0,0,0,0.8);
}

footer ul {
	margin-top: 1%;
	margin-right: 3%;
}

#mobileFooter {
	display: none;
}


}


@media (min-width: 768px) and (max-width: 875px) {

footer {
	padding-top: 3.5%;
}

footer h3 {
	font-size: 2em;
}

footer ul li {
	font-size: 1.2rem;
}

.newspost {
	width: 80%;
}

span.linksFix {
	font-size: 1.5em;
}

span.linksFix2 {
	font-size: 1.5em;
}

.bandName {
	font-size: 1em;
}

#artistPage ul li {
	font-size: 1em;
}

#artistPage ul li a {
	padding: 8px 2px;
	border-right: 0px;
	border-bottom: 0px;
}

blockquote {
	width: 100%;
}

}


@media (min-width: 1200px) {
	/* BG IMAGES
====================================================*/


.bgimg-home, .bgimg-home2, .bgimg-1mly, .bgimg-1mly2, .bgimg-1mly3, .bgimg-1mly4, .bgimg-1mly5, .bgimg-1mly6, .bgimg-1mly7, .bgimg-cwx, .bgimg-cwx2,
.bgimg-cwx3, .bgimg-cwx4, .bgimg-dri, .bgimg-dri2, .bgimg-dri3, .bgimg-dri4, .bgimg-dri5, .bgimg-dri6, .bgimg-foj, .bgimg-foj2, .bgimg-foj3, .bgimg-foj4,
.bgimg-foj5, .bgimg-foj6, .bgimg-foj7, .bgimg-foj8, .bgimg-foj9, .bgimg-hanz, .bgimg-hanz2, .bgimg-hanz3, .bgimg-hanz4, .bgimg-hanz5, .bgimg-suzie, .bgimg-suzie2,
.bgimg-suzie3, .bgimg-suzie4, .bgimg-suzie5, .bgimg-suzie6, .bgimg-smn, .bgimg-smn2, .bgimg-smn3, .bgimg-smn4, .bgimg-smn5, .bgimg-wf, .bgimg-wf2, .bgimg-wf3,
.bgimg-wf4, .bgimg-wf5, .bgimg-wf6, .bgimg-wf7, .bgimg-wf8, .bgimg-wf9, .bgimg-rlr1, .bgimg-rlr2, .bgimg-rlr3, .bgimg-rlr4 {
  	background-attachment: fixed;
}
}

@media (min-width: 1600px) {
	/* BG IMAGES
====================================================*/


.bgimg-home {
	min-height: 900px;
}

.bgimg-home2 {
	min-height: 900px;
}

.bgimg-1mly {
	min-height: 800px;
}

.bgimg-1mly2 {
	min-height: 900px;
}

.bgimg-1mly3 {
	min-height: 900px;
}

.bgimg-1mly4 {
	min-height: 900px;
}

.bgimg-1mly5 {
	min-height: 900px;
}

.bgimg-1mly6 {
	min-height: 900px;
}

.bgimg-1mly7 {
	min-height: 900px;
}

.bgimg-cwx {
	min-height: 800px;
}

.bgimg-cwx2 {
	min-height: 800px;
}

.bgimg-cwx3 {
	min-height: 800px;
}

.bgimg-cwx4 {
	min-height: 800px;
}

.bgimg-dri {
	min-height: 800px;
}

.bgimg-dri2 {
	min-height: 800px;
}

.bgimg-dri3 {
	min-height: 900px;
}

.bgimg-dri4 {
	min-height: 800px;
}

.bgimg-dri5 {
	min-height: 800px;
}

.bgimg-dri6 {
	min-height: 800px;
}

.bgimg-foj {
	min-height: 800px;
}

.bgimg-foj2 {
	min-height: 900px;
}

.bgimg-foj3 {
	min-height: 900px;
}

.bgimg-foj4 {
	min-height: 900px;
}

.bgimg-foj5 {
	min-height: 900px;
}

.bgimg-foj6 {
	min-height: 900px;
}

.bgimg-foj7 {
	min-height: 900px;
}

.bgimg-foj8 {
	min-height: 900px;
}

.bgimg-foj9 {
	min-height: 900px;
}

.bgimg-hanz {
	min-height: 800px;
}

.bgimg-hanz2 {
	min-height: 800px;
}

.bgimg-hanz3 {
	min-height: 900px;
}

.bgimg-hanz4 {
	min-height: 800px;
}

.bgimg-hanz5 {
	min-height: 900px;
}

.bgimg-suzie {
	min-height: 800px;
}

.bgimg-suzie2 {
	min-height: 900px;
}

.bgimg-suzie3 {
	min-height: 900px;
}

.bgimg-suzie4 {
	min-height: 900px;
}

.bgimg-suzie5 {
	min-height: 900px;
}

.bgimg-suzie6 {
	min-height: 900px;
}

.bgimg-smn {
	min-height: 800px;
}

.bgimg-smn2 {
	min-height: 800px;
}

.bgimg-smn3 {
	min-height: 800px;
}

.bgimg-smn4 {
	min-height: 800px;
}

.bgimg-smn5 {
	min-height: 800px;
}

.bgimg-wf {
	min-height: 800px;
}

.bgimg-wf2 {
	min-height: 800px;
}

.bgimg-wf3 {
	min-height: 900px;
}

.bgimg-wf4 {
	min-height: 900px;
}

.bgimg-wf5 {
	min-height: 900px;
}

.bgimg-wf6 {
	min-height: 900px;
}

.bgimg-wf7 {
	min-height: 900px;
}

.bgimg-wf8 {
	min-height: 900px;
}

.bgimg-wf9 {
	min-height: 900px;
}

.bgimg-rlr1 {
	min-height: 900px;
}

.bgimg-rlr2 {
	min-height: 900px;
}

.bgimg-rlr3 {
	min-height: 900px;
  	margin-bottom: 0px;
}

.bgimg-rlr4 {
	min-height: 700px;
}

}


