@import "hamburgers.css";

/* phpinfo adjustments */
:root {
	--php-dark-grey: rgb(218, 218, 218);
}
@media (prefers-color-scheme: dark) {
	.e {
		background-color: rgb(201, 201, 201);
	}
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

p {
	/* color: red; */
}

.has-small-font-size p {
	font-size: var(--wp--preset--font-size--small);
}
/* footer icons */
svg,img {
	min-height: 15px;
}
iframe {
	width: 100%;
}
footer {
	h2 {
		margin-bottom: 15px !important;
	}
	nav {
		gap: 15px;
	}
}

.header {
}
/* 
@media (max-width: 767px) {
} */

/* @media (max-width: 599px) { */
/* } */

.site-navigation ul.menu li.menu-item-has-children::after {
	display: none !important;
}
.site-navigation ul.menu li.menu-item-has-children {
	padding-inline-end: 0px !important;
}
