@charset "UTF-8";
/* CSS Document */

/* naomi color palette
#edde65     rgb(237, 222, 101)  YELLOW
#a7a9ac      rgb(167, 169, 172)  GREY
#ff7617  ORANGE - ACCENT
*/

/*Global styles courtesy of lynda.com 2012 and special thanks to James Williamson----------*/

/*limited reset*/

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

body {
	background: white;
	color: #a7a9ac;
	font-weight: 400 light;
	font-style: normal;
}

strong {
	font-weight: 700;
}

/*links*/


a {	
	}
	

a img {
	border: none;
	outline: 0;
}

/*text styles */

p, ul, ul li, a, span {
	font-family: 'Work Sans', sans-serif;
}

.label {
	font-family: 'Work Sans', sans-serif;
	color: #ff7617!important;
}

.runInHead {
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #ff7617;
}

.runInHead::after {
	content: " | ";
	font-family: 'Work Sans', sans-serif;
	color: #edde65;
}

.noText {
	display: none;
}

.accent {
	color: #edde65;
}


/* div styles in order of appearance in home page source */

/* content DIV contains everything else. Position is set to relative to make floats work properly */
#content {
	position: relative;
}

/* Additional styles for logo div are in media-specific styles */
#logo {
	position: relative;
}

.darkBackgroundPara {
	position: relative;
	clear: both;
	width: 100%;
	background: #a7a9ac;
	color: #ffffff;
}

.darkBackgroundPara p {
	color: #ffffff;
	padding: 2em;
	font-size: 1.2em;
	line-height: 1.9em;
}

.contentLightBackground {
	position: relative;
	clear: both;
	width: 100%;
	background: #ffffff;
}

.contentLightBackground p {
	color: #a7a9ac;
	padding: 2em;
	padding-bottom: 0;
	font-size: 1.0em;
	line-height: 1.8em;
}

/* additional styles for contactBlock div are in media-specific styles */
#contactBlock {
	position: relative;
	clear: both;
	width: 100%;
	background: #edde65;
	color: #ff7617;
	margin-top: 2em;
	padding: 2em;
}
	

ul.contact {
	list-style-type: none;
	line-height: 32px;
}

ul.contact li {
	background-image: url(../images/NaomiContactBullets.svg);
	background-size: 48px 500px;
	background-repeat: no-repeat;
	padding-left:28px;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
}

ul.contact li.email {
	background-position: 0px 2px;
}

ul.contact li.skype {
	background-position: 0px -26px;
}

ul.contact li.phone {
	background-position: 0px -56px;
}

ul.contact li a {
	color: #ff7617;
	text-decoration: none;
}

ul.contact li a:hover, ul.contact li a:focus {
	color: #ffffff;
}
	
/* Additional styles for socialNav are in media-specific styles */ 

#socialNav { 
	width: 180px;
	height: 60px;
	overflow: hidden;
}

nav ul {
	list-style: none;
}

#socialNav li {
	float: left;
	height: 60px;
	width: 60px;
}

#socialNav li a {
	display: block;
	height: 60px;
	width: 60px;
	background: url(../images/NaomiNavigation.svg) no-repeat;
	/*set size of background to the same as the whole graphic - the width, height, and position define what part of the graphic shows*/
	background-size: 250px 400px;
	background-position: 0 0;
}

#socialNav li a.linkedin {
	background-position: -10px 0;
}

#socialNav li a.instagram {
	background-position: -70px 0;
}

#socialNav li a.twitter {
	background-position: -130px 0;
}

#socialNav li a.contact {
	background-position: -190px 0;
}


#socialNav li a.linkedin:hover, #socialNav li a.linkedin:focus {
	background-position: -10px -60px;
}

#socialNav li a.instagram:hover, #socialNav li a.instagram:focus {
	background-position: -70px -60px;
}

#socialNav li a.twitter:hover, #socialNav li a.twitter:focus {
	background-position: -130px -60px;
}

#socialNav li a.contact:hover, #socialNav li a.contact:focus {
	background-position: -190px -60px;
}

	ul.contact li a:link {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}

