@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

body{
	font-family: 'Poppins', sans-serif !important;
}
a{
  transition: all 2s ease-out 0s;
}
a:focus{
	outline: none !important;
}
a:hover{
	text-decoration: none;
}
.img-responsive{
	width: 100%;
}

body{
	background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.text h3{
	text-transform: uppercase;
	background-color: #008fca;
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	margin-top: 45px;
	margin-bottom: 25px;
}
.text a{
	font-size: 17px;
	background-color: #fff;
	text-align: center;
	display: block;
	color: #000;
	padding: 10px;
	box-shadow: 2px -1px 17px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 2px -1px 17px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 2px -1px 17px 1px rgba(0,0,0,0.1);
}