@charset "UTF-8";

/*
Theme Name: GT ONE
Theme URI: http://gt.link
Author: GT team
Author URI: http://gt.link
Description: Our first theme
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gt_theme_one
Tags: NULL

*/

body {
  scroll-behavior: smooth;
}

.timeline {
  margin-top: 4vw;
}

.site_nav .top_menu .menu-top .menu-item,
.site_nav .top_menu a,
.lang {
  font-weight: bold;
}

.lang {
  line-height: 1.3;
}

.bg_red {
  background-color: var(--rc);
  color: #fff;
  font-family: HelveticaBLCN;
}

.bg_red a {
  color: #fff;
}

.site_nav .top_menu a {
  display: inline-block;
  margin-top: 0.2em;
}

.site-footer a {
  color: #fff;
}
