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

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

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

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

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

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

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

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

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

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%;
    line-height: 1.429em;
    letter-spacing: 0.02px;
    padding: 15px 18px 13px 18px;
    border-radius: 3px 3px 3px 3px;
    background-color: rgba(255, 255, 255, 0.91);
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #7A7A7A;
}

textarea {
    min-height: 230px;
    resize: none;
    height: 100px;
}

a {
    color: #fe4819;
    text-decoration: none;
}

a:hover {
    color: #3b3d42;
    text-decoration: none;
}

a:active {
    color: #3b3d42;
}

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

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

form label {
    width: 100%;
}