/*
Theme Name: The Steve Fund
Theme URI: https://routsis.gr
Author: Fotis Routsis
Author URI: https://routsis.gr
Description: The Steve Fund Bootstrap 5 based theem.
Requires at least: 6.0
Requires PHP: 7.3
Version: 1.0.5
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* Fonts
font-family: 'Gilroy-Bold', sans-serif;
font-family: 'Gilroy-Heavy', sans-serif;
font-family: 'Gilroy-Light', sans-serif;
font-family: 'Gilroy-Medium', sans-serif;
font-family: 'Gilroy-Regular', sans-serif;
*/

body {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6rem;
	font-weight: normal;
	color: #333333;
}

.gilroy{
	font-family: 'Gilroy-Regular', sans-serif;
}

.container{
	max-width: 1670px !important;
}

.mt-sv{
	margin-top: 3.5rem!important;
}

.mb-sv{
	margin-bottom: 3.5rem!important;
}

.pt-sv{
	padding-top: 3.5rem!important;
}

.pb-sv{
	padding-bottom: 3.5rem!important;
}

.ps-sv{
	padding-left: 3.5rem!important;
}

.pe-sv{
	padding-right: 3.5rem!important;
}

.sv-opacity-5{ opacity:.5; }

.section-banner.mt-sv,
.section-1.mt-sv{
	margin-top: 0!important;
}

.home .section-1.header h1 {
    display: none;
}
