@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

#home-body {
	background-image: url("https://images.pexels.com/photos/8864018/pexels-photo-8864018.jpeg?auto=compress&cs=tinysrgb&w=1200&lazy=load");
	background-size: cover;
}

li {
	list-style: none;
}
nav {
	padding-left: 20px;
	background-color: white;
	opacity: 0.5;
	text-align: center;
	max-width: 900px;
	margin: auto;
}
.nav-list {
	display: inline-block;
	margin-right: 80px;
	font-size: 20px;
	color: black;
	text-decoration: none;
	font-family: "Lust Script Regular", Luminari, "Lucida Grande", Helvetica;
	opacity: 1.0;
}
#home-title {
	font-family: "Lust Script Regular", Luminari, "Lucida Grande", Helvetica;
	font-size: 70px;
	text-align: center;
	margin-top: 260px;
	background-color: white;
	opacity: 0.5;
	color: black;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.home-titles {
	background-color: white;
	opacity: 0.5;
}
.h-title{
	display: inline-block;
	padding-right: 230px;
	padding-left: 275px;
	font-family: "Lust Script Regular", Luminari, "Lucida Grande", Helvetica;
	font-size: 50px;
}
.home-info{
	background-color: white;
	opacity: 0.5;
}
.home-p{
	display: inline-block;
	padding-right: 140px;
	padding-left: 220px;
	font-family: "Lust Script Regular", Luminari, "Lucida Grande", Helvetica;
	font-size: 25px;
}
#about-title, #refer-title{
	font-family: "Lust Script Regular", Luminari, "Lucida Grande", Helvetica;
	font-size: 70px;
	text-align: center;
	margin-top: 210px;
	background-color: white;
	opacity: 0.5;
	color: black;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.about-paragraph{
	background-color: white;
	opacity: 0.5;
}
.about-words{
	font-family:"Lust Script Regular", Luminari, "Lucida Grande", Helvetica;
	font-size: 25px;
}
.refer-stuff{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 50%;
}
.refer-links{
	text-decoration: none;
	font-size: 25px;
	color: black;
	background-color: white;
	opacity: 0.5;
	font-family:"Lust Script Regular", Luminari, "Lucida Grande", Helvetica;
	padding-bottom: 50px;
}
footer {
	text-align: center;
	font-size: 20px;
	background-color: white;
	opacity: 0.5;
	color: black;
	max-width: 500px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	margin-top: 100px;
}