@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Playfair+Display:wght@900&display=swap');



body {
	font-family: 'Libre Baskerville', serif;
	color: #000;
}


a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}


a:hover {
	color: #000;
	text-decoration: underline;
}


p {
	margin: 0 0 25px 0;
}


h1 {
	font-family: 'Playfair Display', serif;
	letter-spacing: 2px;
	font-weight: 900;
	font-size: 70px;
	color: #d7cab3;
	padding-bottom: 3%;
}


h2 {
	font-family: 'Playfair Display', sans-serif;
	letter-spacing: 2px;
	font-weight: 900;
	font-size: 50px;
	color: #e7323a;
	text-align: left;
	padding-bottom: 3%;
}


h3 {
	font-family: 'Playfair Display', sans-serif;
	letter-spacing: 2px;
	font-weight: 900;
	font-size: 40px;
	color: #e7323a;
	text-align: center;
	padding-bottom: 7%;
}


.arrowdown {
	height: 120px;
	margin: 4% 50% 0 50%;
}


.container {
	margin: 0 auto 0 auto;
}


section#intro {
	background-color: #e7323a;
	padding: 6% 15%;
	text-align: center;
}


section#intro p {
	font-size: 30px;
	line-height: 1.2;
	color: #000;
}


section#about {
	padding: 6% 15%;
	background-color: #d7cab3;
	font-size: 20px;
	line-height: 1.2;
}


.casestudy {
	margin: 0 auto 0 auto;
	overflow: hidden;
}

/* Style the tab */
.tab {
  float: left;
  width: 30%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  font-family: 'Playfair Display', sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 900;
  font-size: 28px;
  display: block;
  background-color: inherit;
  padding: 7% 0;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  text-decoration: underline;
  color: #000;
}

/* Create an active/current "tab button" class */
.tab button.active {
  text-decoration: underline;
  color: #000;
}

/* Style the tab content */
.tabcontent {
  float: left;
  font-size: 24px;
  line-height: 1.2;
  padding: 1% 10% 1% 5%;
  width: 70%;
  display: none;
}


section#work {
	background-color: #fff;
	padding: 5% 0;
}


.pictureboxleft {
	width: 50%;
	float: left;
	padding: 0 3% 6% 3%;
}


.pictureboxleft img, .pictureboxright img {
	max-height: 500px;
	margin: 0 auto 0 auto;
	text-align: center;
}


.pictureboxright {
	width: 50%;
	float: right;
	padding: 0 3% 6% 0;
}


.wordboxright {
	width: 50%;
	float: right;
	text-align: center;
	padding: 6%;
}


.wordboxright p {
	font-size: 20px;
	line-height: 1.2;
}

.wordboxright img {
	height: 80px;
	padding: 5% 35% 0 35%;
}


.wordboxleft {
	width: 50%;
	float: left;
	text-align: center;
	padding: 6%;
}


.wordboxleft p {
	font-size: 20px;
	line-height: 1.2;
}

.wordboxleft img {
	height: 80px;
	padding: 5% 35% 0 35%;
}





@media screen and (max-width: 850px) {


section#intro p {
	font-size: 22px;
}


.arrowdown {
	height: 90px;
	margin: 4% 50% 0 50%;
}


h1 {
	font-size: 60px;
	padding-bottom: 4%;
}


h2 {
	text-align: center;
	padding-bottom: 6%;
}


.tab button {
  font-size: 22px;
}


.tabcontent {
  font-size: 18px;
  padding: 1% 6% 1% 8%;
}


.pictureboxleft, .pictureboxright {
	width: 100%;
	padding: 0 0% 6% 0;
}


.pictureboxleft img, .pictureboxright img {
	max-height: 400px;
	margin: 0 auto 0 auto;
	text-align: center;
}


.wordboxright, .wordboxleft {
	width: 100%;
	padding: 3% 5% 3% 5%;
}


.wordboxright img {
	height: 40px;
	transform: rotate(90deg);
	padding: 0;
}


.wordboxleft img {
	height: 40px;
	transform: rotate(-90deg);
	padding: 0;
}

.wordboxright p, .wordboxleft p {
	font-size: 18px;
	padding: 5%;
}


section#work, section#about {
	padding: 8% 6%;
}


section#about p {
	font-size: 18px;
	padding: 0 5%;
}


.casestudy {
	margin: 8% auto 0 auto;
}

}



@media screen and (max-width: 650px) {


section#intro p {
	font-size: 19px;
}


.arrowdown {
	height: 80px;
	margin: 4% 50% 0 50%;
}


.tab button {
  font-size: 19px;
}


.tabcontent {
  font-size: 16px;
  line-height: 1.2;
  padding: 1% 6% 1% 8%;
  width: 70%;
  display: none;
}


h1 {
	font-size: 50px;
	padding-bottom: 5%;
}


h2 {
	font-size: 40px;
}


h3 {
	font-size: 30px;
	padding-bottom: 7%;
}


section#about, section#work, section#contact {
	padding: 10% 6%;
}


.pictureboxleft img, .pictureboxright img {
	max-height: 300px;
	margin: 0 auto 0 auto;
	text-align: center;
}


.casestudy {
	margin: 10% auto 0 auto;
}


}



@media screen and (max-width: 480px) {





}

