/*-----------------------------------
  Import Google Fonts
-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

/*-----------------------------------
  Global Styles
-----------------------------------*/
body {
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fafafa;
  margin: 0;
}
a {
  text-decoration: none;
  color: #3d0f3d;
}
a:hover {
  color: #66175e;
}
/*-----------------------------------
  Navigation
-----------------------------------*/
nav.navigation {
  background-color: #fafafa;
  padding: 1rem;
}

nav.navigation a {
  color: #3d0f3d;
  font-weight: 700;
  text-transform: lowercase;
  display: inline-block;
  transition: transform 0.1s ease-in;
  cursor: pointer;
}

nav.navigation a:hover {
  color: #66175e;
  transform: scale(1.1);
}

.navcontainer {
  max-width: 1200px;
}

/* Pre-navigation */
.prenavigation {
  background-color: #3d0f3d;
  height: 3rem;
}

.prenavigation a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logo */
.logo {
  height: 60%;
  width: auto;
}

/*-----------------------------------
  Headings
-----------------------------------*/
h1 {
  font-size: 1.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 1.4rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

h3 {
  font-size: 1.2rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* Paragraph */
p {
  margin-bottom: 1rem;
}

/*-----------------------------------
  List & Single Page Titles & Summaries
-----------------------------------*/
#list-page .title {
  font-size: 1.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

#list-page .summary {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

#list-page .date {
  color: #666;
  font-size: 0.9rem;
  float: none;
  text-align: left;
  display: block;
  width: auto;
  margin-bottom: 1rem;
}

#single .title {
  font-size: 1.75rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#list-page .title a {
  color: #404040;
  display: block;
}
#list-page .title a:hover {
  color: #66175e;
}
/*-----------------------------------
  Profile
-----------------------------------*/
.profile {
  max-width: 580px;
  line-height: 1.6;
}
.profile .avatar {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 50%;
  max-width:30%;
}

.profile h1 {
  display: none;
}

.main .profile .avatar {
  margin: 0 auto 3rem;
}
.profile-name {
  display:block;
  font-size: 1.1rem;
  margin-top: 0.78em;
  font-weight: 700;
}
.profile-bio {
  font-size: 0.95rem;
  margin-top: 0.5em;
  color: #666;
  text-align: left;
}
/*-----------------------------------
  Cultura Profile
-----------------------------------*/
.cultura .cultura-logo {
  width: 120px;
  height: auto;
  border-radius: 0 !important;
}

.cultura h1 {
  display: none;
}

.main .cultura .cultura-logo {
  margin: 0 auto 3rem;
}
.cultura .profile {
  text-align: center;
}
.cultura {
  text-align: center;
  margin: 60px auto 0 auto;
}
/*-----------------------------------
  Footer
-----------------------------------*/
footer {
  text-align: center;
  font-size: 0.85rem;
  color: #999;
  margin-top: 3rem;
  padding-top: 1rem;
}

/*-----------------------------------
  Tags
-----------------------------------*/
#single .tags a,
.tags a {
  background: #f7d6f2;
  color: #3d0f3d;
  margin-right: 3px;
  margin-top: 0.2rem;
  padding: 4px 7px;
  font-size: 0.95rem;
  display: inline-block;
  transition: transform 0.1s ease-in;
  cursor: pointer;
}

#single .tags a:hover,
.tags a:hover {
  transform: scale(1.05);
  color: #3d0f3d;
}

/*-----------------------------------
  Content Container
-----------------------------------*/
.content {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/*-----------------------------------
  Homepage
-----------------------------------*/
#homepage {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 24px;
}

#homepage .item {
  margin: 12px 0;
}

#homepage .title {
  display: inline-block;
  color: #404040;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  width: 80%;
}

#homepage .title a {
  color: #404040;
  display: inline-block;
  transition: transform 0.1s ease-in;
  cursor: pointer;
}

#homepage .title a:hover {
  color: #66175e;
  text-decoration: none;
  transform: scale(1.025);
}

#homepage .date {
  width: 20%;
  float: right;
  text-align: right;
  position: relative;
  color: #bbb;
  font-size: 0.85rem;
}

#homepage .summary {
  color: #757575;
  margin-top: 12px;
  word-break: normal;
  overflow-wrap: anywhere;
  margin-bottom: 36px;
}

#homepage .cover {
  width: 100px;
  height: 100px;
  background: #fff;
}

#homepage .cover img {
  width: 100%;
  text-align: center;
}

#homepage .pagination {
  margin: 48px 0;
  width: 100%;
  height: 32px;
  margin-top: 48px;
}

#homepage .pagination .pre {
  float: left;
}

#homepage .pagination .next {
  float: right;
}

#homepage .opinion-list {
  font-size: 1.2rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

#homepage span {
  width: 100%;
  display: block;
}
#homepage .title a {
  font-size: 0.85rem;
}

/*-----------------------------------
  Contact Form
-----------------------------------*/
.contact-form {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 2rem;
  border-radius: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.75rem;
  border: 1px solid #ccc;
  font-size: 0.9rem;
  font-family: inherit;
  box-sizing: border-box;
  border-radius: 0;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Turnstile widget spacing */
.contact-form .cf-turnstile {
  margin-bottom: 1rem;
}

/* Submit button */
.contact-form button[type="submit"] {
  background-color: #66175e;
  color: #fff;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.2s ease-in, transform 0.2s ease-in;
}

.contact-form button[type="submit"]:hover {
  background-color: #66175e;
  transform: scale(1.05);
}

/* Success & Error Messages */
.success-message {
  color: green;
  font-weight: bold;
  margin-bottom: 1rem;
}

.error-message {
  color: red;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Contact Form Container */
#contact-form {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 24px;
}