.layer {
	height: 100%;
	position: absolute;
	width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
	
.svg {
	display: inline-block;
	filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, .25));
}

.select {
	border: 20px solid white;
	border-radius: 30px;
}

.select:hover {
	background-color: #f5f5f5;
}
	
.sticker {
	width: 75%;
	padding: 0px;
	right: 15%;
	text-align: center;
}

.sticker-title {
	margin-top: 60vh;
	text-align: left;
}

@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){
}