/* style for quattrociclo.com web ver 1.0 */

/* -------------------------------------------------------------------------- */

/*	CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


/* -------------------------------------------------------------------------- */

/*	Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

#home {
	background: #0F0602;
	box-sizing: border-box;
	color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#others {
	background: #FFFFFF;
	box-sizing: border-box;
	color: #534741;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

a  {
	text-decoration: none;
	color: #28718A;
}

@supports ( font-variation-settings: normal ) {

	body {
		font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
	}
}



#site-content {
	overflow: hidden;
}

/* -------------------------------------------------------------------------- */

/*	Headers
/* -------------------------------------------------------------------------- */
.header-wrapper {
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
	align-items: unset;
}

.header-wrapper .rootmenu {
	font-size: 3.2rem;
	font-weight: 800;
	text-align: right;
}


.header-wrapper .rootmenu .item-home {
	color: #FFFFFF;
	text-align: right;
}

.header-wrapper .rootmenu .item-others {
	text-align: right;
	color: #534741;
}

.content-wrapper {
	margin-top:  14px;
}

.sm-wrapper {
}

.footer-wrapper {
}


/* -------------------------------------------------------------------------- */

/* 		Slide shows
/* -------------------------------------------------------------------------- */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1024px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add black background with 20% transparency */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* -------------------------------------------------------------------------- */

/*  Content
/* -------------------------------------------------------------------------- */
.content-wrapper .container img {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

.content-wrapper .container h {
	position:absolute;
	margin: 66px;
	color: #0F0602;
	font-weight: 800;
	font-size: 4.8rem;
}

.content-wrapper .container h1 {
	position:absolute;
	margin: 70px;
	color:white;
	font-weight: 900;
	font-size: 5.0rem;
}


.content-wrapper .bigquote {
	display: block;
	margin: 30px auto;
	font-weight: 600;
	width: 80%;
	font-size:2.8rem;
	text-align: left;
}

.content-wrapper .title {
	margin: 40px;
	font-weight: 800;
	font-size: 3.2rem;
}

.content-wrapper .about-wrapper {
	display: flex;
	margin: 60px auto;
	width: 80%;
	flex-wrap: wrap;
	font-size: 2.5rem;
}

.content-wrapper .team-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.content-wrapper .team-wrapper img {
	float: right;
}

.content-wrapper .team {
	width:400px;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	display: block;
}

.content-wrapper .team .name {
	font-size:2.2rem;
	font-weight:400;
	padding-bottom: 20px;
}

.content-wrapper .team .title {
	font-size:2rem;
	font-weight:800;
}

.content-wrapper .team .info {
	font-size:1.5rem;
	margin-top: 120px;
}

.content-wrapper .witem {
	display: flex;
	margin: 100px auto;
	justify-content: center;

}

.content-wrapper .witem .crop {
	/* original size */
	width: 450px;
	height: 200px;
	object-fit: cover;
	border: none;
}

.content-wrapper .blubox {
	width: 150px;
	height: 200px;
	background: #009fe3;
	color: #009fe3;
	font-size: 0.1rem;
}

.content-wrapper .projectInfo_R {
	position: relative;
	left: -80px;
	top: 60px;
	font-weight: 800;
}

.content-wrapper .projectInfo_L {
	position: relative;
	left: 70px;
	top: 60px;
	font-weight: 800;
	text-align: right;
}

.content-wrapper .contact-wrapper {
	width: 800px;
	margin: 200px auto 150px auto;
}

.content-wrapper .contact-wrapper .contact {
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 2.5rem;
}
/* -------------------------------------------------------------------------- */

/*  Social Media links
/* -------------------------------------------------------------------------- */
.sm-wrapper {
  font-size: 1.8rem;
  margin-bottom: 1.0rem;
  margin-top: 3.0 rem;
}

.sm-wrapper .smbox {
	padding-top: 1rem;
}
/* -------------------------------------------------------------------------- */

/*	Footer
/* -------------------------------------------------------------------------- */
.footer-wrapper {
	font-size: 1.5rem;
	margin-bottom: 3rem;
	margin-top: 2.5rem;
}

.footer-wrapper .footerbox {
	border-top: solid black 1px;
	padding-top: 0.5rem;
}

/* -------------------------------------------------------------------------- */

/*	Media Query
/* -------------------------------------------------------------------------- */
/* ipad and most Android tablets */
@media (max-width: 959px) {

	#home {
		background: #0F0602;
		box-sizing: border-box;
		color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.6rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 760px;
		margin: auto;
		padding: 0 50px;
	}

	#others {
		background: #FFFFFF;
		box-sizing: border-box;
		color: #534741;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.6rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 760px;
		margin: auto;
		padding: 0 50px;
	}

	.header-wrapper {
		margin-top: 35px;
	}

	.header-wrapper img {
		width: 394px;
		height: 180px;
	}

	.header-wrapper .rootmenu {
		font-size: 3.0rem;
		text-align: right;
	}

	.content-wrapper .container h {
		position:absolute;
		margin: 70px;
		color: #534741;
		font-weight: 900;
		font-size: 3.1rem;
	}

	.content-wrapper .container h1 {
		position:absolute;
		margin: 70px;
		color:white;
		font-weight: 900;
		font-size: 4.0rem;
	}

	.content-wrapper .bigquote {
		font-size: 2.2rem;
		margin: 35px auto;
	}

	.content-wrapper .title {
		margin: 10px;
		font-weight: 800;
		font-size: 3.0rem;
	}

	.content-wrapper .about-wrapper {
		display: flex;
		margin: 60px auto;
		width: 80%;
		flex-wrap: wrap;
		font-size: 2.5rem;
	}

	.content-wrapper .team {
		width:380px;
		margin-right: 8px;
		margin-bottom: 15px;
	}
	.content-wrapper .title {
		font-size: 3rem;
		margin-bottom: 50px;
	}

	.content-wrapper .witem {
		font-size: 1.5rem;
		margin: 80px auto;
	}

	.content-wrapper .witem .crop {
		height: 150px;
		width: 338px;
		object-fit: cover;
	}

	.content-wrapper .blubox {
		width: 120px;
		height: 150px;
		background: #009fe3;
	}

	.content-wrapper .projectInfo_R {
		left: -80px;
		top: 45px;
	}

	.content-wrapper .projectInfo_L {
		left: 70px;
		top: 45px;
	}

}

