/*---global styles---*/

html, body {
	/* important for the full-width image to work */
	height: 100%;
}
.fade-in {
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
@-moz-keyframes fadein { /* Firefox */
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
@-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
}
 to {
 opacity: 1;
}
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #474747;
}

/*---Custom Large Layout styles---*/
@media (min-width: 1200px) {
.col-lg-8 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	float: none
}
}

@media (max-width: 767px) {
body.inside-page {
	padding-top: 50px;
}
}
.nopad {
	padding-left: 0px;
	padding-right: 0px;
}
h2, h3, a {
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #474747;
	transition: all 0.7s ease;
}
p {
	font-size: 1.7em;
}
.title {
	font-family: 'Megrim', cursive;
}
.fade-in h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
h2 {
	font-size: 2.5em;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 5px;
}
a {
	color: #588bb7;
}

.juicer {
    display: none !important;
}
/*---Social Icon styles---*/
.social {
	margin-bottom: 15px;
}
.social ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
	font-size: 2em;
}
ul {
	list-style: none;
	padding-left: 0px;
	font-size: 1.7em;
	line-height: 1.5em;
}
ul.juicer-feed.j-initialized.j-modern.image-grid.loaded {
	margin-top: -60px !important;
}

@media (max-width: 767px) {
ul.juicer-feed.j-initialized.j-modern.image-grid.loaded {
	margin-top: -10px !important;
}
}
/* -------------------------------- 

Nav Styles

-------------------------------- */

nav {
	z-index: 2000;
}
.navbar-nav>li>a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.title {
	-webkit-animation: color_change 40s infinite alternate;
	-moz-animation: color_change 40s infinite alternate;
	-ms-animation: color_change 40s infinite alternate;
	-o-animation: color_change 40s infinite alternate;
	animation: color_change 40s infinite alternate;
}
 @-webkit-keyframes color_change {
 0% {
color: orange;
}
25% {
color: #EA7EEF;
}
50% {
color: yellow;
}
75% {
color: #40C135;
}
100% {
color: #5AD1DF;
}
}
@-moz-keyframes color_change {
 0% {
color: orange;
}
25% {
color: #EA7EEF;
}
50% {
color: yellow;
}
75% {
color: #40C135;
}
100% {
color: #5AD1DF;
}
}
@-ms-keyframes color_change {
 0% {
color: orange;
}
25% {
color: #EA7EEF;
}
50% {
color: yellow;
}
75% {
color: #40C135;
}
100% {
color: #5AD1DF;
}
}
@-o-keyframes color_change {
 0% {
color: orange;
}
25% {
color: #EA7EEF;
}
50% {
color: yellow;
}
75% {
color: #40C135;
}
100% {
color: #5AD1DF;
}
}
@keyframes color_change {
 0% {
color: orange;
}
25% {
color: #EA7EEF;
}
50% {
color: yellow;
}
75% {
color: #40C135;
}
100% {
color: #5AD1DF;
}
}
h1.nosee {
	font-size: .1em;
	color: #ffffff;
}
.navbar-brand .title {
	line-height: 30px;
	font-size: 3em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}

@media (max-width: 767px) {
.navbar-brand .title {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: inherit;
	font-size: 1.5em;
}
/*.navbar-collapse.collapse.in {
	height: 100vh !important;
}*/
}
.homeimage {
	width: 150px;
	display: inline-block;
}
body.overflow-hidden {
	overflow: hidden;
}
.discography h3 {
	font-size: 1em;
	margin-bottom: 20px;
}
.cd-menu-icon {
	/* this span is the central line of the menu icon */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 22px;
	height: 2px;
	background-color: #ececec;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;/* these are the upper and lower lines in the menu icon */
}
.cd-menu-icon::before, .cd-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ececec;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s;
}
.cd-menu-icon::before {
	top: -5px;
}
.cd-menu-icon::after {
	top: 5px;
}
.cd-menu-icon.is-clicked {
	background-color: rgba(86, 87, 98, 0);
}
.cd-menu-icon.is-clicked::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-menu-icon.is-clicked::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
/*---Social Media Icons styles---*/
.soc li {
	display: inline-block;
}
ul.nav.navbar-nav.soc {
	text-align: center;
}
.soc i {
	font-size: 1.4em;
}
.soc a {
	margin: 15px !important;
	padding: 0px !important;
}
.soc a:hover {
	background-color: inherit !important;
	color: #f3d842 !important;
}

@media (min-width: 768px) {
ul.nav.navbar-nav.soc {
	text-align: left;
}
.soc a {
	margin: 30px 10px !important;
}
}
/*---Album Pages styles---*/

