@charset "UTF-8";
/* CSS Document */
html {
    -webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;	
}
body {
	margin: 20px 10px;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	background-color:white;
}
#work {
	padding-top:100px;
}
#menu {
	position: fixed;
	max-width: 1000px;
	width: 100%;
	margin: 0;
	padding: 20px 0 10px 5px;
	z-index: 99;	
	background-image:linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,.5));
	border-bottom:solid 1px white;
}
#menu ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	letter-spacing: 1.5px;
	font-size:11px;
}
#menu ul li {
	display: inline;
	margin: 0 10px 0 0;
}
#menu ul li a, #menu ul li a:visited {
	text-decoration: underline;
	color: black;
}
#menu ul li a:hover {
	color:darkgray;
}

#menu ul li a:active {
	color: black;
}
#cats {
	top:0;
	right:10px;
	position: fixed;
	background-color:white;
	margin-bottom: -200px;
	padding: 20px 10px;;
	z-index: 1;
	opacity: 0.5;
}
#cats:hover {
	opacity:1.0;
}
#icon {
	float:left;
	margin: 13px 13px 0 0;
	border-radius: 5px;
}
a.linkCat, a:visited.linkCat {
	font-size:8px;
	border:solid 1px black;
	padding: 1px 1px 1px 3px;
	text-decoration: none;
	margin: -2px 0 0 6px;
	border-radius:2px;
}
a:hover.linkCat {
	background-color:black;
	color:white !important;
}
footer {
	width: 100%;
	float: left;
	border-top:solid 1px black;
	margin-top: 20px;
}
.footerRight {
	float:left;
	width: 70%;
	padding:0 1% 0 4%;
	font-size:11px;
	line-height: 17px;
	color:#5D5D5D;
}
.footerLeft {
	float:left;
	width: 25%;
	text-align: left;
}
.footerLeft h2 {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .25px;
	color: black;
}
.footerLeft p {
	font-size:18px;
	line-height: 26px;
	letter-spacing: .25px;
	margin: 0 0 20px 0;
}
.footerLeft p a, .footerLeft p a:visited {
	text-decoration: none;
	color: black;
}
.footerLeft p a:hover {
	text-decoration: underline;
}
.footerLeft p a:active {
	color:darkgray;
}
.footerContactText a, .footerContactText a:visited {
	color:black;
	text-decoration:underline;
}
.footerContactText a:hover {
	color:darkgray;
}
.footerContactText a:active {
	color:lightgray;
}
.footerRight h2 {
	font-size:16px;
	font-weight:300;
	letter-spacing: .25px;
	color:black;
}

.copyright {
	float: left;
	width: 100%;
	font-size:10px;
	color: gray;
	margin: 5px 0 10px 0;
	padding-top: 10px;
	border-top:solid 1px black;
}
#primaryFooterNav {
	display: block;
	margin: 8px 0;
	padding: 0;
}
#primaryFooterNav ul {
	margin: 0;
	padding: 0;
}
#primaryFooterNav li {
	display: block;
}
#primaryFooterNav li a, #primaryFooterNav li a:visited {
	text-decoration: none;
	color: black;
	margin-right: 15px;
	letter-spacing: .5px;
	border: 1px solid black;
	padding: 2px 5px;
	font-size:12px;
	display: block;
	margin:0 0 10px 0;
}
#primaryFooterNav li a:hover {
	color: white;
	background-color: black;
	border: 1px solid black;
}
#primaryFooterNav li a:active {
	color: white;
	background-color: grey;
	border: 1px solid grey;
}
#contact {
	font-size:16px;
	line-height: 20px;
}
#contact a, #contact a:visited {
	color:black;
}
#contact a:hover {
	color: gray;
}
#title {
	font-weight: 300;
	font-size:20px;
	letter-spacing: 1.25px;
	margin: 15px 0 0 0;
	padding: 0;
	display: block;
	
}
.image h2 {
	font-weight:300;
	font-size:10px;
	letter-spacing:1px;
	margin: 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	color: darkgray;
}
.image a, .flex-container .image a:visited {
	color:black;
}
.image a:hover {
	color:gray;
}
#container {
  	margin: -30px auto 20px auto;
  	max-width: 1000px;
	width: 100%;
}
.image {
	margin: 0 0 20px 0;
}
.full {
	float: left;
	width: 100%;
	display: inline-block;

}
.full img {
	width: 100%;
	height: auto;
}
.twoCol img {
	width: 100%;
	height: auto;
}
.twoCol {
	float:left;
	width: 100%;
}
.twoCol .left {
	float: left;
	display: block;
	width: 49%;
	margin-right: 2%;
}
.twoCol .right {
	float: left;
	display: block;
	width: 49%;
}
.threeCol {
	float:left;
	width: 100%;
}
.threeCol .image {
	float:left;
	width: 32%;
	margin-right: 2%;
}
.threeCol .image:last-child {
	margin-right: 0;
}
.threeCol img {
	width: 100%;
	height: auto;
}
.fourCol {
	float:left;
	width: 100%;
	display: block;
}
.fourCol .image {
	width: 24.25%;
	float:left;
	margin-right:1%;
	height: auto;
}
.fourCol .image:last-child {
	margin-right: 0;
}
.fourCol img {
	width: 100%;
	height:auto;
}

