@charset "utf-8";
/* Bootstrap5 External Style Sheet - James Young
* My colors - change :root colors to change pallete
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

:root {
  --pri: #9293bf;
  --prihover: #7678ae;
  --sec: #bf92b7;
  --sechover: #a6699d;
  --acnt: #a5bf92;
  --acnthover: #82a266;
  --hover: #f7f1f6;
}
/* *{
    font-family: Arial, Helvetica, sans-serif;
} */
pre {
  word-wrap: break-word;
}
iframe {
  height: 100%;
  width: 100%;
}
.audio-btn {
  width: 54px;
  height: 54px;
}
.bg-pri {
  background-color: var(--pri) !important;
}
.bg-sec {
  background-color: var(--sec) !important;
}
.bg-acnt {
  background-color: var(--acnt) !important;
}

.pri {
  color: var(--pri) !important;
}
.sec {
  color: var(--sec) !important;
}
.acnt {
  color: var(--acnt) !important;
}
a.pri:hover {
  color: var(--prihover) !important;
}
a.sec:hover {
  color: var(--sechover) !important;
}
a.acnt:hover {
  color: var(--acnthover) !important;
}

.bd-pri {
  border-color: var(--pri) !important;
}
.bd-sec {
  border-color: var(--sec) !important;
}
.bd-acnt {
  border-color: var(--acnt) !important;
}
.btn-pri {
  background-color: var(--pri) !important;
}
.btn-pri:hover {
  background-color: var(--prihover) !important;
}
.btn-sec {
  background-color: var(--sec) !important;
}
.btn-sec:hover {
  background-color: var(--sechover) !important;
}
.btn-acnt {
  background-color: var(--acnt) !important;
}
.btn-acnt:hover {
  background-color: var(--acnthover) !important;
}

.grad-tb {
  background-image: linear-gradient(var(--pri), var(--sec));
}

.grad-lr {
  background-image: linear-gradient(to right, var(--pri), var(--sec));
}
.grad-dgnl {
  background-image: linear-gradient(to bottom right, var(--acnt), var(--sec));
}

.card-body a {
  text-decoration: none;
}
.ellipse {
  text-overflow: ellipsis;
}

.shadow {
  box-shadow: 5px 5px 14px;
}
.bgimg-1 {
  background-image: url(../img/monet.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 31rem;
}
.video-container {
  max-width: 540px;
}
.nav-container {
  height: 56px;
}
.header-blog {
  height: 14rem;
  background-image: url("../img/flower-top.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-video {
  height: 14rem;
  background-image: url(/img/flowers.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-newlyrics {
  height: 14rem;
  background-image: url("../img/flower-field.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-happy {
  height: 14rem;
  background-image: url(/img/happy_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-anchor:hover {
  background-color: var(--hover);
}
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

#about p::first-letter {
  font-family: "Brush Script MT", cursive;
  font-size: 3rem;
  line-height: 0;
}
#about p {
  text-indent: 3rem;
  margin: 3em 0em;
}

#title {
  background: none;
}
#radio {
  padding: 7px;
  border-radius: 7px;
}
#aboutme {
  background: none;
}
footer a {
  text-decoration: none;
  transition-timing-function: linear;
}
footer a:hover {
  color: #dee2e6 !important;
  transition: color 0.25s;
}

#pButton {
  float: left;
}

#timeline {
  width: 70%;
  height: 2px;
  margin-top: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: var(--pri);
}

#pButton {
  margin-top: 12px;
  cursor: pointer;
}

#playhead {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -5px;
  background: var(--sec);
  cursor: pointer;
}
#contactInfo {
  min-height: 32rem;
}
#albumForm {
  position: absolute;
  top: 50%;
  left: 50%;
  /* visibility: hidden; */
  transform: translate(-50%, -50%);
}
