/*
Theme Name:   TRN
Description:  Twenty Fifteen Child Theme
Author:       TRN architecture custom theme
Author URI:   http://momchil-vasilev.com
Template:     twentytwentythree
Version:      1.15
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  trn
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100&display=swap');

@font-face {
    font-family: TRN;
    src: url(font/TRN_THIN.woff);
}

body{
    font-family: TRN;
    font-size: 22px;
    line-height: 26px;
}

header.wp-block-template-part{
    overflow:hidden;
}

.nato-sans{
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.8em;
}

body.home .wp-block-post-content{
    padding-left:0;
    padding-right:0;
}

.nav-button {
    position: fixed;
    right: 10%;
    bottom: 10%;
}

body .wp-block-post-title{
    display:none;
}

body .is-layout-flex {
    gap: 0 !important;
}

footer.wp-block-template-part{
    font-size: 20px;
}

@media only screen and (max-width: 600px) {

    .header-logo{
        width:100px;
    }

    .nav-button {
        right: 7.5%;
        bottom: 5%;
    }

    .nav-button img{
        width: 35px;
    }

  }