.gigs iframe {
	margin-top: -50px;
}
.gigs {
	display: block;
	margin-top: 50px;
	overflow: hidden;
}
/*---about Pages styles---*/
.about {
	background: url(/images/fusionfest.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	display: block;
	height: 150px;
	margin-bottom: 20px;
	margin-top: 20px;
}
/*---Album Pages styles---*/
.album-btn {
	max-width: 550px;
	margin: 10px 0px;
	border-radius: 0px;
	border-width: 2px;
	border-color: #7d7d7d
}
.album-secone {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
.album-secone {
	margin-top: 20px;
	margin-bottom: 20px;
}
}
h2.solo {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 2.3em;
}
/*---Lyrics Page styles---*/
.lyric-contain {
    margin-top: 25px;
}
h3.song-letters {
	margin-bottom: 0px;
	font-size: 1.1em;
}
hr {
	margin-top: 0px;
}
.song-listing li {
	display: inline-block;
	padding: 4px 10px;
}
.anchor {
	display: block;
	position: relative;
	top: -45px;
	visibility: hidden;
}
p.sig {
	padding: 20px 0px;
	font-size: 1.4em;
	font-style: italic;
	color: #6f6f6f;
}

@media only screen and (min-width: 768px) {
.anchor {
	display: block;
	position: relative;
	top: -1px;
	visibility: hidden;
}
}
/*---Contact Page styles---*/
form#contact-form {
	margin-top: 40px;
}
#contact-form label {
	color: #333;
}
/*---Footer styles---*/
footer {
	text-align: center;
	color: #ffffff !important;
	background-color: #1f1f1f;
}
footer .col-md-4 {
	margin-top: 25px;
	margin-bottom: 25px;
}
footer a, footer p {
	color: #e2e2e2;
}
footer a:focus, footer a:hover {
	color: #e2e2e2;
	text-decoration: underline;
}
footer ul.social a:focus, footer ul.social a:hover {
	color: #96bada;
	text-decoration: none;
}

@media (max-width: 991px) {
.social {
	text-align: center;
}
.social li {
	display: inline;
	margin: 0px 10px;
}
body {
	font-size: 1.2em;
}
.selfportrait {
	margin-top: 30px;
	margin-bottom: 30px;
}
}
.home {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
/*---Follow Me styles---*/
a#example-popover {
	font-size: 1.1em;
	color: #404040;
	font-weight: bold;
	cursor: pointer;
}
.small-social {
	margin-top: 45px;
}
.menu-is-open a#example-popover {
	color: #ffffff;
}

@media (max-width: 767px) {
.cd-header {
	background-color: #eaeaea;
}
.menu-is-open {
	background-color: #021725;
}
.home-about {
	margin-top: 20px;
}
}
div#powered {
	display: none !important;
}
/*--------- up button ------------*/


.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(96, 143, 175, 0.8) url(/images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 2000;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.cd-top:hover {
	background-color: #858bc7;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
}
}
.cont {
	position: relative;
	display: block;
}
.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	margin-bottom: 20px;
}
.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.cont:hover .image {
	opacity: 0.3;
}
.cont:hover .middle {
	opacity: 1;
}
.text {
	color: #2B2B2B;
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 767px) {
body.nomove {
	overflow-y: hidden;
}
nav.navbar.navbar-default.navbar-fixed-side.full-height {
	height: 100%;
	overflow-y: auto;
}
.navbar-fixed-side .navbar-collapse {
	border-top: none;
	position: fixed;
	width: 100%;
	height: calc(100% - 112px);
}
.nav li {
	text-align: center;
	height: 16.6% !important;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
.navbar-fixed-side .navbar-nav>li>a {
	border: none;
	color: #ffffff;
	height: 100% !important;
	position: relative;
	display: block;
	padding: 0 10%;
	height: 100%;
	vertical-align: baseline;
}
ul.nav.navbar-nav {
	height: 100%;
}
}
.nomove .cd-top.cd-is-visible {
	display: none;
}
.soc-mobil {
	display: none;
}
.full-height .soc-mobil {
	display: block;
}

@media only screen and (max-width: 767px) {
ul.soc {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.soc a {
	color: #ffffff;
}
}


/*---Splash Page styles---*/

.splashwrap {
    height: 100%;
    position: relative;
    overflow: hidden;
	opacity: .05;
}

.splash {
    background-image: url(/images/skullcat_background.jpg);
    background-size: cover;
  	width: 100%;
    height: 100%;
    
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1.1);
	background-position: center;
	    position: fixed;
}

.socials-bar {
    display: table-row;
    height: 40px;
    color: #fafbed;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.home-links a {
    color: #ffffff;
    padding: 10px;
    font-size: 1.5em;
    display: inline-block;
	font-family: 'Sue Ellen Francisco', cursive;
}

.home-links {
    float: right;
    height: 40px;
}

.splashbody a:hover {
    color: #23527c;
    text-decoration: none;
    color: #d3d895;
}
.boot-box{
    position: absolute;
    top: 50px;
    width: 100%;
}

.splashbody h1 {
   
    display: inline-block;
	font-size: 36px;
    
    font-family: 'Monoton', cursive;
   margin-bottom: 20px;
    color: #fffbbb;
    letter-spacing: 4px;
}

.splashbody .center {
    
    text-align: center;
}

.splashbody p {
    color: #ffffff;
    font-size: 1.5em;
    font-family: 'Sue Ellen Francisco', cursive;
    letter-spacing: 4px;
}
.buy-links {
    margin-bottom: 30px;
}
.buy-links a {
    color: #151515;
    border: 1px solid #8a8a8a;
    margin: 5px;
    padding: 10px;
    display: inline-block;
    background-color: #f7f7f7;
    font-family: 'Sue Ellen Francisco', cursive;
    letter-spacing: 3px;
}

.buy-links a:hover {
   
    background-color: #333333;
}



@media only screen and (max-width: 420px) {

.home-links a {
  
        font-size: 1.3em;
    padding: 8px;
    
}

	.splashbody h1 {
    font-size: 25px;
	    margin-top: 0;
   }
   
   .splashbody p {
    
    font-size: 1.2em;
    
}
   
}







