™@-ms-viewport{
  width: device-width;
}

*{
font-family: "Karla", sans-serif;
margin: 0;
padding: 0;
text-decoration: none;
color: #333;
font-weight: normal;
text-wrap: pretty;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}









html {
}

body{
margin: auto;
padding: 0;
box-sizing: border-box;
text-align: center;
}

.clear{
	clear:both;
}


nav{
	position: fixed;
	background-color: rgba(244, 244, 244, .85);
	text-align: center;
	padding: 16px 0;
	width: 100%;
	z-index: 5;
	top: 0;
}

nav a{
font-family: Karla;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
letter-spacing: 0.5px;
text-transform: uppercase;
margin: 0 20px;
padding-bottom: 4px;
}


nav a:hover{
border-bottom: 1px solid #333;
}

/*media query example

@media all and (max-width: 600px) {
  .identity img {
  	width: 80%; }
}
*/


.section{
	max-width: 1440px;
	width: 90%;
	margin: auto;
}

.section.hpwork{
	width: 96%;
}

#intro{
	margin-top: 44px;
	overflow: hidden;
}

#intro img{
	width: 68%;
}

@media all and (max-width: 900px) {
  #intro img {
  	width: 130%; 
  	margin-left: -15%;}
}


h3{
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 133.333% */
	letter-spacing: -0.3px;
	margin: 4px 0;
}

h5{
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom: 4px;
}


.inlineh5 h5{
	display: inline-block;
	padding-right: 8px;
	border-right: 1px solid #333 ;
	margin: 4px 8px 4px 0;
	font-weight: 400;

}

@media all and (max-width: 600px) {
  .inlineh5 h5 {
  	display:block;
  	border:none;
  	margin:4px 0;
  	padding:0 }
}

.inlineh5 h5.last{
	border:none;
	margin: 0;
	padding: 0;
}

@media all and (max-width: 600px) {
  #intro h3 {
  	margin:28px 0 ;
  	padding-top: 16px;
  	font-size: 20px;}
}

.project{
	margin-bottom: 40px;
	width: 48%;
	display: inline-block;
	text-align: left;
	padding: .5%;
}

@media all and (max-width: 900px) {
  .project {
  	width: 100%;}
}

.projectimg{
	overflow: hidden;
	margin-bottom: 8px;
}

a.portfolioimg img{
	width: 100%;
	transform-origin: center;
	transition: transform .25s, visibility .25s ease-in;
	margin-bottom: -4px;
	filter: grayscale(100%);
}

@media all and (max-width: 900px) {
  a.portfolioimg img{
 		filter: grayscale(0%); }
}


a.portfolioimg img:hover{
	  transform: scale(1.05);
	  filter: grayscale(0);
}

p{
	font-family: Karla;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 135.714% */
	letter-spacing: -0.28px;
}
/*
#mywork .column{
	text-align: left;
	width: 47%;
	display: inline-block;
}

.column{
	margin: 1%;
}*/

@media all and (max-width: 900px) {
  #mywork {
  	width: 90%; 
 		filter: grayscale(0%); }
}


h1{
	font-size: 36px;
	font-style: normal;
	font-weight: 350;
	line-height: 47px; /* 130.556% */
	letter-spacing: -0.72px;
	margin-bottom: 8px;
}

h4{
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px; /* 160% */
	letter-spacing: -0.4px;
}

@media all and (max-width: 900px) {
  h4{
 			font-size: 16px;
 			line-height:24px; }
}

a.button{
	border-radius: 16px;
	border: 0.5px solid var(--Shade-01, #333);
	background: var(--Shade-04, #FFF);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.42px;
	text-transform: uppercase;
	padding: 8px 16px;

}

.ctabutton{
margin: 28px 0;
	vertical-align: center;

}

.ctabutton a.button img{
	height: 14px;
	margin-right: 8px;
	margin-bottom: -2px;
}

a.button:hover{
	background-color: #333;
	color: #fff;
}


/*portfolio project styles */


/*about*/

.aboutpage{
	max-width: 1100px;
	margin: 80px auto;
	text-align: left;
}



.aboutrow{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	margin-bottom: 32px;
	padding: 0 32px;
}

@media all and (max-width: 900px) {
  .aboutrow{
 		flex-direction:column; 
 		margin: 32px 0;
 		gap: 32px;}
}

.specialtieslist ul{
	width: 200px;
	background: var(--Background-01, #F4F4F4);
	padding: 32px;
}

@media all and (max-width: 900px) {
  .specialtieslist{
 		display:none; }
}



footer{
	bottom: 0;
	background-color: rgba(244, 244, 244, .8);
	text-align: center;
	padding: 16px 0;
	width: 100%;
}

footer h5{
	font-weight: 400;
}


