@charset "UTF-8";

/* add import code from google fonts */
@import url(x);

/* BASIC CSS STYLING */
html {
	scroll-padding-top:100px;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box; 
	padding: 0;				
	margin: 0;
}


body{
	background-color: #242E47;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

header{
	background-image: url("images/FfmGChFaUAEwAvJ.jpg");
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-size: cover;
	background-position: center;
	min-height: 1000px;
	max-height: 1000px;
	color: white;
	z-index: 2;
}


h1{
	text-align: center;
	color: #E8E6E4;
	font-size:9vw;
	line-height: 0.8;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	align-content: center;
	font-kerning: 1%;
}

h2{
	text-align: center;
	color: #F3F3F3;
	font-size: 4vw;
	text-transform: uppercase;
	padding-bottom: 1%;
	font-family: 'Inter', sans-serif;
	font-weight: 650;
}

h3, h4, h5, h6, p, li{
	font-family: 'Inter', sans-serif;
	color: #F3F3F3;
}

p {
	padding-bottom: 15px;
	font-weight: 300;
}

.maincontainer{
	max-width: 100%;
	padding: 0;
	margin: 0;
	min-height: 100vh;
}

.content{
	padding-left: 7%;
	padding-right: 7%;
}


.navbar{
	align-content: center;
	justify-content: center;
	align-items: center;
	padding-bottom: 1.4%;
    padding-top: 0;
	position: fixed;
    width: 100%;
    top: 0;
	z-index: 2;
}

.container-fluid{
	padding: 0;
	margin: 0;
}

/**
.navbar {
      position: fixed;
      width: 100%;
      line-height: 60px;
	  z-index: 2;
	  font-family: 'Inter', sans-serif;
	  font-weight: 500;
	font-size: 4vw;
}
**/

.navbar-nav{
	padding-right: 1%;
	width: 100%;
}

.navbar ul {
      line-height: 60px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      text-align: right;
      margin: 0;
      padding-right: 15%;
	padding-left: 20%;
      transition: 1s;
	  width: 100%;
	padding-bottom: 0.6%;
	padding-top: 0.6%;
}

.navbar.black ul {
      background: #1c2336;
}

.navbar ul li {
      display: inline-block;
      padding-left: 2%;
	padding-right: 2%;
}

.narbar ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
}


.navbar li{
	font-size: 1.25vw;
	font-weight: 500;
}

.navbar-brand{
	position: absolute;
	margin-left: -90%;
}

.nav-item{
	padding-left: 2%;
	padding-right: 2%;
}

.navbar a:link, a:visited{
	color: #F3F3F3;
	text-decoration: none;
}

.navbar a:hover{
	color: #9FBACD;
	text-decoration: bold;
	border-bottom: 2px solid;
	padding-bottom: 2%;
	transition: 0.2s ease;
}

.logo {
      line-height: 60px;
      position: fixed;
      float: left;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
	  padding-left: 3%;
    padding-bottom: 1%;
    padding-top: 1%;
}


/**
nav {
      position: fixed;
      width: 100%;
      line-height: 60px;
	  z-index: 2;
	  font-family: 'Inter', sans-serif;
	  font-weight: 500;
	font-size: 4vw;
}

nav ul {
      line-height: 60px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 21%;
      transition: 1s;
}

nav.black ul {
      background: #1c2336;
}

nav ul li {
      display: inline-block;
      padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 0.9%;
}

nav ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}

nav a:link, a:visited{
	color: #F3F3F3;
	text-decoration: none;
}

nav a:hover{
	color: #F3F3F3;
	text-decoration: bold;
	border-bottom: 2px solid;
	padding-bottom: 2%;
	transition: 0.2s ease;
}

@media(max-width: 786px) {

      .logo {
            position: fixed;
            top: 0;
            margin-top: 16px;
      }

      nav ul {
            max-height: 100%;
            background: #000;
      }

      nav.black ul {
            background: #000;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 24px;
            text-align: center;
      }

      .menu-icon {
            display: block;
      }

}

**/
#home{
	background: none;
	min-height: 500px;
	color: white;
}

.taylor-swift-name{
	padding-top: 20%;
	display: block;
}

.firstname{
	padding-right: 15%;
}

.secondname{
	padding-left: 15%;
}

#introduction{
	padding-top: 8%;
	padding-bottom:6%;
	background-color: #2C3349;
	
	/** background-image: url("images/About the artist background.jpg");
	background-repeat: no-repeat;
  	background-size: 100%;
	color: white; **/
}
#introduction h2{
	padding-bottom: 2%;
}
.introduction-info{
	padding-left: 2%;
    padding-right: 3%;
	text-align: justify;
}


