/*
Theme Name: Uptown
Author: Portalworks
Version: 1.0.0
*/
/****************************************
                FONTS
****************************************/

/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/roboto-condensed-v31-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/****************************************
                ROOT
****************************************/

:root{
    --primary-color: #D0B28E;
    --primary-font: 'Roboto Condensed', sans-serif;
}

/****************************************
            BODY AND HTML
****************************************/

body{
    font-family: var(--primary-font);
    color: #000;
    position: relative;
}

body.no-customize-support #wp-admin-bar-wp-logo,
body.no-customize-support #wp-admin-bar-customize,
body.no-customize-support #wp-admin-bar-new-content{
    display: none !important;
}
/****************************************
                MAIN
****************************************/

.main-section{
    width: 2160px;
    height: 3840px;
    padding-top: 54px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
}

.colum-block{
    margin-top: 41.5px;
    margin-bottom: 122px;
    height: 3488px;
    gap: 50px;
}

.column-custom{
    width: 653px;
}

.head-text{
    line-height: 1;
    font-size: 48px;
    font-weight: 600;
    background: var(--primary-color);
    min-height: 56px;
    display: flex;
    align-items: center;
    padding-left: 58px;
    margin-bottom: 10px;
}

.normal-text{
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 42px;
}

footer{
    bottom: 0;
    width: 100%;
    height: 94px;
    background: var(--primary-color);
}

.footer-text{
    font-size: 40px;
    line-height: 1;
}