@import url("font.css");


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

  .swiper-slide .swiper-caption {
    color: rgba(255, 255, 255, 0.70);
    font-size: 23px;
    line-height: 24px;
    padding-right: 20%;
  }

  .footer-text {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-text h4 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0px;
  }

}

@media screen and (max-width:991px) {
  .navbar-nav {
    background-color: #fff;
    padding: 20px;
  }

  .follow-me span {
    font-size: 14px;
    line-height: 25px;
    padding-left: 5px;
  }

  .work-content .text-title {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 18px;
  }

  .work-content .text-bodytext {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .work-content button {
    line-height: 16px;
    padding: 4px 10px;
  }

  .exh-title h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 10%;
  }

  .exh-body {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .exh-but button {
    padding: 3px 0px;
    font-size: 18px;
  }

  .news-title h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .news-body {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 18px;
  }

  .news-but button {
    padding: 3px 0px;
    font-size: 18px;
  }

  .navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

  }

  .about-img img {
    max-width: 100%;
    max-height: 400px;
  }

}

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

  .copyrights,
  .footer-social {
    text-align: center;
    padding-top: 10px;
  }

  .news-title h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .news-img {
    margin-top: 10px;
  }

  .back {
    position: absolute;
    right: 5px;
  }

  .about-container {
    position: relative;
    padding-top: 130px;
  }

  .art-container {
    margin-top: 40px;
    min-height: 70vh;
  }

  .year-title {
    font-size: 60px;
    line-height: 60px;
    color: #000;
    margin-top: 10px;
  }

  .press-container {
    padding: 5px;
  }

  .artworks-body {
    column-count: 1;
  }
	
	
#footer {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  padding: 20px 0px;
}
  .footerhome {

  background-color: rgba(0, 0, 0, 0) !important;
}
	 
	
	
.footer-text {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-family: "HelveticaNeueLTStd Th";
  margin-top: 5px;
}

.footer-text h4 {
  color: rgba(0, 0, 0, 0);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-family: "HelveticaNeueLTStd-Bd";
  text-transform: uppercase;
  margin-top: 5px;
}
	
.terms
	{
		display: none;
	}
	
	.copyrightshome
	{
		
  color: #fff !important;

		
	}

}