@charset "utf-8";

/************Resets*********************/
html, body, div, span, 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,
b, u, i, center, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a {text-decoration: none;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************Resets end*********************/

body {
	width: 360px;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
}

header {
    border-bottom: 8px double #D8D8D8;
	padding-top: 140px;
	padding-bottom: 25px;
	margin-bottom: 50px;
	position: relative;
}

header img {
	position: absolute;
	left: 20px;
	top: 20px;
}


h1 {
	font-family: 'Water Brush', cursive;
	font-size: 3.5em;
	color: #363D57;
	text-align: center; 
	margin-bottom: 40px;
}

h2 {
	font-size: 1.4em;
	text-align: center; 
}

h3 {
	
	font-size: 1.2em;
	text-transform: uppercase;
	width: 100px;
	margin: auto;
	padding-bottom: 5px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 8px double #D8D8D8;
}

.long {
	width: 300px;
}

.long-contact{
	width: 300px;
}

p {
	width: 310px;
	margin: auto;
	line-height: 1.7em;
}

.bold-p {
	font-weight: bold;
}

.large-img {
	display: none;
}

address {
	text-align: center;
}

/**********Main*******/
main {
	width: 100%;
	margin: auto;
}

main img {
	width: 300px; 
	margin-bottom: 20px;
}

main li {
	text-align: center; 
	margin-bottom: 15px;
}

main address {
	margin-bottom: 50px;
}

section {
	margin-bottom: 70px;
}

section p {
	margin-top: 30px;
	text-align: center;
}

a:link, a:visited {
	font-weight: bold;
    text-decoration: none;
    color: #363D57;
}

a:hover, a:active {
	font-weight: bold;
    text-decoration: none;
    color: #54B500;
}

/********Navigation********/

#navigation {
	position: absolute;
	top: 10px;
	right: 0px;
}

#mobilenav {
	margin-bottom: 20px;
	padding-right: 20px;
}

#mobilenav h2 {
	text-align: right;
	line-height:50px;
	color:#737272;
	font-size:1.5em;
}

#mainnav {
	width:150px;
	position:absolute;
	top:50px;
	right:0;
	border-top: 1px solid #0C114F;
}

#mainnav ul {
	background:#0C114F;
}

#mainnav ul li a {
	display:block;
	background:#f1f1f1;
	color:#737272;
	font-weight:700;
	font-size:1.2em;
	line-height:50px;
	text-decoration:none;
	text-align:right;
	padding-right: 20px;
	width:150px;
	border-bottom: 1px solid #0C114F;
}

#mainnav ul li a:hover {
	background:#D4D4D4;
}

#mainnav-desktop {
	display: none;
}

/***DROPDOWN*****/

#dropdown-menu {
	width: 250px;
	margin: auto; 
}


/* Dropdown Button */
.dropbtn {
    background-color: #FFFFFF;
    color: black;
	padding: 0px 20px; 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border: none; 
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/******Header Ends**********/




/****INDEX/HOME RULES******/
.slideshow {
	display: block;
	margin: auto; 
	margin-top: 20px;
	margin-bottom: 80px;
}

#large-img-slideshow {
	display: none;
}

#sig {
	width: 120px;
	margin-left: 90px;
	margin-top: -30px;
	margin-bottom: 20px; 
}

/****ABOUT RULES********/
#rylieimg {
	width: 200px;
	border-radius: 130px;
	display: block; 
	margin: auto;
	margin-bottom: 30px;
	border-radius: 122px;
    -webkit-box-shadow: 5px 5px 9px #4A4A4A;
    box-shadow: 5px 5px 9px #4A4A4A;
}

/*******Connect*******/

.roundimg {
    width: 150px;
	margin-left: 100px;
    border-radius: 122px;
    -webkit-box-shadow: 5px 5px 9px #4A4A4A;
    box-shadow: 5px 5px 9px #4A4A4A;
}

#main-logos {
	width: 300px;
	margin: auto; 
	padding-left: 15px;
}
.social-main {
	width: 30px;
	margin: 30px 15px 0px 15px;
}

#social-main-youtube {
	width: 50px;
	margin: 30px 15px 0px 15px;
}

/**********Footer**********/
footer {
	background-color: #F0F0F0;
	padding: 30px 0px;
	margin-top: 50px;
}

footer section {
	margin-bottom: 70px;
	text-align: center;
}

footer li {
	margin-bottom: 15px;
}

#social-media {
	margin-bottom: 50px;
}

.social-logos {
	width: 300px; 
	margin: auto; 
}

