/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Homepage
------------------------------------------------------- */

/* -- Background picture opacity 

.et_parallax_bg {
    
    opacity: %;
}

element.style {
    background-image: url(https://www.terrorkittens.com/wp-content/uploads/2021/04/LaviniaXausa-07515-achtergrond-homepage-scaled.jpg);
    height: 1944.1px;
    transform: translate(0px, 164.1px);
    opacity: 38%;
}

Background picture opacity -- */


/*** Menu headers and footers got another font assigned ***/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 9, 2021 */


@font-face {
    font-family: 'zectorregular';
    src: url(//www.terrorkittens.com/wp-content/uploads/fonts/zector-webfont.eot);
    src: url(//www.terrorkittens.com/wp-content/uploads/fonts/zector-webfont.eot?#iefix) format('embedded-opentype'),
         url(//www.terrorkittens.com/wp-content/uploads/fonts/zector-webfont.woff2) format('woff2'),
         url(//www.terrorkittens.com/wp-content/uploads/fonts/zector-webfont.woff) format('woff'),
	 url(//www.terrorkittens.com/wp-content/uploads/fonts/zector.otf) format('opentype'),
         url(//www.terrorkittens.com/wp-content/uploads/fonts/zector-webfont.ttf) format('truetype'),
         url(//www.terrorkittens.com/wp-content/uploads/fonts/zector-webfont.svg#zectorregular) format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
body {
    font-family: "zectorregular", arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    
}
*/
/*h1, h2, h3, h4, h5, h6*/ #main-footer .footer-widget H4,   #et-top-navigation /* ,#top-header a */ {
    
    font-family: 'zectorregular', sans-serif !important;
    font-weight: 800;
	
}

#et-top-navigation li li {
	font-family: 'Quicksand' !important;
	font-weight: 400;
	
}



/* Sidebar - globally disabled  (on all pages)
------------------------------------------------------- */

/* Remove sidebar */
#sidebar {
	display:none !important;
}

/* Remove thin line */
#main-content .container:before {
	background: none;
}

/* Make content 100% width */
@media (min-width: 981px){
#left-area {
	width: 100%;
	padding-right: 0px !important;
}

/* Footer Copyright Notice

old:
   text-align: left;
    color: #707070;
    padding-bottom: 10px;
    float: left;

new:
------------------------------------------------------- */


#footer-info {
    text-align: center !important;
    float: none !important;
}

	

}