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;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;}

body {
line-height: 1.5;
}

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;
}


* {
    margin: 0;
    padding: 0;
}    

html, body {
	display: inline-block;
    width: 100%;
    height: 100%;
}

body	{
	overflow-x: hidden;
}

div	{
	display: inline-block;
	width: 100%;
}

h2	{
	color: white;
	text-shadow: 2px 2px 8px #FF0000;
	font-family: 'Amatic SC', cursive;
	font-size: 6em;
	letter-spacing: -.02em;
	word-wrap: break-word;
	padding: 100px;
}

h3	{
	color: #81d8d0;
	font-family: 'Amatic SC', cursive;
	font-size: 3em;
	word-spacing: 10px;
	letter-spacing: -.02em;
	word-wrap: break-word;
	padding: 50px;
}


nav	{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
}

li {
    float: left;
}

li a {
	font-family: 'Amatic SC', cursive;
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    margin: 0px;
}

li a:hover {
    color: #81d8d0;
}

.active	{
	color: #979797;
}

nav ul li { 
  	list-style:none;
  	margin:0px;
  	float: right;  
  	padding-top: 5px;
  	padding-right: 20px;
  	font-size: 1.5em;	
}

nav ul li:first-child { 
	float: left; 
	font-family: 'Amatic SC', cursive;
	font-size: 2em;
	font-weight: bold; 
	padding-top: 0px;
}

header {
	display: flex;
    width: 100%;
    height: 100%;
}

#profile-picture {
	display: block;
    background-image: url("images/header.jpg");
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

#title	{
	display: flex;
    width: 100%;
    height: 100%;
    padding: 5%;
    box-sizing: border-box;
    text-align: center;
	
}

#text-container	{
	margin: auto;
	color: white;
	text-shadow: 2px 2px 8px #FF0000;
}

#title h1	{
	color: white;
	font-family: 'Amatic SC', cursive;
	line-height: 1.2;
	font-size: 8em;
	padding: 5px;
}

#title p	{
	font-family: 'Amatic SC', cursive;
	font-size: 2em;
	margin-top;
	word-spacing: 10px;
}


section	{
	display: flex;
	width: 100%;
	height: 100%;
	
	
}

#bio	{
	display: inline-block;
	position: absolute;
	background-color: #333;
	color: white;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
}

.bio-container	{
	font-family: 'Roboto', sans-serif;
    width: 940px;
    text-align: center;
}

.bio-container img	{
	display: inline-block;
	width: 75%;
}

#bio-intro	{
	margin: auto;
}

#bio p	{
	font-family: 'Delius', cursive;
	width: 50%;
	line-height: 200%;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
}

img {
	border-radius:50%;
}

#photo {
	border-radius:20%;
}

.parallax	{
	background-image: url(images/forestcoast2.jpg);
	height: 150%;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2	{
	background-image: url(images/sunset2.jpg);
	height: 80%;
	background-attachment: fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3	{
	background-image: url(images/fire.jpg);
	height: 80%;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
									
									
.modelling-container	{
	text-align: center;
	background-color: white;
	display: inline-block;
	position: absolute;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
}

.modelling-container a:hover	{
	transition: all .2s ease-in-out;
	transform: scale(1.1);
	color: gray;
}

#modelling-head h2	{
	color: #333;
	padding-bottom: 20px;
}

#modelling-head a	{
	text-decoration: none;
	color: #81d8d0;
}


#samples img	{
	display: inline-block;
	width: 250px;
	padding: 20px;
	filter: drop-shadow(5px 5px 5px #222);
}

a	{
	text-decoration: none;
	}

.design-info p	{
	font-family: 'Delius', cursive;
	font-size: 2em;
	width: 50%;
	line-height: 200%;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	color: #333;
}

h4	{
	font-family: 'Delius', cursive;
	font-size: 1em;
	font-style: italic;
	color: #333;
}


.design-container	{
	text-align: center;
	background-color: #979797;
	display: inline-block;
	position: absolute;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
   
}

#design-head h2	{
	color: white;
	padding-bottom: 20px;
}

#design-head h3	{
	color: #333;
}



.websites h3	{
	
	color: #333;
	padding-bottom: 20px;
	padding-top: 60px;
}

#websites img	{
	display: inline-block;
	width: 250px;
	padding: 20px;
	filter: drop-shadow(5px 5px 5px #222);
}



#design-info1 p	{
	font-family: 'Delius', cursive;
	font-size: 2em;
	width: 50%;
	line-height: 200%;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	color: white;
	
}

#design-info1 h4	{
	font-family: 'Delius', cursive;
	font-size: 1em;
	font-style: italic;
	color: white;
}


.contact	{
	background-color: #333;
	text-align: center;
	display: inline-block;
	position: absolute;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    z-index: -1;
}

#contact-head h2	{
	color: white;
}

#contact-info img	{
	width: 100px;
	text-align: center;
}

#contact-info h3	{
	color: white;
}


@media only screen and (max-width: 667px)  {

	nav ul li { 
  	list-style:none;
  	margin:0px;
  	text-align: center;  
  	padding-top: 5px;
  	padding-right: 10px;
  	font-size: 1em;	
	}
	
	nav ul li:first-child	{
	font-size: 1em;
	}
	
	#text-container h1	{
		font-size: 6em;
	}
  
  	#text-container h2	{
  		font-size: 4em;
  	}
  	
  	#bio-intro h2	{
  		font-size: 3.5em;
  		padding-top: 100px;
  	}
  	
  	#modelling-head h2	{
  		font-size: 3.5em;
  		padding: 100px;
  	}
  	
  	#modelling-head h3	{
  		font-size: 2em;
  	}
  	
  	#modelling-head p	{
  		font-size: 1em;
  	}
  	
  	.modelling-info	{
  		padding: 20px;
  		width: 100%;
  	}
  	.modelling-info p	{
  		font-size: 16px;
  	}
  	
  	.modelling-info h4	{
  		font-size: 16px;
  	}
  	
  	#design-head h2	{
  		font-size: 3.5em;
  		padding-top: 100px;
  	}
  	
  	#design-info1 p	{
  		font-size: 16px;
  	}
  	
  	#design-info1 h4	{
  		font-size: 16px;
  	}
  	
  	#contact-head h2	{
  		font-size: 3.5em;
  		padding-top: 100px;
  	}
  
  }
  
  @media only screen and (max-width: 566px)  {

	nav ul li { 
  	list-style:none;
  	margin:0px;
  	text-align: center;  
  	padding-top: 5px;
  	padding-right: 0px;
  	font-size: 1em;	
	}
	
	nav ul li:first-child	{
	font-size: 1em;
	}
	
	#text-container h1	{
		font-size: 6em;
	}
  
  	#text-container h2	{
  		font-size: 5em;
  	}
  	
  	#bio-intro h2	{
  		font-size: 3em;
  		padding-top: 100px;
  	}
  	
  	#modelling-head h2	{
  		font-size: 3em;
  		padding: 100px;
  	}
  	
  	#modelling-head h3	{
  		font-size: 2em;
  		padding-top:10px;
  	}
  	
  	#modelling-head p	{
  		font-size: 1em;
  	}
  	
  	.modelling-info	{
  		padding: 20px;
  		width: 100%;
  	}
  	.modelling-info p	{
  		font-size: 16px;
  	}
  	
  	.modelling-info h4	{
  		font-size: 16px;
  	}
  	
  	#design-head h2	{
  		font-size: 3em;
  		padding-top: 100px;
  	}
  	
  		#contact-head h2	{
  		font-size: 3em;
  		padding-top: 100px;
  	}
  
  }