/* GLOBAL STYLES
-------------------------------------------------- */
/* Only for debug */
.debug-border {
  border: solid;
  border-color: #ff0000;
  border-width: 1px;
}

body {
  color: #5a5a5a;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header-section {
  font-family: "Oswald",sans-serif;
  font-weight: bold;
  padding-top: 7px;
  padding-left: 25px;
  font-size: 24px;
  text-align: justify;
  color: #FFD700;
  background-color: #000000;
}

.header-section-small-font {
  padding-top: 10px;
  font-size: 16px;
}

.content {
  background-color: #E5E4E2;
}

/* CUSTOMIZE HR
-------------------------------------------------- */
.hr-custom {
  border-color: rgba(0, 0, 0, 1);
}

/* CUSTOMIZE BLOG POST
-------------------------------------------------- */
.blog-post-custom {
  color: #000000;
  font-family: "Abel", sans-serif;
  border-color: rgba(0, 0, 0, 1);
  text-align: justify;
  margin-left: 7px;
  margin-right: 5px;
}
.blog-post-custom-bold {
  font-weight: bold;
}

.blog-post-custom a:link {
  text-decoration: underline!important;
  color: #000000;
}

.blog-post-custom a:active {
  text-decoration: underline!important;
  color: #000000;
}

.blog-post-custom a:hover {
  text-decoration: underline!important;
  color: #000000;
}

.blog-post-custom a:visited {
  text-decoration: underline!important;
  color: #000000;
}

/* CUSTOMIZE BOTTON
-------------------------------------------------- */
.button-custom {
  background-color: #E5E4E2;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-custom {
  color: #FFFFFF!important;
  background-color: #000000!important;
}

.navbar-custom .navbar-nav > li > a {
  padding-top: 65px;
  color:#ffffff!important;
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  padding-top: 65px;
  color: #ffffff!important;
  background-color:transparent;
}

.navbar-custom .navbar-brand {
  padding-top: 65px;
  color:#eeeeee!important;
}

.navbar-custom .nav-link {
  color:#eeeeee!important;
}

/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
.footer {
  height: 85px;
  background-color: #000000!important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-item > img {
  width: 100%;
  height: 100%;
}

/* CUSTOMIZE IMAGES
-------------------------------------------------- */

a.darken:hover img {
  opacity: 0.5;
}

/* CUSTOMIZE SCROLL UP
-------------------------------------------------- */
a.scrollup{
  color:#fff;
	height:55px;
	width:85px;
  margin-left: 20px;
	font-size:22px;
	line-height:115px;
	text-align:center;
	text-decoration:none;
  float: right;
	opacity:0.6;
	border-radius:50%;
	z-index:999;
}