.topnav a{
    color: #f2f2f2;
    padding: 24px 26px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Archivo', sans-serif;
}


.topnav a:hover,.topnav span:hover{
    color:#BDB596;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #d0d0d0;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #BDB596;
}


.sidefooter {
	padding-top: 350px;
	line-height: 25px;
	}
.sidefooter p{
	padding-left: 10px;
	color: #888888;
	font-size: 13px;
	letter-spacing: 0.5px;
	}
.sidefooter a{
	color: #888888;
	font-size: 13px;
	width: 50px;
}

header .sidefooter #logo img{
	width: 150px;
}
.sidefooter2{
	display: inline-flex;
	flex-direction: column;
	text-align: left;
	padding-left: 1em;
}
.sidefooter2 .socialmedia{
	align-items: center;
	padding: 0;
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
}
.socialmedia a{
	padding:0;
}
.socialmedia img{
	padding:1em;
}


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

	.sidenav a {
		font-size: 25px;
	}
	
}

.homepage{
	max-width:100%;height: 500px;
	background: linear-gradient(transparent,rgb(35, 32, 34)), url(../img/landingpage.png);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 3vw;
	}

.homepage-title > h1{
	font-size: 4.5em;
	text-align: left;
	padding-top:2.6em;
	padding-left: 3vw;
  	padding-bottom:0 ;
  	color: #BDB596;
}

.homepage-title > p{
	font-size: 1em;
	text-align: right; 
	position: absolute;
	color: #BDB596;
	padding-top: 0.5vw;
	padding-left: 34vw;
	padding-right: 0.5vw;
	line-height: 1.3em; 
}




#scrolldown{
	padding-top: 3em;
	padding-bottom: 1em;
	text-align: center;
}

#whatwedo > h2, #ourcurrentexhibition>h2,#artist >h2{
	color: #BDB596;
	text-align: center;
	font-size: 2.8em;
	padding: 1em;
}





.imagescontainer1 {
  flex: none;
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin: auto;
  max-width: 1200px;
  padding-bottom: 80px;
  }

 .artexhibition {
  position: relative;
  width: 100%;
  top: 20px;
}

.specialevent {
  position: relative;
  width: 100%;
  top: 0px;
}

.artworkshop {
  position: relative;
  width: 100%;
  top: 40px;
}
.overlay{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
  width: 100%;
  height: 88%;
  opacity: 0;
  transition: .5s ease;
  background-color: black;
}
.wwdimages{
	padding:1vw;
	text-align: center;
	position: relative;
	max-width: 100%;
	flex: none;
}

@media (max-width: 768px) {


.whatwedo > h2 {
	position: relative;
}
.imagescontainer1::-webkit-scrollbar {
	display: none;
}


}


.artexhibition:hover .overlay,  .specialevent:hover .overlay,.artworkshop:hover .overlay {
  opacity: 0.7;
}


.detail{
	text-align:left;
	color: white;
  position: absolute;
  line-height: 1em;
  bottom: 130px;
  left:45px;
  right: 20px;
  max-width: 100%;
}
.detail > h3{
	font-size: 1.7rem;
	padding-bottom: 0.7em;
}
.detail > p{
	font-size: 1rem;
	line-height: 1.5rem;
}
.wwdimages h2{
	color: white;
    font-weight: 500;
    font-family: 'Lora', serif;
	padding-top: 1em;
}

.bgimg{
	background-image: 
	linear-gradient(to top, rgba(35, 32, 34, 1),rgba(35, 32, 34, 0.2), transparent),
  linear-gradient(to bottom, rgba(35, 32, 34, 1),rgba(35, 32, 34, 0.2), transparent),
   url("../img/tania-exhibition.png");
	background-size:100%;
	background-repeat: no-repeat;
  background-position: center;
}

