* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

 /* Override navbar colors for this page */
 header nav a,
 header .logo {
     color: rgba(255,255,255,1);
 }

header nav a:hover, 
header .logo:hover {
  color: rgb(0, 0, 0);
}


/* Main Gallery Container */
.gallery-main-container {
  width: 100%;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: relative;
  margin-top: 0;
}

.hero-artwork {
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 2267 / 3176;
  background: url("../images/hero-artwork.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
}

/* Introduction Section */
.section-label {
  width: 20%;
  position: relative;
  align-items: flex-start;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}


/* Introduction Section */
.introduction-section {
  max-width: 100%;
  position: relative;
}

.introduction-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
}

.introduction-description {
  width: 45%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 400;
  font-size: 35px;
  opacity: 1;
  margin: 0;
}
.introduction-text {
  width: 45%;
  margin-left: 10%;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
}



/* Abstract Gallery Section */
.abstract-section {
  max-width: 100%;
  background: rgba(244, 244, 244, 1);
  position: relative;
}

.abstract-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: column;
}

.artwork-row {
  position: relative;
  width: 100%;
  margin-top: 8%;
  display: flex;
  flex-direction: row;
}
.abstract-item-1 {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.abstract-text {
  width: 48%;
  margin-top: 3%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 600;
  font-size: 25px;
  opacity: 1;
}

.abstract-image-1 {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url("../images/abstract-artwork-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}

.abstract-item-2 {
  width: 48%;
  margin-left: 4%;
  display: flex;
  flex-direction: column;
}

.abstract-image-2 {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url("../images/abstract-artwork-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}

.abstract-item-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.abstract-image-3 {
  width: 100%;
  aspect-ratio: 1170 / 851;
  background: url("../images/abstract-artwork-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}



/* Portraits Section */
.portraits-section {
  max-width: 100%;
  position: relative;
}

.portraits-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: column;
}

.portrait-row {
  position: relative;
  width: 100%;
  margin-top: 8%;
  display: flex;
  flex-direction: row;
}
.portraits-item-1 {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.portraits-item-2 {
  width: 48%;
  margin-left: 4%;
  display: flex;
  flex-direction: column;
}

.portraits-text {
  width: 100%;
  margin-top: 3%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: 600;
  font-size: 25px;
  opacity: 1;
}

.portraits-sub-text {
  width: 100%;
  margin-top: 1%;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  opacity: 1;
}

.portraits-image-1 {
  width: 100%;
  aspect-ratio: 539 / 723;
  background: url("../images/portrait-artwork-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}

.portraits-image-2 {
  width: 100%;
  aspect-ratio: 539 / 723;
  background: url("../images/portrait-artwork-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}

.portraits-image-3 {
  width: 100%;
  aspect-ratio: 539 / 723;
  background: url("../images/portrait-artwork-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}

.portraits-image-4 {
  width: 100%;
  aspect-ratio: 539 / 723;
  background: url("../images/portrait-artwork-4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}

.portraits-image-5 {
  width: 100%;
  aspect-ratio: 539 / 723;
  background: url("../images/portrait-artwork-5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}

.portraits-image-6 {
  width: 100%;
  aspect-ratio: 539 / 723;
  background: url("../images/portrait-artwork-6.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
}