/* 
//Bootstrap colors
#f8f9fa ili rgb(248,249,250) // light
#868e96 ili rgb(108,117,125) // secondary
#343a40 ili rgb(52,58,64)	// dark

//Megaherc color: Tomato
#FF6347; ili rgb(255,99,71);
*/

.navbar{
	background-color: rgb(108,117,125);	/*secondary*/
	color: #f8f9fa; /*light*/
}

.section{
	background-color: rgb(248,249,250); /*light*/
	padding: 30px; 
}

.jumbotron{
	background-color: rgb(108,117,125);	/*secondary*/
	color: #f8f9fa;	
	text-align: left;
}

.page-footer{
	background-color: rgb(108,117,125);	/*secondary*/
	color: #f8f9fa;
	text-align: center;
	/*font-size: 13px;*/
}

.footer-copyright{
	color: rgb(248,249,250); /*light*/
	text-align: center;
}

#header{
	/*background-image:url('../img/background.jpg');
	background-repeat:no-repeat;
	background-size:contain;*/
	
	/*background-position:top; /*background-position:center;*/	
	
	/*background-size: cover;
	
	opacity: 1.0; /*transparency*/
}

img {
  /*opacity: 1.0;*/
}

img:hover {
  /*opacity: 0.7;*/
}

#megaherc_brend{
	min-height:150px;
}

#megaherc_brend_delatnost{
	font-size: 43px;
}

#megaherc_brend_naziv{
	font-size: 50px; 
	font-weight: bold;
	letter-spacing: 2px;
	color: tomato;
}

#header_podaci{
	/*line-height: 2.0;
	letter-spacing: 2px;*/
}

#o_megahercu{
	/*line-height: 2.0;
	letter-spacing: 2px;*/
}

#megaherc_lista_usluga{
	/*letter-spacing: 2px;
	list-style-type: circle;*/
}

#megaherc_kontakt_lista{
	/*line-height: 2.0;*/
}

#napomena{
	/*color:green;*/
	/*font-size: 14px;*/
}

#footer_podaci{
	/*line-height: 1.0;
	letter-spacing: 1px;*/
	font-size: 13px;
}

/* unvisited */
a:link {
	/*color: #f8f9fa;*/
	text-decoration: none;
}

/* visited */
a:visited {
  /*color: green;*/
}

/* mouse over link */
a:hover {
  /*color: yellow;*/
}

/* selected link */
a:active {
  /*color: blue;
  color: #343a40;*/
}

/*Tooltips*/
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
	color: rgb(248,249,250); /*light*/
    text-align: center;
    background-color: rgb(52,58,64);
    border-radius: .25rem;
}

.tooltip .arrow::before {
  border-left-color: rgb(52,58,64); /*dark*/
  border-right-color: rgb(52,58,64); 
}
