
@import url('https://fonts.googleapis.com/css?family=Headland+One&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700,800&subset=latin-ext');

html {
    scroll-behavior: smooth;
}

body {

animation: start 1.5s;
-webkit-animation: start 1.5s;
-ms-animation: start 1.5s;
-moz-animation: start 1.5s;
}

@keyframes start
{
0% {opacity:0.01}
100% {opacity: 1}
}

@-webkit-keyframes start
{
0% {opacity:0.01}
100% {opacity: 1}
}

@-ms-keyframes start
{
0% {opacity:0.01}
100% {opacity: 1}
}

@-moz-keyframes start
{
0% {opacity:0.01}
100% {opacity: 1}
}




/* Header */

#head { background:#181015 url( ../images/bg_header.jpg) no-repeat; background-size: cover; min-height:690px; text-align: left; 
padding-top:130px; padding-left:20px;color:white; font-family:"Oswald", Helvetica, Arial; font-weight:400; }

#head .lead { font-family:"Oswald", Helvetica, Arial; font-size:64px; margin-bottom:6px; margin-left:0px;color:white; line-height:1.55em; }

#head .tagline {  margin-bottom:35px; font-family:"Oswald", Helvetica, Arial; color:#fff;font-size:34px; margin-top:20px;letter-spacing:1px;} 

#head .btn { margin-bottom:10px;font-family:"Oswald", Helvetica, Arial; font-weight:400;font-size:18px}

.col-md-9 {padding-right:25px}

.col-md-9 .btn { margin-bottom:10px;font-family:"Oswald", Helvetica, Arial; font-weight:400;font-size:18px}

.col-md-9 img {
width:99%;padding:12px;border: solid 1px #CCC;margin:10px 0px;
}
.col-md-9 img.flaga {width:100px;border:0px;padding:0px;margin-bottom:30px
}


.col-md-3 img {
width:100%;margin-top:10px;padding:12px; border:solid 1px #CCC}

.container p {
font-family:"Headland One";
color:#333;
font-size:16px;
text-indent:30px;
margin:3px 0;
line-height:26px;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;   
}


.container p.inic {
text-indent:0px;
line-height:78px;
margin:0px;
padding:0px 10px 0px 5px;
color:#FF920D;
font-family: "Georgia", serif;
font-size:78px;
font-weight: 700;
float:left;

}

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:90px;padding-left:15px; }
	#head .lead { font-size: 44px; text-align:center}
#head .tagline {text-align:center;font-size:26px}
#head p {text-align:center}


}


/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
	.h-caption { text-align: center; } 
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Oswald", Helvetica, Arial;font-weight:500;color:#333;line-height:45px }
h1, .h1, h2, .h2, h3, .h3 {  }


blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }


.page-title { margin-top:20px; font-weight:300; }


/* Helpers */
.container-full { margin: 0 auto; width: 100%; }


/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:15px;margin-bottom:15px; } 

.sidebar  a {
color: #444;
    font-size: 18px; letter-spacing:0px;font-weight:400;
	border: solid 1px #CCC;
  display: block;
   background-color: #FFF;
    padding: 12px 5px 12px 20px;
	margin: 6px 0px;
	border-radius:5px;
  position: relative;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.sidebar  a:hover {
background:#FF920D;
text-decoration:none;
color: #FFF;
border-radius:5px;
border: solid 1px transparent;
}

.sidebar  a.active {
background:#FF920D;
text-decoration:none;
color: #FFF;
border-radius:5px;
border: solid 1px transparent;
}



/* Footer */

	
.footer { background: #191919; margin-top:70px;padding: 40px 0 40px 0; color: #aaa; font-size: 12px; }
	.footer a { color: #aaa; }
		.footer a:hover { color: #fff; }
		.footer p { margin: 0; font-size:12px;color:#999;}


@media (min-width: 767px) {
.footer { background: #191919; margin-top:70px;padding: 40px 0 40px 0; color: #aaa; font-size: 14px; }
.footer p { margin: 0; font-size:14px;color:#999;}
}



.blog-pagination {
  margin-top: 20px;margin-left:20px;
}


.blog-pagination .page-link {
  font-size: 17px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  margin-top:15px;
  line-height: 52px;
  width: 52px;
  height: 52px;
  border-radius: 2px;
  color: #444;
  border: 1px solid #ccc;
  margin-right: 7px;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 17px;
background: #FF920D;
}


.blog-pagination .page-item.active .page-link {
  background-color: #FF920D;
  border-color: transparent;
  color: #FFF;
}


	