@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	background: #FFF;
	font-family: 'Merriweather', serif;
	font-size: 1rem;
	line-height: 160%;
	color: #666;
}
a {
	color: #7E0F43;
	text-decoration: none;
}
a:hover, a:focus {
	color: #680C37;
}
img {
	max-width: 100%;
	height: auto;
}
.video-wrapper {
	position: relative;
    width: 50%;
    padding-bottom: 500px;
    height: 0;
    margin-left: auto;
    margin-right: auto;
	min-height: 250px;
}
.video-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-dialog {
    max-width:1280px
}
.youtubeWrapper {
    position: relative;
	width: 100%;
	padding-bottom: 50%; 
	height: 0;
}
.youtubeWrapper iframe {
    position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
header {
    min-height: 80px;
    z-index: 10;
	position: fixed;
	background: rgba(255,255,255,0.9);	
	top: 0;
	left: 0;
	width: 100%;
}
/*header h1 {
    background: none;
    color: #333;
    padding: 0 1rem;
    position: absolute;
    top: 2rem; 
    left: 2rem;
}*/
.fixed-header {
    
}
nav.DesktopNav {
    width: 100%;
    z-index: 10;
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	align-items: center;
	height: 60px;
	position: relative;
}
nav.DesktopNav h1 {
    display: block;
	width: auto;
	height: 60px;
    margin: 10px 0;
	padding: 0;
}
nav.DesktopNav h1 a {
	display: block;
	height: 100%;
	width: auto;
	margin: 10px 0;
}
nav.DesktopNav h1 a img {
	height: 46px;
	display: block;
}
.visible-title {
    visibility: visible;
}
nav.DesktopNav ul { 
    display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0;
	height: 100%;
	width: 700px;
	margin: 0;
}
nav.DesktopNav ul li { 
    display: inline-block;  
	height: 100%;
}
nav.DesktopNav ul li a {
    display: block;
	height: 100%;
}
nav.DesktopNav ul li a img {
	display: block;
	height: 42px;
	width: auto;
}
nav.DesktopNav.fixed-header h1 {
	display: block;
	width: auto;
	height: 60px;
    margin: 10px 0;
	padding: 0;
}
nav.DesktopNav.fixed-header {
	position: relative;
}
nav.DesktopNav.fixed-header ul {
	width: 600px;
	margin: 0;
}
nav.MobileNav {
	display: none;
}
#main-header {
	width: 100%;
	height: calc(100vh - 80px);
	margin-top: 80px;
}
.bodyWrapper, .contact-wrapper {
	margin-top: 150px;
}
.header-inner {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding-top: 70px;
}
.header-inner .biglogo {
	display: inline-block;
	margin: 0;
	height: 25%;
}
.header-inner .biglogo a {
	display: inline-block;	
	height: 100%;
}
.header-inner .biglogo a img {
	height: 100%;
	display: inline-block;
}
.leaf {
	display: inline-block;
	height: 55%;
}
.leaf img {
	height: 100%;
	display: inline-block;
}
#wrapper {
	padding: 40px;
}
#section-01 {
	margin-bottom: 50px;
}
#section-01 .section-01-01 .description {
	text-align: left;
	padding-right: 30px;
}
#section-01 .section-01-02 .description {
	text-align: right;
	padding-left: 30px;
}
#section-02 {
	padding: 80px 0;
}
#section-02 .video-wrapper {
	margin-bottom: 20px;
}
#section-02 .text-center.last {
	margin-bottom: 80px;
}
#section-03, .section-03 {
	margin-bottom: 20px;
}
#section-03 h2, .music-list h2, .section-03 h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #7E0F43;
	margin-bottom: 20px;
}
#section-03 .section-03-01, .section-03 .section-03-01 {
	text-align: right;
}
#section-03 .section-03-02 img, .section-03 .section-03-02 img {
	max-width: 90%;
	display: inline-block;
}
#section-03 .section-03-03, .section-03 .section-03-03 {
	text-align: left;
}
#section-04 {
	padding: 60px 0 30px 0;
}
#section-04 h3 {
	font-size: 1rem;
	color: #7E0F43;
	margin-bottom: 10px;
	font-weight: bold;
}
footer {
	padding: 10px 0 20px 0;
}

.header-inner.contact-wrapper .biglogo {
    display: inline-block;
    margin: 0;
    height: 30%;
}

.header-inner.contact-wrapper .biglogo img {
	height: 100%;
}

.header-inner.contact-wrapper .biglogo h1 {
	height: 100%;
	margin: 0;
}

.header-inner.contact-wrapper .leaf {
    display: inline-block;
    height: 35%;
	text-align: center;
}

.contact-blocks {
	padding-top: 20px;
}
.music-intro {
	margin-top: 0px;
	margin-bottom: 20px;
}
.music-menu {
	margin-top: 110px;
}
.music-menu .music-menu-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 1.15rem;
}
.music-menu .music-menu-container .music-menu-item {
	margin-right: 50px;
}
.music-menu .music-menu-container .music-menu-item:last-of-type {
	margin-right: 0;
	display: inline-block;
}
.music-menu .music-menu-container span {
	display: inline-block;	
	text-transform: uppercase;
	padding: 8px 0px;
}
.music-menu .music-menu-container a {
	color: #7E0F43;
	text-transform: uppercase;
	border: 2px solid #7E0F43;
	border-radius: 15px;
	padding: 8px 16px;
}
.music-menu .music-menu-container a:hover, .music-menu .music-menu-container a:focus {
	text-decoration: none;
	border-color: #680C37;
	color: #680C37;
}
body.about-page #wrapper, body.band-page #wrapper {
	margin-top: 110px;
}
.rani {
	max-width: 400px;
}
#media {
	margin-top: 145px;
}
.media-source {
	font-size: 1rem;
	margin-bottom: 10px;
}
.media-source a {
	display: inline-block;
	margin-right: 10px;
}
.media-source span {
	display: inline-block;
}
#media h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.5rem;
}
.media-cover {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	justify-content: center;
	align-items: center;
}
.media-cover img {
	display: inline-block;
	width: auto;
	max-width: 600px;
	margin-bottom: 15px;
}
.media-cover span {
	font-style: italic;
	font-size: 1.15rem;
	text-align: center;
	display: inline-block;
}
.media-container h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.15rem;
	color: #680C37;
}
.section-intro {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	gap: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px;
}
.download-traga {
	font-weight: bold;
}
.hideOnPC {
	display: none !important;
}
.hideOnMB {
	display: block !important;
}
.album-song-links {
	width: 100%;
    text-align: center;
    margin-top: 20px;
}

