@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
.title h1{
	font-size: 67px;
  padding: 16px;
  margin-bottom: 10px;
  letter-spacing: 7px;
    font-family: 'Cinzel', 'Times New Roman', serif;
}
.background-head {
background-image:url("partywithheaters.png");
height:auto;
width:100vw;
margin-left: calc(-50vw + 50%);
background-position: center;
background-size: cover;
background-attachment: fixed;
background-blend-mode: darken;
background-color: rgba(0, 0, 0, 0.4);
max-height:450px;
border-radius:0;
padding: 20px 10px;
margin-bottom: 40px;
position: relative;
z-index: 1;
}
.background-head h2 {
  color: white;
}
.background-head .contact {
  position: relative;
  z-index: 10;
}
.title {
  color: #2c7820;
  margin-left: 30%;
  margin-right: 30%;
  background-color: #2F4F4F;
  border-radius: 10px;
  line-height: 1.0;
  margin-bottom: 20px;
}
.title h2{
  font-size: 30px;
  margin-top: 5px;

}
body{
	background-color:#FFFAFA;
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
h1:not(.title h1){
	color: #556B2F;
}
h2:not(.title h2){
	color: #569999;
	font-size: 30px;
}
h3{
	color: #2F4F4F;
}

a {
    color:#556B2F;
    text-decoration: none;
      font-weight: bold; 

}
p {
   margin-left: 175px;
   margin-right: 175px;
    margin-bottom: 20px;
}
a:hover
{
    text-decoration: underline;
    }
    .copy-email:hover{
        background-color: #455A1F;
    }
    .email-link{
        cursor: pointer;
        color: #556B2F;
    }
    @media (max-width: 600px) {
        body {
            font-size: 16px;
        }
        h1 {
            font-size: 32px;
        }
        h2 {
            font-size: 24px;
        }
          .title h2 {
            font-size: 24px;
        }
        .title h1{
	font-size: 44px;
        }
        .background-head {
          padding: 40px 15px !important;
          max-height: 600px;
          margin-bottom: 60px !important;
        }
        .background-head h2 {
          margin: 15px auto;
          text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
        }
        p {
          margin-left: 0px;
          margin-right: 0px;
        }
        .contact {
          width: 90%;
          max-width: 280px;
          margin: 20px auto !important;
        }
    }
    .logo {
        width:175px;
        height:175px;
        position:static;
        border-radius: 10px;
    }

    .content-wrapper {
    max-width: 900px;
    margin: auto;
    padding: 0 16px;
    text-align: center;
}
.contact{
    background-color: #c8a96a;
    color: black;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    width: 300px;
    border: 2px solid #556B2F;
}
ul{
    list-style-position: inside;
  padding: 0;
  text-align: center;
  line-height: 2;
}
.socials img {
    width:40px;
    height:40px;
    margin-top: 5px;
    border-radius: 6px;
}
 .socials img:hover {

  background-color: rgba(0, 0, 0, 0.2);


}
.socials {
    position: fixed;
    top: 40%;
    left: 10px;
    z-index: 5000px;
    background-color:rgb(17, 0, 255, 0.6);
    height:200px;
    width:50px;
    border-radius:10px ;
}
.gallery-image {
    width: 200px;
    height: auto;
    margin: 10px;
    border-radius: 10px;
}
#circle-table {
    position: static;
    width: 250px;
}
img:hover:not(.logo):not(.socials img) {
  transform: scale(1.05);
  float:center;
  transition: transform 0.3s;
  width: 200px;
  height: auto;
}
@media screen and (max-width: 768px)
{
.title{
  margin-left: 10%;
  margin-right: 10%;
}
.background-head {
  padding: 30px 15px ;
  margin-bottom: 50px ;
}
.background-head h2 {
  margin: 15px 10px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.contact {
  width: 85%;
  max-width: 300px;
}
.socials {
    position: static;
    width:70%;
    height:60px;
    margin:auto;
    top:0;
    left:0;
    display:flex;
    justify-content: center;
    align-items: center;
 
}
.socials img {
    margin: 0 10px;
}
p {
   margin-left: 75px;
   margin-right: 75px;
}

}