@charset "UTF-8";
 CSS Document
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 {
	margin: 0;
	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{
/*background*/
background-color: #12100E;
margin-top: 70px;
overflow-x: hidden;
}

h1{
	font-family: 'Caveat Brush', cursive;
	font-size: 25px;
	color:#F2DEA9;
	font-weight: light;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

p{
	color:#F2DEA9;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;	
}

ul, li{
	line-height: 22px;
	
	
}
/*nav*/
nav{
	line-height: 3px;
	margin: 20px;
	color:#F2DEA9;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	
}

nav ul{
	list-style-type: none;
	display: flex;
}

nav ul li{
	flex: 1;
}

nav ul li a{
	display: block;
	text-align: center;
	padding: 16px 0;
	border-right: 3px solid #363020;
	font-family: 'Caveat Brush', cursive;
	background-color: #DDC089;
	border-radius: 5%;
	
}

nav ul li:last-of-type a{
	border: none;
}

a{
	text-decoration: none;
	
}
a:link{
	color: #363020;
}
a:visited{
	color: #12100E;
}
a:hover{
	background:rgba(27,163,57,0.95);
	color:#F2DEA9;
}
a:active{
	color: #F2DEA9;
}

#top,#bottom{
	background:rgba(27,163,57,0.5);
	border-radius: 10%;
	margin-bottom: 20px;
	margin: auto;
	padding-bottom: 15px;
}

#middle{
	background:rgba(221,192,137,0.5);
	border-radius: 10%;
	margin-bottom: 20px;
	margin: auto;
	padding-bottom: 15px;
	
}

#bottom{
	margin-bottom: 20px;
}

header, img{
	text-align: center;
	vertical-align: middle;
	margin: auto;
	width: 150px;
	height: 150px;
}

footer{
	position: relative;
}

#tom{
	padding-top: 40px;
	width: 500px;
	margin: auto;
	justify-content: center;
	text-align: center;
}


#top1 {
	width: 120%;
	height: 200px;
	transform: rotate(-10deg);
	transform-origin: top right;
	background-color: rgba(27,163,57,.5);
	
	position: absolute;
	top: 0px;
	right: 0;
	z-index: -1;
}

#top2 {
	width: 120%;
	height: 200px;
	transform: rotate(10deg);
	transform-origin: top left;
	background-color:rgba(221,192,137,.5);
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#bottom1 {
	width: 120%;
	height: 200px;
	transform: rotate(-10deg);
	transform-origin: top right;
	background-color: rgba(27,163,57,.5);
	
	position: absolute;
	top: 0px;
	right: 0;
	z-index: -1;
}

#bottom2 {
	width: 120%;
	height: 200px;
	transform: rotate(10deg);
	transform-origin: top left;
	background-color:rgba(221,192,137,.5);
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

		/*old that works with web*/
/*#bottom1 {
	width: 220%;
	height: 200px;
	transform: rotate(-10deg);
	transform-origin: top left;
	background-color: rgba(27,163,57,.5);
	position:inherit;
	top: 450px;
	left: -100px;
	z-index: -1;
}
#bottom2 {
	width: 120%;
	height: 200px;
	transform: rotate(10deg);
	transform-origin: top left;
	background-color:rgba(221,192,137,.5);
	position:inherit ;
	top: 0;
	left: 0;
	z-index: -1;
}
*/
#parallax-1 { 
    /* The image used */
    background-image: url("images/helena-lopes-592971-unsplash.jpg");
    /* Set a specific height */
    height: 220px; 
	border-radius: 10%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#parallax-2 { 
    /* The image used */
    background-image: url("images/brooke-cagle-411479-unsplash.jpg");

    /* Set a specific height */
    height: 220px;
	border-radius: 10%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#parallax-3 { 
    /* The image used */
    background-image: url("images/alex-6728-unsplash.jpg");

    /* Set a specific height */
    height: 220px; 
	border-radius: 10%;
	/* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

footer{
	
	align-content: center;
	justify-content: center;
	margin: auto;
}



		/* web1000 */
@media only screen and (min-width:930px){

header, img{
	text-align: center;
	vertical-align: middle;
	margin: auto;
	width: 240px;
	height: 240px;
}
	
body{
margin-top: 140px;
overflow-x: hidden;
}	
	
main{
	width: 700px;
	justify-content: center;
	align-content: center;
	margin: 0 auto;
	line-height: 1;
	text-align: left;
	vertical-align: middle;
}
	
nav{
	line-height: 3px;
	margin-top: 10px;
	margin-left: 10px;
	/*color:#F2DEA9;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	
	/*width: 700px;*/
	
	
}

nav ul{
	list-style-type: none;
	display: flex;
	text-align: center;
	justify-content: center;
}

nav ul li{
	/*flex: 1;*/
	flex: none;
	width: 100px;
}

nav ul li a{
	display: block;
	text-align: center;
	padding: 16px 0;
	border-right: 3px solid #363020;
	font-family: 'Caveat Brush', cursive;
	background-size: 400px;
	border-radius: 10%;
	
	/*background-color: #DDC089;*/
	
}	

h2{
	padding: 20px;
	
}
	
p{
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
	
}
	
#top, #bottom{
	background:rgba(27,163,57,0.5);
	border-radius: 15%;
	/*margin-bottom: 20px;*/
	width: 400px;
	margin: auto;
	/*display: flex;
	flex-wrap: wrap;*/
	
}

#middle{
	
	background:rgba(221,192,137,0.5);
	border-radius: 15%;
	/*margin-bottom: 20px;*/
	width: 400px;
	margin: auto;
	/*display: flex;
	flex-wrap: wrap;*/
	
}
	
#parallax-1 { 
    /* The image used */
    background-image: url("images/helena-lopes-592971-unsplash.jpg");
	
    /* Set a specific height */
    height: 400px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	border-radius: 10%;
	/*width: 500px;
	display: flex;
	flex-flow: row;*/
}

#parallax-2 { 
    /* The image used */
    background-image: url("images/brooke-cagle-411479-unsplash.jpg");

    /* Set a specific height */
    height: 400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	border-radius: 10%;
	/*width: 500px;
	display: flex;
	flex-wrap: wrap;*/
}

#parallax-3 { 
    /* The image used */
    background-image: url("images/alex-6728-unsplash.jpg");

    /* Set a specific height */
    height: 400px; 
	
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	border-radius: 10%;
	/*width: 500px;
	display: flex;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;*/
}
	
#tom{
	padding-top: 130px;
	width: 600px;
	margin: auto;
	justify-content: center;
	text-align: center;
}	
	
#top1 {
	width: 150%;
	height: 300px;
	transform: rotate(-10deg);
	transform-origin: top right;
	background-color: rgba(27,163,57,.5);
	
	position: absolute;
	top: 0px;
	right: 0;
	z-index: -1;
}

#top2 {
	width: 150%;
	height: 300px;
	transform: rotate(10deg);
	transform-origin: top left;
	background-color:rgba(221,192,137,.5);
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
	
#bottom1 {
	width: 150%;
	height: 250px;
	transform: rotate(-10deg);
	transform-origin: top right;
	background-color: rgba(27,163,57,.5);
	
	position: absolute;
	top: 0px;
	right: 0;
	z-index: -1;
}

#bottom2 {
	width: 150%;
	height: 250px;
	transform: rotate(10deg);
	transform-origin: top left;
	background-color:rgba(221,192,137,.5);
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}	
	

}




