html {
    font-size: calc(13px + 3 * ((100vw - 420px) / 780));
    text-rendering: auto;
    overflow-x: hidden;
}
.text-primary {
	color: #37ef29!important;
    color: #868e96!important;
	
}
.cop {
	font-size: .9rem;
    font-weight: 700;
    
    color: #b6b6b6;

}
.navbar-nav>li.nav-item>a.nav-link:hover {
    color: #777091;
}
mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    background: #000;
}
section {
    padding: 5rem 0;
}
section.m2 {
	padding: 0 0;
}
	Img-fluid.log {max-width : 100%;
height: auto;
display: block;
}
	
#contact {
    background-color: #fff;
}
#mainNav {
	box-shadow: 5px 2px 5px 2px #0c0f11cc;
	background-color: #161f28;
	background-color: rgba(22, 31, 40, 0.28);
	}
#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #b6b6b6;
}
.no-gutters>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	}

.img-fluid {
    max-width: 100%;
    height: auto;
	box-shadow: 1px 1px 12px #555;
	
}

@media (min-width: 276px) {

.col-sm-6 {
    -ms-flex: 0 0 50%;
    max-width: 50%;
}
  }
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
	.img {max-width : 100%;
height: auto;
display: block;
}
	

}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}