/* phones with large resolutions, tablets with small resolutions */
@media (max-width: 759px) {


	#home {
		background: #0F0602;
		box-sizing: border-box;
		color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.4rem;
		letter-spacing: -0.015em;
		width: 680px;
		margin: auto;
		padding: 0 30px;
	}

	#others {
		background: #FFFFFF;
		box-sizing: border-box;
		color: #534741;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.6rem;
		letter-spacing: -0.015em;
		width: 680px;
		margin: auto;
		padding: 0 30px;
	}

	.header-wrapper {
		margin-top: 30px;
	}

	.header-wrapper img {
		width: 328px;
		height: 150px;
	}

	.header-wrapper .rootmenu {
		font-size: 2.4rem;
		font-weight: 800;
		text-align: right;
	}

	.content-wrapper .container h {
		position:absolute;
		margin: 50px;
		color: #534741;
		font-weight: 900;
		font-size: 2.9rem;
	}

	.content-wrapper .container h1 {
		position:absolute;
		margin: 50px;
		color:white;
		font-weight: 900;
		font-size: 3.6rem;
	}

	.content-wrapper .bigquote {
		font-size: 2.0rem;
		margin: 30px auto;
	}

	.content-wrapper .title {
		margin: 10px;
		font-size: 2.8rem;
	}

	.content-wrapper .about-wrapper {
		display: flex;
		margin-top: 30px auto;
		width: 80%;
		flex-wrap: wrap;
		font-size: 2.2rem;
	}

	.content-wrapper .witem {
		font-size: 1.3rem;
		margin: 70px auto;
	}

	.content-wrapper .witem .crop {
		height: 130px;
		width: 293px;
		object-fit: cover;
	}

	.content-wrapper .blubox {
		width: 100px;
		height: 130px;
		background: #009fe3;
	}

	.content-wrapper .projectInfo_R {
		left: -60px;
		top: 35px;
	}

	.content-wrapper .projectInfo_L {
		left: 60px;
		top: 35px;
	}
}

