@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&display=swap');

* {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-size: 1.3rem !important;
}

body.large {
    font-size: 2rem !important;
}

h1 {
    color: rgb(139, 107, 107) !important;
    font-size: 3rem;
    font-weight: bolder;
    text-shadow: 1px 1px 2px black;
}

a:visited {
    color: purple;
}

li {
    margin: 10px 0;
}

video {
    width: 100%;
}

section {
    padding-inline: 3rem;
    padding-block: 3rem;
}

input, textarea {
    margin-bottom: 15px;
}

#styleswitch {
    padding: 1rem;
}

.input-block {
    display: block;
    margin-bottom: 10px;
}

.content-block {
    display: block;
    margin: 3rem;
}

.horse-description {
    max-width: 600px;
}

.right {
    float: right;
}

.bordered-box {
    background-color: rgb(27, 25, 25);
    color: rgb(180, 159, 159);
    font-style: italic;
    border-style: solid;
    border-color: rgb(143, 142, 142);
    border-width: 1px;
    padding: 2.5rem;
    max-width: 576px;
    border-radius: 5px;
}

#home-greeter {
    height: 70vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#home-greeter::before {
    content: '';
    position: absolute;
    background-image: url("../media/kivancsilovak.jpg");
    filter: brightness(50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

main {
    min-height: 100vh;
}

footer {
    background-color: #cccccc;
    width: 100%;
    bottom: 0;
    padding: 30px;
}

footer .bolder {
    font-weight: bolder;
}

#socials a {
    margin-right: 70px;
}