/* Ronen Leibovitz site custom CSS */

/* Header, Giving more space to the site title (word Ronen Leibovitz) to prevent header in mobile growing to two lines
    which results in header cutting the top of the content of the page */
    
@media (max-width: 599px) {
  .hostinger-ai-site-title {
    min-width: 200px;
    }
}

/* In tablet, Giving more space to the top of the content of the page to prevent the to menu from cutting into the content of the page */
@media (min-width: 600px) and (max-width: 618px) {
  main {
    padding-top: 130px !important;
  }
}
@media (min-width: 619px) and (max-width: 1138px) {
  main {
    padding-top: 60px !important;
  }
}

.page-block:nth-child(odd) {
    background-color: #F4F1EA;
}

.page-block:nth-child(even) {
    background-color: #D8CBB8;
}

.page-block {
     border-radius: 25px;
     margin-bottom: 1.5rem;
}