/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/09/2018, 9:45:30 AM
    Author     : Jasweb
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,400italic|Amatic+SC');
html{  
  font-size: 15px;
}
body{
  font-family: 'Open Sans', sans-serif; 
  color:#444; 
  font-size: 0.876em;
  background: #231f20;
}
img{
  max-width: 100%;
}
.container{
  max-width: 1250px;
}
a:hover{
  text-decoration: none;
}
.bg-green{
  background: #32B452;
}
.bg-grey{
  background: #858488;
}
.bg-dgrey{
  background: #706F72;
}
.bg-red{
  background: #ef4035;
}
.txt-green{
  color: #32B452;
}
aside .border-bottom{
  border-width: 2px !important;
}
aside .nav .nav-link{
  padding-top: 3px;
  padding-bottom: 3px;
}
main{
  min-height: 100%;
  background: #FFF;
}
main a{
  color: #32B452;
  word-wrap: break-word;
}
#top-nav .dropdown:hover .dropdown-menu {
  display: block;
}
#top-nav .dropdown-item{
  font-size: 0.876em;
}
.dropdown-menu{
  background: #706F72;
}
#top-nav .nav-link:hover, #top-nav .dropdown-item:hover,aside .nav .nav-link:hover{
  background: #0093d0;
}
footer{
  display: flex;
  justify-content:center;
  padding:5px 0;
  position:fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  /*font-size: 0.7em;*/
  color: #666;
  border-top: solid thin #999;
  background: #EDEDED;
  overflow: auto;
  z-index: 100;
  align-items:center;
}
footer a{
  color: #666;
  padding: 0 5px;
  text-decoration: none;
}
article div p{
  font-size: 1.1em;
}
article div .post-thumbnail{
  height: 300px;
  overflow: hidden;
  width: 100%;
}
article div .post-thumbnail img{
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
h1, h2, h3, .h1, .h2, .h3{
  font-size: 1.5em;
}