.split-container {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.listofexhibition{
	width:100%;
}

.listofexhibition{
	color: white;
	font-size: 1.6rem;
	font-weight: 500;
    font-family: 'Lora', serif;
	text-decoration: none;
	padding-left: 8em;
	padding-top: 2em;
	padding-bottom:5em;
	width: 50%;
}
.listofexhibition ol li{
	list-style-type: decimal-leading-zero;
	padding-top:1.5em;
	color: rgba(255, 255, 255, 0.7);	
}
.listofexhibition ol li:hover,
 .listofexhibition ol li:hover a {
  color: white;
}
.listofexhibition a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}

.exhibitionimages {
	padding-right: 7em;
	padding-left: 1em;
}
#tania1{
	width: 77%;
	height: auto;
}

#exdescription {
	font-size: 14px;
	color: white;
	padding-top: 30px;
	line-height: 1.8;
	max-width: 800px;
}

.scrollbtn{
	display: none;
}



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

    .listofexhibition{
        width: 100%;
        font-size: 1.8rem;
        padding-top: 0;
        padding-left: 4em;
        padding-right: 2em;
        padding-bottom: 0;
    }

    #exhibitionList li {
        display: none;
    }

    .listofexhibition ol li{
        padding-bottom: 0.8em;
		font-size: 4.8vw;
		padding-left: 1.6em;
		padding-right: 2em;

		color: white;
    }

	.exhscrollbtn {
		padding-left:34vw;
	}
    .scrollbtn{
		padding: 10px 20px;
    	margin:10px;
		background-color: rgba(255, 255, 255, 0.5);
		color: rgba(255, 255, 255);
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 10px;
		cursor: pointer;
		border: none;
		border-radius: 10px;
		align-items: center;
	}
	.scrollbtn:hover{
		background-color: #BDB596;
		color: rgba(255, 255, 255);

	}
    #tania1{
    	padding-right: 2em;
      padding-left: 3.5em;
    	width: 70%;
    }

 }


#artist{
	padding-top: 80px;
}

.split-container2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.artistdetails {
	width: 80%;
	padding-left:8em;
	margin: 0 auto;
	padding-right: 4em;
	color: white;
}

.artistdetails h3 {
	font-size: 60px;
}
.artistdetails p {
	font-size: 17px;
	padding-top: 30px;
	padding-right: 3vw;
	line-height: 1.8;
	width: 100%;
}

.artistimage {
	position: relative;
	padding-top: 30px ;
	overflow: auto;
  white-space: nowrap;
	margin: auto;
	display: flex;
	align-items: center;
}

.artistimage img {
	padding: 30px;
}

.artistimage::-webkit-scrollbar {
	display: none;
}


#taniaImg {
	width: 35%;
	height: auto;
	cursor: pointer;
	transition: 0.3s;
  }
  
  #taniaImg:hover {opacity: 0.7;}

  #myImg1 {
	cursor: pointer;
	transition: 0.3s;
	width: 30%;
	height: auto;
  }
  
  #myImg1:hover {opacity: 0.7;}

  #myImg2 {
  width: 30%;
  height: auto;
	cursor: pointer;
	transition: 0.3s;
  }
  
  #myImg2:hover {opacity: 0.7;}

  #myImg3 {
  width: 30%;
  height: auto;
	cursor: pointer;
	transition: 0.3s;
  }
  
  #myImg3:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 90px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0); /* Black w/ opacity */
  }
    
  #learnMoreLink1,#learnMoreLink2,##learnMoreLink p{
  	text-decoration: underline;
  	 cursor: pointer;
  	 position: fixed;
  	 top: 620px;
  	 right: 400px;
  	 color: rgb(194,183,151);}

  /* Add Animation */
  #caption, .modalcontent {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
.modalcontent {
	position: relative;
	box-sizing: border-box;
  background-color:black ;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.modalcontent img {
	padding-top: 5em;
	padding-right: 8em;
    width: 40%;
}

.modal-text {
    width: 40%;
    color: #BDB596;
}
.modal-text h2{
	width:50%;
	font-size: 3vw;
	font-weight: normal;
	padding-bottom: 30px;
}
.modal-text p{
	font-size: 1.2vw;
	width: 50%;
	box-sizing: border-box;
	line-height: 2rem;
	padding-right: 3em;
	
}
.modal-text a{
	position: absolute;
	color:#BDB596;
	right:100px;
	bottom:30px;
}
  /* The Close Button */
.close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #BDB596;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  .artist-navigation {
    display:none
}

  
  @media only screen and (max-width: 768px){
  	.artist-navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	}
	#taniaImg{
		width: 70%;
	}
	#myImg1, #myImg2, #myImg3 {
    	display: none;
  	}
