@font-face {
  font-family: mainfont;
  src: url("/res2025/fonts/HelveticaNeueLight.woff2") format("woff2");
}

@font-face {
  font-family: mainfontthin;
  src: url("/res2025/fonts/HelveticaNeueThin.woff2") format("woff2");
}

@font-face {
  font-family: mainfontregular;
  src: url("/res2025/fonts/HelveticaNeueRegular.woff2") format("woff2");
}

* {
  border: 0;
  padding: 0;
  margin: 0;
}

pre {
  font-size: 16px;
  line-height: 16px;
  color: #0f0;
  background-color: #000;
  padding: 10px;
}

body {
  background-color: #fff;
  color: #000;
  font-family: mainfont, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

a {
  color: #000000;
  text-decoration: none;
}

h1 {
  font-family: mainfontthin, Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 60px;
}

h2 {
  font-family: mainfontthin, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
}

h3 {
  font-family: mainfont, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  width: 100%;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}

footer {
  text-align: center;
  font-size: 12px;
  padding: 50px 0px;
  width: 100%;
  background-color: #000;
  color: #fff;
}

ul {
  margin-left: 24px;
}

.post-cards {
  max-width: 750px;
  margin: auto;
}

.post-card {
  width: 100%;
  margin-bottom: 64px;
}

.post-card-title {
  font-size: 20px;
  margin: 10px 0 10px 10px;
}

.post-card-tools {
  font-size: 16px;
}

.post-card-image {
  width: 100%;
  border-radius: 10px;
}

.video-container {
  max-width: 750px;
  margin: auto;
}

.welcome-post {
  max-width: 750px;
  padding: 20px 20px 50px 20px;
  margin: auto;
  color: #fff;
}

.welcome-p {
  margin-bottom: 16px;
}

.single-post-title {
  text-align: center;
  margin: 30px 0 0px 0;
}

.welcone-transition {
  background-image: url('media/b2w.png');
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
}

.single-post-tools {
  text-align: center;
  margin: 15px 0 30px 0;
}

.post-content {
  margin: auto;
  max-width: 750px;
  /* border: 1px solid #888; */
}

.post-content p {
  margin-bottom: 16px;
}

.post-image {
  width: 100%;
}

.link-area {
  text-align:center;
  display: inline-block;
  margin: 0 auto;
  padding: 18px 24px;
  border-radius: 12px;
}

.footer-suggest-container {
  background-color: #000;
}

.footer-suggest {
  padding: 24px;
  max-width: 750px;  
  margin: auto;
  color: #fff;
}
.footer-suggest a {
  color: #fff;
}

.underline {
  text-decoration: underline;
}

@media only screen and (max-width: 750px) {
  h1, h2, h3 {
    padding-left: 16px;
    padding-right: 16px;    
  }
  .post-card-title {
    font-size: 20px;
    margin: 5px 10px;
  }
  .post-card-image {
    border-radius: 0;
  }
  .post-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .video-container {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 450px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .video-container {
    margin: auto;
    padding: 50px 10px;
  }
}
