/*
Theme Name: Szeretet-Sziget
Theme URI: 
Author: 
Description: WordPress theme for Szeretet-Sziget
Version: 1.0
Text Domain: szeretet-sziget
*/

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: 'Arial', sans-serif;
}

.border-wrapper {
  padding: 5px;
  min-height: 100vh;
  box-sizing: border-box;
  background: url('assets/hearts.png') repeat;
  background-color: white;
  position: relative;
  border: 40px solid #fc7ea4;
}

.header {
  text-align: center;
  font-size: 75px;
  font-weight: bold;
  font-family: 'Gabriola', sans-serif;
  color: #fc7ea4;
  padding: 0px 0;
}

.menu-toggle {
  position: absolute;
  top: 30px;
  right: 50px;
  cursor: pointer;
  width: 30px;
  z-index: 1000;
}

.menu-toggle div {
  height: 4px;
  background-color: #777;
  margin: 6px 0;
  border-radius: 2px;
}

.menu {
  display: none;
  position: absolute;
  top: 80px;
  right: 40px;
  background-color: #fff;
  border: 2px solid #ffb6c1;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
}

.menu a {
  display: block;
  color: #ff69b4;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
}

.menu a:hover {
  color: #d63384;
}
  
.dash1-container {
  background-color: #ffb6c1;
  border-radius: 15px;
  font-family: 'Gabriola';
  font-size: 35px;
  text-align: center;
  max-width: 1500px;
  margin: 100px auto;
  padding: 2%;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  color: white;
}

.dash1-container img {
  width: 71%;
  height: 80%;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  margin-top: 0%;
  margin-left: 13%;
}

.contact-container {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}

.map-container {
  flex: 1 1 300px;
  min-width: 300px;
  margin-right: 20px;
  box-sizing: border-box;
}

.map-container iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 10px;
}

.info-container {
  flex: 1 1 250px;
  min-width: 250px;
  box-sizing: border-box;
}

.info-container h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

.info-container p {
  margin: 8px 0;
  font-size: 16px;
}

.info-container a {
  color: #0066cc;
  text-decoration: none;
}

.info-container a:hover {
  text-decoration: underline;
}

@media (max-width: 1600px) {
  .dash1-container, .contact-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .header {
    font-size: 50px;
    padding-top: 20px;
    text-align: center;
  }

  .border-wrapper {
    border-left: 15px solid #fc7ea4;
    border-right: 15px solid #fc7ea4;
    border-top: 40px solid #fc7ea4;
    border-bottom: 40px solid #fc7ea4;
  }

  .menu-toggle {
    position: static;
    margin-top: 10px;
    display: block;
  }

  .menu {
    position: static;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .dash1-container {
    margin: 20px auto;
  }
	
  .contact-container {
    flex-direction: column;
    width: 100%;
    padding: 15px;
  }
  
  .map-container {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .map-container iframe {
    height: 250px;
  }

  .info-container {
    width: 100%;
    text-align: center;
  }
}
h1 {
    display: block;
    font-size: 275%;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
	text-align: center;
	background-color: #fc7ea4;
}