/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/templates/the-big-picture)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {
	/*background: url('https://source.unsplash.com/1600x900/?portugal,nature,porto') no-repeat top center fixed;*/
	background: url('https://images.unsplash.com/photo-1592659762303-90081d34b277?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1934&q=80') no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	font-family: 'Roboto', sans-serif;
}

.container{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.profile {
	margin-top: 30px;
	border-radius: 50%;
}

.card { 
	background-color: rgba(245, 245, 245, 0.5); 
}

.card-title {
	font-size:30px;
	text-align: center;
}

.card-text {
	font-size:20px;
	text-align: center;
}

.fa {
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	font-size: 28px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
}


a.fa{
	text-decoration: none;
}

.fa:hover {
	opacity: 0.7;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-envelope-o {
	background: #dd4b39;
	color: white;
}

.fa-linkedin {
	background: #007bb5;
	color: white;
}

.fa-youtube {
	background: #bb0000;
	color: white;
}

.fa-instagram {
	background: #125688;
	color: white;
}

.fa-skype {
	background: #00aff0;
	color: white;
}

.fa-github {
	background: #000000;
	color: white;
}
