/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: Your Name
Author URI: https://example.com/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: 'MyBarrow';
  src: URL('fonts/Barrow2Light.ttf') format('truetype');
}

/* Variables */
:root {

	/* Font Family */
--global--font-primary: var( "MyBarrow" );


}

.site-title > a {
    text-decoration-color: #ff0000;
}

h2 {
   font-family: var(--global--font-primary) !important;;
   color: darkgreen;
}

ul, ol {
    font-family: var(--global--font-primary);
}

.nav_custom_link{
  color:#333333!important;
}
.menutopbar{
  background-color:rgba(38, 58, 79, 0.7);
}

body, p{
  font-size:1.2rem!important;
  color:#5c5c5c!important;
}

.content, #page{
  background-color:#fff;
}

.site-header > .site-logo {
    width: fit-content!important;
    padding-bottom: calc(var(--global--spacing-vertical)* 1.5);
    border-bottom: none!important;
    text-align: center;
}

.site-header{
  padding-top: unset;
  padding-bottom: inherit;
}

.link-green{
  color:#038f3b!important;
  font-size: 0.8em!important;
}

.navbar .navbar-brand, .navbar a.btn {
  height: 30px!important;
}
.navbar-toggler{
  background-color: #ffffff!important;
}