
html {
	   font-size: 62.5%; /* Changes default 16px root to 10px */
}

body {
		margin: 0;
		padding-top: 1px;
		min-width: 100%;
		min-height: 100vh;
		
		background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
		background-image: url(images/texture.png),linear-gradient(45deg, #FFFFFF 0%, #66ccff 70%);
		background-repeat: repeat;
}
	  

a:link {
	color: #ff3399;
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #ff3399;
	text-decoration: none;  
	font-weight:bold;
}

a:hover {
	color: #3399ff;
	text-decoration: none; 
	font-weight:bold;
}

a:active {
	color: #ff3399; 
	text-decoration: none;   
	font-weight:bold;
}

h1 {
	font-family: Palatino, Georgia, serif;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 3px 1px 1px #ff3399;
	color: #ffcccc;

   /* Forces the single line to scale down nicely */
   font-size: clamp(3.5rem, 11vw, 8.5rem); 
   letter-spacing: clamp(0.2rem, 0.8vw, 1rem); 
   margin: clamp(1.5rem, 3vw, 3rem) auto;
  
   /* Safeguards against text cutting off */
   white-space: nowrap; 
   overflow: hidden;    
   text-overflow: ellipsis; 
}

h2 {
	font-family: Palatino, Georgia, serif;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: lowercase;
	color: #ffffff;
	padding-left: 2rem;
	text-shadow: 2px 1px 1px #ff3399;
	margin: 1rem;
    background-image: url('images/hydrangea-h2.png');
	background-size: cover;
	background-position: center;
	background-color: #66ccff; 
  
}

h3 {
	font-family: Palatino, Georgia, serif;
	font-size: 1.5rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 1rem;
}

i { 
	margin: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4rem;
	color: #3399ff;
}

.collection {
	background-color: white;
	margin: 0px auto;
	font-family: Helvetica, sans-serif;
	font-size: 1.4rem;
	width: 65%;
	text-align: justify;
	padding: 5px 5px; 
	line-height: 2rem;
	color: #333333;
}

.collection p:last-of-type {
	margin-bottom: 0;
}

.about {
	background-color: white;
	margin: 0px auto;
	font-family: Helvetica, sans-serif;
	font-size: 1.4rem;
	width: 65%;
	text-align: justify;
	padding: 5px 5px 5px 5px; 
	line-height: 1.7rem;
	color: #333333;
}


table, tr, td {
    font-family: Helvetica, sans-serif;
    font-size: 1.4rem;
    text-align: justify;
	color: #333333;
    padding: 0px 10px 0px 10px;
    margin: 0px auto;
    line-height: 2rem;
}

.legal {
	width: 80%;
	margin: 5px auto;
	font-family: Century Gothic, sans-serif;
	font-size: 1.2rem; 
	text-align: justify;
	color: #333333;
	padding: 0px 0px 0px 0px;   
}
