@font-face {
    font-family: playTime;
    src: url(./fonts/playtime.ttf);
  }

  @font-face {
    font-family: gothamMedium;
    src: url(./fonts/gotham-medium.otf);
  }

  @font-face {
    font-family: gothamBold;
    src: url(./fonts/gotham-bold.otf);
  }

  @font-face {
    font-family: gothamBlack;
    src: url(./fonts/gotham-black.otf);
  }

  @font-face {
    font-family: gothamBook;
    src: url(./fonts/gotham-book.otf);
  }

 html {
    cursor: url(./img/cursor.svg), auto;
 } 

body {
    background-color: #8c0145;
    font-family: gothamBook;
}

@supports(content-visibility: auto) {.press, .music, .video {
    content-visibility: auto;
  } 
}

h1 {
    position: relative;
    z-index: 1;
    font-size: 48px;
    font-family: gothamBlack;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #862a4a;
    -webkit-text-fill-color: #ffefd9;
    
    text-shadow: 1px 1px #ed2980,                                 
    2px 2px #ed2980,                                 
    3px 3px #ed2980,                                
    4px 4px #ed2980,                                
    5px 5px #ed2980,                                
    6px 6px #ed2980,                                
    7px 7px #862a4a;
    background-color: transparent;
    letter-spacing: 0em;
    line-height: .8em;
    transform: scaleY(1.25) skewX(-6deg);
    -webkit-transform: scaleY(1.25) skewX(-6deg);
    -moz-transform: scaleY(1.25) skewX(-6deg);
    -ms-transform: scaleY(1.25) skewX(-6deg);
    -o-transform: scaleY(1.25) skewX(-6deg);
    word-spacing: .5px;
}

span {
    font-size: 44px;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}
.title{
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    position: relative;
    top: 10%;
    left: 49%;
}

h1:hover {
    position: relative; 
    top: -3px; 
    left: -3px; 
    text-shadow: 1px 1px #ed2980, 
                2px 2px #ed2980, 
                3px 3px #ed2980,
                4px 4px #ed2980,
                5px 5px #ed2980,
                6px 6px #ed2980,
                7px 7px #ed2980,
                8px 8px #ed2980,
                9px 9px #ed2980,
                10px 10px #862a4a;
 }

 h2 {
     position: relative;
    font-size: 36px;
    font-family: gothamBlack;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #862a4a;
    -webkit-text-fill-color: #ffefd9;
    text-shadow: 1px 1px #ed2980,                                 
    2px 2px #ed2980,                                 
    3px 3px #ed2980,                                
    4px 4px #ed2980,                                
    5px 5px #ed2980,                                
    6px 6px #ed2980,                                
    7px 7px #862a4a;
    background-color: transparent;
    letter-spacing: 0em;
    line-height: .8em;
    transform: scaleY(1.25) skewX(-6deg);
    -webkit-transform: scaleY(1.25) skewX(-6deg);
    -moz-transform: scaleY(1.25) skewX(-6deg);
    -ms-transform: scaleY(1.25) skewX(-6deg);
    -o-transform: scaleY(1.25) skewX(-6deg);
    margin: 0px 0px 0px 0px;
    text-align: center;
    width: 99%;
    z-index: 1;
}

header {
    width: 100vw;
    height: 100px;
    text-align: right;
    padding: 0px; 
}

.dropdown-menu-right {
    width: 75%;
}

.star {
    position: relative;
    z-index: 1;
    height: 120px;
    width: auto;
    margin: 0px;
}

.star-scroll {
    height: 100px;
    margin: -20px 0px 0px 20px;
}

.small-star {
    height: 20px;
    width: auto;
}

.small-star-1 {
    height: 40px;
    margin-top: -50px;
}

.small-star-2 {
    height: 10px;
    transform: rotate(20deg);
    margin-top: -80px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}

.small-star-3 {
    height: 30px;
    transform: rotate(180deg);
    margin-top: -30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.small-star-4 {
    height: 25px;
    margin-top: -90px;
    margin-left: -20px;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}

.small-star-5 {
    margin-top: -30px;
}

.stars {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #8c0145;
}

#dropdownMenuButton {
    background-color: transparent;
    height: 50px;
    width: 50px;
    justify-self: end;
    margin-top: 20px;
    border: none;
}

