body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Inria Sans', sans-serif;
}



/* HAM NAVBAR */

.ham-navbar {
  text-align: center;
  margin-top: 4%;
}

.ham-navbar img {
  width: 250px;
}

.ham-collection a, .ham-about a, .ham-exhibition a {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
}

.ham-collection a {
  color: #94d3ac;
  text-decoration: underline;
  text-decoration-color: #fa8282;
}

.ham-exhibition a {
  color: #ffa34d;
  text-decoration: underline;
  text-decoration-color: #77d8d8;
}

.ham-about a {
  color: #db75c5;
  text-decoration: underline;
  text-decoration-color: #ffd31d;
}


.ham-navbar {
  display: none;
}

@media screen and (max-width: 780px) {
  .big-navbar {
    display: none;
  }
  .ham-navbar {
    display: block;
  }

}

/* HAM NAVBAR */






/* LOGO */

.logo {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.logo img {
  width: 260px;
}



/* BIGNAV */

.menu {
  margin: 10px 250px;
  display: flex;
  justify-content: center;

}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  visibility: hidden;
}

nav a {
  text-decoration: none;
  font-size: 1.1rem;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
}

.drop-down {
  position: relative;
}

button {
  padding: 0 10px;
  margin: auto 30px;
  background-color: transparent;
  border: none;
}

.ul1 li {
  width: 265px;
  padding: 10px;
  margin: 0;
}

.ul2 li {
  width: 265px;
  padding: 10px;
  margin: 0;
}

.ul3 li {
  width: 180px;
  padding: 10px;
  margin: 0;
}

.drop-down:hover ul {
  visibility: visible;
}

/* HOVER AND BUTTON COLOUR EFFECT */

.collection a {
  cursor: default;
  color: #94d3ac;
}

.home a, .exhibition a, .cv a, .about a, .contact a, .collection-dropdown a, .exhibition-dropdown a, .about-dropdown a{
  color: #4d4646;
}

.collection-dropdown li, .exhibition-dropdown li, .about-dropdown li {
  background-color: #FAF7F3;
}

.collection-dropdown a, .exhibition-dropdown a, .about-dropdown a{
  padding: 0 10px;
}



.home a:hover {
  color: #fa8282;
  text-decoration: none;
}

.collection a:hover {
  /* color: #94d3ac; */
  text-decoration: none;
}

.exhibition a:hover {
  color: #ffa34d;
  text-decoration: none;
}

.about a:hover {
  color: #db75c5;
  text-decoration: none;
}

.contact a:hover {
  color: #1eb2a6;
  text-decoration: none;
}

.cv a:hover {
  color: #7579e7;
  text-decoration: none;
}

.collection-dropdown a:hover {
  color: #94d3ac;
  text-decoration: underline;
  text-decoration-color: #fa8282;
}

.exhibition-dropdown a:hover {
  color: #ffa34d;
  text-decoration: underline;
  text-decoration-color: #77d8d8;
}

.about-dropdown a:hover {
  color: #db75c5;
  text-decoration: underline;
  text-decoration-color: #ffd31d;
}










/* mainbody */

.main-body {
  margin: 5% 15% 5% 15%;
  text-align: center;
}

.main-body h3 {
  font-family: 'Rajdhani', sans-serif;
  color: #323232;
  font-size: 2.2rem;
  font-weight: 700;
}

.intro {
  max-width: 1200px;        /* or whatever width suits your design */
  margin: 0 auto;          /* centers the container horizontally */
  padding: 10px;           /* optional spacing inside */
  text-align: left;        /* left-aligns the text inside */
}

.title img {
  width: 100%;
  border-radius: 4px;
  padding: 20px 0;
}

.works img {
  width: 85%;
}

.works {
  font-size: 0.9rem;
}



@media screen and (max-width: 780px) {
  .main-body {
    margin: 5% 8% 5% 8%;
  }

  .works img {
    width: 100%;
  }

  .works {
    font-size: 0.8rem;
  }


}









/* FOOTER */

.social-media {
  text-align: center;
  margin: 70px 0 18px 0;
}

.social-media img {
  width: 30px;
  padding: 5px;
  color: black;
}

.footer {
  height: 25px;
}

.footer p {
  font-size: 0.8rem;
  text-align: center;
}