#eightyTwenty, #about  {
	position: relative;
	clear: both;
	width: 100%;
	margin-top: 2em;
	background-color: #ff7617;
}

#eightyTwenty .designHead {
	float: left;
	width: 222px;
	height: 100px;
	margin: 2em 1em 1em 2em;
	background: #ff7617 url(../images/NaomiNavigation.svg) no-repeat;
	background-size: 250px 400px;
	background-position: 0px -120px;
}

#eightyTwenty .designHead:hover, #eightyTwenty .designHead:focus {
	background-position: 0px -224px;

}

#eightyTwenty p {
	padding: 2em;
	color: #ffffff;
	font-size: 1.0625em;
	line-height: 1.7em;
}


#about  {
	background-color: #a7a9ac;
}

#about .designHead {
	position: relative;
	float: left;
	width: 222px;
	height: 70px;
	margin: 2em 1em 8em 2em;
	background: #a7a9ac url(../images/NaomiMoreTitles.svg) no-repeat;
	background-size: 400px 2000px;
	background-position: 0px 0px;
}

#about .designHead:hover, #about .designHead:focus {
	background-position: 0px -70px;

}

#about p {
	padding: 2em;
	color: #ffffff;
	font-size: 1.0625em;
	line-height: 1.7em;
}

#about a {
	display: inline;
	color: #fff;
	text-decoration:none;
}

#about a:hover, #about a:focus {
	text-decoration:underline;
}

.topMargin { margin-top: 2em;
}

.leftPadding {
	padding-left: 1.5em;
}

.portfolioWindow { 
	width: 400px; 
	height: 400px;
	margin: 10px;
	float: left;
	background: #000;
	position: relative;
}

.portfolioWindow.portfolioTitle {
	background: #edde65 url(../images/NaomiMoreTitles.svg) no-repeat;
	background-size: 400px 2000px;
	background-position: 0px -130px;
}

.portfolioWindow.portfolioTitle:hover, .portfolioWindow.portfolioTitle:focus  {
background-position: 0px -530px;
}

.portfolioWindow.showroom {
	background:  #373535 url(../imagesPortfolio/portfolioShowroom.jpg) no-repeat;
	background-position: 0px -50px;
}

.portfolioWindow.Housekwake {
	background:  #000000 url(../imagesPortfolio/portfolioHousekwake.jpg) no-repeat;
	background-position: 0px 0px;
}
.portfolioWindow.wmos {
	background:  #4c4a49 url(../imagesPortfolio/portfolioWMOS.jpg) no-repeat;
	background-position: 0px 0px;
}

.portfolioWindow.TIN {
	background:  #ffffff url(../imagesPortfolio/portfolioTINATC.svg) no-repeat;
	background-position: 10px -55px;
	background-size: 380px 380px;
}

.portfolioWindow.VaisalaAWEA2017 {
	background:  #221819 url(../imagesPortfolio/portfolioVaisalaAWEA2017.jpg) no-repeat;
	background-position: 0px 0px;
}

.portfolioWindow.VaisalaPuhuri {
	background:  #27281a url(../imagesPortfolio/portfolioVaisalaPuhuri.jpg) no-repeat;
	background-position: 0px 0px;
}

.portfolioWindow.Rolf {
	background:  #27281a url(../imagesPortfolio/portfolioRolf.jpg) no-repeat;
	background-position: 0px 0px;
}


.portfolioWindow a.roundButton {
	position: absolute;
	bottom: 15px;
	left: 150px;
}

.roundButton {
    display:block;
    width:100px;
    height:100px;
    line-height:100px;
    border-radius: 50%;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    background: #ff7617;
    font-size:1.1em;
    font-weight:light;
}
.roundButton:hover, .roundButton:focus {
    background: #edde65;
	transform:rotate(-45deg);
}

.roundNoLinkButton {
    display:block;
    width:100px;
    height:100px;
    line-height:100px;
    border-radius: 50%;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    background: #a7a9ac;
    font-size:1.1em;
    font-weight:light;
	position: absolute; bottom: 15px; left: 150px;
}

#eeggStudioN {
	position: absolute;
	bottom: -60px;
	right: 140px;
	z-index: 3;
	height: 200px;
	width: 200px;
	border-radius: 100px;
	background:url(../images/studioNhome2.gif);
	filter: drop-shadow(0 0 18px #333);

}


