/*
Theme Name: vitorlas.hu
Author: Future of Media Kft.
Author URI: https://futureofmedia.hu/
Description: Vitorlás bérlése
Version: 1.0
*/

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

body {
    color: #222627;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    /*line-height: 20px;*/
    line-height: 1.8;
    font-weight: 300;
    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: #09C2DD;
    text-decoration: none;
}

a:active {
    color: #09C2DD;
}

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

button:not(:disabled) {
    border: 2px solid #09C2DD;
}

form label {
    width: 100%;
}