html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end meyer reset */


/* add clearfix for floats from http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/* add default box model - when you see the asterick it applies these properties and values to ALL selectors  */
* {
  box-sizing: border-box;
}

/* add image width for responsive images */

img {
  max-width: 100%;
}
/* YOU MUST INCLUDE LINES 1-81 in your style sheet */
/***********************
Begin your style rules - try to place them in the order that they appear on the page - alternatively come up with a predictable strategy about the order that they appear
*************************/
body {
  margin: 0 auto;
	background-color: #F2F5EA;
  font-family: georgia, Times, Serif;
  color: black;
}

header {
	background-color: black;
	width: 100%;
	margin: auto;
	text-align: center;
}

nav {
	text-align: center;
	max-width: 100%;
}


/* @media screen and (max-width: 500px){
	nav ul{
		flex-direction: column;
	}
} */


div.logo {
	margin: auto;
}

@media screen and (max-width: 500px){
	div.logo{
		max-width: 100%
	}
}


nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 10px 0;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 500px){
	nav ul{
		font-size: 12px;
		display: flex;
		padding: 0;
		flex-direction: row;
		text-align: center;
	}
}

nav ul li {
  font-size: 20px;
  Padding: 20px;
}

@media screen and (max-width: 500px){
	nav ul li{
		font-size: 16px;
		flex-direction: row;
		text-align: center;
		padding: 10px;
		margin: 5px;
	}
}

nav ul li a {
  color: white;
	text-decoration: none;
}

nav ul li a:hover{
	color: #82A17E;
}

main {
	background-color: #F2F5EA;
}

section.introduction {
	padding: 35px 1em 50px 1em;
	background-color: #F2F5EA;
}

@media screen and (min-width: 300px) {
	section.introduction {
		text-align: center;
		/* display: flex; */
	}
}

.new-contain{
	display: flex;
	justify-content: center;
	max-width: 1000px;
	padding: 1em;
	margin: 0 auto;
}

@media screen and (max-width: 500px) {
	.new-contain{
		text-align: center;
		flex-direction: column;
	}
}

div.new-contain img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	min-width: 200px;
	max-height: 300px;
}

@media screen and (max-width: 500px){
	div.new-contain img{
	max-width: 200px;
	margin: 0 auto;
	}
}

div.welcome {
	display: block;
	margin: 0;
}

h2.welcome-title {
	text-align: left;
	font-family: georgia, times, serif;
	color: black;
	font-size: 55px;
	font-weight: bold;
	padding-left: 35px;
	margin: 25px 0 10px 0;
	display: block;
	padding-bottom: 0;
}

@media screen and (max-width: 500px){
	h2.welcome-title{
		text-align: center;
		padding: 0;
	}
}

p.welcome-text {
	text-align: left;
	font-family: georgia, times, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	font-size: 25px;
	color: black;
  padding-left: 35px;
  margin: 0;
}

@media screen and (max-width: 500px){
	p.welcome-text{
		text-align: center;
		padding: 0;
	}
}
div.collection-button {
	/* display: flex; */
	text-align: center;
	padding: 25px 0 50px 0;
	margin: 0;
}
div.collection-button a{
	background-color: black;
	border-radius: 22px;
	font-size: 12px;
	text-decoration: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 5px 15px;
	color: white;
	margin: auto;
}




/* this is the beginning of my about page style sheet */
section.about {
	padding: 35px 1em 50px 1em;
	background-color: #F2F5EA;
	/* display: flex; */
}

.new-contain2{
	display: flex;
	justify-content: center;
	max-width: 1000px;
	padding: 1em;
	margin: 0 auto;
}

@media screen and (max-width: 500px) {
	.new-contain2 {
		text-align: center;
		flex-direction: column;
	}
}

div.about-section {
	display: block;
	margin: 0;
}

div.new-contain2 img {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		min-width: 250px;
		max-width: 200px
		max-height: 300px;
		margin: 0 auto;
}

@media screen and (min-width: 500px){
	div.new-contain2 img{
	max-width: 200px;
	margin: 0 auto;
	}
}

h1.about-title {
	text-align: left;
	font-family: georgia, times, serif;
	color: black;
	font-size: 35px;
	font-weight: bold;
	padding-left: 35px;
	margin: 25px 0 10px 0;
	display: block;
	padding-bottom: 0;
}

@media screen and (max-width: 500px){
	h1.about-title{
		text-align: center;
		padding: 0;
	}
}

p.about-text {
	text-align: left;
	font-family: georgia, times, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	font-size: 14px;
	color: black;
  padding-left: 35px;
  margin: 0;
}

@media screen and (max-width: 500px){
	p.about-text {
		font-size: 12px;
		text-align: center;
		padding: 0;
	}
}

.skills-section {
	padding: 35px 1em 25px 1em;
	background-color: #82A17E;
	justify-content: center;
}

/* @media screen and (max-width: 500px){
	.skills-section{
		flex-direction: column;
	}
} */

