@charset "utf-8";
/* Curtis' Portfolio Page CSS Document */

	html {
		background-color: black;
		background: url("../../images/portfolioPage/sunsetStPhillips.jpg") no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		
	}

	body {
		color: white;
	}
	
	
	
	
	
/*	@media screen and (min-width: 1001px) { *//* styles for all larger devices */
	#outerHolder {
		position: absolute;
		align: left;
		margin-left: 3%;
		top: 50px;
		width: 88%;
	/*	border: 1px solid yellow; */
	}
	
	#myNameHolder {
		width: 50%;
		float: left;
		font: 3em Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
		font-style: italic;
	/*	border: 1px solid blue; */
	}
	
	#myWriteupHolder {
		float: left;
	/*	margin-top: 3%; */
		width: 60%;
/*		border: 1px solid green; */
	}
	
	#bigTextIntroduction {
		padding-top: 100px;
		font: 3em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	}
	
	#smallIntroduction {
		font: 1.3em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		font-style: italic;
	}
	
	#skillsUList {
		font: 1.3em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		font-style: italic;
	}
	
	
	#rightSideContentHolder {
		position: relative;
		top: 0;
		float: right;
	/*	margin-top: 3%; */
		width: 35%;
/*		border: 1px solid red; */
	}
	
	#linksTitle {
	/*	padding-top: 20px; */
		margin-top: 15px;
		text-align: right;
		font: 2em Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
/*		border: 1px solid white; */
	}
	
	.linkHolder{
		text-align: right;
		margin-bottom: 20px;
	}
	
	a {
		font: 1.4em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		line-height: 40px;
	}
	
	a:visited, a:link {
	/*	color:  #ffd99a; */
		color: #f6b38e;
		text-decoration: underline;
	}

	a:hover, a:active {
		color: white;
	/*	opacity: 0.8; */
		text-decoration: underline;
		background-color: rgba( 51, 51, 51, 0.0 );
	}
	
	.linkArrow {
		font-size: 30px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.linkDescription {
    	font-style: italic;
    	font-size: 14px;
    	line-height: 20px;
	}
/*	} */
	
	@media screen and (min-width: 980px) and (max-width: 1440px) and (orientation: landscape) { /* header styles for horizontal composition on most tablets */
		#outerHolder {
			top: 40px;
			width: 85%;
	/*		border: 1px solid yellow; */
		}
		
		#myNameHolder {
			font: 2.6em Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
			font-style: italic;
		}
		
		#myWriteupHolder {
			float: left;
			margin-top: 0.8%;
			width: 60%;
	/*		border: 1px solid green; */
		}
		
		#bigTextIntroduction {
			font: 1.8em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		}
		
		#smallIntroduction {
			font: 1.2em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
			font-style: italic;
		}
		
		#skillsUList {
			font: 1.2em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
			font-style: italic;
		}
		
		#rightSideContentHolder {
			float: right;
			margin-top: 0;
			width: 35%;
	/*		border: 1px solid red; */
		}
		
		#linksTitle {
			padding-top: 0px;
			font: 1.4em Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		}
		
		a {
			font: 1.2em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
			line-height: 25px;
		}
		
		.linkDescription {
    		font-style: italic;
    		font-size: 14px;
    		line-height: 15px;
		}
		
	}
	
	
	@media screen and (max-width: 980px) and (orientation: portrait) { /* header styles for vertical composition on most mobile phones */
		#myNameHolder {
			font-size: 5em;
		}
		
		#myWriteupHolder {
			margin-top: 4%;
			width: 100%;
	/*		border: 1px solid green; */
		}
		
		#bigTextIntroduction {
		/*	margin-top: 40px; */
			font-size: 3em;
		}
		
		#smallIntroduction {
			font-size: 2.4em;
		}
		
		#rightSideContentHolder {
		/*	float: right; */
			margin-top: 3%;
			width: 100%;
		/*	border: 1px solid red; */
		}
		
		#linksTitle {
			margin-top: 120px;
			text-align: left;
			font-size: 2.8em;
			margin-bottom: 10px;
		}
	
		.linkHolder{
			text-align: left;
			margin-bottom: 20px;
		}
		
		a {
			font-size: 2.3em;
		}
		
		.linkArrow {
			font-size: 1em;
			padding-bottom: 0;
			margin-bottom: 0;
		}
		
		.movableLinksHolder {
			float: left;
		}
		
		.keepRightLinksHolder {
			float: right;
		}
		
		.alignRightLink {
			text-align: right;
		}
		
		.linkDescription {
    		font-style: italic;
    		font-size: 1.5em;
    		line-height: 25px;
		}
	}
	
	@media screen and (max-width: 980px) and (min-aspect-ratio: 3/4) and (orientation: portrait) { /* Vertical composition on most tablets */
		#myNameHolder {
			font-size: 4em;
		}
		
		#myWriteupHolder {
			margin-top: 0;
		}
		
		#bigTextIntroduction {
			font-size: 2.3em;
			margin-bottom: 10px;
		}
		
		#smallIntroduction {
			font-size: 1.7em;
		}
		
		#skillsUList {
			font-size: 1.5em;
		}
		
		#linksTitle {
			margin-top: 50px;
			font-size: 2.5em;
			margin-bottom: 10px;
		}
		
		a {
			font-size: 1.8em;
		}
	}
	
	
	
	
		
	
	

