.loader {
	position: fixed;
	z-index: 1200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader > img {
	width: 200px;
}

@media screen and (max-width: 680px) {
    .loader > img {
        width: 100px;
    }
}

.loader.hidden {
	animation: Fadeoutanim 1s;
	animation-fill-mode: forwards;
}

.loader > p {
    font-family: 'Raleway', sans-serif;
}


@keyframes Fadeoutanim {
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.profim {
    width: 400px;
		height: 400px;
    border-radius: 50%;
}

.center-cropped {
  object-fit: cover; /* Do not scale the image */
  object-position: center;
}

.titlebpm {
    font-family: 'Montserrat', sans-serif;
    font-size: 30pt;
	color: #fff;
	font-weight: 1000;
}

.contain.scrolled {
	background-color: rgba(0, 0, 0, .55);
  -webkit-backdrop-filter: saturate(170%) blur(20px);
  backdrop-filter: saturate(70%) blur(20px);
	transition: background-color 200ms linear;
}

#bignav {
	z-index: 9000;
}

#load {
	z-index: 9999;
}

.sectiontitle {
	color: white;
	padding-top: 5%;
	font-size: 50px;
  font-family: 'Montserrat', sans-serif;
}

.songtitle {
	color: white;
	padding-top: 3%;
	font-size: 40px;
  font-family: 'Montserrat', sans-serif;
}

.paddinglimit {
	padding: 3%;
	border-radius: 50px;
}

.undertitle {
	color: white;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	width: min-content;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
}
.bigdiv {
	margin-top: 30%;
	width: 100%;
	height: auto;
	display: block;
}

.songs {
	padding-bottom: 10%;
}

.titlebpm span {
	background-color: #000;
}

@media screen and (max-width: 1300px) {
    #maintitle {
        margin-top: 20%;
    }
}

.blurredbackground {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.traslucentbg {
	background: rgba(0, 0, 0, 0.5);
}

.imgdisp {
	height: 200px;
	object-fit: cover; /* Do not scale the image */
  object-position: center;
	border-radius: 50%;
}

.albumcov {
	height: 200px;
	object-fit: cover; /* Do not scale the image */
  object-position: center;
}

.headertop {
	margin-top: 15%;
	height: 12%;
	width: 45%;
	border-radius: 50px;
	padding-top: 20px;
}

.usernametitle {
    margin-top: 1%;
    font-family: 'Montserrat', sans-serif;
    font-size: 15pt;
}

.fullnametitle {
    margin-top: 1%;
    font-family: 'Montserrat', sans-serif;
    font-size: 25pt;
}

.biogpara {
    margin-top: 1%;
    padding: 10px;
    height: 50px;
    width: 300px;
    font-family: .9rem 'Montserrat', sans-serif;
    font-size: 15pt;
}

.headcounterparent {

}

.headcounter {
    display: inline-block;
    margin-right: 4%;
    margin-left: 3%;
    margin-top: 1%;
    font-size: 20pt;
    font-family: 'Montserrat', sans-serif;
}


.headcounterson {
    display: inline-block;
    margin-right: 4%;
    margin-left: 4%;
    margin-top: 0%;
    font-size: 20pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
}

.headcountfan {
    display: inline-block;
    margin-right: 4%;
    margin-left: 3%;
    margin-top: 0%;
    font-size: 20pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
}

.headcountpopu {
    display: inline-block;
    margin-right: 4%;
    margin-left: 3%;
    margin-top: 0%;
    font-size: 20pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
}

.functionsbar {
    display: block;
    vertical-align: middle;
    z-index: 9999;
}

.latericon {
    width: 100px;
    padding: 5px;
    height: 100px;
    background-position: center center;
    vertical-align: middle;
	border-radius: 50%;
}

.actionbutton {
   margin-top: 2%;
    height: 30px;
    width: 110px;
    border: 1px solid #000;
    margin-top: 2%;
    background-color: white;
    border-radius: 100px 100px;
    outline: none;
}

.endal {
    float: right;
    margin-right: 2%;
}

.endal-small {
    float: right;
    margin-right: 2%;
    margin-top: 8.5%;
    width: 50px;
}

.functionsbar > p {
    display: inline;
    margin-left: 2%;
	color: #fff;
	font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

#smallnav {
    visibility: hidden;
}

@media screen and (max-width: 680px) {
    #bignav {
        visibility: hidden;
    }

    #datacontainer {
        margin-top: 15%;
        zoom: 0.8;
        -moz-transform: scale(0.8);
    }
}

@media screen and (max-width: 680px) {
    #smallnav {
        visibility: visible;
    }
}

@media screen and (max-width: 680px) {
    #maintitle {
        margin-top: 10%;
    }
}

.contain {
    top: 0;
    position: fixed;
    width: 100%;
    text-align: center;
}

.contain > div {
    width: 100%;
    float: none;
    display: inline-block;
}

.datacont {
    width: 100%;
}

.separator {
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
    border: none;
    border-top: 1px solid white;
}

.datecenter {
    font-family: 'Montserrat', sans-serif;
    margin-top: 1%;
}

.paragraphhead {
    margin-top: 2%;
    font-size: 30pt;
    font-family: 'Montserrat', sans-serif;
}

.dataarea {
    margin-bottom: 2%;
}

input {display:block;
    border:1px solid black;
    padding: 10px;
    font: normal 'Montserrat';
    border-radius: 100px 100px;
    outline: none;
}

.blockdisp {
    box-sizing: border-box; /* CSS 3 rec */
    -moz-box-sizing: border-box; /* Firefox 2 */
    -ms-box-sizing: border-box; /* Internet Explorer 8 */
    -webkit-box-sizing: border-box; /* Safari 3 */
    -khtml-box-sizing: border-box; /* Konqueror */
}

.changearea {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
}

/* Make the image to responsive */

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  top: 2%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 50%;
  transition: .3s ease;
    background-color: rgb(192, 192, 192, 0.4);
}

/* When you mouse over the container, fade in the overlay icon*/
.changearea:hover .overlay {
  opacity: 1;
}
/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon {
  color: white;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.icon:hover {
    color: white;
}

.actionbuttonarea {
    height: 30px;
    width: 130px;
    border: 1px solid #000;
    margin-top: 0%;
    background-color: white;
    border-radius: 100px 100px;
    outline: none;
}

.actionbuttonareapply {
    height: 60px;
    width: 270px;
    border: 1px solid white;
    margin-top: 3%;
        color: white;
        background-color: transparent !important;
    border-radius: 100px 100px;
    outline: none;
		font-weight: bolder;
		font-size: 15px;
		font-family: 'Montserrat', sans-serif;
}

.actionbuttonareared {
    height: 40px;
    width: 180px;
    border: 1px solid red;
    margin-top: 4%;
    background-color: white;
    color: red;
    border-radius: 100px 100px;
    outline: none;
}


.actionbuttonareafinal {
    height: 40px;
    width: 180px;
    border: 1px solid coral;
    margin-top: 2%;
    background-color: white;
    color: coral;
    border-radius: 100px 100px;
    outline: none;
	display: block;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.explainer {
	display: inline-block;
	margin-right: 0%;
}

.exampleright {
	margin-left: 0%;
}

.examplerl {
	float: left;
}

.backgroundtext {

}

.titlehead {
	margin-top: 30%;
}
