/*!
Theme Name: Sunflower
Theme URI: http://theredsunflower.com/code-camp
Author: Jessica Patterson
Author URI: https://theredsunflower.com
Description: Code Camp Starter Theme
Version: 3.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Sunflower
Tags: simple, block-editor, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sunflower is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*eliminates margin around entire webpage*/

body {
	margin: 0;
	color: black;
	font-family: 'Tahoma', sans-serif;
}


* {
	box-sizing: border-box;
}
img {
	/*images should not exceed parent container*/
	max-width: 100%;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 26px;
}
p {
	font-size: 20px;
}
a {
	color: black;
}
/*Default Styles*/

#header {
	background-color: white;
	padding: 20px 7%;
	margin: 0;
	text-align: center;
}
.page {
	overflow: auto;
}
#menu li {
	list-style-type: none;
}
#fp-content, #content{
	background-color: white;
	overflow: auto;
	padding: 20px 7%;
}

#footer {
	background-color: white;
	text-align: center;
	padding: 20px 7%;
}
#footer p {
	font-size: 16px;
}