h1.skills {
	font-family: georgia, times, serif;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

div.skills-list{
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 500px){
	div.skills-list{
		flex-direction: column;
		text-align: center;
	}
}

div.column1 {
	font-family: georgia, times, serif;
	font-size: 18px;
	color: black;
	margin: auto;
	width: 50%;
}

div.column2 {
	font-family: georgia, times, serif;
	font-size: 18px;
	color:black;
	margin: auto;
	width: 50%;
}

.skills1 ul {
  padding: 0 100px;
}
.skills2 ul {
	padding: 0 100px;
}
.skills1 ul li {
	line-height: 2;
}

.skills2 ul li{
	line-height: 2;
}

div.collection-button2 {
	display: flex;
	padding: 25px 0 50px 0;
	margin: 0;
	background-color: #82A17E;
}

div.collection-button2 a{
	background-color: black;
	border-radius: 22px;
	font-size: 12px;
	text-decoration: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 5px 15px;
	color: white;
	margin: auto;
}


/* This is the beginning of my gallery page */
.gallery-title{
	margin: auto;
	font-size: 50px;
	font-family: georgia, times, serif;
	color: black;
	text-align: center;
	padding: 20px 0;
}

.subtext{
	margin: auto;
	font-size: 18px;
	font-family: georgia, times, serif;
	color: black;
	text-align: center;
	padding: 5px 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 8px 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
	width: 100%;
}

@media screen and (max -width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}


/* this is the beginning of my contact page */
div.header img{
	width: 100%;
	max-height: 300px;
}

div.contact-section{
	background-color: #82A17E;
}

@media screen and (max-width: 500px){
	div.contact-section {
		padding: 1em;
	}
}

h2.contact-title{
	margin: auto;
	font-size: 50px;
	font-family: georgia, times, serif;
	color: white;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}
.contact-section p{
	margin: auto;
	font-size: 18px;
	font-family: georgia, times, serif;
	color: black;
	text-align: center;
	padding: 10px 0 30px 0;
}
.media-links{
	margin: auto;
	display: table;
}
.media-links ul{
	text-align: center;
	list-style-type: none;;
	display: flex;
}
.media-links ul li{
	font-weight: bold;
	margin: 10px;
}

.media-links ul li a{
	text-decoration: none;
	font-size: 18px;
	font-family: georgia, times, serif;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 2;
	padding: 5px 20px;
	margin: auto;
	background-color: black;
	border-radius: 20px;
}

.media-links ul li a:hover {
	color: #82A17E;
}

@media screen and (max-width: 500px){
	.media-links ul{
		flex-direction: column;
	}
}

/* this is the beginning of my large view page */

div.collection-button3 {
	padding: 25px;
}

@media screen and (max-width: 500px){
	.collection-button3{
		text-align: center;
	}
}

div.collection-button3 a{
	background-color: black;
	border-radius: 22px;
	font-size: 12px;
	text-decoration: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 5px 15px;
	color: white;
	margin: auto;
}

.large-image{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

@media screen and (min-width: 700px){
	.large-image{
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding: 0 1em 3em 1em;
		margin: 0 auto;
		max-width: 1200px;
	}
}
.large-image .pict{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 5em 1em;
	max-width: 400px;
}

@media screen and (min-width: 700px){
	.large-image .pict{
		width: 50%;
		max-height: 1000px;
		padding: 1em;
	}
}

.large-view img {
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (min-width: 700px){
	.large-view img{
		text-align: center;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
}

.large-image-info{
	width: 100%;
	padding: 1em;
	margin: 3em 3em 0 0;
}

@media screen and (min-width: 700px){
	.large-image-info{
		width: 50%;
		padding: 0 1em;
		max-width: 100%;
	}
}

	h2.project-title {
		padding-left: 35px;
		text-align: left;
		font-family: georgia, times, serif;
		color: black;
		font-size: 20px;
		font-weight: bold;
		font-style: italic;
	}

@media screen and (min-width: 700px){
	h2.project-title {
		text-align: left;
		font-family: georgia, times, serif;
		color: black;
		font-size: 35px;
		font-weight: bold;
		font-style: italic;
		padding: 0;
	}
}

.info-text {
	text-align: left;
	font-family: georgia, times, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	font-size: 16px;
	color: black;
	padding-left: 35px;
	margin: 0;
}

@media screen and (min-width: 700px){
	p.info-text {
		padding: 0;
	}
}

strong{
	font-weight: bold;
}
.buttons{
	display: flex;
	justify-content: space-between;
	padding: 1em 3em;
}

@media screen and (min-width: 700px){
	.buttons{
		display: flex;
		text-align: center;
		padding: 1em 1em;
	}
}

.button1 a {
	background-color: black;
	border-radius: 22px;
	font-size: 12px;
	text-decoration: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: white;
	padding: 5px 15px;
}

@media screen and (min-width: 700px){
	.button1 {
		text-align: center;
		padding: 1em;
	}
}

.button2 a {
	background-color: black;
	border-radius: 22px;
	font-size: 12px;
	text-decoration: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: white;
	padding: 5px 15px;
}

@media screen and (min-width: 700px){
	.button2 {
		text-align: center;
		padding: 1em;
	}
}

#footer {
  text-align: center;
  font-family: georgia, Times;
  font-size: 12px;
	color: white;
	background-color: black;
	width: 100%;
	margin: auto;
	position: absolute;
	padding: 15px 0;
}

.demo {
  border: 1px solid #ccc;
  padding: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 750px;
  margin: 0 auto;
}

.demo div {
  flex-basis: 25%;
  border: 1px solid #000;
}
