@charset "utf-8";
/* CSS Document */

/*--------Global properties--------*/
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

body { -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

#home, #home_min {
	float: left;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	background-image: url(SVG/nina_logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#home_min {
	height: 90px;
	width: 161px;
	margin-left: 5px;
	position: relative;
	z-index: 100;
}

footer {
	clear: both;
	width: 95%;
	padding: 30px 5% 15px 0;
	text-align: right;
	font-family: 'Noto Sans', Arial, sans-serif !important;
	font-size: 9pt;
}

#standardNav {
	padding-left: 10px;
	height: 133px;
	background-color: rgba(255, 255, 255, 0.7);
}

/*--------Text styles--------*/
h1 {
	font-family: 'Oleo Script Swash Caps', Georgia, serif !important;
	font-size: 30pt;
	margin: 30px 0 5px 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

h1#hello {
	margin: 5px 0 0 -50px;
	font-size: 50pt;
	line-height: 50pt;
	text-align: left;
}

h2 {
	font-family: 'Arbutus Slab', 'Palatino Linotype', serif !important;
	font-weight: normal;
	font-size: 20pt;
	margin: 0;
}

p {
	font-family: 'Noto sans', Arial, sans-serif !important;
}

p.homeText {
	font-size: 16pt;
	line-height: 28pt;
	margin: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

p.aboutText {
	font-size: 14pt;
	line-height: 24pt;
	margin: 0 0 10px 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.summaryText-live p, .summaryText-noLive p {
	font-size: 14pt;
	line-height: 22pt;
	margin-top: 0px;
	margin-bottom: 15px;
}

/*--------Main navigation--------*/
.pagesNav, .pagesNav_min {
	font-family: 'Arbutus Slab', 'Palatino Linotype', serif !important;
	margin-bottom: -6px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.pagesNav_min {
	margin-top: 10px;
	margin-left: -5px;
	font-size: 14pt;
}

.icon-size {
	vertical-align: bottom;
	padding-right: 10px;
}

.icon-size_min {
	width: 22px;
	height: 22px;
	vertical-align: bottom;
	padding-right: 5px;
}

.navIcon {
	fill: #d0d1d2;
	text-decoration: none;
	color: #000000;
	border-bottom: 6px #d0d1d2 solid;
}

.navIcon-active, .navIcon:hover {
	fill: #49e4b2;
	text-decoration: none;
	border-bottom: 6px #49e4b2 solid;
}

a {
	text-decoration: none;
	color: #000000;
}

/*--------Subnavigation--------*/
#subnav {
	margin-top: -20px;
	width: 100%;
	float: right;
	z-index: -100;
}

#thumbnails, #thumbnails_min {
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

#thumbnails_min {
	margin-top: -30px;
	z-index: -50;
}

.pagination, .thumb, .thumb_min {
	line-height: 100%;
	margin-top: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.thumb, .thumb_min {
	width: 10%;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.25s;
	transition: height 0.25s;
}

.thumb:hover, .thumb_min:hover, #active {
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 3px #2baf85;
	box-shadow: none;
	-webkit-transition: box-sizing 0.25s, box-shadow 0.5s, border 0.5s;
	transition: box-sizing 0.25s, box-shadow 0.5s, border 0.5s;
}

#pullDown input[type=checkbox] {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

/*--------In-page navigation--------*/
.cta:link, .cta:visited {
	text-decoration: none;
	font-family: 'Oleo Script Swash Caps', Georgia, serif !important;
	color: #259f78;
}

.text-hover:hover .underline {
	background-image:url(images/underline.gif);
	background-repeat: repeat-x;
	background-position: 0% 85%;
}

.text-hover:hover .underline-small {
	background-image:url(images/underline-small.gif);
	background-repeat: repeat-x;
	background-position: 0% 90%;
}

/*--------Home/About pages formatting--------*/
#welcome {
	margin-left: 5%;
}

#skyline {
	width: 48%;
	max-width: 1358px;
	padding: 0 10% 0 2%;
	margin: -10px 0 0 0;
	float: right;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

#aboutBody {
	position: relative;
	z-index: -200;
	height: 100vh;
}

#myPic {
	position: absolute;
	z-index: -10;
	left: 0;
	height: 70%;
	float: left;
	width: 39%;
	margin: 0;
	background-image: url(images/portrait.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#myPic img {
	display: none;
}