.artist-navigation button {
    padding: 10px 20px;
    margin: 10px;
		background-color: rgba(255, 255, 255, 0.5);
		color: rgba(255, 255, 255);
		text-align: center;
		text-decoration: none;
		font-size: 10px;
		cursor: pointer;
		border: none;
		border-radius: 10px;
		display: inline-block;
		align-items: center;
	}
	.artist-navigation button:hover{
		background-color: #BDB596;
		color: rgba(255, 255, 255);

	}
.split-container2 {
	display: flex;
	flex-direction: column-reverse;
}
.artistdetails h3 {
	font-size: 6vw;
	padding-left: 0.7em;
}
.artistdetails p {
	padding-left: 1.8em;
	padding-right: 2em;
	padding-top: 2em;
	font-size: 2.5vw;
}
.artistdetails a {
	color:white;
	padding-top: 2em;
	font-size: 2.5vw;
}
.artistdetails{
	padding-left: 2em;
	padding-right: 2em;
}
.artistimage {
	white-space: normal;
	flex-direction: column;
	align-items: left;
	padding-right: 0.8em;
}
}

footer {
	padding-top: 50px;
	min-height: 100%;
	line-height: 25px;
	}

.first-footer a {
	color: #888888;
}

.first-footer a:hover {
	color: #BDB596;
}

footer p{
	color: #888888;
	font-size: 13px;
	letter-spacing: 0.5px;
	}
.first-footer {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	padding-left: 8vw;
	}
#gettinghere{
	color:#BDB596 ;
	margin-top: 10px;
	}
#insta{
	color: #555555;
	}
.first-footer > div {
	flex:0 1 auto;
	padding: 50px;
	}
.first-footer > div > h3 {
	font-size: 15px;
	padding-bottom: 10px;
	}
.first-footer > div:first-child img {
	width:150px;
	height:40px;
	margin-left: auto;
	}
.first-footer > div:last-child {
	margin-right: auto;
	}
.second-footer {
	width: 100vw;
	background-color: #232022 ;
	justify-content: center;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	}
.second-footer img {
	margin: 0 10px;
	}
.second-footer p {
	margin: 10;
	}

	@media only screen and (max-width: 768px) {
		footer {
	padding-top: 80px;
	min-height: 100%;
	line-height: 25px;
	}
footer p{
	color: #888888;
	font-size: 18px;
	letter-spacing: 0.5px;
	}

.first-footer {
	margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start; 
  margin-bottom: 20px;
	}
#gettinghere{
	color:#BDB596 ;
	margin-top: 10px;
	}
#insta{
	color: #555555;
	}
.first-footer > div {
	flex:auto;
	padding: 20px;
	}
.first-footer > div > h3 {
	font-size: 25px;
	padding-bottom: 10px;
	}
.first-footer > div:first-child img{
	width:200px;
	height:auto;
	margin-left: 0;
	}
.first-footer > div:last-child {
	margin-right: auto;
	}
.second-footer {
	width: auto;
	background-color: #232022 ;
	justify-content: center;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	}

	}

h1{
    font-weight: 700;
    font-family: 'Lora', serif;
	
}

  h2{
  	color:gb(35, 32, 34);
    font-weight: 600;
    font-family: 'Lora', serif;
  }
  h3{
  	color: white;
    font-weight: 500;
    font-family: 'Lora', serif;
  }
  h4{
    font-weight: 500;
    font-family: 'Archivo', serif;
  }

  p{
  	font-weight: 400;
    font-family: 'Archivo', serif;
    widows: 3;
  }

  