.btn {
    transition: none;
}

.dropdown-menu.show {    
    box-shadow: 0 0 0 .25px #862a4a,
                0 0 0 3.5px white,
                0 0 0 4px #862a4a;
    border-top-left-radius: 30% 250px;
    -moz-border-radius-topleft: 30% 250px;
    -webkit-border-top-left-radius: 30% 250px;
    border-bottom-left-radius: 30% 250px;
    -moz-border-radius-bottomleft: 30% 250px;
    -webkit-border-bottom-left-radius: 30% 250px;
    border-top-right-radius: 30% 250px;
    -moz-border-radius-topright: 30% 250px;
    -webkit-border-top-right-radius: 30% 250px;
    border-bottom-right-radius: 30% 250px;
    -moz-border-radius-bottomright: 30% 250px;
    -webkit-border-bottom-right-radius: 30% 250px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    background-color: #fa9d1c;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
}

a.anchor {
    display: block;
    position: relative;
    top: -25px;
    visibility: hidden;
}

.sticky-top {
    padding: 0px;
    margin: 0px;
}


.dropdown-item {
    font-family: gothamBold;
    font-weight: 400;
    font-style: oblique;
    text-transform: uppercase;
    font-size: 21px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    color: white;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #8c0145; 
    letter-spacing: -.02em;
}

 .dropdown-item:hover {
    background-color: transparent;
    color: #ca3171;
}

#dropdownMenuButton.focus, #dropdownMenuButton:focus, #dropdownMenuButton.active, #dropdownMenuButton:active {
    border: none;
    box-shadow: none;
}

.main-image {
    background-color: #862a4a;
    background-image: url(./img/main-image-mobile.jpg);
    background-size: cover;
    background-position: center center ;
    height: 68vh;
    text-align: right;
    margin-bottom: 100px;
}

footer {
    transition-timing-function: ease;
    margin: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 8vh;
    background-color: #fa9d1c;
    color: white;
    border-top-left-radius: 30% 250px;
    border-top-right-radius: 30% 250px;
    box-shadow: 0 0 0 .5px #862a4a,
                0 0 0 5px white,
                0 0 0 5.5px #862a4a;
}

.footer-scroll {
    display: none;
    transition-timing-function: ease;
}

ul {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 23px;
    margin-top: 15px;
    padding: 0px;
}

.icon {
    width: 30px;
    height: auto;
    margin: 10px;
}

.icon:hover {
    transform: scale(1.25, 1.25);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
}

.icon:active {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
}

.section {
    position: relative;
    text-align: center;
    display: block;
    color: #862a4a;
    background-color: #fa9d1c;
    box-shadow: 0 0 0 .25px #862a4a,                    
    0 0 0 3.5px white,                    
    0 0 0 4px #862a4a;
    margin: 0px 0px 100px 0px;
    border-top-left-radius: 20% 250px;
    -moz-border-radius-topleft: 20% 250px;
    -webkit-border-top-left-radius: 20% 250px;
    border-bottom-left-radius: 20% 250px;
    -moz-border-radius-bottomleft: 20% 250px;
    -webkit-border-bottom-left-radius: 20% 250px;
    border-top-right-radius: 20% 250px;
    -moz-border-radius-topright: 20% 250px;
    -webkit-border-top-right-radius: 20% 250px;
    border-bottom-right-radius: 20% 250px;
    -moz-border-radius-bottomright: 20% 250px;
    -webkit-border-bottom-right-radius: 20% 250px;
    z-index: 0;
}

.bio {
    padding: 7% 10% 5% 10%;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.15em;
}

@supports (initial-letter: 2) {
#p1::first-letter {
    initial-letter: 2;
    color: white;
}
#p1::first-letter {
    color: white;
    text-shadow:
     -1px -1px 0 #862a4a,  
      1px -1px 0 #862a4a,
      -1px 1px 0 #862a4a,
       1px 1px 0 #862a4a;
       
}
}
  
.calendar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.calendar-container {
    width: 90%;
    margin: 0px;
    padding: 0px;
}

