/*Colors 
darkblue #1C354E 
lightblue #56799B
black #000000
tan #E7C998
Dark Brown #372E1F*/

/*// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900*/



.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.cormorant-garamond-medium {
  font-family: "Cormorant Garamond", system-ui;
  font-weight: 500;
  font-style: normal;
}


body{
	background-image: url("img/splatter_background.png"); 
	font-family: Cormorant Garamond, Times New Roman, serif;
	font-size: 35px;

}


#wrapper {
	width:1000px;
	margin: auto;
}

 #poem {
            display: grid;
            grid-auto-flow: row;
            grid-template-columns: 1fr 2fr;
            grid-gap: 0;
            grid-column-start: 1;
            grid-column-end: span 2;
        }
	
h1,h2,h3 {
	color:#372E1F;
	font-family: "Noto Sans", "Arial", sans-serif;

}

.stanza {
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	padding:40px;
	
}


.birds {
	width: 300px;
	padding:40px;
}

.birds img {
	max-width: 100%;
	object-fit: contain;

}

#bio-grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 2fr;
  grid-gap: 0;
  grid-column-start: 1;
  grid-column-end: span 2;
}

#author-figure {
	text-align: center;
	margin:auto;
	font-size:20px;
}

#author-figure figure img {
	text-align: center;
	display:block;
	width:100%;
}

#author-bio-text {
	font-size: 20px;
}


 
 a:link, a:visited {
	color:#1C354E; 
	text-decoration: none;
	
}

a:hover, a:focus {
	color:#56799B;
}

.little-link {
	font-size: 20px;

}











