.header-content {
	padding: 25px;
}
.main-content {
	
}

.header-content h1 {
	font-size: 50px;
}

.header-content h1  span {
	font-weight: 700;
}

.orange { color: #ff6633 !important; }

.green { color: #669966 !important; }

.btn-outline-primary {
    color: #ff6633;
    border-color: #ff6633;
}

a {
    color: #669966;
    text-decoration: underline;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff6633;
    border-color: #ff6633;
}

.floating { 
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin-left: 30px;
	margin-top: 5px;
}

@keyframes floating {
	0% { transform: translate(0,  0px); }
	50%  { transform: translate(0, 15px); }
	100%   { transform: translate(0, -0px); }   
}

a:visited {
	color: #551a8b !important;
}

body {
	padding: 0;
	background-color: #eee;
	height: auto;
	min-height: 100%;
	line-height: 1.42857143;
}

.panel-footer {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

body {
	margin: 0;
	font-family: Roboto,Arial,sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.428571;
	color: #404040;
	text-align: left;
	background-color: #eee;
}

.main {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	
}

.main-raised {
	border-radius: 5px;
	padding: 20px;
	background-image: linear-gradient(to bottom, #fff, #eee);
}
.main-degraded {
	border-radius: 5px;
	padding: 20px;
	background-image: linear-gradient(to top, #fff, #eee);
}

.btn-instagram {
	color: #fff;
	background-color: #8134AF;
	border-color: #8134AF;
}
.btn-whatsapp {
	color: #fff;
	background-color: #1d9e11;
	border-color: #1d9e11;
}
.btn-facebook {
	color: #fff;
	background-color: #2d5f9a;
	border-color: #2d5f9a;
}
.btn-twitter {
	color: #fff;
	background-color: #00c3f3;
	border-color: #00c3f3;
}
.btn-issuu {
	color: #fff;
	background-color: #ff6633;
	border-color: #ff6633;
}
.btn-white {
	color: #4285f4;
	background-color: #fff;
	border-color: #4285f4;
}

.color-facebook {
	color: #3b5998 !important;
}
.color-instagram {
	/* background: -webkit-linear-gradient(#405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80 ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; */
}
.color-instagram {
	color: #e1306c;
}
.color-twitter {
	color: #00acee !important;
}
.color-youtube {
	color: #ff0000 !important;
}
.color-linkedin {
	color: #0077b5 !important;
}

.text-instagram {
	color: #ff3300;
}
.text-blue {
	color: #0099cc !important;
}
.text-blue-dark {
	color: #003366 !important;
}
.text-indigo {
	color: #6610f2 !important;
}
.text-purple {
	color: #6f42c1 !important;
}
.text-pink {
	color: #e83e8c !important;
}
.text-red {
	color: #ff0000 !important;
}
.text-fire {
	color: #ff3300 !important;
}
.text-orange {
	color: #fd7e14 !important;
}
.text-yellow {
	color: #fbbc05 !important;
}
.text-green {
	color: #28a745 !important;
}
.text-teal {
	color: #20c997 !important;
}
.text-cyan {
	color: #17a2b8 !important;
}
.text-white {
	color: #fff !important;
}
.text-black {
	color: #000 !important;
}
.text-gray {
	color: #6c757d !important;
}
.text-gray-lite {
	color: #eeeeee !important;
}
.text-gray-dark {
	color: #343a40 !important;
}
.text-dark {
	color: #181818 !important;
}
.text-google {
	color: #4285f4 !important;
}
.text-bg {
	color: #c3c9d5 !important;
}

@media screen and (max-width: 576px) {
.header-content {
  padding: 10px;
}
}