#tagline{
	align-content: center;
	padding-top: 2%;
	padding-bottom: 3%;
    display: block;
    text-align: center;
    font-size: 1.8vw;
    font-family: 'Inter';
}

#biography{
	padding-top: 9%;
	padding-bottom:8%;
	background-image: url("images/biography background.png");
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-size: cover;
	background-position: left;
	min-height: 600px;
	color: white;
}

.biography-row{
	padding-right: 61%;
	padding-left: 4%;
	padding-top: 6%;
	text-align: left;
	text-align: justify;
}

.biography-row h2{
	padding-bottom: 15px;
	text-align: left;
}

.biography-row p{
	padding-bottom: 0;
}

#timeline{
	padding-bottom: 6%;
    /* background-color: #181E2D; */
    position: relative;
    left: -3.5%;
    top: 3%;
    padding-top: 2%;
	z-index: 1;
}


.image {
  display: block;
  width: 100%;
  height: auto;
}


.card2{
	background-color: #181E2D; 
}

#discography{
	padding-top: 5%;
	padding-bottom:45%;
	background-image: url("images/Discography.jpg");
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-size: cover;
	background-position: center;
}

.discography-content{
	margin: 0;
}

#discography-midnights{
	padding-bottom: 4%;
	padding-top: 4%;
	background-image: url("images/Dark Background.png");
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-size: cover;
	background-position: center;
	display: flex;
}

.discography-midnights-text{
	padding-left: 8%;
	padding-top: 3%;
	padding-right: 6%;
	color: #EEEEEE;
	text-align: justify;
}

.midnights h3{
	font-weight: 600;
	font-size: 3vw;
	padding-bottom: 4%;
}

.midnights h4{
	font-weight: 400;
	font-size: 2vw;
	padding-bottom: 0;
	margin-bottom: 1%;
}

.midnights{
	display: flex;
	padding-top: 4%;
	padding-bottom: 4%;
}

.midnights img{
	padding-left: 4%;
	max-width: 100%;
	height: auto;
    object-fit: cover;
}

#musicvideo{
	padding-top: 4%;
	padding-bottom:4%;
	background-color: #73383D;
	/** background-image: url("images/Dark Background.png");
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center; **/
}

#gallery{
	padding-top: 5%;
	padding-bottom:5%;
	background-color: #D1C9C6;
}

#gallery h2{
	color: #27314E;
	font-weight: 700;
}

.zoom{
	margin: 0 auto;
	padding-top: 1%;
	display: grid;
	gap: 35px;
}

.zoom img{
	width: 100%;
	box-sizing: border-box;
	transition: all 0.2s ease-in;
}

.zoom img:hover{
	transform: scale(1.1);
	box-shadow: 0px 0px 20px #181E2D;
}

.row{
	padding-bottom: 2%;
}

#contact{
	padding-top: 6%;
	padding-bottom:6%;
	background-image: url("images/About the artist background.jpg");
	background-repeat: no-repeat;
  	background-size: 100%;
	color: white;
}

#contact h2{
	padding-bottom: 5%;
	text-align: left;
}

.contact-row{
	display: flex;
}

.social-media{
	min-width: 40%;
    padding-bottom: 2%;
}

.social-media a{
	text-decoration: none;
}

.contact-form{
	min-width: 60%;
	color: white;
	border-color:#73383D;
	font-family: 'Inter', sans-serif;
	font-weight: 450; 
	font-size: 1.2vw;
	padding-right: 6%;
}


.contact-form .form-text{
	color: white;
	border-color: #73383D;
	font-family: 'Inter', sans-serif;
	font-weight: 300; 
	font-size: 1vw;
}

.form-control{
	padding: 10px;
	background-color: #D7D1CE;
}

.form-select{
	padding: 10px;
	margin-bottom: 1rem!important;
	background-color: #D7D1CE;
}
.form-label{
	font-weight: 500;
	font-size: 1.3vw;
	    margin-bottom: 0.5%;
}

.numbers-social{
	display: flex;
}

.numbers-icons{
	padding-left: 1%;
}

.numbers{
	    padding-right: 30%;
	padding-top: 2%;
	background-color: #D7D1CE;
}

.numbers ul{
	padding-right: 10%;
	list-style-type: none;
	  margin: 0;
}

.numbers ul li{
	padding-bottom: 10%;
}

