
/*Aaron Potter, April 9th 2021 */



	 
#outerwrapper {	

	background: rgba(243,205,170, 0.4);
	border-radius: 15%;
	max-width: 70%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px; 
}

html {
	background-image: url("../images/jewelry.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

h1 {
	font-family: 'Pacifico', cursive;
	font-size: 4em;
}

h2 {
	font-family: 'berkshire_swashregular';
	font-size: 2em;
	font-style: italic;
}

@font-face {
    font-family: 'berkshire_swashregular';
    src: url('../fonts/webfontkit/berkshireswash-regular-webfont.woff2') format('woff2'),
         url('../fonts/webfontkit/berkshireswash-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

main {
	background: linear-gradient(to right, #FFFFFF, #F0F9E6);
	padding: 10px;
	margin: 20px;
	border-radius: 2em;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	float: left;
	border-radius: 50%;
}

.addrightmargin {
	margin-right: 10%;
}

/* nav {
	float: left;
	clear: both;
} */

nav ul {
	list-style-type: none;
	font-size: 1.5em;
}

footer {
	font-size: 1em;
	text-align: center;
	padding: 10px;
}
