body {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #222;
  font-family: "Georgia", serif;
  line-height: 1.6;
}

h2 {
  color: #8e735b;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

p {
  margin: 15px 0;
  font-size: 18px;
}

a {
  color: #8e735b;
  text-decoration: none;
  border-bottom: 1px dotted #8e735b;
}

i {
  color: #8e735b;           
  font-style: italic;
}


a:hover {
  color: #c2b280;
  border-bottom: 1px solid #c2b280;
}

#paragraf {
  background-color: #ffffff;
  padding: 30px;
  max-width: 850px;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  color: #222;
}


blockquote {
  margin: 30px;
  padding-left: 20px;
  border-left: 3px solid #c2b280;
  font-style: italic;
  color: #666;
}

img {
  max-width: 30%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: block;
  margin: 20px auto;
}

figcaption {
  text-align: center;
  font-style: italic;
  color: #666;
  margin-top: 10px;
}

.üstbar {
  display: flex;
  background-color: #c2b280;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 425px;  
}
.isim {
  color: #ffffff;
  text-align: center;
  font-size: 30px; 
  font-weight: bold;
  margin-left: auto;
}
.slogan {
  color: #ffffff;
  font-size: 20px;
  font-style: italic;
  margin-right: 70px;
}

.ozellogo {
  all:unset ; 
  width: 170px; 
  height: 170px; 
  margin-left: 5px;
  padding-bottom: 70px;
  padding-top: 20px;
}

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  font-size: 24px;
  background-color: transparent;
  color: #c2b280;
  border: 2px solid #c2b280;
  padding: 12px 18px;
  border-radius: 25%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
  margin-right: 150px;
}
#scrollTopBtn:hover {
  background-color: rgba(194, 178, 128, 0.15);
  color: #8e735b;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-color: #e8e6da;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  margin-bottom: 50px;
}

.sidebar a {
  display: block;
  padding: 15px;
  color: #222;
  font-weight: bold;
  text-decoration: none;
}

.sidebar a:hover {
  background-color: #dcd6bc;
  color: #000;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 900px) {
  #paragraf {
    max-width: 98vw;
    padding: 15px;
    margin: 20px auto;
  }
  img {
    max-width: 90%;
    margin: 10px auto;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  .üstbar {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 15px;
    text-align: center;
  }
  .isim {
    font-size: 22px;
    margin-left: 0;
  }
  .slogan {
    font-size: 16px;
    margin-right: 0;
  }
  .ozellogo {
    width: 100px;
    height: 100px;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-left: 50px;
  }
  .sidebar {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .sidebar a {
    padding: 10px;
    font-size: 15px;
  }
  #paragraf {
    padding: 10px;
    max-width: 98vw;
    margin: 10px auto;
  }
  img {
    max-width: 95%;
    margin: 10px auto;
  }
  #scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 99;
  font-size: 24px;
  background-color: transparent;
  color: #c2b280;
  border: 2px solid #c2b280;
  padding: 12px 18px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
  
  margin-right: 1px;
}

#scrollTopBtn:hover {
  background-color: rgba(194, 178, 128, 0.15);
  color: #8e735b;
}

.menu-btn {
  display: none;
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 2001;
  font-size: 24px;
  background: transparent;
  color: #8e735b;               
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border: 2px solid #c2b280;    
  transition: background 0.3s, color 0.3s;
}

.menu-btn:hover {
  background: rgba(194, 178, 128, 0.15);
}

@media (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}
  .sidebar {
    position: fixed;
    left: -220px;
    top: 0;
    width: 200px;
    height: 100%;
    background: #e8e6da;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    transition: left 0.3s;
    z-index: 2000;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 60px;
    margin-bottom: 0;
    display: block;
  }
  .sidebar.sidebar-open {
    left: 0;
  }
  body {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  p, #paragraf, blockquote, h2, h3, h4, li {
    font-size: 15px !important;
  }
  #paragraf {
    padding: 10px;
  }
}
