@charset "utf-8";
/* CSS Document */

html {
	scroll-padding-top: 100px;
	scroll-behavior:smooth;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;

}

header {
	min-height: 100px;
	background-color: #61A3BA;
	position: sticky;
	top: 0;
	left: 0;
}

body {
	background-color: #FFFFDD;
	font-family: 'Ubuntu', sans-serif;
}

.logo {
	min-height: 5%;
	min-width: 5%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 2% 2%;
	
}

.logo a:link {
	color: #D2DE32;
	text-decoration: none;
	font-size: 1.05em;
}

.navi a:hover {
	color: #A2C579;
	border-bottom: 2px solid #D2DE32;
	padding-bottom: 2%;
	transition: 0.3s ease-in;
}



.navi {
	display: flex;
	list-style: none;
	justify-content:flex-end;
	align-content: flex-end;
	align-items: flex-end;
	padding-top: 3%;
	margin-right: 2%;
	gap: 3%;
}

.navi a:link {
	color: black;
	text-decoration: none;
	font-size: 1.25em;
}

.navi a:hover {
	color: #D2DE32;
	border-bottom: 2px solid #D2DE32;
	padding-bottom: 2%;
	transition: 0.3s ease-in;
}

.container {
	width: 100%;
	position: relative;
	
}

section {
	min-height: 100vh;
	min-width: 90%;
	margin: auto;
}

body .home {
    background-image: url("images/artist image 1.jpeg");
    background-size: cover;
    height: 100vh;
    padding:0;
    margin:0;
}

h1 {
	font-size: 3.5em;
	text-align: left;
	text-transform: capitalize;
	padding-top: 30%;
	margin-left: 3%;
}

h5 {
	font-size: 1.65em;
	text-align: left;
	text-transform: capitalize;
	padding-top: 2%;
	color: white;
	margin-left: 3%;
}

body .gallery {
    background-image: url("images/suidao.gif");
    background-size: cover;
    height: 100vh;
    padding:0;
    margin:0;
}

body .GALLERY2 {
    height: 100vh;
    padding:0;
    margin:0;
}


.gallery {
    height: 200px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: -1;
}

.btn-enter {
	padding: 1% 35% 1% 35%;
	background-color: #61A3BA;
	border: 1px solid transparent;
	text-decoration: none;
	
}

.aside-left {
	min-width:50%;
	min-height: 450px;
	padding: 1%;
	box-sizing: border-box;
	text-align: center;
}

.aside-right {
	min-width:48%;
	min-height: 450px;
	padding: 1%;
	box-sizing: border-box;
	
}

.img-intro {
	width:100%;
	height:auto;
}

.row-intro {
	display: flex;
	gap: 2%;
	justify-content: center;
	align-content: center;
}

body .biography {
    height: 100vh;
    padding:0;
    margin:0;
}


.row {
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
}
.column {
	min-width: 28%;
	gap: 5%;
	box-sizing: border-box;
	padding-left: 3%;
	padding-right: 3%;
}

footer { 
	height:10vh;
	background: #4B5056;
	
}

.column h2, p {
	text-align: center;
	color: black;
    
}


p {
	font-size: 1.8em;
	margin-top: 8%;
}

h1,h2 {
	color: white;
}

h3 {
	font-size: 2.3em;
	text-align: center;
}

h4 {
	text-align: center;
}
h6 {
	font-size: 2.3em;
	text-align: center;
	margin-top: 10%;
}
body .contact {
    height: 100vh;
    padding:0;
    margin:0;
}

.row-contact {
	display: flex;
	gap: 2%;
	justify-content: center;
	align-content: center;
}

.aside-left2 {
	min-width:50%;
	min-height: 450px;
	padding: 1%;
	box-sizing: border-box;
}

.aside-right2 {
	min-width:48%;
	min-height: 450px;
	padding: 1%;
	box-sizing: border-box;
}


.img-contact {
	width:90%;
	height:auto;
}


/*------------------------------------*\
    MATERIAL PHOTO GALLERY
\*------------------------------------*/
.m-p-g {
	z-index: -1;
  max-width: 100%;
  margin: 0 auto;
}
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}

/* DEMO */
body {
  background: #FFFFDD;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  
}

h2 {
  font-weight: 300;
  margin: 4vh 4vw;
  letter-spacing: 3px;
  color: black;
  text-transform: uppercase;
}

.demo-btn {
  display: inline-block;

  margin: 0 2.5px 4vh 2.5px;
  text-decoration: none;
  color: grey;
  padding: 15px;
  line-height: 1;
  min-width: 140px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}

.demo-btn:hover {
  background: rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
  .demo-btn {
    min-width: 0;
    font-size: 14px;
  }
}

@media (max-width:992px) {
	.home {
		display: block;
	}
	.introduction {
		display: block;
	}
	.row-intro {
		display: block;
	}
	.row-contact {
		display: block;
	}
	.gallery {
		display: block;
		
	}
	.row {
		display: block;
		align-content: center;
		
	}
	.contact {
		display: block;
	}
	.aside-left {
		width: 100%;
		padding: 1%;
		box-sizing:border-box;
	}
	.aside-right {
		width: 100%;
		padding: 1%;
		box-sizing:border-box;
	}
	.aside-left2 {
		width: 100%;
		padding: 1%;
		box-sizing:border-box;
	}
	.aside-right2 {
		width: 100%;
		padding: 1%;
		box-sizing:border-box;
	}
	.m-p-g {
		display:block;
	}
	.btn-enter {
		margin-top: 50vh;
	}
	.logo {
		padding: 3.5%;
		margin-left:1%;

	}
	.navi {
		text-align: center;
		padding: 5%;

	}
}
