/* @import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

html, body {
	/* font-family: 'Baloo Bhai 2', cursive; */
	font-family: 'Raleway', sans-serif;
}

.navbar-brand img {
	width: 48px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Alegreya Sans SC', sans-serif;
}

.bg-gray {
	background-color: #ebebeb;
}

#posters h1 {
	color: white;
}

/*#main h3 {
  margin-left: 1.2em;
}
#main h3:before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #000;
  left: 0;
  top: .5rem;
  position: absolute;
}*/

#project-info h4 {
	color: #009e85;
}

p a {
	text-decoration: underline;
	color: black;
}

p a:hover {
	color: #009e85;
}

.startovac-widget {
	background-color: #4b4b4b;
	height: 480px;
}

#intro .poster-one .card-body {
	background-color: #009e85;
}

#intro .poster-two .card-body {
	background-color: #ffa238;
}

#intro .poster-three .card-body {
	background-color: #87dcc3;
}

#intro .card img {
	object-fit: cover;
}

#intro-description h2 {
	font-size: 2.5rem;
}

#intro-description h3 {
	color: #6c757d;
	font-size: 1.5rem;
}

#intro-description p {
	font-size: 14pt;
}

#project-info p {
	font-size: 12pt;
}

#news p {
	font-size: 12pt;
}

#news .date {
	font-size: 11pt;
	text-align: right;
}

#news img {
	max-height: 280px;
}

#accordionFAQ h2 button {
	color: #009e85;
}

#accordionFAQ .card-body {
	font-size: 12pt;
}

.card-header button::after {
	display: inline-block;
	margin-left: 1em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.btn.btn-primary {
	border-radius: 0;
	font-size: 1.25rem;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	padding: 5px 20px;
	text-transform: uppercase;
}

.btn-primary {
	color: #fff;
	background-color: #ffa238;
	border-color: #ffa238;
}

.btn-primary:hover {
	color: #ffa346;
	background-color: #fff5dc;
	border-color: #ffa346;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}