/* Themify Customize Styling */
body {	background-image: none;
	background-size: cover;
	background-position: center top;
	background-color: #252b30;
	color: #f2eed7; 
}
a {	
	color: #bab3b3; 
}
#headerwrap {	background-image: url(http://lovex.fi/wp-content/uploads/2016/11/header-1.jpg);
	background-size: cover;
	background-position: center top; 
}
#site-logo img {		width: 500px; 
}
#site-logo a {		width: 500px; 
}
#footerwrap {	
	background-color: #242b30; 
}

/* Themify Custom CSS */
#headerwrap {
    background-image: url("http://lovex.fi/wp-content/uploads/2016/11/header-1.jpg");
    background-position: center top;
    background-size: cover;
    display: none;
}

.two {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #c0c0c0;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
    overflow-wrap: normal;
    padding: 1.3em 0 0.4em;
}@media screen and (max-width: 976px) { /* Themify Customize Styling */
#site-logo img {		width: 500px; 
}
#site-logo a {		width: 500px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body {	
	background-color: #262930; 
}
#site-logo img {		width: 500px; 
}
#site-logo a {		width: 500px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
body {	
	background-color: #262930; 
}
#site-logo img {		width: 500px; 
}
#site-logo a {		width: 500px; 
}
 }