@charset "utf-8";
/* CSS Document */

/*--------Global properties--------*/
#home {
	height: 100px;
	width: 161px;
}

/*--------Text styles--------*/
h1 {
	text-align: center;
	margin: 0 10px 5px 10px;
}

h1#hello {
	margin: -45%  0 10px 0;
	text-align: center;
	font-size: 90pt;
	line-height: 80pt;
}

p.homeText {
	width: 80%;
	margin-left: 10%;
}

/*--------Main navigation--------*/
#standardNav {
	height: 115px;
}

.pagesNav {
	padding-left: 3%;
	margin-top: 55px;
	display: inline-block;
	padding-bottom: 18px;
	font-size: 14pt;
}

.pagesNav_min {
	display: inline-block;
	padding-left: 5%;
}

.icon-size {
	width: 22px;
	height: 22px;
}

/*--------Subnavigation--------*/
#thumbnails {
	width: 96%;
	margin-left: 3%;
	margin-right: 1%;
	margin-top: 7px;
	text-align: center;
}
	
#thumbnails_min {
	width: 76%;
	margin-left: 24%;
	text-align: center;
}

.thumb, .thumb_min {
	background-size: cover;
	background-origin: border-box;
	overflow: hidden;
	border: solid 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.thumb {
	height: 60px;
	width: 9%;
}

.thumb_min {
	width: 9%;
	height: 45px;
	margin-right: 3px;
}

@media (max-width: 670px) {
	#thumbnails_min {
		width: 74%;
		margin-left: 26%;
	}
	
	.thumb_min {
		width: 8%;
	}
}

.navText {
	opacity: 0;
	filter: alpha(opacity=0);
}

#pullDown label {
	display: none;
}

/*--------Home/About pages formatting--------*/
    /*#welcome, #skyline, #myPic, .intro, #pdf-icon, #resume*/
#welcome {
	margin-left: 0;
}

#skyline {
	float: none;
	width: 75%;
	margin: 10px 0 0 12%;
	padding: 0;
}

#myPic {
	position: relative;
	display: block;
	width: 100%;
	height: initial;
	margin: 0;
	background-image: url(images/portrait-900.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
	
#myPic img {
 display: block;
	width: 100%;
	height: 100%;
}

.intro {
	width: 65%;
	margin: 0 18%;
	display: block;
}

#resume {
	margin-right: 0;
}

/*--------Digital/Print pages formatting--------*/
#preview, #project {
	margin: auto;
}

#preview {
	width: 70%;
	padding-top: 15px;
}

#summary {
	padding-top: 0px;
	padding-bottom: 20px;
}

#project {
 width: 80%;
	height: 270px;
}

.summaryText-live {
	height: 190px;
	margin-bottom: 15px;
}

.summaryText-noLive {
	height: 230px;
}
	
#viewLive {
	padding-bottom: 10px;
}

.smallImageContainer {
	flex-wrap: wrap;
}

.descriptionParagraph {
	width: 80%;
}
	
/*--------Digital/Print: Header size and back to top--------*/
#head_full, #spacer {
	height: 160px;
}

#head_min {
	padding-left: 0px;
}

/*--------Mini-queries--------*/
@media (max-width: 700px) {
	#scrollTop {
	 width: 10%;
	 margin-left: 88%;
	 margin-top: 10px;
	 background-color: #ffffff;
	 border-top-right-radius: 10px;
	 border-top-left-radius: 10px;
	 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
 }
	
	#scrollTop a {
	 padding: 5px 3px 7px 5px;
	 line-height: 14px;
 }
}

@media screen and (min-width: 721px) and (max-width: 900px) 
and (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx),
(min-resolution: 144dpi) {
	#myPic {
		max-width: 1920px;
		position: relative;
		display: block;
		width: 100%;
		height: initial;
		margin: 0;
		background-image: url(images/portrait-1920.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		/*background-position: center bottom;*/
	}
	
	#myPic img {
	 display: block;
		width: 100%;
		height: 100%;
 }
}