body {
	font-family: 'Lato';
	font-weight: 400;
	font-size: 14px;
	background-color: #343a40;
	background-color: rgba(0,0,0,.9);
}

.h2, .h3, .h4, .h5, .h6 {
	font-weight: 700 
}

p {
	font-size: 1.1rem;
}

.max-contain {
	max-width: 1440px ;
	margin: auto;
}

.bg-accent {
	background-color: rgba(231,168,9,.9) !important;
}

.bg-green-dark {
	background-color: rgba(4,20,19,.9) !important;
}

.bg-dark {
	background-color: rgba(18,18,18,.5) !important;
}

.bg-darker {
	background-color: rgba(18,18,18,.9) !important;
}

.bg-darkest {
	background-color: rgba(1,1,1,.7) !important;
}
.bg-white{
	background-color: rgba(255,255,255,1) !important;
}

.navbar-toggler {
	border: none;
	border-radius: none;
	/*padding: 0rem 0.2rem;*/
	padding: 0;
	font-size: 1rem;
	line-height: 1;
	background-color: transparent;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-brand {
	/*padding-left: 0.2rem;*/
	padding-left: 0rem;
	padding-top: 0;
}

@media (min-width: 768px) {
   .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.xs-small {
	font-size: 50%;
}

.card {
	border: none;
}

.card-img-overlay {
  padding: 1.5rem ;
}


.text-bottom {
	position: absolute;
	bottom: 0.5rem;
}

.form-control, .btn {
	border-radius: 0px;
	border: none;
}

.no-decoration {
	text-decoration: none;
	color: white;
}

.no-decoration-3 {
	text-decoration: none;
	color: #111;
}

.no-decoration-icon {
	text-decoration: none;
	color: rgba(255,255,255,.5);
}

.no-decoration:hover, .no-decoration-icon:hover, .no-decoration-3:hover {
	text-decoration: none;
	color: rgba(231,168,9,.9) !important;
}

.bg-spie {
	background-color: rgba(15,30,90,1) !important;
	color:white !important;
}
.bg-spie-3 {
	background-color: rgba(175,186,206,1) !important;
}

