body,
html {
  height: 100%;
}

body {
  background-color: #f1ead1;
}

#page-wrapper {
  margin: 2% 2.5%;
}

.page-wrapper {
  margin: auto;
  position: relative;
  width: 85rem;
  top: -1rem;
}

.go-home {
  white-space: nowrap;
  position: relative;
  top: 1rem;
  left: 1rem;
}

.go-home a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  color: brown;
  font-family: "Lobster";
}

.go-home a:hover {
  color: #007bff !important;
}

.go-home a:visited {
  color: brown;
}

#body-concurs {
  max-width: 1540px;
}

.playfair-display-title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  display: flex;
  flex-flow: row nowrap;
}

.section-wrapper {
  margin-top: 0;
  display: flex;
  flex-flow: row nowrap;
  height: calc(100% - 18em);
}

#home-page-title {
  display: block;
  visibility: hidden;
  margin-left: 0;
}

.main-title {
  text-align: center;
  text-transform: none;
  display: inline-block;
  margin-left: 140px;
}

.title-text {
  color: rgb(9, 125, 76);
  font-style: normal;
  font-size: 80px;
  line-height: 70px;
}

.subtitle-text {
  color: #097d4c;
  font-size: 35px;
  line-height: 46px;
  font-style: italic;
  margin: auto;
}

#road {
  z-index: -1;
  background-color: #0080006b;
  height: 3.5rem;
  position: relative;
  top: 10rem;
  border-bottom: 2rem solid rgb(9, 125, 76);
}

#footer {
  position: fixed;
  bottom: 10rem;
  left: 0;
  width: 100%;
  z-index: -2;
}

.navigation {
  margin: 0;
  background: #0080006b;
  min-width: 250px;
  padding: 10px 5px 10px 15px;
  font-size: 24px;
  line-height: 30px;
  border-radius: 5px;
  list-style-type: none;
  height: 390px;
}

.navigation a {
  text-decoration: none;
  display: block;
  padding: 0.1em;
  color: white;
}

.navigation a:hover {
  background: rgb(124, 242, 193);
}

.col-content {
  margin-left: 20px;
  margin-top: -40px;
  font-size: 0.75rem;
}

.content-in {
  padding: 15px;
  border: double 5px rgb(9, 125, 76);
  font-size: 24px;
  min-width: 350px;
  display: block;
  max-width: 1000px;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.menu-current {
  background: rgb(9, 125, 76);
  cursor: default;
}

.num-list {
  font-size: 18px;
  font-family: monospace;
  line-height: 24px;
  margin-top: 20px;
}

.za-warning {
  text-decoration: underline;
  margin: 0;
}

ol.margin-top-5 {
  margin-top: 5px;
}

a.pdf-link:link,
.juri-name {
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: green;
  text-decoration: none;
}

a.pdf-link:visited {
  color: green;
}

a.pdf-link:hover {
  color: brown;
}

.article-coments {
  font-family: "Lobster";
  font-size: small;
}

#poet-list {
  position: relative;
  top: -20px;
}

#header-line {
  position: absolute;
  text-align: left;
  color: green;
  left: 30px;
}

#logo-text {
  text-align: center;
  line-height: 11px;
  width: 117px;
  position: relative;
  top: -11px;
  left: -9px;
}

.pa-title {
  font-family: "Poppins", sans-serif;
  color: #0f3661;
  font-weight: 600;
  margin-bottom: 20px;
}

.max-width-250 {
  max-width: 250px;
}

.cursor {
  cursor: pointer !important;
}

.text-center {
  text-align: center !important;
}

.pa-column {
  margin-right: 10px !important;
  margin-top: 15px !important;
}

.comments-line {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: monospace;
}

#agr-modal {
  padding: 15px;
  border: solid 2px green;
  max-width: 500px;
}

.agr-in {
  font-family: Tahoma;
  font-size: 12px;
  color: black;
  margin: 15px;
}

.agreement-tab {
  text-indent: 40px;
  text-align: justify;
}

.footer-copyright {
  position: relative;
  top: 227px;
  margin-right: 10px;
  color: white;
  font-size: 12px;
  text-align: right;
}

#img-footer {
  width: 110px;
  height: 112px;
  display: block;
  object-fit: cover;
  transform: translate(1rem, 13rem) rotate(0deg);
}

#new-term {
  color: red;
  border: 2px red double;
}

.color-red {
  color: red;
}

@media screen and (max-width: 607px) {
  #img-footer {
    width: 50px;
    height: 50px;
  }
}
