/* CSS Document */
body {
	background-color: black;
	color: #FCA0A0;
}

.navbar-tagline {
	font-size: 0.57em;
	font-style: italic;;
	color: FCA0A0;
}

footer {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 200px;
	bottom: 0px;
	background-color: black;
	color: white;
}

#page-content {
	position: relative;
	height: 100vh;
}

#main-content {
	margin-left: 10%;
	margin-right: 10%;
	padding: 5px;
}

#copyright {
	margin-top: 5px;
	margin-left: 50px;
	padding: 5px;
	font-size: .5em;
	color: pink;
	text-align: center;
}

#social-links {
    display: block;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 4px;
}

#social-links ul li   {
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
    padding-right: 0px;
    margin-left: 5px;
}

.album-content {
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}
#album .album-content h1 {
    margin-bottom: 20px;
}
#album .album-content p {
    padding-left: 0px;
    margin-left: 35px;
    float: left;
}

img.album-cover {
	float: left;
	width: 45%;
	height: auto;	
}
ul.album-links {
    float: left;
    width: 40%;
    height: auto;
    list-style-type: none;
    margin-top: 5px;
}

.album-link img {
    width: 150px;
    height: auto;
}


/* Style the video: 100% width and height to cover the entire window */
#header-video {
    position: relative;
	align-self: ;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    display: inline-block;
}

/* Add some content at the bottom of the video/page */
.site-video-description {
    position: relative;
    top: -70px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    display: inline-block;
}

/* Style the button used to pause/play the video */
#myBtn {
	width: 200px;
	font-size: 18px;
	padding: 10px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
}

#myBtn:hover {
	background: #ddd;
	color: black;
}

#privacy-page {
	padding: 0px 10px 5px 10px;
}
#privacy-page h1,h2,h3 {
	color: white;
}
#privacy-page p {
	padding: 0px 0px 0px 50px;
}

.fa-facebook-square {
    color: #9ABEFF;
}
.fa-youtube-square {
    color: #FF6E00;
}
.fa-itunes-note {
	color: white;
}
.fa-instagram {
    color: #42FF00;
}
.fa-soundcloud {
    color: #FF7600;
}
.fa-tiktok {
    color: #009303;
}
.fa-envelope {
    color: #FFA5A5;
}
.jumbotron {
    background-color: #000000;
}
.lead .btn {
    background-color: #CC4F96;
    width: 100%;
    border-radius: 36px;
    font-size: 31px;
    line-height: 0.7em;
    height: 65px;
    color: #FFFFFF;
}
.lead .btn span {
    font-size: 16px;
    line-height: 0.7em;
}

.lead {
    width: 100%;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;

}
#page-section-content .jumbotron.jumbotron-fluid.text-center p img {
    width: 33%;
    height: auto;
    min-width: 300px;
}
