@charset "utf-8";
/* CSS Document */

/*--------Global properties--------*/
#home, #home_min {
	height: 60px;
	width: 107px;
	padding-bottom: 5px;
}

/*--------Text styles--------*/
h1 {
	font-size: 24pt;
	text-align: center;
	width: 90%;
	margin: 0 0 5px 5%;
}

h1#hello {
	width: 100%;
	margin: -37%  0 10px 0;
	text-align: center;
	font-size: 70pt;
	line-height: 60pt;
}

h2 {
	font-size: 16pt;
}

p.homeText, p.aboutText {
	font-size: 12pt;
	line-height: 20pt;
	width: 80%;
	margin-left: 10%;
}

.summaryText-live p, .summaryText-noLive p {
	font-size: 12pt;
	line-height: 20pt;
}

/*--------Main navigation--------*/
#standardNav {
	height: 80px;
	padding-left: 0;
}

.pagesNav, .pagesNav_min {
	margin-left: 8%;
	display: inline-block;
	margin-top: 15px;
}

.pagesText {
	display: none;
}

.icon-size, .icon-size_min {
	width: 30px;
	height: 30px;
	padding: 0px;
}

/*--------Subnavigation--------*/
#thumbnails, #thumbnails_min {
	display: none;
	background-color: #f5f5f5;
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, .5);
	transition: visibility 0s;
}

.pagination {
	display: none;
}

label.shadow, #pullDown {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#pullDown {
	clear: both;
	width: 60%;
	box-shadow: 0px -1px 1px #cccccc;
	margin: 16px 0px 0px 20%;
	height: 36px;
	text-align: center;
	background-color: #f5f5f5;
}

#pullDown_check ~ label {
	width: 100%;
	cursor: pointer;
	display: block;
	font-family: 'Noto Sans', Arial, sans-serif !important; 
	font-size: 16px;
	line-height: 32px;
	height: 36px;
}

label.shadow {
	box-shadow: inset 0px 3px 10px #dddddd;
}

input[type=checkbox]:checked ~ #thumbnails, input[type=checkbox]:checked ~ #thumbnails_min {
	display: block;
}

.navText {
	opacity: 100%;
	filter: alpha(opacity=100);
	font-family: 'Noto Sans', Arial, sans-serif !important; 
	font-size: 16px;
}

.thumb, .thumb:hover, .thumb_min, .thumb_min:hover, #active {
	background-image: none !important;
	display: block;
	border: none;
	width: 100%;
	border-bottom: solid 1px #ffffff;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

.thumb, .thumb_min {
	text-align: center;
	padding: 8px 0px;
	margin: 0;
	background: none;
	box-shadow: none;
	background-color: rgba(208, 209, 210, 0.3);
	-webkit-transition: none;
	transition: none;
}

.thumb:hover, .thumb_min:hover {
	background-color: rgba(208, 209, 210, 0.6);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

#active {
	background-color: rgba(73, 228, 178, 1);
}

/*--------Home/About pages formatting--------*/
    /*#welcome, #skyline, #myPic, .intro, #pdf-icon, #resume*/
#welcome {
	margin-left: 0;
}

#skyline {
	float: none;
	width: 80%;
	margin: 10px 0 20px 10%;
	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: 80%;
	margin: 0 10%;
	display: block;
}

#pdf-icon {
	height: 40px;
	width: 40px;
}

#resume {
	margin-right: 0;
	font-size: 35pt;
	line-height: 30pt;
}

/*--------Digital/Print pages formatting--------*/
#summary {
	padding-top: 0px;
	padding-bottom: 25px;
}

#preview, #project {
	margin: auto;
}

#preview {
	width: 80%;
	padding-top: 15px;
}

#project {
	width: 85%;
	height: auto;
	padding: 10px 4%;
}

.summaryText, .summaryText-noLive {
	margin: 5px 0 10px 0;
}

.summaryText {
	height: 160px;
}

.summaryText-noLive {
	height: 170px;
}

#viewLive {
	font-size: 20pt;
	line-height: 24pt;
}

#cta-arrow {
	height: 21px;
	margin-top: -4px;
}

.screenshots-img, .img-mobile {
	width: 90%;
	margin-bottom: 10px;
}

.smallImageContainer {
	flex-wrap: wrap;
}

.descriptionParagraph {
	width: 80%;
}

/*--------Digital/Print header: size and back to top--------*/
#scrollTop {
	display: none;
}

#mobile-top {
	display: block;
	width: 50%;
	margin: auto;
	margin-top:  20px;
	padding-bottom: 5px;
	font-family: 'Noto Sans', Arial, sans-serif !important;
	font-size: 10pt;
	text-align: center;
	background-color: #ffffff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#upDownArrow {
	margin-top: 0px;
}

#head_full, #head_min {
	position: static;
	padding-left: 0px;
	padding-bottom: 2px;
	height: 95px;
	-webkit-transition: none;
	transition: none;
}

#spacer {
	display: none;
}

/*--------Mini-queries--------*/
@media (max-width: 290px) {
	.icon-size, .icon-size_min {
		width: 23px;
		height: 23px;
		padding: 0px;
	 }
	
	.pagesNav, .pagesNav_min {
		margin-top: 23px;
		margin-left: 5%;
	}
	
	#project {
		min-height: 230px;
	 }
	 
	 h1#hello {
		font-size: 50pt;
		line-height: 40pt;
		margin: -35%  0 10px 0;
	}
}

@media (min-width: 291px) and (max-width: 320px) {
	.pagesNav, .pagesNav_min {
		margin-left: 6%;
		margin-right: 2%;
		-webkit-transition: none;
		transition: none;
	}
	
	#pullDown {
		width: 80%;
		margin: 16px 0px 0px 10%;
	}
	
	#thumbnails, #thumbnails_min {
		width: 100%;
	}
	
	#skyline {
		float: none;
		width: 90%;
		margin: 10px 0 0 5%;
		padding: 0;
	}
	
	h1#hello {
		font-size: 50pt;
		line-height: 40pt;
		margin: -35%  0 10px 0;
	}
}