#eeggMops {
	position: absolute;
	bottom: -60px;
	left: 140px;
	z-index: 3;
	height: 200px;
	width: 200px;
	border-radius: 100px;
	background: #54D2A1;
	filter: drop-shadow(0 0 18px #333);
}

#eeggMops p {
	padding: 25px;
	text-align: center;
	color: #fff;
	position: absolute; bottom: 25px;
	font-size: 90%;
}

/*-----------------*/
/*mobile styles for phone*/

@media only screen and (max-width: 670px) {
	

	
	#logo img {
		width: 100%;
		height: auto;
	}
	
	#contactBlock {
	background: #edde65;
	color: #ffffff;
	}
	
	ul.contact {
	list-style-type: none;
	line-height: 42px;
	}

	ul.contact li {
	background-image: url(../images/NaomiContactBullets.svg);
	background-repeat: no-repeat;
	background-size: 48px 500px;
	padding-left:48px;
	}

	ul.contact li.email {
		background-position: 0px -182px;
	}

	ul.contact li.skype {
		background-position: 0px -234px;
	}

	ul.contact li.phone {
		background-position: 0px -286px;
}

	ul.contact li a:link {
		font-size: 1.2em;
	}
	
	/*center navigation horizontally*/
	#socialNav {
		margin: 0px auto;
		padding-top: 1em;
	}
	
	#socialNav li a.contact {
		display: none;
	}
	
	#eightyTwenty .designHead {
	float: none;
	width: 333px;
	height: 150px;
	margin: 2em 1em 0em 2em;
	padding-top: 20px;
	background: #ff7617 url(../images/NaomiNavigation.svg) no-repeat;
	background-size: 375px 600px;
	background-position: 0px -160px;
}

#eightyTwenty .designHead:hover, #eightyTwenty .designHead:focus {
	background-position: 0px -316px;

}

#about .designHead {
	position: relative;
	float: none;
	width: 333px;
	height: 105px;
	margin: 0 2em;
	padding-top: 15px;
	background: #a7a9ac url(../images/NaomiMoreTitles.svg) no-repeat;
	background-size: 600px 3000px;
	background-position: 0px 15px;
}

#about .designHead:hover, #about .designHead:focus {
	background-position: 0px -90px;

}

p.noPaddingPhone { padding-top: 0px!important; }


}
/*end of phone-specific styles*/

/*tablet styles*/

@media only screen and (min-width: 671px) and (max-width: 999px) {
	
	#logo {
		float: left;
	}
	
	#logo img {
		width: 320px;
		height: 320px;
	}
	
	/*center navigation horizontally*/
	#socialNav {
		margin: 0px auto;
	}

	#socialNav li a.contact {
		display: none;
	}
	
	#eightyTwenty {
	}
	
	#eightyTwenty .designHead {
	margin: 2em 1em 0.5em 2em;
	}
	
	#about .designHead {
	margin: 2em 1em 0.5em 2em;
	}
	
}

/*---------------*/
/*desktop styles*/

@media only screen and (min-width: 1000px) {
	
	#logo {
		float: left;
	}
	
	#logo img {
		width: 320px;
		height: 320px;
	}
	
	/* takes social nav menu out of the flow and positions it at the top right corner */
	#socialNav {
		position: absolute; top: 40px; right: 88px;
		width: 180px;
		float: right;
	}
	
	#showContact {
		position: absolute; top: 40px; right: 40px;
		height: 48px; width: 50px;
		background: url(../images/NaomiNavigation.svg) no-repeat;
		/*set size of background to the same as the whole graphic - the width, height, and position define what part of the graphic shows*/
		background-size: 250px 400px;
		background-position: 0 0;
		background-position: -190px 0;
	}

	#showContact:hover, #showContact:focus {
		background-position: -190px -60px;
	}
	
	#contactBlock {
		position: absolute; top: 128px; right: 0px;
		height: 100px;
		width: 33%;
		min-width: 500px;
		display: none;
	}
	
	#eightyTwenty {
	}
	


}