

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: monospace;
  background-image:url(../pridtemplate.png);
}

h1{
    margin-left: 40px;
    padding-top: 25px;
    border-bottom: 10px solid rgb(255, 154, 235);
}

html, body {
  min-height: 100%;
  height: 100%;
}

header {
  width: 100%;
  margin: 0;
  padding: 0;
}


details {
  position: relative;
}



.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: black;
  width: 200px;
  z-index: 100;
  border: 3px solid rgb(58, 27, 255);
}

.dropdown-menu a {
  display: block;
  width:100%;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
  font-family: "hwt-arabesque", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
}

.dropdown-menu a:hover {
  background: rgb(58, 27, 255);
}

details summary {
  color: white;
  background: black;
  border: 10px solid black;
  padding: 25px 15px;
  text-decoration: none;
  list-style-type: none;
  font-size: 25px;
  font-family: "hwt-arabesque", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
 
}

footer {
   
    width: 100%;
    text-align: center;
   
}


details summary:hover {
  background: rgb(58, 27, 255);
  border: 10px solid rgb(58, 27, 255);
}


details a:hover {
  background: rgb(58, 27, 255);
  border: 10px solid rgb(58, 27, 255);
}

.nav-logo {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.nav-logo img {
  height: 100px;
  width: auto;
}

#topNav {
  margin: 0;
  padding: 0;
  background-color: black;
  display: flex;
  align-items: center;
  font-style: normal;
  width: 100%;
  
  
}

#topNav a:link {
  color: white;
  background-color: black;
  border: 10px solid black;
  padding: 25px 15px;
  text-transform: uppercase;
  list-style-type: none;
  text-decoration: none;
  font-size: 25px;
  font-family: "hwt-arabesque", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#topNav a:visited {
  color: white;
  background-color: black;
  border: 10px solid black;
  padding: 25px 15px;
  list-style-type: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 25px;
  font-family: "hwt-arabesque", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#topNav a:hover {
  color: white;
  background-color: rgb(58, 27, 255);
  border: 10px solid rgb(58, 27, 255);
  padding: 25px 15px;
  text-transform: uppercase;
  text-decoration: none;
  list-style-type: none;
  font-size: 25px;
  font-family: "hwt-arabesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 0;
}


div.gallery-item {
  
  border: 3px solid black;
  margin: 30px;
  background: white;
}


figure{
  width: 400px;
  margin: 10px;
  padding: 10px;
}




@media (max-width: 768px) {

 

  #topNav {
    flex-wrap: wrap;  
    font-size: 16px;
  }

  #topNav a:link,
  #topNav a:visited,
  #topNav a:hover {
    font-size: 16px;
    padding: 10px 8px;
    border-width: 4px;
  }

  .nav-logo img {
    height: 60px;
  }

  h1 {
    font-size: 29px;
    margin-left: 15px;
  }

  h2 {
    font-size: 18px;
  }

  .thumbnails1 img {
    height: 300px;
  }

  }



@media(print){


}







