body {
	background-color: #02050b;
	background-image:url(../img/tlo.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.belka {
	background-image:url(../img/belka_tlo.jpg) !important;
    background-repeat:repeat;
	height:10px !important;
	
}

.navbar-custom { 
    background-color: #03091a;
	border-style: none none solid none;
	border-width: 5px;
	border-color: #334d66;
}

.navbar-bottom { 
    background-color: #03091a;
	border-style: none none solid none;
	border-width: 5px;
	border-color: #03091a;
	margin-bottom: -3px !important;
	padding-bottom: -3px !important;
}

.jumb_main {
	background-color: rgba(0, 0, 0, 0.3);
}

.jumb_sigma {
	color: #15b7fa !important;
}

.icons_sigma {
	color: #0f93ec !important;
}

.jumb_kolor {
	background-color: #183459 !important;
}

.podklad {
	height: 60px;
	background-color: #183459;
}

.link_nav {
	color: #15b7fa !important;
}


.link_nav:hover {
	color: white !important;
	background-color: black;
}

.link_nav:active {
	color: #98e4ff !important;
	background-color: black;
}

.belka {
	height: red;
	background-color: red;
	background-image:  url("../img/belka_g.png");
}

.text_contact {
	color: yellow !important;
}

.text_contact:hover {
	color: #ffc107 !important;
}