body{
  background-color: white;
  font-family:'Times New Roman', Times, serif;
  font-size: 20px;
  line-height: 1.5;
}

/*Header and Navigation*/
h1{ 
  font-family: fantasy;
  font-style: italic;
  font-size: 540%;
  color: black;
  text-align: center;
  font-weight: 400;
}

#topic{ 
  background-image: url(Images/paint.png);
  background-repeat:no-repeat;
  margin: 2%;
  background-position: 200px;
}

nav ul{
  position: fixed;
  list-style-type: none;
  margin: 0;
  padding:0;
  display: flex;
  text-align: center;
  gap: 60px;
  position: sticky;
  background-color: darkred;
  justify-content: center;  
}

nav ul li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

nav li a:hover {color: black;}

.Current a:link {font-weight: bold;}

/*Footer section*/
#AllRights{
  font-family: fantasy;
  color: darkred;
}
footer{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.SocialImg{
  width: 50px;
  height: 50px;
}
/*End of Footer section*/

/* Homepgae section*/

.Message{font-style: italic;}

#HomepageContent{
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

#MessageDirector{
  /*border: 2px solid black;*/
  padding: 20px 20px 10px 20px;
  background-color: white;
  width: 800px;
  margin: auto;
  text-align: center;
  line-height: 1.5em;
}
/* End of Homepgae section*/

/*Exhibition page*/

.titleofsection{
  color: darkred;
  font-family:'Times New Roman', Times, serif;
}

.ExBoxes{
  display: flex;
  margin: auto;
}

.Exhibitions{
  border: 2px solid black;
  padding: 20px 20px 10px 20px;
  background-color: darkred;
  width: 500px;
  text-align: center;
}
figure{
  margin: 0;
  padding: 0;
}

.Exhibitions img{
  width: 400px;
  height: 270px;
}

figcaption {
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
}

figcaption :hover{color: white;}

/*end of Exhibition page*/

/* Locations page*/
#Explore{
  border: solid 2px darkred;
  background-color: white;
  margin: 4%;
  text-align: center;
  padding-top: 2%;
  font-family: 'Times New Roman', Times, serif;
  border-radius: 30px;
}

.mySlides{display: none;}

h2{
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: darkred;
}
/* end of locations page*/

/* Contact Us page*/

#AllContent{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.collapsible {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 25px;
  width: 100%;
  border: solid darkred;
  text-align: left;
  font-size: 30px;
  margin: 10px;
}

.active, .collapsible:hover {
  background-color: darkred;
  color: white;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: white;
  color: darkred;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.5em;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-family: 'Times New Roman', Times, serif;
}

.collapsible{
  font-family: 'Times New Roman', Times, serif;
  font-style:italic ;
}

.active:after {content: "\2212";}

.ContactUsImg{width: 100%;}

/* end of Contact Us page*/

/* Start of Artist Information*/

#ArtistContent{ 
  display: flex;
  margin-left: 100px;
  margin-top: 10px;
}

#ArtistInfo{
  padding: 100px;
  text-align:justify;
}

#ImgArtist{
  transition: transform .2s;
  padding-top: 150px;
  padding-left: 20px;
}

#ImgArtist:hover{transform:scale(1.5);}

#AmandaBa{
  color: darkred;
  font-weight: bold;
}

.ImportantNames{font-weight: bold;}

@media screen and (max-width:1230px){
  #ArtistContent {
    display: block;
  }
  #ImgArtist{
    padding: 10px;
    text-align: center;
  }
}

.Video{
  display: flex;
  justify-content: center;
}

#UnderConstruction{
  text-align: center;
  color: darkred;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  font-size:xx-large;
  margin: 100px;
}

.ArtistImg{width: 500px;}

/* end of Artist Information*/