/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
    line-height: 1;
    background-color: #000030;
}


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 CSS Reset*******/


body {
    font-family:'Poiret One', cursive;
    color: #000030;
	font-size: 3.5rem;
    font-weight: 400;
	text-align: center;
}


header {
	width: 100%;
	border-top: 2px solid #000030;
	border-bottom: 2px solid #000030;
}


#container {
    /*border-top: 2px solid #E87F00;*/
    border-left: 2px solid #E87F00;
    border-right: 2px solid #E87F00;
    border-bottom: 2px solid #000030;
    margin: auto;
    background-color: #FDB349;
}


#robyn {
    padding-top: 40px;
    padding-bottom: 40px;
}


#robyn h1 {
    text-decoration: none;
    font-size: 3.5rem;
    color: #000030;
    font-weight: 600;
}


#top {
	display: block;
	padding: 40px 0;
}



#middle {
	paddiing-top: 40px;
	padding-bottom: 40px;
}


h2 {
    font-size: 1.75rem;
    padding-bottom: 30px;
    font-family: 'Raleway', sans-serif;
 }


.css-plus h3 {
    padding-bottom: 15px;
    color: #000030;
    /*font-weight: 600;*/
    font-size: 1.5rem;
}


.css-projects h3 {
    color: #000030;
    font-size: 1.5rem;
    /*font-weight: 600;*/
    padding-bottom: 20px;
}


ol {
	padding-bottom: 20px;
}


ul {
    padding-bottom: 20px;
}


ul li, ol li {
    font-size: 1.2rem;
    /* [disabled]color: #292828; */
    padding: 3px;
    list-style-type: none;
    font-weight: 600;
}


ul li a, ol li a {
    text-decoration: none;
    color: #000030;
}


ul li a, ol li a:hover {
	color: #e87f00;
}


#middle ul li a {
    color: #000030;
}


#middle ul li a:hover  {
    color: #E87F00;
}


aside {
	padding-bottom: 40px;
}


aside h3 {
    font-size: 1.5rem;
	font-family: 'Raleway', sans-serif;
    text-decoration: none;
    padding-bottom: 20px;
    color: #000030;
}


aside ul li a {
    color: #000030;
}


aside ul li a:hover  {
    color: #E87F00;
}



footer {
    width: 100%;
    padding: 40px 0;
    border-top: 2px solid #000030;
    background-color: #4841FF;
}

#valid p {
    font-size: 0.25em;
}


footer p {
	text-align: center;
	padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}


footer p a {
    color: #000030;
    text-decoration: none;
    list-style-type: none;
}


footer p a:hover  {
    color: #E87F00;
    text-decoration: none;
    list-style-type: none;
}


#social {
	text-align: center;
	color: #000030;
	font-size: 30px;
	padding-top: 20px;
}



/*******Begin Media Query Section*******/



@media only screen and (min-width: 700px) {
	
	#container {
		width: 700px;
		
	}
	
	.top-projects {
		display: flex;
		justify-content: space-around;
		margin-left: 25px;
}
	
	
	#middle {
		display: flex;
		justify-content: space-between;
	}
	
	.css-plus {
		flex: 1;
	}
	
	.css-projects {
		flex: 1;
	}
	
	
	footer {
		width: 700px;
		display: flex;
		justify-content: space-between;
		background-color: #3F31FF;
		padding: 40 0;
	}
	
	footer p {
		flex: 1;
	}
	
	footer p a {
		flex: 1;
	}
	
	
	#social {
    flex: 1;
    }
	
	#valid {
	flex: 1;	
	}
	
	
}



@media only screen and (min-width: 900px) {
	
	#container {
		width: 960px;
		margin: auto;
	}
	
	
	footer {
		width: 100%;
	}
	
	
	
}
