html {
	scroll-behavior: smooth;
}

/* ana basliklar int, obj, cons... gibi*/
h1 {
	font-family: sans-serif;
	font-size: 40px;
	font-weight: 400;
/* ana baslik incelik kalinlik ayarı EO */
	color: #009DD9;
}

/* ikinci kademe basliklar*/
h2 {
	font-family: sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
/* results d2.1 ... baslik ayari kalın-ince gibi EO */
	color: #009DD9;
}

/* ikinci kademe basliklar*/
h3 {
	font-family: sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
/* results d2.1 ... baslik ayari kalın-ince gibi EO */
	color: #009DD9;
}

/* ikinci kademe basliklar*/
h4 {
	font-family: sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
/* results d2.1 ... baslik ayari kalın-ince gibi EO */
	color: #009DD9;
}

/* Body Text (Regular) */
body, p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
/* Regular */
	color: #000000;
}

/* Optional: Fine-tune other elements */
h5, h6 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
/* Semi-Bold, optional for smaller headings */
	color: #000000;
}

/* states for links EO */
a {
	color: #8080FF;
}

a:hover {
	color: #0000FF;
}

a:active {
	color: #FF0000;
}

a:visited {
	color: #800080;
}

/* states for links EO */
/* menu de ytb lkdn ikon EO */
.linkedin-place {
	background-image: url('https://atmaca-sesar.eu/wp-content/uploads/2025/02/linkedin-e1738824165372.png');
}

.youtube-place {
	background-image: url('https://atmaca-sesar.eu/wp-content/uploads/2025/02/hd-youtube-logo-png-transparent-background-20-2-e1738820832116.png');
}

.linkedin-place {
	background-size: 35px;
	vertical-align: middle;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.youtube-place {
	background-size: 40px;
	vertical-align: middle;
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* menu de ytb lkdn ikon EO */
.featured-posts.clear {
	display: none !important;
}

.menu-primary-container {
	background-color: #00306F !important;
}

.menu-primary-container a {
	color: #FFFFFF !important;
	font-weight: normal;
}

.menu-primary-container a:hover {
	font-weight: bold;
	color: #FFFFFF !important;
}

#colophon.site-footer {
	background-color: #00306F;
/* Replace with your desired color */
}

.footer-wrap.clear {
	background-color: #00306F;
/* Replace with your desired color for the surrounding area */
}

#wordpress-logo-simplified-cmyk {
	fill: #00306F !important;
/* Changes the color to #00306F */
}

.site-info {
	color: white !important;
/* Set text color to white */
	text-align: center;
/* Optional: center-align the text */
	font-family: 'Titillium Web', sans-serif !important;
/* Apply Titillium font */
	font-style: normal !important;
/* Ensure the text is not italicized */
}

.site-info::before {
	content: "© 2024 Copyright ATMACA";
/* Adds the custom text */
}

/* ASAGİDAKİ CSS SIDEBARI KALDIRMAK İÇİN EO*/
.site-main {
	border-right: none;
	width: 100%;
	text-align: justify;
	font-family: 'Titillium Web';
	margin-left: auto;
	margin-right: auto;
}

#secondary {
	display: none;
}

/*
aşagidaki entryler post baslıklarını ortalamak için, bunlar newsdeki basliklara etki ediyor EO */
/*.entry-header {
	text-align: center;
}
/*
/*.entry-title {
	text-align: center;
}
*/
/*
	color: #565f6b;
*/
/*
.justifyText {
	text-align: justify;
}
*/