@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap');
/*	/////  HTML and CSS CITATIONS */
/* 	This CSS file is released under the Creative Commons License - 
		- http://creativecommons.org/licenses/by-nc-sa/4.0/  /* 
/* 	License Allows: adaptations and commercial use, but requires share-and-share alike and attribution to me  /*
/* 	/////  IMAGE CITATIONS */
/* 	Images are all cited below and not included in the CC4.0 above, which is limited to the CSS only /* 

/* All associated graphics copyright 2024, by me */
/*	All other images are cited below and released under Creative Commons License CC0 and courtesy of Pexels and Pixabay 
		- fabric-6947418_1920.jpg
https://creativecommons.org/publicdomain/zero/1.0/
*/
* h1, nav, ul, li {
	box-sizing:border-box;
}
.home{
	background:url("../img/quilt.jpg") no-repeat;
}
#body{
	background:rgba(160,128,124,1.0);
}
h2{
	text-align:center;
	font-family:"Yeseva One";
	padding:60px;
	width:350px;
	color:rgba(29,54,12);
	background:rgba(48,174,196,0.72);
	border-radius:30px;
	margin-top:50px;
	margin-bottom:25px;
	display:inline-block;
	border:3px dashed #413231;
}
#h2{
	position:relative;
	top:80px;
	line-height:35px;
}
.special{ 
  font-size: 23px;
	color:rgba(45,70,0,1.00);
	background:none;
	text-align:center;
	font-family:monospace;
	margin-top:15px;
	padding:25px;
}
p{
	font-family:monospace;
}
article{
	font-family:"Poppins";
	font-size:18px;
	line-height:40px;
	color:rgba(29,54,12,1.00);
}

.about{
	margin-top:50px;
}
.special{
	border:3px dotted #413231;
	background:rgba(160,128,124);
	margin-bottom:20px;
	margin-top:20px;
	border-radius:30px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0;
	padding-right:0;
	text-align:center;
}
h1{
	text-align:center;
	background:rgba(160,128,124);
	padding:30px;
	border-radius:30px;
	font-family:"Yeseva One", Serif;
	color:#43452D;
	border:3px dashed #413231;
}
header{
	background:url("../img/quilt.jpg") no-repeat;
	height:300px;
	width:100%;
	border-radius:0 30px 30px 30px;
}
#no{
	background:none;
}
li{
	list-style:none;
	display:inline-block;
	padding:15px;
	color:#43452D;
}
ul{
	padding:10px;
	margin-bottom:0;
}
nav{
	text-align:center;
	font-size:18px;
	font-family:"Poppins", sans-serif;
	background:rgba(160,128,124);
	border-radius:30px;
	margin-top:20px;
	margin-bottom:0;
	border:3px dashed #413231;
}
a{
	color:#43452D;
	text-decoration:none;
}
a:hover{
	border-bottom:2px dotted #43452D;
}
a:visited{
	color:#B1C2BA;
}
nav a:hover{
	background:rgba(31,162,177,1.00);
	padding:20px;
	margin:-4px;
	transition:.2s;
	border-radius:10px;
	border: 2px dashed #413231;
	color:#413231
}
img{
	width:370px;
	height:535px;
	margin-top:50px;
	border-radius:20px;
}