@charset "UTF-8";
/* CSS Document */
.section-top h2 img {
  width: 100%;
  height: 195px;
  object-fit: cover;
  justify-content: center;
}
@media(max-width:1160px) {
  .section-top h2 img {
    height: 95px;
  }
}
.section-top__image {
  background-image: url("../Images/Profile_Images/1BA07ABF-B34E-425B-95FF-417FE4C708C4.JPG");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  height: 750px;
  width: 100%;
}
@media(max-width:1160px) {
  .section-top__image {
    height: 35vh;
  }
}
.section-top__image-over-context {
  font-size: 2.4rem;
  font-family: "Times";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  position: absolute;
  padding: 0;
  display: block;
  justify-content: center;
  top: 80%;
  width: 100%;
  transform: translate(-20%, 50%);
}
.section-top__image-over-context span {
  font-size: 4.0rem;
  font-weight: 200;
}
@media(max-width:1160px) {
  .section-top__image-over-context {
    font-size: 1.4rem;
    padding: 0;
    top: 50%;
    transform: translate(-10%, 50%);
    position: relative;
  }
  .section-top__image-over-context span {
    font-size: 1.6rem;
  }
}
@media(max-width:480px) {
  .section-top__image-over-context {
    padding: 0;
  }
}
.section-about_message1 {
  margin-top: 60px;
  background-color: #f0f4f7;
  padding: 40px;
  display: inline-block;
  width: 90%;
}
@media(max-width:1160px) {
  .section-about_message1 {
    width: 95%;
    padding: 30px 0;
    margin-top: 30px;
  }
}
.section-about_message1 h2 {
  font-size: 3.6rem;
  font-family: "Times";
  color: rgb(0, 0, 0);
  text-align: center;
  justify-content: center;
  font-weight: 100;
  margin-bottom: 40px;
}
@media(max-width:1160px) {
  .section-about_message1 h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.section-about_message1 h3 {
  font-size: 2.2rem;
  font-family: "Klee";
  color: rgb(0, 0, 0);
  text-align: center;
  justify-content: center;
  line-height: 3.6rem;
  font-weight: 100;
  margin-bottom: 60px;
}
@media(max-width:1160px) {
  .section-about_message1 h3 {
    font-size: 1.6rem;
    padding: 0 24px;
    margin-bottom: 30px;
  }
}
/*.shape-centre {
  position: relative;
  width: 100%;
  background-size: 100%;
  color: #FFF;
}
.content-centre {
  align-items: center;
  justify-content: center;
}
.shape-centre:before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
  transform: skewY(-2deg);
  background-color: #FFF;
}
@media(max-width:1160px) {
  .shape-centre:before {
    height: 40px;
  }
}*/
.section-about_profile {
  margin-top: 60px;
  background-color: #fff;
  padding: 40px 10px;
  display: inline-block;
  text-align: center;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
  width: 90%;
}
@media(max-width:1160px) {
  .section-about_profile {
    width: 95%;
    padding: 30px 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.section-about_profile h2 {
  font-size: 2.8rem;
  font-family: "Times";
  border: solid 1px;
  padding: 30px 130px;
  color: #000;
  position: absolute;
  margin-top: -107.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  display: none;
}
@media(max-width:1160px) {
  .section-about_profile h2 {
    font-size: 2.4rem;
    padding: 16px 32px;
    margin-top: -48.5px;
  }
}
.section-about_profile h3 {
  font-size: 4.8rem;
  font-family: "Times";
  color: #000;
  font-weight: 100;
  letter-spacing: 10px;
}
@media(max-width:1160px) {
  .section-about_profile h3 {
    font-size: 2.4rem;
    letter-spacing: normal;
  }
}
.section-about_profile h3:after {
  content: "";
  display: block;
  width: 1px;
  width: 500px;
  border-bottom: 1px solid #000;
  margin: 10px auto 30px;
}
@media(max-width:1160px) {
  .section-about_profile h3:after {
    width: 200px;
  }
}
.section-about_profile p {
  font-size: 2.2rem;
  font-family: "Klee";
  color: #000;
  line-height: 3.6rem;
  text-align: center;
  font-weight: 100;
	justify-content: center;
}
.section-about_profile p span {
  font-weight: 100;
  content: "";
  display: block;
}
.section-about_profile p #span {
  display: none;
}
.section-about_profile p #span_break {
  display: none;
}
.break {
  display: none;
}
/*.section-about_profile h4 {
	font-size: 2.8rem;
	margin-top: 40px;
	font-weight: 100;
	margin-bottom: 0;
}
.section-about_profile h4 span {
	font-size: 1.8rem;
}*/
.section-about_profile img {
	object-fit: cover;
	display: inline-block;
	height: 80px;
	margin-top: 40px;
	width: auto;
	
}
@media(max-width:1160px){
	.section-about_profile img {
		height: 60px;
		margin-top: 25px;
		margin-bottom: 0;
	}
}
@media (max-width:1160px) {
  .section-about_profile p {
    font-size: 1.6rem;
    line-height: normal;
    padding: 0 24px;
    bottom: 40px;
    text-align: center;
    display: block;
  }
  .break {
    display: block;
  }
  .section-about_profile p #span {
    display: block;
  }
  .section-about_profile p #span_break {
    display: block;
  }
}
.section-about_work {
  text-align: center;
  justify-content: center;
  position: relative;
}
.section-about_work h2 {
  font-size: 2.8rem;
  font-family: "Times";
  border: solid 1px;
  padding: 25px 70px;
  color: #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  margin-top: 40px;
}
@media(max-width:1160px) {
  .section-about_work h2 {
    font-size: 2.4rem;
    padding: 20px;
    position: relative;
    display: block;
    width: 200px;
  }
}
.section-about_work__magazine img {
  margin-top: 100px;
  width: 193px;
  height: 250px;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
}
.section-about_work__magazine img{
	box-shadow: 0 8px 16px 0 rgb(193 200 222 / 70%);
}
.section-about_work ul {
  list-style: none;
  padding: 60px 140px 200px;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: center;
}
.section-about_work ul li {
  margin: 0 auto;
  opacity: 0.8;
}
.section-about_work ul li:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
}
@media(max-width:1160px) {
  .section-about_work__magazine {
    padding: 0 24px;
  }
  .section-about_work__magazine img {
    height: 15vh;
    width: 12vh;
    margin-top: 0;
  }
  .section-about_work__magazine ul {
    padding: 0 0 60px;
  }
  .section-about_work ul {
    grid-template-columns: auto auto auto;
    column-gap: 8px;
    row-gap: 8px;
  }
  .selected {
    width: 3%;
  }
  .section-about_work ul li {
    opacity: 1;
  }
}