	#apps{
    background-image:url('img/android-apps.jpg');
    background-repeat:no-repeat;
    background-size:cover;		
	}

	#about{
    background-image:url('img/doing-teste.jpg');
    background-repeat:no-repeat;
    background-size:cover;		
	}

	.big-logo{
		margin-top: 50px;
		width: 500px;	
	}

.element-ini { 
	font-weight: bold;
}	
	
	.margin-20{
		margin: 40px;	
	}

	#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    
	}
	
	.shadowed {
    text-shadow: 2px 2px 8px #000;
	}
	
	.btn-xl{
		margin-bottom: 15px;		
	}

	@media all and (max-width: 600px){
	   .btn-xl{
			width: 100%;		
		}
		
	}	
	
	.tooltip-inner {
	  line-height: 90%;
	  font-style: italic;
	}	

	.tooltip > .tooltip-inner {
	  padding: 10px;
	  padding-top: 5px;
	  font-size: 16px;
	  background-color: #008ea9;

	}	

	.fas {
	 	color:#008ea9 !important;
	}

	.fa-fake{
		height: 16px;
		color: #008ea9; 
	}	
		
	.tooltip.bs-tooltip-bottom .tooltip-inner {
	 	background:#008ea9 !important;
	 	border: 1px solid #666;
	}
	
	.tooltip .arrow:before {
		border-bottom-color:#008ea9 !important;
	  	border-top-color:#008ea9 !important;
	}

	.footer{
		background-color: #212529;	
		color: #eee;
	}
	
	.footer-text{
		font-size: 12px;
		font-family: sans-serif, arial;	
		text-align: center;
	}
	
	.login-link{
		margin-top: 20px;
	}
	
	.dark-link{
		color: #000;	
	}

	.hidden{
		display: none;	
	}	
	