@media (max-width: 649px){


	#home {
		background: #0F0602;
		box-sizing: border-box;
		color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.6rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 520px;
		margin: auto;
		padding: 0 10px;
	}

	#others {
		background: #FFFFFF;
		box-sizing: border-box;
		color: #534741;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.6rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 520px;
		margin: auto;
		padding: 0 10px;
	}

	.header-wrapper {
		margin-top: 25px;
	}

	.header-wrapper .rootmenu {
		font-size: 2.2rem;
		font-weight: 800;
		text-align: right;
	}

	.header-wrapper img {
		width: 295px;
		height: 135px;
	}

	.content-wrapper .container h {
		position:absolute;
		margin: 50px;
		color: #534741;
		font-weight: 900;
		font-size: 2.5rem;
	}

	.content-wrapper .container h1 {
		position:absolute;
		margin: 50px;
		color:white;
		font-weight: 900;
		font-size: 3.0rem;
	}
	.content-wrapper .bigquote {
		margin: 25px auto;
		font-size: 1.7rem;
	}

	.content-wrapper .title {
		font-size: 2.5rem;
		margin: 10px;
	}

	.content-wrapper .about-wrapper {
		display: flex;
		margin: 50px auto;
		width: 80%;
		flex-wrap: wrap;
		font-size: 1.8rem;
	}

	.content-wrapper .witem {
		font-size: 1.1rem;
		margin: 50px auto;
	}

	.content-wrapper .witem .crop {
		height: 105px;
		width: 236px;
		object-fit: cover;
	}

	.content-wrapper .blubox {
		width: 85px;
		height: 105px;
		background: #009fe3;
	}

	.content-wrapper .projectInfo_R {
		left: -55px;
		top: 30px;
	}

	.content-wrapper .projectInfo_L {
		left: 50px;
		top: 30px;
	}
}

@media (max-width: 519px) {

	#home {
		background: #0F0602;
		box-sizing: border-box;
		color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.4rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 480px;
		margin: auto;
		padding: 0 10px;
	}

	#others {
		background: #FFFFFF;
		box-sizing: border-box;
		color: #534741;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.4rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 480px;
		margin: auto;
		padding: 0 10px;
	}

	.header-wrapper {
		margin-top: 20px;
	}

	.header-wrapper img {
		width: 263px;
		height: 120px;
	}

	.header-wrapper .rootmenu {
		font-size: 2.2rem;
		font-weight: 800;
		text-align: right;
	}

	.content-wrapper .container h {
		position:absolute;
		margin: 50px;
		color: #534741;
		font-weight: 900;
		font-size: 2.3rem;
	}

	.content-wrapper .container h1 {
		position:absolute;
		margin: 50px;
		color:white;
		font-weight: 900;
		font-size: 2.7rem;
	}

	.content-wrapper .bigquote {
		font-size: 1.5rem;
		margin: 10px auto;
	}

	.content-wrapper .title {
		margin: 10px;
		font-size: 2.2rem;
	}

	.content-wrapper .about-wrapper {
		margin: 20px auto;
		display: flex;
		width: 80%;
		flex-wrap: wrap;
		font-size: 1.8rem;
	}

	.content-wrapper .witem {
		font-size: 0.9rem;
		margin: 25px auto;
	}

	.content-wrapper .witem .crop {
		height: 100px;
		width: 225px;
		object-fit: cover;
	}

	.content-wrapper .blubox {
		width: 80px;
		height: 100px;
		background: #009fe3;
	}

	.content-wrapper .projectInfo_R {
		left: -50px;
		top: 30px;
	}

	.content-wrapper .projectInfo_L {
		left: 45px;
		top: 30px;
	}
}

