@import url('https://fonts.googleapis.com/css?family=BioRhyme&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
html{
    scroll-behavior: smooth;
}
body,div,p,h1,h2,h3,h4,h5,nav,footer,table,figcaption,label {
    font-family: Lato, Dosis,sans;
}
a{ text-decoration: none; }
a:hover {
    text-decoration: underline;
}

.banner { height: 60px; line-height: 60px; background: #fcfcfc;}
.banner a {text-decoration: none; color: #00111B; cursor: pointer;}
.banner a:hover { opacity: .8; transition: .5s; }
.banner .banner-head{ font-family: 'Dosis'; font-weight: bolder; letter-spacing: .5px; text-rendering: optimizeSpeed; text-transform: capitalize; }
.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.6)), url("https://cdn.pixabay.com/photo/2017/04/23/19/17/climate-change-2254711_960_720.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}
.caption {
		position: absolute;
		top: 150px;
		font-family: 'Lato', 'Dosis'; font-size:4em;
 }
 .bg-blue {
 	background: #0C6291;
 }
 
 div p{
 	font-family: 'Lato'; font-weight: 300; font-size: 16px; color: #444; text-shadow: none; font-size: 18px;
 }

 .container .row .header {
 	font-size: 2.5em;
 	margin-bottom: 20px; color: #0C6291;
 }

 .bg-black {
 	background: #011936; color: #fff;
 }
 div img {cursor: pointer;}

 .color-blue { color: #35A7FF; }
 .color-orange { color: #C75000; }
 .color-pink {color: #B85D75; }
 .color-violet { color: #392759; }
 .color-green {color: #38A700;}
 .color-magenta { color: #720026; }
 .color-teal {color: #0C6291;}
 .outline-grey { outline: none; border: inset 1px #fefefe;  }
 .color-white {
 	color: #fff !important;
 	font-family: "Lato";
 	font-weight: 400;
 }
 

 .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}
.btn-fb {
    background: #3b5998;
}
.btn-sm {
    color: #fff; font-size: 11px;
}
.btn-twitter {
    background: #1da1f2;
}
.btn-instagram { background: #e4405f; }
.btn-read { font-size: 13px; }

.bg-grey { background: #E4E4E7; }

.recent {
    color: #fff;
}
.about h2,.about p{
    color: #403D58;
}




/* Effects */

.anime:hover img {
    filter: brightness(30%);
    transition: .5s;
}
.anime:hover h5{
        opacity: .8;

    transition: .5s;
}
.anime .show-onhover{
    display: none;
}
.anime:hover .show-onhover{
    display: block;
    position: absolute;
    top: 50;
    color: #fff;
    font-size: 1.4em;
    transition: .5s;
}
.anime h5 { transition: .8s; }
.text-grey { color: #888; }
.tag {
    font-size: 12px; font-weight: bold;
}

.bg-footer {
    background: #0C0F0A; color: #fff;
}

.footer p{ color: #eee; font-size: 14px; }
.footer ul li {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.footer ul li a{
    text-decoration:none;
    color: #eee;
    font-size: 14px;
}
.footer ul li a:hover { color: orange }
.btn-sm:hover {
    filter: brightness(120%);
}
.copy-right a{ color: orange; }
.copy-right {
    font-size: 14px;
}
.thumb {
    height: 180px;
}
.card {
    min-height: 400px;
}
.slide p,.slide-sub p{color: #fff;
    font-size: 15px;
}
.slide-sub h5{
    font-weight: bolder;
    font-size: 20px;
}

.masthead {
  height: 25vh;
  min-height: 250px;
  background-image: url('../img/blog-bg.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-color: #00000070;
  background-blend-mode: multiply;
  color: #fff;
}
.with-margin { margin-right: 20px; }
.color-cyan {
    color: #D36582;
    cursor: pointer; 
}
.lead {
    font-size: 13px; font-weight: bold; color: #666;
}
.font-sm { font-size: 14px; }
.color-primary {
    color: #0275d8;
}

.list-group a:hover label{
    
    color: #EF3054;
}
.full-width {
    width: 100%;
}

/* NAVBAR */

.navbar{
    background: #000 !important;
}
.navbar .navbar-brand,.navbar li {
    font-family: Lato !important;
}

.navbar  .navbar-nav li a{
    font-size: 14px; color: #555;
}
.navbar  .navbar-nav li{
    border-bottom: solid 3px #000;
    padding-top: 5px; 
    margin-right: 5px;
}
.navbar  .navbar-nav li:hover{

    border-bottom: solid 3px #fff;
    transition: .5s;
}
.navbar .navbar-nav .active {
     border-bottom: solid 3px #fff;
}

.scroll-show{
    position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100vw;
    height: auto;
    transition: width 1s ;
    -webkit-transition: width 1s ;
    background: #fff;
}

.scroll-show-min {
    position: fixed;
    top: 0px;
    width: 0px;
    background:#000;
}
.navbar {
    transition: width 1s ;
    -webkit-transition: width 1s ;
}

.topic-text h3{
    font-size: 20px;
}
.topic-text p{
    font-size: 16px;
    color: #555;
}

.main-heading-content h2{
    font-size: 1.5em;
}
img {
  vertical-align: top;
}

figure {
    padding: 0;
    margin:0;
}
.caption-text {
    font-size: 14px;
}
.bottom {
    position: absolute; bottom: 20px;
}

.no-decoration:hover .bottom a{
    text-decoration-color: none;
    text-decoration: underline;
}
.no-decoration:hover .card .card-body .tag i{
    text-decoration: none;
}
.no-decoration{
    color: #222 !important;
}