/*
Author: Jen Cotton
Description: Portfolio site.
(C) 2016
*/

body{
	display: block;
	margin: 2em;
	padding: 1em 2em;
	font-family: 'Roboto Condensed', sans-serif;
	color: #14171A;
	font-size: large;
	max-width: 772px;}

a, a:active{
  	color: #10b0b8;
    text-decoration: none; }

a:visited {
  	color: #096469;
    text-decoration: none; }

a:hover {color: #10B0B8;}

h1{ 
	font-weight:100;
	font-size:60px;}

p{  display: block;
	line-height:1.5em;
	font-size:30px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}

@media screen 
and (min-width : 1700px) {
	p {font-size: 2.9em; padding-bottom: .4em;}
	section {width: 56em; height: 39em;}
	ul li {font-size: 1.8em; padding-left: 0; padding-right: .8em;}
}

@media screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	body {text-align: left; padding: 0;}
	p {font-size: 1.15em; padding-bottom: .2em; font-weight: 100;}
	section {margin: auto; width: 84%; height: 24em; padding: 0 8%;}
	ul li {font-size: 1.26em; padding-left: 0; padding-right: .8em;}
	h1 {display: block;font-size: 2.6em;}
}

@media screen 
and (device-width : 360px) {
	p {font-size: 1.15em; padding-bottom: .2em; font-weight: 100;}
	section {margin: auto; width: 88%; height: 24em; padding: 0 6%;}
	h1 {display: block;font-size: 2.6em;}

}



