/*
- fonts
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- banner
	- about
	- footer

fonts
https://www.fontpair.co/all
*/



/* fonts */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,400;0,500;0,600;0,700;1,100;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

/* html body links and kbz's generic classes */
a {
	color: red!important;
	outline: none;
}
a:hover,
a:focus {
	color: red!important;
	text-decoration: underline;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media(max-width: 600px) {
	body {
		font-size: 16px;
		line-height: 1.4;
	}
}
h2 {
	color: red;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 96px;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: 0;
	margin-top: 45px;
	margin-bottom: 15px;
}
.no-padding {
	padding: 0 !important;
}
i {
	font-size: 2.2em;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	color: white!important;
	background-color: red;
	border: none;
	text-decoration: none;
}
/* end kbz */



/* boostrap */
/* nav */
nav {
	background-color: transparent;
}
nav .bd-highlight {
	padding-right: calc(6% - 18px)
}
nav img.brand {
	display: none;
	width: 32px;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}
ul.nav-pills {
	display: block;
	/*padding-right: 12px;*/
}
ul.nav-pills li {
	display: block;
	padding-top: 15px;
}
ul.nav-pills li:first-child {
	padding-left: 0;
}
ul.nav-pills a {
	display: inline-block;
	background-color: red;
	width: 36px;
	height: 36px;
	width: 48px;
	height: 48px;
	padding: 6px;
	border: 1px dotted white;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 600px) {
	ul.nav-pills a {
		width: 40px;
		height: 40px;
		padding: 2px;
		border: 1px dotted white;
	}
}
ul.nav-pills a:hover,
ul.nav-pills a:hover {
	background-color: white;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.nav-pills a i {
	color: white;
	font-size: 1.4em;
	line-height: 36px;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.nav-pills a:hover i,
ul.nav-pills a:focus i {
	color: red;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.nav-pills li.spotify a i {
	font-size: 1.2em;
	/*padding-top: 2px;*/
}
ul.nav-pills li.youtube a i {
	font-size: 1.2em;
	/*padding-top: 2px;*/
}
/* end nav */
/* end boostrap */



/* animated */
.animated-delay-333 {
	-webkit-animation-delay: .333s;
	animation-delay: .333s;
}
.animated-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animated-delay-666 {
	-webkit-animation-delay: .666s;
	animation-delay: .666s;
}
.animated-delay-999 {
	-webkit-animation-delay: .999s;
	animation-delay: .999s;
}
.animated-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated-delay-1332 {
	-webkit-animation-delay: 1.332s;
	animation-delay: 1.332s;
}
/* end animated */



/* container */
body > .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.bi {
	fill: orange!important;
}
.kbz-anim {
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.modal {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2000;
}
.modal img.show-img {
	width: 100%;
	height: auto;
}
img.show-img {
	width: 100%;
	height: auto;
}
/* end container */

/* sections */
section.intro {
	background-color: #000;
	height: 100vh;
	height: 100svh;
	position: fixed;
	left: 0;
	right: 0;
	z-index: -1;
	padding: 0;
}
section.intro-back {
	background-color: rgba(0, 0, 0, .5);
	background-color: transparent;
	height: 100vh;
	height: 100svh;
	padding: 0;
}
section.main {
	/*padding: 120px 0;*/
	background-color: #fff;
	min-height: 100vh;
	min-height: 100svh;
}





/* intro */
section.intro h2 {
	font-size: 43px;
	line-height: 53px;
	margin: 0;
	padding: 0;
}
.video-background-controls {
	width: 32px;
	display: block!important;
	z-index: 10!important;
	position: absolute!important;
	top: calc(100vh - 60px)!important;
	top: calc(100svh - 60px)!important;
	left: calc(50% - 16px)!important;
	right: calc(50% + 16px)!important;
	text-align: center!important;
	/*border: 1px solid green!important;*/
}
.video-background-controls button {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 32px;
	width: 32px;
	border: none;
	background: none;
	-webkit-appearance: none;
	color: white;
	filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .5));
	cursor: pointer;
	margin-left: 0px;
	opacity: 1;
}
.video-background-controls button i {
	color: red;
	font-size: 32px;
}
.video-background-controls button:hover {
	opacity: 0.5;
}
.video-background-controls button:visited,
.video-background-controls button:active,
.video-background-controls button:focus {
	opacity: 1;
}
iframe {
	transition: opacity 500ms ease-in-out;
	transition-delay: 250ms;
}
body .content-over-video {
	z-index: 1;
	opacity: 1;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
body.ytbg-sound-on .content-over-video {
	/* kbz tapa video */
	z-index: 5!important;
	opacity: 0;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.content-over-video img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.content-over-video a {
	width: fit-content;
	margin: 0 auto;
	padding: 0;
}
@media(max-width: 600px) {
	.mobile-over-video {
		/*transform: scale(.75);*/
	}
}
/* end intro */


/* bio */
section.bio {
	padding: 12%;
	padding-bottom: 10%;
	background-color: white;
}
@media(max-width: 600px) {
	section.bio {
		padding: 30px;
	}
}
section.bio p {
}
section.bio p.bio-p {
	font-size: 27px;
	line-height: 1.3;
	font-weight: 300;
}
@media(max-width: 600px) {
	section.bio p.bio-p {
		font-size: 21px;
	}
}
section.bio p.bio-p em {
	font-weight: 400;
}
section.bio .bio-photo {
	width: 100%;
	height: auto;

	opacity: .5;
	filter: grayscale(1);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
section.bio .bio-photo:hover,
section.bio .bio-photo:focus {
	opacity: 1;
	filter: grayscale(0);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 600px) {
	section.bio {
		padding: 0 30px;
		padding-top: 30px;
		/*background-color: blue;;*/
	}
	section.bio .bio-photo,
	section.bio .bio-photo:hover,
	section.bio .bio-photo:focus {
		opacity: 1;
		filter: grayscale(0);
	}
}
.avatar {
  vertical-align: middle;
  width: 60	px;
  height: 60px;
  border-radius: 50%;
}
.vaimaca-staff h6 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 500!important;
	padding-bottom: 5px;
}
.vaimaca-staff p {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 5px;
}
.vaimaca-staff a {
	font-family: 'Montserrat', sans-serif;
	color: #666!important;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 300;
}
.vaimaca-staff a:hover {
	color: #000!important;
	text-decoration: none;
}
/* end bio */



/* discography */
section.discography {
	padding: 4%;
	background-color: red;
}
@media(max-width: 600px) {
	section.discography {
		padding: 30px;
	}
}

.swiper-content-wrapper {
	position: relative;
	height: 100%;
}
/*
.swiper {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -150px;
}
*/
.swiper {
	width: 300px;
	height: 300px;
	width: 75%;
	max-width: 500px;
	height: auto;
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 50%;*/
	margin-left: -150px;
	margin-top: -150px;
	margin-left: -50%;
	margin-top: -50%;
	margin: 0 auto;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.swiper-slide img {
	display: block;
	width: 100%;
}
.swiper-pagination {
    position: relative;
    margin-top: 45px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: .5;
}
.swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}
.swiper-button-prev {
    left: -60px;
    color: white;
}
.swiper-button-next {
    right: -60px;
    color: white;
}
.album-info {
	padding: 30px;
	padding-bottom: 0;
	background-color: rgba(255,255,255,.5);
	background-color: black;
	min-height: 175px;
}
.album-info h3 {
	color: white;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.album-info h4,
.album-info h5 {
	color: white;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
.album-info h5 {
	color: #666;
	margin-bottom: 15px;
}
.album-info a {
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-size: .8em;
}
.album-info a:hover,
.album-info a:focus {
	text-decoration: underline;
}
/* end discography */



/* videos */
section.videos {
	padding: 12%;
	background-color: black;
}
@media(max-width: 600px) {
	section.videos {
		padding: 30px;
	}
}
/* video */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}
iframe {
  border: 0;
}

/* end videos */


/* footer */
footer {
	color: #fff;
	padding: 30px 0;
	background-color: red;
}
footer a:hover,
footer a:focus,
footer a {
	color: #fff!important;
	text-decoration: none;
}
/* end footer */

/* end sections */



/* Extra small devices (portrait phones, less than 576px)
No media query for 'xs' since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width */
/* animation */