/*
Theme Name: Laakkoset
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}


.logo-center {
	padding-left: 5%;
}

.logo {
	display: none
}

.laakkoset-bg {
	padding-top: 62px;
}

.laakkoset-bg h2 {
	border-bottom: 1px solid grey;
    margin-bottom: 20px;
}


.laakkoset-bg .bg-fill {
	background-position: top right;
	background-size: auto 100% !important;

}

/* Sticky Header Styles */
.header-wrapper.stuck {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    opacity: .95;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,0.9);
}

/* Hide elements with hide-for-sticky class when menu is stuck */
.header.show-on-scroll .hide-for-sticky, .stuck .hide-for-sticky {
    display: block !important;
}

#header.has-sticky.sticky-fade {
    transition: height .3s, opacity .3s;
}

/* For when height changes */
.header-wrapper.stuck .header-main .nav > li > a {
    line-height: 50px;
}

/* Sticky logo styles */
.stuck #logo img {
    max-height: 60px !important;
    padding: 5px 0;
}

/* Add any additional customizations below */