.bodyno{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.containerno{
  width: 85%;
  border-radius: 6px;
  padding: 20px 40px 30px 40px;
  /**box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);**/
}
.containerno .contentno{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.containerno .contentno .left-side{
     width: 18%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    position: relative;
}


.left-sidehover a:link, a:visited{
	color: #F3F3F3;
	text-decoration: none;
}

.left-sidehover a:hover{
	color: #F3F3F3;
	text-decoration: underline;
	border-bottom: 2px solid;
	padding-bottom: 2%;
}
	

.contentno .left-side::before{
  content: '';
  position: absolute;
  height: 80%;
  width: 2px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.contentno .left-side .details{
  margin: 14px;
  text-align: center;
}
.contentno .left-side .details i{
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}
.contentno .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.contentno .left-side .details .text-one,
.contentno .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.containerno .contentno .right-side{
      width: 70%;
    margin-left: 0%;
}
.contentno .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #5029bc;
}
@media (max-width: 950px) {
  .container{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .container{
    margin: 40px 0;
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

/* CONTACT FORM*/
/*
input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #242E47;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
    color: #242E47;
    padding: 5px 1% 1% 20px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 15px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: whitesmoke;
    color: white;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 10em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 8px 35px;
    border-radius: 60px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
	justify-content: center;
	background-color: #6690b0;
	color: white;
	border-color: #6690b0;
	font-family: 'Inter', sans-serif;
	font-weight: 500; 
	font-size: 1.2vw;
	text-align: center;
	border:none;
    min-height:25%; 
	max-height: 100%;
    min-width: 12%;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
	transition: 0.2s;
	background-color:#496b85;
	hover-color: #496b85;
	border-color:#496b85;
	color: white;
}
	
.submit-btn:active {
    background-color: #496b85;
	color: white;
	border-color: #496b85;
}	

.submit-btn:disabled {
    background-color: #496b85;
	color: white;
	border-color: #496b85;
}	

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}

*/

/* END OF CONTACT */


#signup{
	padding-top: 5%;
	padding-bottom:1.5%;
	color: white;
}

.signup-row{
	align-content: center;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}

#signup h4{
	font-weight: 600;
	font-size: 2em;
	padding-bottom: 1%;
	margin-bottom: 1%;
	text-align: center;
	padding-bottom: 0.1%;
}

.signup-row p{
	text-align: center;
	font-size: 1.2vw;
	padding-right: 7%;
	padding-left: 7%;
	padding-bottom: 0.1%;
}

.signup-row .mt-3{
	padding-right: 8%;
	padding-left: 8%;
}

/*
.signup-row .form-control{
	padding: 1.2% 1.2% 1.2% 2%;
	font-family: 'Inter', sans-serif;
	font-weight: 500; 
	font-size: 1.3vw;
} 
*/

.button2{
	display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 1%;
}

.btn-secondary{
	justify-content: center;
	background-color: #A66A5D;
	color: white;
	border-color: #A66A5D;
	font-family: 'Inter', sans-serif;
	font-weight: 500; 
	font-size: 1.2vw;
	text-align: center;
	border:none;
    padding:10px;
    min-height:15%; 
	max-height: 15%;
    min-width: 12%;
}

.btn-secondary:hover {
    transition: 0.2s;
	background-color:#73383D;
	hover-color: #73383D;
	border-color:#73383D;
	color: white;
}
	
.btn-secondary:active {
    background-color: #73383D;
	color: white;
	border-color: #73383D;
}	

.btn-secondary:disabled {
    background-color: #73383D;
	color: white;
	border-color: #73383D;
}	

footer{
	max-width: 100%;
	padding: 0;
	margin: 0;
	background-color: #242E47;
	text-align: center;
	padding-top: 3%;
}


.btn-primary{
	background-color: #A66A5D;
	color: white;
	border-color: #A66A5D;
	font-family: 'Inter', sans-serif;
	font-weight: 500; 
	font-size: 1.2vw;
	text-align: center;
	border:none;
	border-radius:60px;
    padding:15px;
    min-height:20%; 
	max-height: 25%;
    min-width: 23%;
}

.btn-primary:hover {
    transition: 0.7s;
	background-color:#73383D;
	hover-color: #73383D;
	border-color:#73383D;
	color: white;
}
	
.btn-primary:active {
    background-color: #73383D;
	color: white;
	border-color: #73383D;
}	

.btn-primary:disabled {
    background-color: #73383D;
	color: white;
	border-color: #73383D;
}	


.btn-third{
	background-color: #A66A5D;
	color: white;
	border-color: #A66A5D;
	font-family: 'Inter', sans-serif;
	font-weight: 500; 
	font-size: 1.2vw;
	text-align: center;
	border:none;
	border-radius:60px;
    min-height:15%; 
	max-height: 15%;
    min-width: 50%;
}

.btn-third:hover {
    transition: 0.7s;
	background-color:#73383D;
	hover-color: #73383D;
	border-color:#73383D;
	color: white;
}
	
.btn-third:active {
    background-color: #73383D;
	color: white;
	border-color: #73383D;
}	

.btn-third:disabled {
    background-color: #73383D;
	color: white;
	border-color: #73383D;
}	

/* Biography Timeline */
.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline .timeline-item ol{
	display: list-item;
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 0;
}

.timeline .timeline-item h5{
	padding-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.timeline .timeline-item h6{
	padding-bottom: 1.5%;
	font-weight: 500;
	font-style: italic bold;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: hsl(0, 0%, 90%);
  left: -40px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  content: "";
}

.py-5{
	padding-left: 3%;
	padding-right: 2%;
}

/* Discography Carousel */

.carousel-contain{
	z-index: 1;
}

.carousel-inner{
    padding: 1em;
}
.card{
    margin: 0 .6em;
    border: none;
	background: none;
}

.card p{
	color: white;
	text-align: center;
}

.card h5{
	color: white;
	font-weight: 600;
	text-align: center;
	font-size: 1.8vw;
}

.btn btn-primary{
	margin: 0 auto;
	text-align: center;
}

.carousel-control-prev, .carousel-control-next{
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 38%;
	background-color: grey;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .carousel-inner {
      display: flex;
    }
    .carousel-item {
      margin-right: 0;
      flex: 0 0 25%;
      display: block;
    }
}

#carousel-videos .carousel-inner {
	display: flex;
}

#carousel-videos .carousel-item {
	margin-right: 0;
	flex: 0 0 70%;
	display: block;
}

/**
#section10 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg10.jpg) center center / cover no-repeat;}

#section10 a {
  padding-top: 110%;
}
#section10 a span {
  position: absolute;
  top: 100;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
**/

#section07 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg07.jpg) center center / cover no-repeat;}

#section07 a {
  padding-top: 80px;
    position: absolute;
    top: 100;
    left: 50%;
}

#section07 a span {
  position: absolute;
  top: 0;
    left: 0%;
    width: 30px;
    height: 30px;
  margin-left: -12px;
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/* Home ARROW */
/**
#arrow{
	padding-top: 3%;
}
#wrapper {
  display: table;
  width:100%;
  height:100%;
}

#wrapper-inner {
  display: table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}
**/

#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #E7E7E7;
    border-right: 3px solid #E7E7E7;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #b91a2f;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.1em;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 49.9%;
    margin-left: -1px;
    width: 2.5px;
    height: 86px;
    background: #E7E7E7;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}


@media (max-width:1139px) and (min-width:992px) {

	
	#discography-midnights{
		padding-bottom: 4%;
		padding-top: 4%;
		display: block;
	}

	.discography-midnights-text{
		padding-left: 8%;
		padding-top: 3%;
		padding-right: 6%;
		color: #EEEEEE;
		text-align: center;
	}


	.midnights{
		display: block;
	}
	
	.midnights h3, h4{
		margin-bottom: 0;
	}
	
	.midnights p{
		padding-top: 0;
	}
	
	.midnights img{
	    align-content: center;
		margin: 0 auto;
		display: block;
	}
	
	.btn-third{
		height: 50px;
		font-size: 1.5vw;
	}
	
}

