@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 960px) {
.flex1 {
	padding: 20px 0 20px 0;
}

.flex2 {
	width: 100%;
}

.flex3 {
	width: 100%;
	margin: 0%!important;
}
}

@media screen and (max-width: 780px) {
.menu-hidden {
	display: none!important;
}

.sticker-skills {
	text-align: left!important;
	padding::0 0 0 0!important;
}

h6, ul {
	font-size: 1em!important;
}
}

@media screen and (max-width: 560px) {
}

@media (orientation: landscape) {
}

@media (orientation: portrait) {
}

@media only screen and (hover: none) and (pointer: coarse){
}