/*
Theme Name: TTC Hotels
Author: Future of Media Kft.
Author URI: https://futureofmedia.hu/
Description: The Three Corners Hotels & Resorts
Version: 1.0
*/

@import "css/_font.css?v=1.1";
@import "css/layout/_header.css?v=1.1";
@import "css/layout/_footer.css?v=1.1";
@import "css/layout/_mobile_menu.css?v=1.1";
@import "css/_component.css?v=1.1";
@import "css/_common.css?v=1.1";
@import "css/_flexible-content.css?v=1.1";
@import "css/_offers.css?v=1.1";
@import "css/_book-online-now.css?v=1.0";

html,
body {
    height: 100%;
}

body {
    color: #2D2B2C;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    min-height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 22px;
    overflow-x: hidden;
}

body.customize-support header {
    top: 31px;
}

body.fixed {
    position: fixed;
}

main {
    flex: 1;
    padding-top: 106px;
}

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

.section-with-background {
    padding: 50px 0;
}

h1,
.font-h1 {
    font-size: 37px;
    line-height: 37px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 36px;
}

h2,
.font-h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 34px;
}

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

.font-label {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .7px;
}

.font-lead {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

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

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

*:focus {
    outline: none;
}

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

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

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

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

button:focus {
    outline: 0;
}

@media screen and (max-width: 991px) {
    main {
        padding-top: 113px;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}