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

}

html, body {
    font-family: 'Roboto Mono', monospace;
	font-size: 20px;
    color: #000;
	font-weight: 300;
}


nav {

	width: 100vw;
	height: 100px;
	
}

.logo	{
	
	position: fixed;
	left: 1%;
	text-align: left;
	text-decoration: none;
	z-index: 2;

}

.logo a {
	
	font-size: 30px;
	text-decoration: none;
	color: black;
	

}
.logo p {
	
	font-size: 10px;

}

.navbar {
	
	display:flex;
	flex-wrap: nowrap;
	position: fixed;
	right: 1vw;
	top: 1vh;
	text-decoration: none;
	color: #000;
	z-index: 2;

}


.navbar a	{
	
	border: 1px dashed;
	border-radius: 5px;
	padding: 1px 2px;
	margin: 2px 2px;
	text-decoration: none;
	color: #000;
	font-size: 10px;
	background: white;
}

.navbar a:hover {
	
	pointer: cursor;
	border: 1px solid;
	background-color: beige;
}

.portfolio	{
	
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: auto;
		
}

.project {
		
	margin: 10px;
	z-index: 1;

	
}

.project h1 {
	
	font-size: 5vw;
	font-weight: 400;
}

.project h2 {
	
	font-size: 2vw;
	font-weight: 300;

}
.project h3 {
	
	font-size: 1.5vw;
	font-weight: 300;

}


.project p {
	 
	margin-bottom: 10px;
	width: 100%;
	font-size: 10px;
	color: #000;
	
}
.project p a {
	 
	color: #000;
	
}
.project p a:hover {
	 
	text-decoration: none;	
}

.portfolio .project img {
	
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-top: 30px;


}

section ul {
	
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	list-style: lower-greek;
	padding: 25px 0px;
	margin: 10px;
	
}

section ul li {
		
	
	color: #000;
	text-align: center;
	margin: 10px;
	font-size: 8px;
	
}

section ul li a {
		
	
	font-size: 8px;
	color: #000;
	margin-right: 15px;
	
}

section ul li a:hover {

cursor: pointer;
text-decoration: none;
background-color: beige;
	
}

#enquiries {
	
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
	width: 100vw;
	justify-content: center;
	align-items: center;

}

#enquiries .service {
	
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 70px;
	width: 70px;
	margin: 10px;
	padding: 5px;
	

	
}
#enquiries .service img {
	
	height: 100%;
	width: 100%;
	
	
	
	}
#enquiries .service a {
	

	display: inline-block;
	text-decoration: none;
	color: #000;
	font-size: 10px;
	text-align: center;
	padding: 2px;
}
#enquiries .service a:hover {
	

	background-color: lightskyblue;
	cursor: pointer;
}
	