html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
margin:0;
padding:0;
-webkit-text-size-adjust:none;
}
* {
    box-sizing: border-box;
}
body {
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
}
a {
	color:black;
	text-decoration:none;
	font-weight:normal;
}
a.window {
	color:white;
}
a.about {
	margin: 20px 10px 0px;
}
a.pointer {
	cursor:pointer;
}
.nodis {
	display:none;
}
div#topbar {
	width:100%;
	overflow:auto;
	background-color:white;
	max-width:1100px;
	margin: 0px auto;
}
#menutop {
	display:none;
	float:right;
	padding: 28px 18px;
}
#menutier {
	display:none;
	width:100%;
	padding:0px 18px 16px;
}
a.tierlink {
	font-weight:bold;
}
a.tierlink:hover {
	color:#0013c4;
}
#menuwrap {
	display:none;
	width:100%;
}
div.menu {
	width:80%;
	margin:0px auto;
	border-top:4px #e8e8e8 solid;
	background-color:#ffffff;
	text-align:center;
	font-size:160%;
	padding:16px;
}
div.menu:hover {
	font-weight:bold;
	background-color:#f6f6f6;
}
#menubutton {
	display:block;
	width:10%;
	float:right;
	max-width:50px;
	position:relative;
	left:-24px;
}
div.menulogo {
	display:block;
	width:70%;
	float:left;
	max-width:400px;
	margin-right:-16px;
}
img.menulogo {
	margin:16px 0px 16px 16px;
	width:100%;
}
.width100 {
	width:100%;
}
div.titlecard {
	padding:7%;
	text-align:center;
	max-width:1100px;
	margin:0px auto;
}
div.icon {
	width:31%;
	margin-top:5%;
	padding:1%;
	display:block;
	float:left;
	font-size:80%;
	margin-left:3%;
}
div.iconleft {
	margin-left:0px;
}
.icon {
	width:100%;
}
div.iconclear {
	clear:both;
}
div.portleft {
	width:40%;
	float:left;
}
div.portright {
	width:59%;
	float:left;
	text-align:left;
	padding-left:7%;
	min-width:250px;
}
img.portleft {
	width:49%;
	float:left;
	padding-right:3px;
	padding-bottom:3px;
}
img.portright {
	width:49%;
	float:left;
	padding-right:3px;
	padding-bottom:3px;
}
div.portfolio5 {
	width:1100px;
	margin:0px auto;
	text-align:center;
}
div.portfolio4 {
	width:868px;
	margin:0px auto;
	text-align:center;
}
div.portfolio4small {
	width:576px;
	margin:0px auto;
	text-align:center;
}
div.icons4small {
	width:576px;
	margin:0px auto;
	text-align:center;
}
div.portfolio3small {
	width:424px;
	margin:0px auto;
	text-align:center;
}
div.portfolio3tiny {
	width:348px;
	margin:0px auto;
	text-align:center;
}
img.portfoliowide {
	width:175px;
	height:175px;
	margin-left:56px;
}
img.portfoliowidesmall {
	width:120px;
	height:120px;
	margin-left:32px;
}
img.portfoliowidetiny {
	width:100px;
	height:100px;
	margin-left:24px;
}
img.portfolioleft {
	width:175px;
	height:175px;
	margin-left:0px;
}
img.portfolioleftsmall {
	width:120px;
	height:120px;
	margin-left:0px;
}
img.portfoliolefttiny {
	width:100px;
	height:100px;
	margin-left:0px;
}
span.portfoliowide {
	width:175px;
	float:left;
	margin-left:56px;
	font-size:80%;
}
span.portfoliowidesmall {
	width:120px;
	float:left;
	margin-left:32px;
	font-size:60%;
}
span.portfoliowidetiny {
	width:100px;
	float:left;
	margin-left:24px;
	font-size:60%;
}
span.portfolioleft {
	width:175px;
	float:left;
	margin-left:0px;
	font-size:80%;
}
span.portfolioleftsmall {
	width:120px;
	float:left;
	margin-left:0px;
	font-size:60%;
}
span.portfoliolefttiny {
	width:100px;
	float:left;
	margin-left:0px;
	font-size:60%;
}
img.circle {
    border-radius: 50%;
}
div.blogitemwrap {
	max-width:1150px;
	margin:0 auto;
	padding-top:3%;
	text-align:center;
}
div.blogimg {
	width:195px;
	height:195px;
	padding:10px;
	border-top-left-radius:50%;
	border-bottom-left-radius:50%;
	background-color:white;
	display:inline-block;
}
div.blogtext {
	padding:10px;
	padding-right:20px;
	background-color:white;
	height:195px;
	display:inline-block;
	width:60%;
}
div.blogitem {
	height:175px;
	overflow:hidden;
	text-align:left;
	font-size:75%;
}
img.blogitem {
	width:175px;
}
div.blogitemright {
	height:175px;
	overflow:hidden;
	text-align:right;
}
div.blogimgright {
	width:195px;
	height:195px;
	padding:10px;
	border-top-right-radius:50%;
	border-bottom-right-radius:50%;
	background-color:white;
	display:inline-block;
}
div#footer {
	width:100%;
	max-width:1100px;
	margin:24px auto;
	font-size:75%;
	text-align:center;
}
div.window {
	width: 100%;
	color: white;
	border-radius: 24px;
	background-color:rgba(86,17,147,0.6);
	padding: 16px 32px 32px;
	margin-left: auto;
	margin-right: auto;
}
.redbg {
	background: url("seattle2.png") no-repeat center;
	background-size:cover;
}
.bluebg {
	background: url("watch2.png") no-repeat center;
	background-size:cover;
}
.purplebg {
	background: url("teamwork2.png") no-repeat center;
	background-size:cover;
}
.contactbg {
	background: url("contact.png") no-repeat center;
	background-size:cover;
}
.aboutbg {
	background: url("about.png") no-repeat center;
	background-size:cover;
}
.graybg {
	background-color: #efefef;
}
.bigfont {
	font-size:250%;
}
.medfont {
	font-size:200%;
}
.smallfont {
	font-size:150%
}
.boldfont {
	font-weight:bold;
}
.serif {
	font-family: 'Droid Serif', serif;
	line-height:150%;
}
.sans {
	font-family: 'Open Sans', sans-serif;
}
.clear {
	overflow:auto;
}

