html,
body,
#main {
height: 100%;
}
body {
font-family: Verdana, Tahoma, sans-serif;
color: #fff;
font-size: 12px;
margin: 0;
background: #160c0b url(/wp-content/themes/dzherela/images/enter-back-repeat.jpg) repeat-x 0 0;
}
#main {
background: url(/wp-content/themes/dzherela/images/enter-press.jpg) no-repeat top center;
text-align: center;
position: relative;
}
#enter {
width: 600px;
height: 620px;
display: block;
position: relative;
left: 50%;
margin: 0 0 0 -300px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#content {
width: 605px;
font-family: Georgia, 'Times New Roman', Times, serif;
color: #fefefe;
font-size: 19px;
line-height: 25px;
letter-spacing: 0.1em;
display: inline-block;
}
.widget_polylang li {
list-style: none;
display: inline-block;
margin: 5px;
}
.widget_polylang li a {
color: #fff;
font-size: 14px;
font-weight: 500;
text-decoration: none;
}
.widget_polylang li a:hover {
text-decoration: underline;
}
@media (max-width: 425px) {
#content {
width: 100%;
height: 75vh;
}
#main {
background-size: cover;
padding: 0 5px;
}
#enter {
width: 100%;
height: 75vh;
left: 0;
margin: 0;
}
.widget_polylang ul {
padding: 0;
}
}