/*!
Theme Name: Ananiya
Theme URI:
Author: Grevzi
Author URI:
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ananiya

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ananiya is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import "css/main.min.css";

.slider__item img {
    margin-top: 104px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 576px) {
	.slider__item img {
		margin-top: 0px;
	}
}

.socials img {
    width: 35px;
    margin: 10px 5px 5px;
}

footer {
	height: 205px;
}

h2 {
    margin: 0;
}