.thumbnail-link:hover {
	border: none;
}

.thumbnail-link {
	border: none;
}

.copyright {
	text-align: center;
}

.contact-header {
	font-size: 2rem;
}

.contact-input {
	margin-bottom: 25px;
}

.content {
	margin: 10px;
	padding: 0 15px;
}

.about-text {
	font-size: 1.1rem;
}

.skills-list {
	text-align: center;
}

.reverse {
	flex-direction: row-reverse;
}

/* MOBILE */

@media screen and (max-width: 1680px) {
	.hero-text {
		font-size: 1.5rem;
		margin: 25px 75px;
		/* width: 850px; */
	}
}

@media screen and (max-width: 1280px) {
	.hero-text {
		font-size: 1.2rem;
		margin: 25px 75px;
	}
}

@media screen and (max-width: 736px) {
	.screenshot {
		width: 400px;
		padding-top: 0;
	}

	#projects,
	p,
	li {
		text-align: left;
	}

	.style1 {
		display: flex;
		flex-direction: column-reverse !important;
	}
}

@media screen and (max-width: 375px) {
	.hero-text {
		/* font-size: 11pt; */
		margin: initial;
	}
	.screenshot {
		width: 250px;
		padding-top: 0;
	}

	.style1 {
		flex-direction: column-reverse;
	}
}

.actions button {
	margin: 10px;
}

.screenshot {
	width: 100%;
	height: auto;
}