#aboutHeader {
	z-index: 10;
}

.intro {
	z-index: 10;
	float: right;
	width: 51%;
	margin-right: 10%;
	margin-top: 10px;
	display: inline-block;
}

#pdf-icon {
	fill: #259f78;
	height: 50px;
	width: 50px;
	vertical-align: bottom;
	padding-right: 10px;
}

#resume {
	clear:both;
	height: 50px;
	text-align: right;
	margin-right: 5%;
	padding: 20px 0;
	font-size: 45pt;
	line-height: 40pt;
}

/*--------Digital/Print pages formatting--------*/
#summary {
	padding-top: 15px;
	width: 100%;
	background-color: #e5e5e5;
	background: url(images/project-shader.png) repeat-x,
	            url(images/halftone.gif);
	background-position: bottom;
}

#previewImg {
	width: 100%;
	background-color: transparent;
	border: 0;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimizeQuality;
}

#mobileImg {
	width: 28%;
	margin-top: -73%;
	margin-left: 75%;
}

#project {
	width: 41%;
	padding: 15px 1% 15px 2%;
	background-color: rgba(255, 255, 255, .6);
	box-shadow: 3px 3px 5px #c8c8c8;
}

.summaryText-live, .summaryText-noLive {
	overflow-y: auto;
	margin: 5px 0 10px 0;
	padding-right: 6%;
}

#down-arrow {
	width: 100%;
	text-align: center;
	line-height: 30px;
}

#viewLive {
	clear: both;
	height: 30px;
	text-align: right;
	margin-right: 5%;
	margin-top: 10px;
	font-size: 24pt;
	line-height: 24pt;
}

#cta-arrow {
	height: 25px;
	vertical-align: middle;
	fill: #49e4b2;
}

#screenshots {
	background-image: url(images/mesh.gif);
	padding-top: 50px;
	width: 100%;
	margin-top: -40px;
	text-align: center;
}

.screenshots-img {
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
}

.smallImageContainer {
	display: flex;
	gap: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.column {
	flex: 50%;
	text-align: center;
}

.flexDivider {
	border: 0;
	height: 2px;
	width: 80%;
	background-image: linear-gradient(90deg, transparent, #d9d9d9, transparent);
	margin-top: -10px;
	margin-bottom: 30px;
}

.descriptionParagraph {
	font-family: 'Noto sans', Arial, sans-serif !important;
	font-size: 11pt;
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
}

.flexParagraph {
	font-family: 'Noto sans', Arial, sans-serif !important;
	padding-top: 10px;
	font-size: 11pt;
}

.smallImage {
	min-width: 0;
	width: 100%;
}

#screenshots p {
	width: 80%;
	font-size: 12pt;
	font-weight: bold;
	margin: auto;
	margin-bottom: 5px;
}

.img-mobile {
	display: block;
	width: 80%;
	max-width: 640px;
	margin: auto;
	margin-bottom: 20px;
}

.playBtn {
	font-family: 'Noto Sans', Arial, sans-serif !important;
	font-size: 11pt;
	border-radius: 5px;
	padding: 5px 3px;
	width: 200px;
	margin: auto;
	margin-bottom: 20px;
	background-color: #49e4b2;
}

/*--------Digital/Print: Header size and back to top--------*/
#scrollTop_hidden {
	display: none;
}

#scrollTop {
	opacity: 0.5;
	font-family: 'Noto Sans', Arial, sans-serif !important;
	font-size: 10pt;
	width: 8%;
	margin-left: 91%;
	margin-top: 5px;
	text-align: center;
	background-color: #ffffff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, .3);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

#scrollTop a {
	display: inline-block;
	padding: 7px 3px 7px 5px;
	line-height: 14px;
}

#scrollTop:hover {
	opacity: 1;
}

#mobile-top {
	display: none;
}

#upDownArrow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
	margin-top: 5px;
	font-weight: bold;
	color: #49e4b2;
}

#head_full, #head_min {
	width: 100%;
	position: fixed;
	padding-left: 10px;
	-webkit-transition: height 0.25s, background-color 0.75;
	transition: height 0.25s, background-color 0.75s;
}

#head_full {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 9px 10px -10px rgba(0, 0, 0, .1);
}

#head_min {
	height: 95px;
	background-color: rgba(255, 255, 255, .95);
	box-shadow: 0px 7px 10px -10px rgba(0, 0, 0, .6);
}
