﻿header.header .button {
	font-size: 20px;
	font-weight: 600;
}

header {
	width: 100%;
}
body{
	&::-webkit-scrollbar {
        width: 18px;
    }

    &::-webkit-scrollbar-track {
        background-color: #f3eeeb;
        border-radius: 0px;
        margin: 0px 200px;
        padding: 10px 0;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 7px;
        border: 3px solid #f3eeeb;
        background-color: #f3b14a;
    }
}
#close svg{
	fill: #f3b14a;
}
.aside-socials{
	margin-top: 5px;
}
.aside-dropdown__item:nth-of-type(3){
	padding: 0 65px;
}
.button--squared {
	background-color: #f3b14a;
	border-radius: 0;
}
.button--squared2{
	background-color: #f3b14a;
    border-radius: 0;
	color: #675952;
	width: 140px;
	display: flex;
    -webkit-box-align: center;
	align-items: center;
    -webkit-box-pack: center;
	justify-content: center;
}
.header-logo__img {
	width: 100%;
}

.main-menu__sub-list {
	background-color: #ffc468e3;
}

.main-menu__sub-list::before {
	border-top: 20px solid #ffc870f2;
}

.main-menu__sub-list li a {
	color: #675952;
	font-size: 17px;
	font-weight: 400;
}

@keyframes blink {}

.blink-text {
	animation: blink 0.7s infinite;
}

@media only screen and (min-width:1024px) {
	.dropdown-trigger__item, .dropdown-trigger__item::after, .dropdown-trigger__item::before {
		display: none;
	}

	header {
		width: 100%;
	}

	.header-logo {
		margin-left: -40px;
	}
}

@media only screen and (min-width:1450px) {
	.header-logo__img {
		width: 130%;
		max-height: 80px
	}

	.button--squared {
		width: 260px;
	}
}