*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: sans-serif;
}

#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 10;
}

.navbar
{
	background-color: #141e30;
	padding: 10 !important;
}

.navbar-brand
{
	padding: 0 10px;
}

.navbar-brand 
{
	color: #fff !important;
	font-weight: 700;
	
}

.nav-link 
{
	padding: 0 10px;
}

.nav-link 
{
	color: #fff !important;
	font-weight: 600;
	font-size: 20
}

#intro
{
	background: #578EFF;
	padding: 50px 0;
}

#intro h1 
{
	color: #000 !important;
	font-weight: 600;
	font-size: 45
	
}

#brand h1 
{
	color: #000 !important;
	font-weight: 600;
	font-size: 60
	
}

.details_title 
{
	color: black;
}

.details_title i
{
	color: black;
}

.upgrades_title 
{ 
	color:black;
}

.upgrades_title i
{ 
	font-weight: 800;
	font-size: 38px;
	color: black;
}

#contacts
{
	background: #f8f9fa;
	padding: 50px 0;
}

#contacts h6
{
	color: #404040;
}

#contacts p
{
	color: #404040;
}