.featured-img {
    width: 90%;
    height: auto;
    box-shadow: 0 0 0 .25px #862a4a,                
    0 0 0 3.5px white,                
    0 0 0 4px #862a4a;
    margin: 10px 0px 20px 0px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.bow {
    width: 70%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.arrow-up {
    width: 40px;
    height: auto;
    margin-bottom: 25px;
}

.press {
    font-family: gothamBook;
    font-style: oblique;
    font-size: 1.2em;
    line-height: .9em;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-content: center;
    align-items: center;
    height: fit-content;
}

.speech-bubble {
    margin: 10px;  
}

.bubbles {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-content: center;
    align-items: center;
    height: fit-content;
}

.speech-bubble-1, .speech-bubble-3 {
    position: relative;
    right: 8%;
	background: white;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
    -o-border-radius: 100%;
    padding: 10%;
    width: 75%;  
}

.speech-bubble-1:after, .speech-bubble-3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	border-right: 0;
	margin-left: -10px;
	margin-bottom: -18px;
}

.speech-bubble-2, .speech-bubble-4 {
    position: relative;
    left: 8%;
	background: white;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
    -o-border-radius: 100%;
    padding: 10%;
    width: 75%;
    justify-self: end;
}

.speech-bubble-3, .speech-bubble-4 {
    width: 80%
}



.speech-bubble-2:after, .speech-bubble-4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -18px;
}

.speech-bubble-1 {
    margin-top: 30px;
}

.speech-bubble-4 {
    margin-bottom: 40px;
}

.music {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: space-around;
    padding: 12% 0% 5% 0%;
}

iframe {
    margin: 10px;
}

.album {
    width: 300px;
    height: 300px;
    margin-bottom: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.player {
    width: 300px;
    height: 300px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 40px;
}

.carousel {
    margin: 20px auto;
}

.carousel-control-next, .carousel-control-prev {
    height: 20px;
    margin-top: 200px;    
  }

  .carousel-item {
    height: 250px;
    margin: auto;
}

.carousel-inner iframe {
    margin: auto;
}

.carousel-inner {
    margin: 0 auto;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 10px;
    background-color: #ed2980;
    opacity: .4;
}

.carousel-indicators li.active {
    background-color: #ed2980;
    opacity: 1;
}

.carousel-indicators li:hover {
    cursor: pointer;
    }


.carousel-indicators {
    bottom: -15px;
    position: absolute;
}

.video {
    padding: 25px 25px 5px 25px;
    margin-bottom: 0px;
}

#video-up {
    margin-top: 20px;
}

.copyright {
    color: #ed2980;
    font-size: 12px;
    opacity: .5;
    margin: 20px 0px 60px 0px;
}

.copyright a {
    color: white;
}

@media (min-width: 450px) {
    .carousel-indicators {
        bottom: -15%;
    }

    .star:hover {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}
}

@media (min-width: 750px) {
    .main-image {
        background-position-y: top;
        height: 77vh;
    }

    h1 {
        font-size: 72px;
    }

    h2 {
        font-size: 48px;
    }

    span {
        font-size: 66px;
    }

    .title {
        left: 55%;
    }

    .dropdown-menu-right {
        width: 85%;
    }
    
    .star {
        height: 150px;
    }

    .star-scroll {
        height: 120px;
        margin-left: 40px;
    }

    footer {
        width: 90%;
        height: 6vh;
    }

    .bio {
        padding: 7% 15% 5% 15%;
    }

    .speech-bubble {
        width: 50%;
    }

    .speech-bubble-1, .speech-bubble-3 {
        right: 15%;
    }

    .speech-bubble-2, .speech-bubble-4 {
        left: 15%;
        margin-top: -10px;
    }

    .music iframe {
        margin: 0px;
    }

    .album {
        justify-self: right;
        margin: 0px;
        height: 320px;
        width: 320px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
}

    .player {
        justify-self: left;
        height: 362px;
        width: 300px;
    }

    .music {
        display: grid;
        column-gap: 0px;
        row-gap: 75px;
        align-items: start;
        justify-items: center;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        grid-template-areas: 
        "a1 p1"
        "a2 p2"
        "a3 p3"
        "a4 p4"
        "up up";
    }

    .album-1 {
        grid-area: a1;
    }

    .album-2 {
        grid-area: a2;
    }

    .album-3 {
        grid-area: a3;
    }

    .album-3 {
        grid-area: a4;
    }

    .player-1 {
        grid-area: p1;
    }

    .player-2 {
        grid-area: p2;
    }

    .player-3 {
        grid-area: p3;
    }

    .player-3 {
        grid-area: p4;
    }

    .music a {
        grid-area: up;
    }

    .carousel {
        height: 500px;
        margin-top: 50px;
        width: 95%;
    }

    .carousel .item {
        
        height: 500px;
    }

    .carousel-inner {
        height: 500px;
    }

      
    .carousel-indicators li {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        margin: 13px;
    }

    .carousel-indicators {
        bottom: -5%;
    }

    .icon {
        margin: 12 px;
    }
}

