/*
 * Theme name: Blank Sheet
 * Author: Yan Studio
 * Author URI: https://yanstudio.site
 * Version: 2.0
 */

section.hero ._fullscreen-img {
    object-position: 60%;
}

.header__logo{
	width: 200px;
}

._social-buttons a:last-child svg{
	stroke: #fff;
}

._social-buttons a:last-child:hover svg{
	stroke: #0267FF;
}


@media (min-width: 1025px) {
   	section .hero__body {
        min-height: 620px; 
		height: calc(100vh - 150px);
    }
}

@media (max-width: 1024px) {
   .hero__body img {
        margin-left: 0 !important;
        width: 100% !important;
		height: auto !important;
    }
}

@media (max-width: 768px) {
	.header__logo{
		width: 125px;
	}
}