.social-logos img { 
	margin: 30px 15px 0px 15px;
}

#validator {
	font-size: .8em;
	font-style: italic;
	text-align: center;
}

#rights {
	font-size: .8em; 
	font-style: italic; 
	text-align: center; 
}

/************ Responsive Media Queries ***************/

@media only screen and (min-width: 1000px) {
	body {
		width: 100%;
	}
	
	h1 {
		font-size: 4.5em;
	}
	
	ul li {
		margin-top: 10px;
	}
	
	header {
		padding-top: 80px;
	}
	
	header img {
	 	left: 120px;
		top: 80px;
	}
	
	#navigation {
		display: none;
	}
	
	main {
		width: 100%;
	}
	
	address {
		text-align: left;
	}
	
	#back-to-top {
		margin-left: 100px;
	}

	#dropdown-menu {
		margin-left: 70px;
		display: flex;
	}

	#mainnav-desktop {
		display: block;
		margin-left: 580px;
	}
	
	#mainnav-desktop ul {
		display: flex;
	}
	
	#mainnav-desktop ul li {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	#mainnav-desktop a:link, a:visited {
  		color: black;
  		padding: 12px 16px;
  		text-decoration: none;
	}

	#mainnav-desktop a:hover, a:active {
		font-weight: bold;
    	text-decoration: none;
    	color: #54B500;
	}
	
	.smallimg {
		display: none;
	}
	
	.large-img {
		display: block;
		width: 415px;
	}
	
	/****Home/Index*****/
	.slideshow {
		display: none; 
	}
	
	#whatido p {
		width: 420px;
		text-align: left;
	}
	
	#large-img-slideshow {
		display: block;
		width: 550px;
		margin: auto; 
		margin-top: 30px;
		margin-bottom: 50px;
	}
	
	#sig {
		margin-left: 480px;	
	}
	
	/****About Me****/
	#aboutme {
		display: flex;
		margin-left: 90px;
		margin-top: 80px;
	}
	
	#aboutme p {
		width: 420px;
		text-align: left;
	}
	
	#aboutme-info {
		display: flex;
		position: absolute;
	}
	
	#rylieimg {
		position: relative;
		bottom: 120px;
		margin-right: 60px;
	}
	
	#aboutme-side {
		margin-left: 820px;
	}
	
	/*****Connect****/
	
	#connect div:first-of-type {
		margin-left: 90px;
	}
	
	#connect div {
		margin: 0px 50px;
	}
	
	#connect {
		display: flex;
		flex: 1;
		width: 100%;
		margin: auto;
	}

	.roundimg {
		margin-left: 80px;
	}
	
	#connect p {
		text-align: left; 
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.long-contact {
		margin-left: 0px;
	}

	#connect ul li {
		text-align: left;
	}
	
	#main-logos {
		position: absolute;
	}
	
	#main-logos a {
		position: relative; 
		right: 40%;
	}
	
	/*****FineArt*****/
	
	#fineart-main p{
		width: 450px;
	}
	
	#fineart-img {
		width: 950px;
		margin: auto; 
	}
	
	#fineart-img div {
		display: flex; 
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	
	#fineart-img div img {
		margin: 5px;
	}
	
	#fineart-img img {
		margin: 2.5px;
	}
	
	/****Illustration*****/
	#illustration-main {
		width: 950px;
		margin: auto;
	}
	
	#illustration-main p {
		width: 450px;
	}
	
	#illustration-main div {
		display: flex; 
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	
	#illustration-main img {
		margin: 2.5px;
	}
	
	/****Peanuts*****/
	#peanuts {
		width: 950px;
		margin: auto;
	}
	
	#peanuts p {
		width: 420px;
	}
	
	/****Sketchbook***/
	#sketchbook-main {
		width: 950px;
		margin: auto;
	}
	
	#sketchbook-main div{
		display: flex; 
		margin-top: 20px;
	}
	
	#sketchbook-main div:last-of-type {
		flex-wrap: wrap;
	}
	
	
	/****Footer*****/
	
	#footerdiv {
		display: flex;
		flex: 1;
		width: 100%;
		margin: auto;
	}
	
	#footerdiv section {
		margin: 0px 80px 40px 80px;
	}
	
	#footerdiv section:first-of-type {
		margin-left: 200px;
	}
	
	#social-media ul li {
		text-align: left;
	}
	
	footer #main-logos {
		position: absolute;
	}
	
	footer #main-logos a {
		position: relative; 
		right: 40%;
	}
}