/*
Template Name    : Dice - Media Studio Bootstrap 4 One Page
Version          : 1.0.0
Author           : SVYYAT
Author URI       : https://themeforest.net/user/svyyat
Created.         : May 2018
File Description : CSS file of the NIGHT skin to the main template

// ------------------------------------------ //
//              Table Of Content              //
// ------------------------------------------ //

1. Basic
2. Navbar
3. About
4. Contact
5. Footer
*/

/*========== Start Basic Style ==========*/

body {
	color: #fff;
	background-color: #1a1a1a; }

section h2, section h4 {
	color: #fff; }

/*========== End Basic Style ==========*/

.theme {
	background-color: rgba(255, 255, 255, .05); }

.theme a {
	color: #fff !important;}

/*========== Start Navbar Style ==========*/

.sticky {
	background-color: rgba(0, 0, 0, 0.98); }

.logo-title {
	background-color: #fff !important;
	color: #000 !important; }

.sticky .side-menu .nav a {
	color: #fff !important; }

.navbar button i {
	color: #ec1a2e; }

/*========== End Navbar Style ==========*/
/*========== Start Statistic Style ==========*/

.statistic:before {
	background: #111; }

.statistic-table-cell i {
	color: #fff; }

.statistic-table-cell h4 {
	color: #fff; }

.statistic-table-cell p {
	color: #ec1a2e; }

/*========== End Statistic Style ==========*/
/*========== Start About Style ==========*/

.about {
	background-color: #111; }

/*========== End About Style ==========*/
/*========== Start Contact Style ==========*/

.contact i {
	color: #ec1a2e; }

.form-control {
	background-color: #111;
	color: #e0e0e0; }

.form-control:focus {
	background-color: #111;
	box-shadow: none; }

.contact .btn-success {
	background-color: #d0d0d0;
	color: #000; }

.contact .btn-success:hover {
	background-color: #fff; }

.contact .btn-success:focus {
	box-shadow: none !important; }

.contact .btn-success:active {
	color: #fff !important;
	background-color: #222 !important;
	border-color:  !important; }

/*========== End Contact Style ==========*/
/*========== Start Footer Style ==========*/

footer {
	background-color: #111; }

footer p {
	color: #333; }

footer p span {
	color: #999; }

footer hr {
	border-top: 1px solid #252525; }

.social a:hover {
	color: #fff; }

/*========== End Footer Style ==========*/