/* Baufi custom CSS 
main color baufi #1B598E
ec4848
*/


nav {
    height: 110px;
	 line-height: 98px;
}

.small{
    background: #eee !important;
    height: 90px;
    line-height: 60px;
    transition: all 0.6s;
    color: #555;
}

.danger-color-dark{background-color:#00C!important}

.single_home h1 {
    font-weight: 600;
    letter-spacing: 5px;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
	line-height: 4rem;
	background: #1B598E; 
	font-size: 28px;
	padding: 10px 10px 10px 10px;
}

.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 20%;
    width: 60%;
    opacity: 0.5;
}

@media only screen and (max-width: 500px) {
	.single_home h1 { font-size: 20px; }
}