/*
Theme Name: Hello FomFlow
Author: Future of Media Kft.
Author URI: https://futureofmedia.hu/
Description: Hello FomFlow landing page
Version: 1.0
*/

@import "css/layout/_header.css";
@import "css/layout/_footer.css";
@import "css/_cookie-notice.css";
@import "css/_cf7.css";
@import "css/_modal.css";
@import "css/parts/_firstview.css";
@import "css/parts/_services.css";
@import "css/parts/_registration.css";
@import "css/pages/_page.css";

html,
body {
    height: 100%;
}

body {
    background: #fff;
    color: #2A3554;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

main {
    flex: 1;
    margin-top: 70px;
}

section {
    padding: 100px 0;
}

a,
button {
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 50px;
}

p:last-child {
    margin-bottom: 0;
}

p+ul {
    margin-top: -25px;
}

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

button {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

input {
    background: #fff;
}

h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 50px;
}

h2,
h3 {
    font-size: 20px;
    line-height: 24px;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 25px;
}

ul {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}

ul li {
    position: relative;
    padding-left: 67px;
    margin-bottom: 10px;
}

ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #1D76FF;
    border-radius: 50%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8091A9;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #8091A9;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #8091A9;
}
:-moz-placeholder { /* Firefox 18- */
    color: #8091A9;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media screen and (max-width: 320px) {
    body {
        min-width: 320px;
    }
}