/*
    Name: Elegance
    Description: Responsive HTML One Page
    Version: 1.0
    Author: Schintu Desing

[Table of contents]

1. General / body
	- Loading / .loader
2. Header / .navbar
3. Content
	- Main Styles
	- Contact / .contact
4. Footer / #footer
*/


/* ================================= */
/* :::::::::: General ::::::::::: */
/* ================================= */

body {
	background-color: #181818;
	color: #ffffff;
}
a, a:link {
}
a:hover {
}
#mask {
    background-color: #181818;
}
/* ================================= */
/* :::::::::: Header :::::::::::: */
/* ================================= */

.nav-item a.nav-link.active, .nav-item .nav-link:hover {
	color: #8F6D4F!important;
}

.navbar {
	background-color:#fff;
	border-bottom: 1px solid #8F6D4F;
}

.navbar-brand {
	color: #ffffff!important;
}

/* ================================= */
/* :::::: Content ::::::: */
/* ================================= */

.white-box {
	background: #181818;
	border: 2px solid #8F6D4F;
}
.white-box span {
	color: #8F6D4F;
}
.btn-main, .btn-download {
	background-color: #8F6D4F;
}
.btn-main:hover, .btn-download:hover {
	background-color: #AB9D6B;
}

.title hr { 
    transform: rotate(120deg);
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 1px;
    background: #8F6D4F;
    opacity: .4;
}

/* Portfolio*/
.button {
	color: #ffffff;
}

.team .team-name span {
	color: #ffffff;
}
.team .team-social {
	color: #ffffff;
}
.team .team-social a:link, .team .team-social a {
	color: #555555;
}
.team .team-social a:hover {
	color: #8F6D4F;
}

/* Milestones */
.milestone-details {
	color: #ffffff;
}

/* Contact */
.contact .contact-logo {
	color: #ffffff;
}
.contact-form .controls  {
	text-align: left
}
.contact-form input {
	border: 1px solid #8F6D4F;
	color: #DAD1B5;
	background: #1C1C1C;
	margin-bottom: 1rem;
}
.contact-form select {
	border: 1px solid #8F6D4F;
	color: #DAD1B5;
	background: #1C1C1C;
	margin-bottom: 1rem;
}
.contact-form textarea {
	border: 1px solid #8F6D4F;
	color: #DAD1B5;
	background: #1C1C1C;
}

/* ================================= */
/* :::::: Footer ::::::: */
/* ================================= */

#footer {
	background-color: #1C1C1C;
}
#footer .footer-logo {
	color: #ffffff;
}

#footer .footer-social a, #footer .footer-social a:link {
	color: #555555;

}