@media (min-width: 800px) {
    body {
        padding: 0 3%;
      }

    .main-image {
        background-image: url("./img/main-image-large.jpg");
        background-color: #8c0145 !important;
        height: 80vh;
        margin-top: -40px;
    }

    .star {
        height: 130px;
    }

    .star-scroll {
        height: 110px;
        margin-left: 40px;
    }

    h1 {
        font-size: 72px;
    }

    h2 {
        font-size: 48px;
    }

    span {
        font-size: 68px;
    }

    .title {
        left: 50%;
    }

    .album {
        height: 340px;
        width: 340px;
    }

    .player {
        height: 340px;
        width: 340px;
    }

    footer {
        width: 75%;
    }

    .carousel {
        width: 75%;
        margin-bottom: 50px;
    }

    .carousel, .carousel-item, .carousel-inner {
        height: 300px;
    }

    .carousel-indicators {
        bottom: -25%;
    }

    .featured-img {
        width: 70%
    }

    .bow {
        width: 50%;
    }
}

@media (min-width: 900px) {
    body {
        padding: 0 5%;
      }
    
      .main-image {
        height: 83vh;
        margin-top: -45px;
    }

    footer {
        width: 70%;
    }

    .dropdown-menu-right {
        width: 95%;
    }

    .title {
        top: 15%;
    }

    .carousel, .carousel-item, .carousel-inner {
        height: 400px;
    }

    .carousel {
        width: 90%
    }

    .carousel-indicators {
        bottom: -20%;
    }

}

@media(min-width: 992px) {
    .dropdown-menu-right {
        width: 85%;
    }

    .main-image {
        height: 85vh;
        margin-top: -50px;
    }

    .featured-img {
        width: 60%;
        grid-area: img;
        align-self: center;
        justify-self: center;
    }

    .bio {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        grid-template-areas: 
        "p1 p2"
        "img img";
        padding: 7% 10% 5% 10%;
        column-gap: 10px;
    }

    #p1 {
        grid-area: p1;
    }

    #p2 {
        grid-area: p2;
    }

    .bubbles {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        gap: 0px;
        grid-template-areas: 
        "b1 b2"
        "img img"
        "b3 b4";
        padding: 0px 20px 0px 20px;
    }

    .speech-bubble {
        width: 80%;
    }

    .speech-bubble-1 {
        grid-area: b1;
        justify-self: center;
        align-self: end;
    }

    .speech-bubble-2 {
        grid-area: b2;
        justify-self: start;
        align-self: end;
    }

    .speech-bubble-3 {
        grid-area: b3;
        justify-self: center;
        align-self: start;

    }

    .speech-bubble-4 {
        grid-area: b4;
        justify-self: start;

    }

    .bow {
        grid-area: img;
        width: 45%;
    }

    .speech-bubble-1, .speech-bubble-3 {
        right: 0%;
    }

    .speech-bubble-2, .speech-bubble-4 {
        left: 0%;
    }

    .carousel, .carousel-item, .carousel-inner {
        height: 500px;
    }

    .carousel-indicators {
        bottom: -10%;
    }
}

@media(min-width: 1200px) {

      .main-image {
        height: 88vh;
        margin-top: -55px;
    }

    h1 {
        font-size: 85px;
    }

    span {
        font-size: 78px;
    }

    .title {
        left: 53%;
        top: 20%;
    }

    .bubbles {
        padding: 0px 30px;
    }

    .carousel-indicators {
        bottom: -15%;
    }

    footer {
        width: 85%;
    }

    .carousel, .carousel-item, .carousel-inner {
        height: 550px;
    }

}
