* {
  font-family: "Helvetica", Verdana, sans-serif;
  color: #202253;
  background-color: #f8f0fc;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}

.povestea-mea {
  display: none;
}

.titlu {
  display: flex;
  padding-top: 3px;
}

.logo {
  height: 30px;
  width: auto;
}

h1 {
  font-size: 30px;
  padding-left: 10px;
  font-weight: bolder;
}

h2 {
  font-size: 20px;
  padding-left: 40px;
  font-weight: bolder;
}

footer {
  font-size: 10px;
  text-align: right;
}

footer .nume {
  font-size: 10px;
}

.nume {
  font-weight: 800;
  background-color: transparent;
}

.tabs {
  position: relative;
  display: flex;
  min-height: 1100px;
  max-width: 1000px;
  border-radius: 7px 7px 0 0;
  overflow: auto;
}

.tabby-tab {
  flex: 1;
  border-radius: 7px;
}

.tabby-tab label {
  display: block;
  box-sizing: border-box;

  /* tab content must clear this */
  height: 40px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  background: #eebefa;
  cursor: pointer;
  transition: background 0.5s ease;
}

.tabby-tab label:hover {
  background: #e599f7;
}

.tabby-content {
  display: float;
  position: absolute;
  align-items: center;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  /* clear the tab labels */
  top: 40px;

  border-radius: 0 0 8px 8px;

  border: solid;
  border-top: none;
  border-color: #862e9c;

  transition: opacity 0.8s ease, transform 0.8s ease;

  /* show/hide */
  opacity: 0;
  transform: scale(0.1);
  transform-origin: top left;
}

.tabby-tab [type="radio"] {
  display: none;
}
[type="radio"]:checked ~ label {
  background: #f3d9fa;
  z-index: 2;
}

[type="radio"]:checked ~ label ~ .tabby-content {
  z-index: 1;

  /* show/hide */
  opacity: 1;
  transform: scale(1);
}

.container {
  display: flex;
  position: relative;
  flex-direction: column;
  position: absolute;
  align-items: center;
  /* height: 600px; */
}

.poza {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pozamea {
  max-width: 300px;
  max-height: auto;
}

.buss-card {
  font-size: 18px;
  align-items: center;
}

.bcAddr {
  margin-top: 20px;
  font-size: 13px;
  width: 300px;
  text-decoration: none;
  text-align: center;
}

p.bcAddr::before {
  content: "\f3c5";
  font-family: FontAwesome;
  padding-right: 5px;
}

.bcMail {
  margin-top: 10px;
  text-decoration: none;
  text-align: center;
}

p.bcMail::before {
  content: "\f0e0";
  font-family: FontAwesome;
  padding-right: 7px;
}

.bcTel {
  margin-top: 10px;
  text-decoration: none;
  text-align: center;
}

p.bcTel::before {
  content: "\f3cf";
  font-family: FontAwesome;
  padding-right: 7px;
}

.articol {
  display: flex;
  flex-direction: column;
  /* flex-wrap: nowrap; */
  align-items: left;
  width: 350px;
  gap: 7px;
  border-radius: 15px;
  padding: 7px;
}

.comentariu {
  font-size: 18px;
  background-color: #f3d9fa;
  vertical-align: top;
  border-radius: 15px;
  padding: 5px 7px;
  height: 25px;

  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.admin-com {
  background-color: #e0fad9;
}

.comentariu.activ {
  height: 290px;
  overflow: auto;
}

.comentariu:not(.activ) {
  cursor: pointer;
}

.comentariu:hover:not(.activ) {
  transform: scale(1.04);
}

.vizibil {
  background-color: transparent;
}

.invizibil {
  display: none;
}

@media (orientation: landscape) {
  * {
    font-size: 22px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 22px;
  }

  .continut {
    min-height: 500px;
    max-width: 1000px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .tabs {
    min-height: 650px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    column-gap: 5vw;
  }

  .container1 {
    flex-direction: row-reverse;
  }

  .articol {
    width: 500px;
  }

  .comentariu.activ {
    height: 290px;
  }
}