#lowerMenu {
	position: fixed;
	bottom: -50px;
	left: 0;
	width: 100%;
	padding: 0 0 10px 0;
	background-color: white;
	text-align: center;
	border-top:solid 1px black;
	transition: 0.5s;
}
#lowerMenu p {
	margin: 5px 0 0 10px;
	padding: 0;
}
#lowerMenu ul#lowerMenuContact, #lowerMenu ul#menuList {
	margin: 10px 0 10px 10px;
	padding: 0 8px 0 0;
	display: inline-block;
}
#lowerMenuContact {
	float:left;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#lowerMenuContact li a, #lowerMenuContact li a:visited {
	background-color:#DFDFDF;
}
#menuList {
	font-size:10px;
}
#lowerMenu li {
	list-style-type: none;
	display: inline-block;
	margin-right: 4px;
}
#lowerMenu li a, #lowerMenu li a:visited {
	text-decoration: none;
	color: black;
	border:solid 1px black;
	border-radius:2px;
	padding: 2px 4px;
}
#lowerMenu li a:hover {
	background-color:black;
	color:white;
}
#lowerMenu a.moreWork, #lowerMenu a.moreWork:visited {
	border: none;
}
#lowerMenu a:hover.moreWork {
	background-color:white;
	color:darkgrey;
}
#mobileMenu {
	visibility: none;
	display: none;
	text-align: left;
	padding: 5px 0 10px 0;
	transition: 0.5s;
}
#mobileMenu h1 {
	font-weight:100;
	font-size:15.5px;
	margin: 8px 0 3px 0;
}
#mobileMenu ul {
	margin: 0;
	padding: 0;
	font-size:12px;
}
#mobileMenu li {
	display: inline-block;
	margin-right: 8px;
}
#mobileMenu li a, #mobileMenu li a:visited {
	text-decoration: underline;
	color:black;
}
#mobileMenu li a:hover {
	color:darkgray;
}
#mobileMenu li a:active {
	color: dimgray;
}
#smIcon {
	float:left;
	border-radius: 35px;
	margin: 5px 8px 0 10px;
}

@media only screen and (max-width:695px) {
		#lowerMenu li { 
			font-size:8px;
		}
}

@media only screen and (max-width:600px) {
	.image h2 {
		text-align: center;
	}
	#menu {
		position: relative !important;
		max-width: 1000px !important;
		width: 99%;
		margin: 40px 0 15px 0 !important;
		padding: 10px 0 10px 0 !important;
		text-align: center;
		border: solid 2px black;
		border-radius: 5px;
	}
	#icon {
		float:none;
		margin:0;
	}
	#title {
		font-size:15.75px;
		margin: 0;
		padding-top: 4px;
	}
	#menu li { 
		margin:0px 4px 0 0 !important;
		font-size:9px;
	}
	#work {
		padding-top: 0px !important;
	}
	#primaryFooterNav li {
		display:block;
	}
	#primaryFooterNav li a {
		display: block;
		margin:0 0 10px 0;
	}
	.footerRight {
		float:left;
		margin: 0;
		padding: 0;
		width:100%;
		border-top:solid 1px black;
	}
	.footerLeft {
		width:100%;
		margin: 0;
	}
	.copyright {
		text-align: center;
	}
	.linkCat {
		display:inline-block;
		text-align: center;
		font-size:8px;
	}
	.twoCol .left {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.twoCol .right {
		float: none;
		width: 100%;
	}
	.threeCol .image {
		float:none;
		width: 100%;
		margin-right:0%;
	}
	.fourCol .image {
		width: 100%;
		float:none;
		margin-right:0%;
	}
	#lowerMenu {
		visibility: hidden;
		display: none;
	}
	#mobileMenu {
		visibility: visible;
		display:block;
		position: fixed;
		height: 50px;
		bottom:-100;
		left:0;
		z-index: 99;
		width: 100%;
		background-color:white;
		border-top: solid 1px black;
	}

}