@media (max-width:992px) and (min-width:600px)/* IPAD TABLET */  {

	.navbar {
	-bs-navbar-toggler-focus-width: 0rem;
}
	
	.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

	.navbar ul {
      background: #1c2336;
}
	p{
		text-align: left;
		font-size: 1.8vw;
	}
	
	h2, h3, h4{
		font-size: 5vw;
	}
	
	#tagline{
	    padding-left: 25%;
    padding-right: 15%;
}
	
	.navbar a:link, a:visited {
     color: white;
    text-decoration: none;
    padding-bottom: 0%;
		font-size: 1.7em;
		border-color: none;
}
	
	.logo {
	padding-left: 4%;
    padding-bottom: 1%;
    padding-top: 4%;
    }
	
	.navbar-toggler{
	padding-left: 91%;
    padding-right: 0;
	padding-top: 4%;
	    border: none;	
		
	}
	
	.biography-row{
	padding-right: 50%;
	}

	
	.navbar-toggler-icon{
		 height: 40px !important;
  		width: 40px !important;
	}
	
	.btn-primary{
		    height: auto;
    width: 150px;
		    font-size: 1.7vw;
	}
	
	#discography-midnights{
		padding-bottom: 4%;
		padding-top: 4%;
		display: block;
	}

	.discography-midnights-text{
		padding-left: 8%;
		padding-top: 3%;
		padding-right: 6%;
		color: #EEEEEE;
		text-align: center;
	}


	.midnights{
		display: block;
	}
	
	.midnights h3{
		margin-bottom: 0;
	}
	
	
	.midnights p{
		padding-top: 0;
	}
	
	.midnights img{
	    align-content: center;
		margin: 0 auto;
		display: block;
	}
	
	.btn-third{
		    height: auto;
    width: 150px;
		font-size: 1.7vw;
	}
	
	.discography-content btn-primary{
		height: 100px;
		font-size: 1.7vw;
	}
	
	iframe {
   		    width: 90%;
    height: auto;
    min-height: 400px;
 }
	
