@charset "utf-8";

* {
	box-sizing: border-box;
}

h1 {
	font-family: 'Trajan Pro', sans-serif;
    font-weight: 700;
	font-size: 50px;
}

h2 {
	font-family: 'Trajan Pro', sans-serif;
    font-weight: 700;
	font-size: 50px;
}

h3 {font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

p {
	color: #f4c049;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

body {
	margin:0;
	padding:0;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

header {
	height: 120px;
	position: sticky;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 1;
}

.navi{
	display: flex;
	list-style: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 5% 5% 5%;
	gap: 3%;
}

.navi a:link a:active {
	color: burlywood;
	text-decoration: none;
	font-size: 1.23em;
	font-weight: 400;
}

.navi a:hover, a:visited {
	color: burlywood;
	border-bottom: 1px solid #E3CBB5;
	padding-bottom: 2%;
	transition: 0.3s ease;
}

a:link, a:active {
	color: burlywood;
}

a:hover, a:visited {
	color:darkgray;
}

.star {
    font-size: 24px;
    margin: 0 20px;
}

.container {
	width: 100%;
	position: relative;
	background-color: black;
}

section {
	min-height: 100px;
	width: 90%;
	margin: auto;
	position: relative;
}

#home {
	background-color: black;
	position:relative;
	top:0;
	left:0;
	width:100%;
}

.homecontainer {
	display: flex;
	justify-content: space-between;
}

.image-section, .text-section {
	flex: 1;
	color: #f4c049;
}

.text-section {
	margin-left: 10px;
	padding-top: 5px;
}

.image-section img {
	width: 100%;
	height: auto;
}

.menu-icon {
	margin-right: 10px;
	float: right;
    font-size: 2em;
    cursor: pointer;
}

.logo {
	margin-top: none;
	margin-left: 25px;
}

.menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 10px;
    background-color: #222;
    padding: 10px;
    border-radius: 5px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    margin: 10px 0;
}

.menu ul li a {
    color: #FFD700;
    text-decoration: none;
    font-size: 1.2em;
}

.menu ul li a:hover {
    text-decoration: underline;
}

main {
    margin-top: 5px;
}

h2 {
    font-size: 1.5em;
    margin: 10px 0;
}


.title {
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 20px 0;
}

.description {
    font-size: 1.2em;
    margin: 20px 0;
}

main, p {
	margin-left: 25px;
}

.sing-along {
    font-size: 1em;
    color: #FFD700;
    text-decoration: none;
    border-bottom: 1px solid #FFD700;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}

.sing-along:hover {
    background-color: #FFD700;
    color: darkgrey;
}

.scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.scroll-content {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.scroll-item {
    position: relative;
    display: inline-block;
    width: 300px;
    margin: 0 10px;
}

.scroll-item img {
    width: 350px;
    height: 100px;
}

.scroll-item p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 1.2em;
}

.scroll-button {
    position: absolute;
    top: 92%;
    transform: translateY(-50%);
    font-size: 2em;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
}

.scroll-button.right {
    right: 10px;
}

.section-two-title {
	color: #f4c049;
}

.trailer-container {
	display: flex;
	padding-right: 80px;
}

.video-section, .poster-section {
	flex: 1;
}

.video-section img {
	width: 300px;
	height: auto;
}

.poster-section img{
	width: auto;
	height: 415px;
	margin-left: 80px;
}

.p-section2 {
	margin-left: 80px;
	margin-right: 80px;
}

.borderline {
	color: #F4C049;
	border-top: 1px solid #f4c049;
	border-bottom: 1px solid #f4c049;
}

#spotify {
	background-color: #A16526;
	margin: 0px;
	width: 100%;
	height: auto;
	padding-top: 10px;
	margin-top: 40px;
}

.spotify-embed {
	width: 500px;
	height: 400px;
	border: none;
	margin-left: 30px;
} 

.section-three-title {
	margin-left: 60px;
}

.yellow-container {
	display: flex;
	justify-content: space-evenly;
}

.left-spotify, .right-spotify {
	margin-top: 30px;
	flex: 1;
	margin: 20px;
}

.track-list-section {
	display: flex;
	justify-content: space-evenly;
	color: #F4C049;
}

#prereviews {
	background-color: #A16526;
	margin: 0px;
	width: 100%;
	height: auto;
	padding-top: 10px;
	margin-top: 40px;
}

.post {
	color: black;
    background-color: #a16526;
    border: 1px solid #A16526;
    border-radius: 5px;
    padding: 5px;
    max-width: 80%;
	margin-left: 60px;
}

.song-list li {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.username {
    font-weight: bold;
    margin-right: 10px;
}

.time {
    color: #C0A07E;
	font-size: 12px;
}

.song-list {
    list-style-type: decimal;
    padding-left: 20px;
    margin-left: 40px;
}

.opinion {
	margin-left: 23px;
	margin-bottom: 50px;
}

.opinion p{
	color: #000000;
}

.main-container {
    max-width: 100%;
}


.content {
	color: #F4C049;
    background-color: black;
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 70px;
}

.song-image {
	margin-left: 25%;
    max-width: 50%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.story-line-title {
	text-align: left;
    margin-bottom: 10px;
	margin-left: 22px;
}

.story-line-p{
	text-align: left;
    font-size: 1rem;
	color: #F4C049;
}

.line {
	border-left: solid 1px #F4C049;
}

.lyrics-title {
	margin-top: 30px;
	text-align: left;
}

.lyrics-container {
    width: 100%;
    text-align: center;
	margin: auto;
	margin-bottom: 40px;
}

.lyrics {
    background-color: #A05C22;
    padding: 10px;
    height: 100px;
    overflow-y: scroll;
    border-radius: 5px;
    margin-top: 10px;
}

.lyrics p {
    margin: 0;
    padding: 5px 0;
}

.reason-title {
	text-align: left;
    margin-bottom: 10px;
	margin-left: 22px;
}

.reason-p{
	text-align: left;
    font-size: 1rem;
	color: #F4C049;
}

#yourturn {
	background-color: #A16526;
	padding-bottom: 50px;
	width: 100%;
	padding-top: 40px;
}

.form-title {
	text-align: center;
}

.name {
	width: 90%;
	margin-bottom: 30px;
}

.opinionform {
	width: 90%;
	height: 80px;
	margin-bottom: 30px;
}

.submit {
	border-radius: 5px;
	background-color: #F4C049;
}

.thank-you-body {
    background-color: #A16526;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.thanks-container {
    position: relative;
    text-align: center;
}

.thanks-container h1 {
    margin: 0;
    font-size: 2em;
}


footer p{
	padding-top: 30px;
	text-align: center;
	font-size: 0.8em;
}

@media only screen and (max-width:996px){
	html {
		scroll-behavior: smooth;
		scroll-padding-top: 120px;
	}
	
	.logo {
		position: relative;
		top: 10px;
	}
	
	.btnhome {
		margin-top: 50%;
	}
	
	.row {
		display: block;
	}
	
	.column {
		width: 80%;
		margin: auto;
		text-align: center;
	}
	
	#cont {
		width:90%;
	}
}