@media (max-width: 489px) {

		#home {
		background: #0F0602;
		box-sizing: border-box;
		color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.2rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 460px;
		margin: auto;
		padding: 0 5px;
	}

	#others {
		background: #FFFFFF;
		box-sizing: border-box;
		color: #534741;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.2rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 460px;
		margin: auto;
		padding: 0 5px;
	}

	.content-wrapper .container h {
		position:absolute;
		margin: 46px;
		color: #534741;
		font-weight: 900;
		font-size: 2.2rem;
	}
}

@media (max-width: 460px) {

	#home {
		background: #0F0602;
		box-sizing: border-box;
		color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.2rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 360px;
		margin: auto;
		padding: 0 5px;
	}

	#others {
		background: #FFFFFF;
		box-sizing: border-box;
		color: #534741;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.2rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 360px;
		margin: auto;
		padding: 0 5px;
	}

	.content-wrapper .container h {
		position:absolute;
		margin: 40px;
		color: #534741;
		font-weight: 900;
		font-size: 1.8rem;
	}

	.content-wrapper .container h1 {
		position:absolute;
		margin: 40px;
		color:white;
		font-weight: 900;
		font-size: 2.2rem;
	}
}

/* mobile view */
@media (max-width: 375px) {
	#home {
		background: #0F0602;
		box-sizing: border-box;
		color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.2rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 360px;
		margin: auto;
		padding: 0 5px;
	}

	#others {
		background: #FFFFFF;
		box-sizing: border-box;
		color: #534741;
	font-family: -apple-system, BlinkMacSystemFont, 'futura-pt', sans-serif;
		font-size: 1.2rem;
		letter-spacing: -0.015em;
		text-align: left;
		width: 360px;
		margin: auto;
		padding: 0 5px;
	}

	.header-wrapper {
		margin-top: 30px;
	}

	.header-wrapper img {
		width: 263px;
		height: 120px;
	}

	.header-wrapper .rootmenu {
		font-size: 2.0rem;
		font-weight: 800;
		text-align: right;
	}

	.content-wrapper .container h {
		position:absolute;
		margin: 35px;
		color: #534741;
		font-weight: 900;
		font-size: 1.7rem;
	}

	.content-wrapper .container h1 {
		position:absolute;
		margin: 35px;
		color:white;
		font-weight: 900;
		font-size: 2.1rem;
	}

	.content-wrapper .bigquote {
		margin: 10px auto;
		font-size: 1.8rem;
	}

	.content-wrapper .title {
		margin: 10px;
		font-size: 2.4rem;
	}
	.content-wrapper .about-wrapper {
		display: flex;
		margin: 15px auto;
		width: 80%;
		flex-wrap: wrap;
		font-size: 1.8rem;
	}

	.content-wrapper .witem {
		font-size: 0.75rem;
		margin: 15px auto;
	}

	.content-wrapper .witem .crop {
		/* cropped img */
		width: 200px;
		height: 110px;
		object-fit: cover;
		border: none;

	}

	.content-wrapper .blubox {
		width: 50px;
		height: 110px;
		background: #009fe3;
		font-size: 0.1rem;
	}

	.content-wrapper .contact-wrapper {
		width: 350px;
		margin: 200px auto 150px auto;
	}

	.content-wrapper .contact-wrapper .contact {
		margin-bottom: 50px;
		font-weight: 600;
		font-size: 2rem;
	}

	.content-wrapper .projectInfo_R {
		left: -40px;
		top: 30px;
	}

	.content-wrapper .projectInfo_L {
		left: 37px;
		top: 30px;
	}
}
.itermothers {
}
