* {
	font-family: 'Encode Sans Condensed', sans-serif;
}
body,
.jumbotron,
.profile-media,
.copy-footer {
	background-color: #233a5e;
}
h1,h2,h3,h4,h5,h6 {margin: 0.5rem 0;}
h1,h2,h3 {font-weight: 900;}
h4,h5,h6 {font-weight: 500;}
.container {
	background-color: rgba(255, 255, 255, 1.0);
	box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}
.profile-header {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
}
.logo {
	width: 350px;
	height: auto;
	position: relative;
}
/* Social Media Buttons */
.btn-facebook {
	background-color: rgb(59,89,152);
	border-color: rgb(59,89,152);
}
.btn-twitter {
	background-color: rgba(29,161,242);
	border-color: rgba(29,161,242);
}
.btn-spotify {
	background-color: rgba(29,185,84);
	border-color: rgba(29,185,84);
}
.btn-linkedin {
	background-color: rgba(0,119,181);
	border-color: rgba(0,119,181);
}
.btn-instagram {
	background-color: rgba(252,175,69);
	border-color: rgba(252,175,69);
}
.btn-youtube {
	background-color: rgba(255,0,0);
	border-color: rgba(255,0,0);
}
.btn-facebook:hover {
	background-color: rgb(30, 60, 125);
	border-color: rgb(30,60,125);
}
.btn-twitter:hover {
	background-color: rgb(73, 175, 238);
	border-color: rgba(73, 175, 238);
}
.btn-spotify:hover {
	background-color: rgb(6, 155, 58);
	border-color: rgba(6,155,58);
}
.btn-linkedin:hover {
	background-color: rgb(0, 85, 135);
	border-color: rgba(0, 85,135);
}
.btn-instagram:hover {
	background-color: rgb(225,165,84);
	border-color: rgba(225,165,85);
}
.btn-youtube:hover {
	background-color: rgb(200, 0, 0);
	border-color: rgba(200, 0, 0);
}
/* Social Media Buttons */
.jumbotron,
.profile-media,
.copy-footer,
.copy-footer a {
	color: rgb(255, 255, 255);
}
.card-slider,
.carouselServicios {
	height: 600px;
}
@media only screen and (max-width:425px) and (min-width:320px) {
	.profile-header {
		background-size: contain;
		height: 100vh;
	}
	.profile-name {
		text-align: center;
	}
}