@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,700");

/** Built by wvr.moe for Lawler Hix
*** January 10, 2022
*** For support, send a message to hey@wvr.moe
**/

body {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("bg.jpg");
	background-position: center center;
	background-size: 100%, auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
}

p {
	font-family: 'volkswagen-serial-extraboldRg', Arial, sans-serif;
	font-size: 15;
}

.profile-picture {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 3%;
	height: auto;
	max-width: 45%;
}

.profile-name {
	text-align: center;
	padding: 30px;
}

.links {
	font-family: 'volkswagen-serial-extraboldRg', Arial, sans-serif;
	font-size: 40;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid white;
	border-width: 4px;
	box-shadow: 0px 6px #69D3FC;
	width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 60px;
	background: #FE7F9B;
}

a {
	text-decoration: none;
	color: white;
	transition: color 1s;
}

.bottom-text {
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
}

	a:hover {
	color: #fff;
	background: #FFA6AF;
}

a:active {
	color: #fff;
	background: #69D3FC;
}



@media screen and (max-width: 1280px) {

p {
	font-size: 15;
}

.profile-picture {
	margin-top: 5%;
	margin-bottom: 3%;
	max-width: 60%;
}

.profile-name {
	padding: 30px;
	margin-left: 10%;
	margin-right: 10%;
}

.links {
	font-size: 30;
	margin-top: 30px;
	width: 30%;
}

}



@media screen and (max-width: 980px) {

p {
	font-size: 16;
}

.profile-picture {
	margin-top: 5%;
	margin-bottom: 4%;
	max-width: 75%;
}

.profile-name {
	padding: 30px;
}

.links {
	font-size: 20;
	margin-top: 25px;
	border-width: 3px;
	box-shadow: 0px 5px #69D3FC;
	width: 80%;
}

}



@media screen and (max-width: 736px) {

.profile-picture {
	margin-top: 10%;
	margin-bottom: 0%;
	max-width: 80%;
}

.profile-name {
	padding-bottom: 10px;
}

.links {
	font-size: 20;
	margin-top: 25px;
	border-width: 2px;
	box-shadow: 0px 3px #69D3FC;
	width: 80%;
}

}



@media screen and (max-width: 480px) {

p {
	font-size: 16;
}

.profile-picture {
	margin-top: 10%;
	margin-bottom: 0%;
	max-width: 80%;
}

.profile-name {
	padding: 10px;
}

.links {
	font-size: 20;
	margin-top: 25px;
	border-width: 2px;
	box-shadow: 0px 3px #69D3FC;
	width: 80%;
}

}