@media only screen and (min-width: 1151px) {
	#menutop {
		display:block;
	}
	#menubutton {
		display:none;
	}
	.menu {
		display:none;
	}
	body {
		font-size:150%;
	}
	.portfolio4 {
		display:none;
	}
	.portfolio4small {
		display:none;
	}
	.icons4small {
		display:none;
	}
	.portfolio3small {
		display:none;
	}
	.portfolio3tiny {
		display:none;
	}

}

@media only screen and (min-width: 880px) and (max-width: 1150px) {
    body {
		font-size:150%;
    }
	#menubutton {
		display:none;
	}
	.menu {
		display:none;
	}
	#menutier {
		display:block;
	}
	.portfolio5 {
		display:none;
	}
	.portfolio4small {
		display:none;
	}
	.icons4small {
		display:none;
	}
	.portfolio3small {
		display:none;
	}
	.portfolio3tiny {
		display:none;
	}
}

@media only screen and (min-width: 600px) and (max-width: 879px) {
    body {
		font-size:150%;
    }
	#menubutton {
		display:none;
	}
	.menu {
		display:none;
	}
	#menutier {
		display:block;
	}
	.portfolio5 {
		display:none;
	}
	.portfolio4 {
		display:none;
	}
	.portfolio3small {
		display:none;
	}
	.portfolio3tiny {
		display:none;
	}
	
}

@media only screen and (min-width: 450px) and (max-width: 599px) {
	.portfolio5 {
		display:none;
	}
	.portfolio4 {
		display:none;
	}
	.portfolio4small {
		display:none;
	}
	.portfolio3tiny {
		display:none;
	}
	div.portleft {
		width:50%;
		float:left;
		margin-left:25%;
		padding-right:0px;
		padding-bottom:7%;
	}
	div.portright {
		width:100%;
		float:left;
		padding-right:0px;
		padding-bottom:0px;
		text-align:center;
		padding-left:0%;
	}
}

@media only screen and (min-width: 360px) and (max-width: 449px) {
	.portfolio5 {
		display:none;
	}
	.portfolio4 {
		display:none;
	}
	.portfolio4small {
		display:none;
	}
	.icons4small {
		display:none;
	}
	.portfolio3small {
		display:none;
	}
	div.portleft {
		width:50%;
		float:left;
		margin-left:25%;
		padding-right:0px;
		padding-bottom:7%;
	}
	div.portright {
		width:100%;
		float:left;
		padding-right:0px;
		padding-bottom:0px;
		text-align:center;
		padding-left:0%;
	}
	div.blogimg {
		width:195px;
		height:195px;
		padding:10px;
		border-top-right-radius:50%;
		border-bottom-left-radius:0%;
	}
}

@media only screen and (max-width: 360px) {
	body {
		font-size:75%;
	}
}

.red {
	color:#d61393;
}
.white {
	color:#ffffff;
}
.black {
	color:#000000;
}
.green {
	color:#56b70a;
}
.blue {
	color:#0013c4;
}
.shadow {
	text-shadow:1px 1px #000000;
}
.underline {
	text-decoration:underline;
}

.whitebutton {
	background-color:#ffffff;
}
.redbutton {
	background-color:#d61393;
}
.colorbutton {
	font-weight:bold;
	-moz-border-radius:27px;
	-webkit-border-radius:27px;
	border-radius:27px;
	display:inline-block;
	cursor:pointer;
	padding:14px 31px;
	text-decoration:none;
}
.redbutton:hover {
	background-color:#5cbf2a;
}
.redbutton:active {
	position:relative;
	top:1px;
}
div.sociallinks {
	position:fixed;
	left: 0;
	top: 50%;
	z-index: 99;
	height: 256px;
	width: 64px;
}

img.social {
	width: 32px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
}
img.social:hover {
	width: 64px;
}