@charset "UTF-8";
/*
A submission for Shane Howell's CSS ZENgineer Project
	My Design is titled: Paisley Paradise
	My Name is: Bonnijean Marley
	My solution is heavily referencing "A Robot Name Jimmy"
		– Design by @guitrasher
  		– Development by @jimmyking
 		– http://meltmedia.com"
*/
/*	This CSS file accompanies my CSS ZENgineer Project */


/*	/////  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 2021, by me */
/*	and or  */
/*	Background Paisley Vectors <a href="https://www.freepik.com/free-vector/paisley-pattern-collection_8565929.htm#query=paisley&position=12&from_view=search">Image by ilonitta</a> on Freepik */
/* header <a href="https://www.vecteezy.com/free-vector/paisley-background">Paisley Background Vectors by Vecteezy</a>*/



/* 	/////  FONT CITATIONS */
/*	All Google Fonts are released under licenses which do not require them to be cited  */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url("https://fonts.googleapis.com/css2?family=Ingrid+Darling&display=swap");




body {
	background-color: rgb(58, 232, 229);
	background-image: 
	  linear-gradient(rgb(231, 249, 249), 
			rgb(58, 232, 229), 
			rgb(71, 96, 255));
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.page-wrapper {
  width: 1300px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-image: url("Background.gif") 
	  ;
}
	
h1::before {
	content: url("Header9_29.gif") }
	
h1, h2, h3 {
  font-family: 'Ingrid Darling', cursive;
}

h1 { position: relative;
	top: -50px;
    left: -20px;}





