/*
 * Copyright (C) 2026 Davyd Stalytenko
 *
 * This file is part of zld-portfolio.
 *
 * zld-portfolio is free software: you can redistribute it and/or modify it under the terms of
 * the GNU General Public License as published by the Free Software Foundation,
 * either version 3 of the License, or any later version.
 *
 * zld-portfolio is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with zld-portfolio.
 * If not, see <https://www.gnu.org/licenses/>.
 *
 */


@media screen and (max-width: 1380px) {
	.content_wrapper>* {
		width: 95%;
	}

	.content_wrapper>.header {
		width: 100%;
	}

	.content_wrapper>.footer {
		width: 100%;
	}

	.content_block-title {
		font-size: 50px;
	}

	.content_block-subtitle {
		font-size: 30px;
	}

	.content_block-paragraph {
		font-size: 25px;
	}

	.overview_block-title {
		font-size: 30px;
	}
}

@media screen and (max-width: 905px) {
	.content_block-title {
		font-size: 40px;
	}

	.content_block-subtitle {
		font-size: 25px;
	}

	.content_block-paragraph {
		font-size: 20px;
	}

	.normal_list {
		font-size: 20px;
	}

	.overview_block-title {
		font-size: 25px;
	}
}

@media screen and (max-width: 640px) {
	.content_block-title {
		font-size: 38px;
	}

	.content_block-subtitle {
		font-size: 23px;
	}

	.content_block-paragraph {
		font-size: 17px;
	}

	.overview_block-title {
		font-size: 23px;
	}

	.normal_list {
		font-size: 17px;
	}

	.intro_block-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.intro_block-wrapper img {
		width: 200px;
		height: auto;
		margin-top: 0;
	}
}

@media screen and (max-width: 500px) {
	.content_wrapper .content_block-title {
		width: fit-content;
	}
}