.end{
	 text-align: center;
	    padding-left: 25%;
    padding-right: 10%;
}
}
	

@media (max-width:600px) /* PHONE */ {
	
	.navbar .navbar-expand-lg_{
	-bs-navbar-toggler-focus-width: 0rem;	
}
	
	.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
	
	.navbar ul {
      background: #1c2336;
}
	.card h5{
	color: white;
	font-weight: 600;
	text-align: center;
	font-size: 3vw;
}
	
	.navbar a:link, a:visited {
    color: white;
    text-decoration: none;
    padding-bottom: 0%;
		font-size: 1.7em;
		border-color: none;
}
	
	#tagline{
	    padding-left: 25%;
    padding-right: 15%;
}
	
	h2, h3, h4{
		font-size: 5vw;
	}
	
	p{
		text-align: left;
		font-size: 2vw;
	}
	
	.logo {
	padding-left: 4%;
    padding-bottom: 1%;
    padding-top: 4%;
    }
	
	.navbar-toggler{
	padding-left: 91%;
    padding-right: 0;
	padding-top: 4%;	
		    border: none;
		
	}
	
	.navbar-toggler-icon{
		 height: 40px !important;
  		width: 40px !important;
	}
	
	
	.biography-mainrow{
		display: block;
	}
	
	.biography-row{
	padding-right: 40%;
	}

	
	.btn-primary{
		    height: auto;
    width: 150px;
		font-size: 1.7vw;
	}
	
	#discography-midnights{
		padding-bottom: 4%;
		padding-top: 4%;
		display: block;
	}

	.discography-midnights-text{
		padding-left: 8%;
		padding-top: 3%;
		padding-right: 6%;
		color: #EEEEEE;
		text-align: center;
	}


	.midnights{
		display: block;
	}
	
	.midnights h3{
		margin-bottom: 0;
	}
	
	
	.midnights p{
		padding-top: 0;
	}
	
	.midnights img{
	    align-content: center;
		margin: 0 auto;
		display: block;
	}
	
	.btn-third{
		    height: auto;
    width: 150px;
		font-size: 1.7vw;
	}
	
	.discography-content btn-primary{
		height: 100px;
		font-size: 1.7vw;
	}
	
	#musicvideo{
		padding-bottom:5%;
	}
	
	iframe {
   		    width: 90%;
    height: auto;
    min-height: 300px;
 }
	
	.contact-row{
		display: block
	}
	
	.social-media img{
  height: auto;
  max-width: 100%;
}
	
	.bodyno{
	  width: 100%;
	  display: block;
	}
	
	.containerno .contentno{
  display: block;
}
	
.containerno .contentno .left-side{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.containerno .contentno .right-side {
    width: 100%;
	padding-top: 2%;
}
	
	.contentno .left-side::before{
  content: none;
	}
	
	#contact h2{
		    text-align: center;
	}
	
	.containerno {
    width: 100%;
    border-radius: 6px;
    padding: 20px 40px 20px 40px;
}
	
	.containerno img{
		width: 30%;
		height: auto;
	}
	
	.form-control{
	padding: 5px;
	background-color: #D7D1CE;
}

.form-select{
	padding: 5px;
	margin-bottom: 1rem!important;
	background-color: #D7D1CE;
}
	
.end{
	 text-align: center;
	    padding-left: 25%;
    padding-right: 10%;
}
	
}
