:root {
  --color-primary: #fff;
  --color-secondary: #fff;
  --color-gradient-start: #e1e1e1;
  --color-gradient-stop: #878787;
}

body {
  font-family: Glacial Indifference;
  font-weight: 400;
  line-height: 1.7;
  font-size: 18px;
  color: #000;
}

a:hover {
  color: var(--color-primary);
}

#content {
  background-color: #000;
  background-image: url(../../demo/bg/bg-21.png);
  background-position: center bottom;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: Glacial Indifference;
  color: #000;
}

.h1,
h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
}

.h2,
h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4em;
}

.h3,
h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6em;
}

.h4,
h4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6em;
}

.h5,
h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8em;
}

.h6,
h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

.main-nav > li > a {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: white;
}

.main-nav > li > a .link-ext {
  background: #ff546c;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: white;
}

.main-footer {
  background-image: url(../../demo/bg/bg-20.png);
  background-repeat: no-repeat;
  background-color: #141414;
  background-position: left center;
  color: #8b8cb3;
}

.main-footer a:not(.btn) {
  color: #8b8cb3;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

.main-footer .social-icon a {
  color: #fff;
}

.main-footer .contact-form input,
.main-footer .contact-form select,
.main-footer .contact-form textarea,
.main-footer .contact-form .ui-selectmenu-button {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}

.main-footer .contact-form input:focus,
.main-footer .contact-form select:focus,
.main-footer .contact-form textarea:focus,
.main-footer .contact-form .ui-selectmenu-button:focus {
  border-color: #fff;
}

.main-footer .contact-form input[type="submit"] {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.main-footer .contact-form input[type="submit"]:hover {
  color: #000;
}

.navbar-brand svg{
	position: relative;left: -35px; top: -5px;
}
@media screen and (max-width: 1199px){
	[data-mobile-header-scheme=gray] .main-header .navbar-header {
	    background-color: #000;
	}
	.navbar-brand svg{
		left: 0;
	}
}

.nav-trigger .bar{
	background: #fff;
}


@media screen and (max-width: 1199px){
	[data-mobile-nav-style=modern]:before {
		background: rgb(0,0,0);
background: -moz-linear-gradient(126deg, rgba(0,0,0,1) 0%, rgba(96,96,96,1) 100%);
background: -webkit-linear-gradient(126deg, rgba(0,0,0,1) 0%, rgba(96,96,96,1) 100%);
background: linear-gradient(126deg, rgba(0,0,0,1) 0%, rgba(96,96,96,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#606060",GradientType=1);
	}
}

.modal button{
	position: absolute;
    right: 15px;
    top: 11px;
    border: none;
    background: none;
    font-size: 30px;
    font-weight: 900;
}

.modal-content{
	border-radius: 0
}

.modal-title{
	
}