@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


html,
body {
  /* height: 100%; */
}

.row {
  margin-right: 0 !important;
  margin-left: 0!important;
}

.container {
  margin-bottom: 50px !important;
}

.title {
  font-family: 'Oranienbaum', serif;
  font-size: 30px;
}

.letopis {
  margin-bottom: 30px;
}


.letopis h2, h4 {
  font-family: 'Oranienbaum', serif;
  color: #4d6286;
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
}

.letopis-t h3 {
  font-family: 'Oranienbaum', serif;
  color: #4d6286;
  font-weight: 700;
  font-size: 1.9rem;
  text-transform: uppercase;
}

.letopis-t {
  margin-bottom: 30px;
}

.modal-body  p{
  font-family: 'Oranienbaum', serif;
  font-size: 20px;
  text-indent: 0em !important;
  text-align: left;
}

.btn-secondary {
  font-family: 'Oranienbaum', serif;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 70px;
  /*transition: all 0.5s;*/
  z-index: 997;
  /*transition: all 0.5s;*/
  /* padding: 20px 0; */
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  right: 0;
  /*transition: all 0.5s;*/
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
/*  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

.btn-style {
  font-family: 'Oranienbaum', serif;
  font-size: 20px !important;
  background-color: #4D6286 !important; 
  border-color: #4D6286 !important;
}

.btn-primary:hover {
  background-color: #374969 !important;
  border-color: #374969 !important;
}

.fa-bookmark {
  color: #374969 !important;
}

.fa-list-ol {
  color: #374969 !important;
}

.fa-th-large {
  color: #374969 !important;
}

.fa-share-alt {
  color: #374969 !important;
}

.fa-print {
  color: #374969 !important;
}

.fa-file {
  color: #374969 !important;
}

.fa-times {
  color: #374969 !important;
}

.fa-angle-left {
  color: #fff !important;
  background: none !important;
}

.fa-angle-right {
  color: #fff !important;
  background: none !important;
}

/*#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}*/

/*#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}*/

/*#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}*/