<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*imported google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap');

/*Holds my website together*/
.grid-container {
	display: grid;
	grid-template-rows: 50px 200px 750px 100px;  /*Order: Header, Nav, Content, Footer*/
    height: 100vh;
	position: relative;
}

/*navigation css*/
.nav {
    background-color: #9c1f4d;
    height: 100px; /* Adjust the height as needed */
}

/*nav buttons css*/

.fa {
	font-size: 16px;
	border-radius: 15px;
	padding: 5px;
	margin: -2px;
	text-align: center;
}

.nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.nav li {
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #f4eb49;
}

.nav a:link {color: #f4eb49;} /*unvisited link*/
.nav a:visited {color: #f4eb49;} /*visited link*/
.nav a:hover {color: #f4eb49;} /*mouse over link*/
.nav a:active {color: white;} /*selected link*/

.nav a {
	text-decoration: none;
}

/*nav drop down menu css*/
ul {
	display: inline;
	padding: 15px 0px 0px 0px;
	list-style: none;
}

ul li {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 15px 50px 17px;
}

ul li:hover {
	background-color: #b1486f;
}

a:link {color: black;} /**/
a:visited {color: black;} /**/
a:hover {color: black;} /**/
a:active {color: black;} /**/	

a {
	text-decoration: none;
}

ul li ul {
	padding: 0;
	position: absolute;
	top: 48px; /*space between each drop-down menu list*/
	left: 0;
	width: 140px; /*width of drop down menu list*/
	display: none; 
	visibility: hidden; /*hides the drop down menu list*/
	z-index: 1; /*for overlapping divs, bringing to the front like a drop down menu*/
}

ul li ul li {
	background: #b1486f;
	display: block;
	width: 130px;
}

ul li ul li:hover {background: #9c1f4d;} /*this is the drop-down menu hover on blocks*/

ul li:hover ul {
	display: block;
	visibility: visible; /*makes drop-down menu visible*/
}

/*header css*/
.header {
    box-sizing: border-box;
    background-color: #e93578;
	background: url("../images/Banner.gif");
	background-size: cover;
}

/*content css*/
.content {
    box-sizing: border-box;
    Background-color: white;
	height: 750px;
	overflow-y: scroll;
	overflow-x: hidden;
}

/*Homepage css*/
.cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.card-1 {
	background-color: white;
	padding: 10px;
	align-items: center;
}

.card-2 {
	background-color: #FFEFF5;
	padding: 10px;
}

.card-3 {
	background-color: white;
	padding: 10px;
	align-items: center;
}

.cards h1 {
	margin: 20px;
	text-align: left;
	font-family: 'Rubik', sans-serif;
}

.cards p {
	margin:20px;
	text-align: left;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
}

.cards iframe {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	height: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.cards img {
	width: 100%;
	height: auto;
	margin: 10px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
}


/*Artist Pages*/

.container {
	display: grid;
  	grid-template-columns: repeat(auto-fit, minimax(1, 1fr));
}

.panel {
  	background-color: white;
	padding: 10px;
	align-items: center;
}

.panel-1 {
	background-color: #FFEFF5;
	padding: 10px;
}

.panel h1 {
	margin: 20px;
	text-align: left;
	font-family: 'Rubik', sans-serif;
}

.panel-1 h1 {
	margin: 20px;
	text-align: left;
	font-family: 'Rubik', sans-serif;
}

.panel p {
	margin:20px;
	text-align: left;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	display: inline-block;
	
}

.panel-1 p {
	margin:20px;
	text-align: left;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
}

.fa-person {
	font-size: 30px;
	margin: 5px;
}

.fa-newspaper {
	font-size: 30px;
	margin: 5px;
}

.fa-headphones {
	font-size: 30px;
	margin: 5px;
}

.images {
	margin-left: 50px;
	width: 100%;
	align-items: center;
	justify-content: center;
}

figcaption {
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
}

.image {
	max-width: 650px;
	display: inline-block;
	margin: -10px;
}

.image img {
	display: inline-block;
	width: 100%;
	height: 400px;
	position: relative;
	border-radius: 8px;
}

.panel iframe {
	margin: 30px;
	width: 925px;
	height: 600px;
	border-radius: 8px;
}

/*Contact Page css*/

.Start h1 {
	margin: 20px;
	text-align: center;
	font-family: 'Rubik', sans-serif;
}

.Start p {
	margin:20px;
	text-align: center;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
}

.box-holder {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 75px;
	margin: 75px;
}

.box {
	background-color: #FFEFF5;
	padding: 10px;
	height: 500px;
}

.box p {
	margin: 20px;
	margin-top: 160px;
	margin-bottom: 160px;
	text-align: left;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
}

.box .fa {
	font-size: 25px;
	padding: 10px;
	background-color: #9c1f4d;
	border-radius: 60px;
	margin: 10px;
	color: #f4eb49;
}


/*Footer css*/
.footer {
    background-color: #e93578;
}

h5 {
	margin: 10px;
	font-size: 10px;
	color: white;
	text-align: center;
	font-family: 'Rubik', sans-serif;
}</pre></body></html>