/*
Theme Name: d19.hu
Author: Future of Media Kft.
Author URI: https://futureofmedia.hu/
Description: d19.hu apartmanok
Version: 1.0
*/

@import "css/layout/_header.css?v=1.24";
@import "css/layout/_footer.css?v=1.24";
@import "css/_common.css?v=1.24";
@import "css/_front-page.css?v=1.24";
@import "css/_page-apartment.css?v=1.24";
@import "css/_page-contact.css?v=1.24";
@import "css/_page-404.css?v=1.24";

body {
    color: #606060;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    /*line-height: 20px;*/
    line-height: 1.6;
    font-weight: 400;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    min-height: 100vh;    
    overflow-x: hidden;
}

body.fixed {
    overflow: hidden;
}

main {
    display: flex;
    flex-direction: column;
    flex: 1;
}

section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

/*@media screen and (max-width: 991px) {
    section {
        padding: 50px 0;
    }
}*/

h1,
.font-h1 {
    font-size: 34px;
    line-height: 41px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1f223e;
}

h2,
.font-h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1f223e;
}

h3,
.font-h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f223e;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
    max-height: 100%;
}

*:focus {
    outline: none;
}

a,
button,
input,
textarea {
    transition: all .25s ease-in-out;
}

b, 
strong {
    font-weight: bold;
}

input,
textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #7A7A7A;
}

textarea {
    height: 150px;
    resize: none;
}

a {
    color: #1f223e;
    text-decoration: none;
}

a:hover {
    color: #95c41f;
    text-decoration: none;
}

a:active {
    color: #95c41f;
}

button:not(:disabled),
input[type="submit"]:not(:disabled) {
    color: #fff;
    background: #95c41f;
    border: 2px solid #95c41f;
}

button:not(:disabled) {
    border: 2px solid #95c41f;
}

form label {
    width: 100%;
}