/* header height settings */
.page-header .container {
height: 300px !important;
padding-top: 180px !important;
}
.carousel .item {
height: 300px;
}
/* end */

/* font-size header */
.carousel .hestia-title, h1.hestia-title, .page-header.header-small .hestia-title, .page-header.header-small .title {font-size:30px;}

/* info remove */
.copyright.pull-right {
display: none;
}

/* footer hide */
.footer {display:none;}

/* remove header opacity */
.header-filter::before {
background-color: rgba(0, 0, 0, 0) !important;
}

/* title text black */
.page-header .container,
.page-header .hestia-title,
.page-header .description {
color: #333333;
}