body {
	font-family: 'Nunito', sans-serif;
	background-color: #fdfdfd;
	color:  #454848;
}

a {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

.pg-base-footer{
	background-color:#E6EFF2;
}

.pg-base-index-whatsapp {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}

.pg-base-index-whatsapp-icon {
	margin-top: 10px;
	width: 50px;
	height: 40px;
	fill: #FFF;
}
.pg-base-footer-social-btn {
	padding: 10px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	font-size: 1.3rem;
	width: 50px;
	box-sizing: border-box;
	height: 50px;
	margin: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.pg-base-footer-social-btn:hover {
	transform: translateY(-10px);
}
.pg-base-footer-social-btn-red {
	background-color: red;
	color: white;
}
.pg-base-footer-social-btn-red:hover {
	background-color: rgb(212, 43, 43);
}

.pg-base-footer-social-btn-green {
	background-color: #25d366;
	color: white;
}

.pg-base-footer-social-btn-green:hover {
	background-color: #1fab53;
}


.pg-base-footer-social-btn-dodgerblue {
	background-color: dodgerblue;
	color: white;
}
.pg-base-footer-social-btn-dodgerblue:hover {
	background-color: blue;
	color: white;
}

.pg-base-footer-social-btn-blue {
	background-color: blue;
	color: white;
}
.pg-base-footer-social-btn-blue:hover {
	background-color: darkblue;
	color:white
}
.pg-base-footer-social-btn-darkblue {
	background-color: darkblue;
	color: white;
}
.pg-base-footer-social-btn-darkblue:hover {
	background-color: #001d4f;
	color:white
}
.pg-base-footer-social-btn-red:hover {
	color:white
}

.pg-base-footer-social-btn-green:hover {
	color:white
}

.pg-base-footer-social-btn-gray {
	background-color: #636262;
	color: white;
}
.pg-base-footer-social-btn-gray:hover {
	background-color: #333;
}
.pg-base-footer-social-btn-midblue {
	background-color: #124394;
	color: white;
}

.container-fluid {
	background: linear-gradient(
			rgba(0, 0, 0, 0.3),
			rgba(0, 0, 0, 0.3)
	),
	url('/static/img/splash_2.jpeg') no-repeat; background-size: cover;
	background-color: #CCC;
}
