html {
	scroll-behavior: smooth;
	font-size: 1rem;
}

@media (min-width: 1500px){
	html {
	   font-size: 1.2rem;
	}
 }

body {
	font-family: 'Manrope', sans-serif;
	background-color: #d1d6ea16;
	margin-left: 10%;
	margin-right: 10%;
}

header {
	display: block;
}

nav {
	display: flex;
	margin-top: 28px;
	justify-content: space-between;
	align-items: center;
	height: auto;
}

.Title {
	display: flexbox;
	padding: 12px 16px 12px 12px;
	border-radius: 8px;
	text-transform: uppercase;
	font-family: 'Manrope';
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #8a8ea0;
	
}

ul {
	display: flex;
	align-items: center;
	list-style-type: none;
  }

  li {
	padding: 4px 20px 4px 20px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 0.87rem;
	letter-spacing: 0.75px;
	color: #3456ff;

  }

  .navigation {
	color: #251e32;
	text-decoration: none;
  }

  .navigation:visited {
	color: e7e6e9;
  }

  .navigation:hover {
	color: #3456ff;
  }

  header {
background: url(bg.png);
background-repeat: no-repeat;
background-size: 1400px 800px;
  }

  .button {
	text-decoration: none;
	display: flex;
	padding: 0.75rem 1.25rem 0.75rem 1.25rem;
	background-color: rgba(52, 86, 255, 0.1);
	border-radius: 12px;
	color: #3456ff;
  }

  .button:hover {
	background-color: rgba(52, 86, 255, 0.2);
  }


.hero {
	padding: 140px 0px 100px 0px;
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: left;

}

.photo {
	height: 13rem;
	transition: none;
}

.photo:hover {
	scale: none;
}

h1 {
	font-size: 2.8rem;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	color:#121314;
	letter-spacing: -0.8px;
	text-align: left;
}

.Description {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 1.12rem;
	color: #585f68;
	text-align: left;
	line-height: 160%;
	margin-top: -12px;
}


.Project {
display: flex;
align-items: center;
justify-content: space-between;
height: fit-content;
position: relative;
}

.ProjectInfo {
	visibility: visible;
	width: 30%;
}

.divider {
	border: 0.5px solid rgba(134, 137, 170, 20%);
	margin: 2rem 0rem;
}


.ProjectImage {
	border-radius: 12px;
	width: 65%;
	justify-content: space-around;
	margin-bottom: 60px;
}

img {
	display: flex;
	max-height: 40vw;
	transition: scale 2s ease-in-out;
	align-items: center;
}

img:hover {
scale: 120%;
}


.ProjectName {
	font-size: 1.4rem;
	font-weight: 800;
	margin-bottom: 12px;
	color:#121314;
	letter-spacing: -0.4px;
}

.ProjectDates {
	font-weight: 400;
	margin-bottom: 16px;
	color: #676572;
}

.ProjectDescription {
	font-weight: 400;
	color:#32313b;
	margin-bottom: 2rem;
	line-height: 160%;
}

.ProjectPage {
	font-weight: 700;
	color:#102fcd;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 4px;
	border-style: none none solid;
	border-width: 2px;
}

.ProjectPage:hover {
	color:#3456ff;
	;
}




p {
	font-size: 1.2rem;
	line-height: 1.5;
}

.Contacts {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mail {
	text-decoration: none;
	color:#2c3137;
	font-size: 0.87rem;
	font-weight: 700;
}

.mail:hover {
	color:#3456ff;
}

.end {
	font-size: 0.75rem;
	display: flex;
	justify-content: center;
	color:#8a8ea0;

}

footer {
	text-align: center;
}