/*
Theme Name: Hestia Child
Theme URI: https://themeisle.com/themes/hestia/
description: >-
  Hestia Child Theme
Author: Unnat Choudhury
Author URI: http://example.com
Template: hestia
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: hestia-child
*/
main{
  width: 100%;
  background: white;
  font-family: Roboto, sans-serif;
  /*padding: 0px 0px 15px 0px;*/
}
.container.banner  h5 {
	font-size: 36px;
    bottom: 0;
    left: 0;
    color: white;
    padding: 5px 15px;
    transform: translateY(20px);
}
.container.banner{
    padding: 0px;
    height: 400px;
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 25px 0px;
    background-size:cover;
    background-repeat: no-repeat;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid;
    margin: 1em 0;
    padding: 0;
    width: 100%;
    opacity: rgba(0, 0, 0, 0.6);
}
.navbar{
    background-color: rgba(34, 35, 39, .95);
    border-color: transparent;

}
.navbar-default .navbar-nav > li > a{
    color: white;
}
@media only screen and (max-width: 768px){
	.navbar-brand img {
	    padding: 0px 0px 0px 10px;
	}
	hr{
		display: none;
	}
    .navbar-default .navbar-nav > li > a{
        color: #777;
    }
}