*
{
	margin:0px;
	padding:0px;
}
body
{
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(103,103,103,1);
}
img.logo
{
	max-width:250px;
}
.fixed-top img.logo
{
	max-width:210px;
}
.fixed-top.bg-dark
{
	background:#fff !important;
    -webkit-box-shadow: 0 4px 20px 0 rgba(167, 172, 183, .3);
    box-shadow: 0 4px 20px 0 rgba(167, 172, 183, .3);
}
.navbar-expand-md .navbar-collapse {
        flex: none !important;
    }
.nav-link
{
	font-size:16px;
	color:#000;
}
.nav-link:hover , .nav-link:focus , .nav-link:active
{
	background:transparent !important;
	color:#af9f66 !important;
}
.navbar-nav .nav-item
{
	margin:0px 5px;
}
a.btn-outline-secondary
 {
    background-color: #ffffff;
    color: #af9f66;
    border-width: 3px;
    border-color: #af9f66;
    border-radius: 0px;
    text-transform: uppercase;
}
input.btn-primary , input.btn-danger,  button.btn-primary , a.btn-secondary, a.btn-primary.btn-lg {
    color: #fff;
    border-width: 3px;
    border-color: #222222;
    border-radius: 0px;
    outline: none;
    background: #222222;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 36px;
}
button.btn-primary {
    font-size: 16px;
    line-height: 24px;
	background:transparent !important;
	color:#222222;
}
input.btn-primary:hover , input.btn-danger:hover , input.btn-primary:active , input.btn-danger:active, a.btn-primary.btn-lg:hover, a.btn-primary.btn-lg:active
{
    background: #af9f66 !important;
    border-color: #af9f66 !important;
    color: #222222 !important;
}
a.btn-secondary {
    font-size: 16px;
    line-height: 24px;
	background:transparent !important;
	color:#af9f66;
	border-color: #af9f66;
}
a.btn-secondary:hover , a.btn-secondary:active {
   background:#222222 !important;
	color:#fff !important;
	border-color: #222222 !important;
}
button.btn-primary:hover , button.btn-primary:active
{
	background:#222222 !important;
	color:#fff !important;
	border-color: #222222 !important;
}
a.btn-secondary
{
}
.link-primary
{
 	color: #af9f66 !important;
}
.link-primary:hover
{
 	color: #222222 !important;
}
.form-control
{
	border-radius: 0px;
    border: 3px solid #222;
}
.form-control:focus
{
	outline:none;
	box-shadow:none;
	border-color:#222 !important;
}
@media(max-width:767px)
{
.navbar-expand-md .navbar-collapse {
    flex: auto !important;
}	
}