.home .page-header{
height: 100vh !important;
padding-top: 30vh !important;
}

.main { 
	background-image: linear-gradient(160deg, #e2e2e2, #a4c4e8, #dbe6e8);
}

.carousel .page-header {
    min-height: unset !important;
}

.navbar.navbar-scroll-point, .navbar.navbar-scroll-point.header-with-topbar, .navbar.navbar-scroll-point.hestia_center, .navbar.navbar-scroll-point.hestia_right{
	position:absolute !important;
}

.hestia-features {
    background-image: linear-gradient(#66b6ed, #021024) !important;
}

.hestia-features .description {
    color: #ddffff;
}

.hestia-features .hestia-features-content .feature-box .info-title {
    color: #aCd8f8;
	font-size: 24px !important;
}

.hestia-features .hestia-features-content .feature-box p {
    color: #eeeeee;
	font-size: 14px !important;
}

.hestia-blogs .hestia-blog-content .hestia-blog-item .card-blog .card-title a {
	  font-size: 20px;
    color: #337899;
}

.hestia-blogs .hestia-blog-content .hestia-blog-item .card-blog .category {
    font-size: 12px;
    color: #00bcd4;
}

.hestia-blogs .hestia-blog-content .hestia-blog-item .card-blog .card-description {
    font-size: 16px;
    color: #001133;
}

.navbar{
background-image: linear-gradient(160deg, #121024, #4474ab, #dbe6e8) !important;
opacity: 0.98 !important;
}

/*menu*/
.navbar .navbar-nav>li a {
    color:#00336a !important;
		font-size: 12px;
		font-family: 'Walter Turncoat';
}

/* hide default Hestia footer */
.copyright{
    display: none;
}

.page-header .container {
    height: 10px !important;
	  padding-bottom: 0px !important;
}

.author {
    display: none;
}

.single-post:not(.home) .hestia-title {     
	display: none; 
}
.page-header.header-small .container{
    padding-top:  100px !important;
    padding-bottom: 50px !important; 
}

footer.entry-meta {
  display: none;
}
.post-meta {
    display: none;
}
-post-tags {
    display: none;
}
.post-categories {
	display:none;
}
.single-post .entry-social {
    display: none !important;
}
.entry-categories{
    display: none;
}
.entry-tags{
    display: none;
}
.category .text-info {
    display: none;
}