    /* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
    
    .bg-yellow {
        background-color: #ffc201 !important;
    }
    
    .bg-black {
        background-color: #000 !important;
    }
    
    .text-black-60 {
        color: #979ca0;
    }
    
    form#contact-form .form-control {
        background-color: #232a32;
        border-color: #232a32;
    }
    
    body {
        background-color: black;
        color: white;
        /* Para o texto ficar visível no fundo preto */
    }
    
    .social-icons li a {
        color: white;
    }
    
    input:focus {
        color: white !important;
        /* Cor do texto ao focar */
    }
    
    input textarea:focus {
        color: white !important;
    }