﻿@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('zYXgKVElMYYaJe8bpLHnCwDKhdHeFQ.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: normal;
	src: url("font-montserrat.woff") format("woff");
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 16px;
	color: #252525;
	background-color: #eee;
	background-image: url("bg3o.svg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

a {
	text-decoration: none;
	color: #4d4d4d;
}

a:hover {
	text-decoration: underline;
}

body {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px;
	xborder: 1px solid #d90000;

}

#header {
	position: sticky;
	margin-top: 10px;
	height: 160px;
	padding: 10px;
	z-index: 100;
}

#logo {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 180px;
}

#menu {
	position: absolute;
	top: 21px;
	right: 10px;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
}

#menu button {
	position: absolute;
	top: 21px;
	right: 10px;
	font-size: 1.2em;
	background-color: transparent;
	border: 0;
}

#menu a {
	margin-left: 20px;
	text-transform: uppercase;
}

h1 {
	font-size: 1.5em;
}

#hero {
	font-family: 'IBM Plex Sans';
	font-size: 2.68em;
	margin-bottom: 120px;
	padding: 10px;
}

#hero p {
	max-width: 1100px;
	letter-spacing: -1px;
}

.art {
	max-width:1000px;
	margin: 0 auto;
}

#content p {
	padding: 10px;
	font-size: 1.4em;
	line-height: 1.9em;
}

#content p a:hover {
	text-decoration: underline;
}

#content .fw {
	width: 100%;
}



#content #work img {
	width: 100%;
	

}

#content #work {
	
	
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;

}

#content #work .project {

	width: 100%;
	flex: 27%;
	
padding: 10px;
position:relative;
	
}
.project p {
margin:50px;
padding:10px;
font-size:25px;
line-height:30x;
font-weight:bold;
background-color:#fff;
color:#f93a47;
}

#content #work .fwp {

	width: 100%;
	flex: 100%;
	
	padding: 10px;
	
}


#content #work .project:nth-child(4n) {

	width: 100%;
	flex: 100%;
	
	padding: 10px;

	
}




#content #work .project a:before {
  content: "👁"; 

  content: "🗎"; 
  content: "🗁"; 
  content: "➥"; 
  
font-weight:bold;
  font-size:30px;
  position: absolute;
background-color:#f93a47;
color:#fff;
padding:2px 7px 0px 7px;

right:25px;
bottom:30px;
}


#footer {
	margin-top: 150px;
	padding: 10px;
}

#nwstcall {
	background-color: #f93a47;
	padding:10px 15px 10px 15px;
	color:#fff;
}

#nwstcall:hover {
	background-color: #e00715;
text-decoration:none;
}

#nwstcall::after {
	font-size:18px;
	content: '\25BC';
	padding-left:5px;
}

#nwst {
	display: none;
	width: 100%;
	background-color: #f93a47;
	padding: 30px;
	color: #fff;
	font-size: 25px;
	margin-top: 10px;

}

#nwst input[type=text] {
	padding: 10px;
	font-size: 25px;
	width: 100%;
}

#nwst input[type=submit] {
	padding: 10px;
	font-size: 25px;

}

#nwst input[type=checkbox] {
	transform: scale(2);
	width: 25px;

	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px;
}

#icon {
	transition: width 2s;
}

.hidden {
	display: none;
}

.topnav #icon {
	display: none;
	cursor: pointer;
}
@media only screen and (max-width: 1000px) {
#content #work .project {
	flex: 47%;
}
}

@media only screen and (max-width: 750px) {
	#header {
		height: 90px;
	}

	#logo {
		width: 150px;
	}

	#menu {
		top: -25px;
		font-size: 1.8em;
	}

	#menu a {
		text-decoration: none;
		margin-left: 0px;
		margin-right: 20px;
		padding: 30px;
	}

	#hero {
		font-size: 1.8em;
		margin-bottom: 50px;
	}

#content #work .project {
	flex: 100%;
}
#content #work .project a:before {
  font-size:30px;

}

	.topnav a {
		display: none;
	}

	.topnav #icon {
		position: absolute;
		display: block;
		right: 0px;
		top: 25px;
	}

	.topnav.responsive {
		position: relative;
		background-color: #fff;
		margin-top: 100px;
		padding-top: 30px;
		padding-left: 20px;
		width: 100%;
		height: 100vh;
		margin-right: -10px;
	}

	.topnav.responsive #icon {
		position: absolute;
		right: 12px;
		top: -75px;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}