.music-menu-item.color-yellow a {
    /* background: #C2B229; */
    background: linear-gradient(to right, #C2B229 0%, #CBD121 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #C2B229 !important;
}
.color-yellow a, .color-yellow span {
	color: #C2B229 !important;
}
.music-menu-item.color-blue a {
	/* background: #446EC2; */
	background: linear-gradient(to right, #446EC2 0%, #0653C7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-color: #446EC2 !important;

}
.color-blue a, .color-blue span {
	color: #446EC2;
}

#btnGoTop {
	display: inline-block;
	background-color: #555;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;

	/* display: flex;
    flex-direction: column; */
}
#btnGoTop::before {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#btnGoTop:hover {
	cursor: pointer;
	background-color: #8a271b;
}
#btnGoTop:active {
	background-color: #8a271b;
}
#btnGoTop.show {
	opacity: 1;
	visibility: visible;
}

.album-desc {
	text-align: center;
}
.horizon_diviner {
	display: inline-block;
	max-width: 100%;
	width: 250px;
}
.hand_diviner {
	display: inline-block;
	max-width: 100%;
}
.song_anchor {
	height: 80px;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	
	body {
		font-size: 1rem;
	}
	#section-04 h3 {
		font-size: 1.15rem;
	}
	#section-03 h2, #section-03 h2 {
		font-size: 1.5rem;
		color: #7E0F43;
		margin-bottom: 15px;
	}
	
	.bodyWrapper {
		margin-top: 50px;
	}
	.header-inner h1 {
		display: inline-block;
		margin: 0;
		height: auto;
		width: 60%;
	}
	.leaf {
		display: inline-block;
		height: auto;
		width: 90%;
	}
	.music-menu {
		margin-top: 65px;
	}
	.music-menu .music-menu-container {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		font-size: 0.65rem;
	}
	.music-menu .music-menu-container a {
		padding: 5px 10px; 	
	}
	.music-menu .music-menu-container span {
		padding: 5px 0;
	}
	.music-menu .music-menu-container .music-menu-item {
		margin-right: 15px;
	}
	.music-menu .music-menu-container .music-menu-item:last-of-type {
		margin-bottom: 0;
	}
	#wrapper {
		padding: 30px;
	}
	#section-01 .section-01-01 .description {
		text-align: left;
		padding-right: 0;
		margin-bottom: 30px;
	}
	#section-01 .section-01-02 .description {
		text-align: left;
		padding-left: 0px;
		margin-bottom: 30px;
	}
	#section-02 {
		padding: 40px 0;
	}
	.singlebr {
		display: inline-block;
		content: " ";
		margin-right: 5px;
	}
	.lyrics {
		text-align: center;
	}
	#section-04 {
		padding: 0;
		text-align: center;
	}
	#section-04 .text-right {
		text-align: center !important;
	}
	#section-02 .text-center.last {
		margin-bottom: 40px;
	}
	nav.DesktopNav ul li a img {
		height: 22px;
	}
	nav.DesktopNav h1 a img {
		height: 26px;
	}
	nav.DesktopNav h1 {
		height: 26px;
		margin: 0 0 10px 0;
	}
	nav.DesktopNav ul {
		width: 75%;
	}
	nav.DesktopNav ul li:nth-of-type(2) a img {
		height: 22px;
		margin-top: 0;
	}
	nav.DesktopNav.fixed-header ul li a img {
		height: 22px;
	}
	nav.DesktopNav.fixed-header ul li:nth-of-type(2) a img {
		height: 22px;	
	}
	nav.DesktopNav.fixed-header h1 {
		height: 30px;
	}
	nav.DesktopNav.fixed-header ul {
		width: 77%;
		margin-top: 12px;
	}
	nav.DesktopNav {
		height: 30px;
	}
	nav.DesktopNav {
		display: none;
	}
	nav.MobileNav {
		display: block;
	}
	header {
		min-height: 45px;
		position: relative;
	}
	#section-04 .text-left, #section-04 .text-right {
		text-align: center !important;
	}
	.music-intro {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.music-intro p {
		text-align: left !important;
	}
	body.about-page #wrapper, body.band-page #wrapper {
		margin-top: 45px;
	}
	body.music-page #section-02 {
		padding: 25px 0 40px 0;
	}
	.media-cover img {
		max-width: 250px;
	}
	.center-mobile {
		text-align: center;
	}
	#media {
		margin-top: 95px;
	}
	.video-wrapper {
		width: 100%;
		padding-bottom: 50%;
	}
	.video-wrapper iframe {
		min-height: 250px;
	}
	.hideOnMB {
		display: none !important;
	}
	.hideOnPC {
		display: block !important;
	}
	.horizon_diviner {
		width: 180px;
	}
	.hand_diviner {
		width: 180px;
	}
}