/*
 Theme Name:   Divi Child
 Theme URI:    http://artmoji.love/wp-content/themes/Divi-child/
 Description:  Divi Child Theme
 Author:       La ménagerie
 Author URI:   http://lamenagerie.ch
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         customized Divi
 Text Domain:  divi-child
*/

/* Remove sidebars from Divi */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
  
/*** Hide Sidebar ***/
#sidebar {display:none;}
  
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

/* END Remove sidebars from Divi */

/* TEMP REMOVE MENU */
#main-header, #main-footer { display:none; }
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}
/* END TEMP */

/* START Fonts */

@font-face {font-family: 'NCS';
    src: url('../../../web_resources/fonts/NotCourierSans/NotCourierSans.ttf') format('truetype');}
 
@font-face {font-family: 'NCSBold';
    src: url('../../../web_resources/fonts/NotCourierSans/NotCourierSans-Bold.ttf') format('truetype');}

@font-face {font-family: 'NML';
    src: url('../../../web_resources/fonts/NeueMachina/NeueMachina-Light.woff2') format('woff2');}
 
@font-face {font-family: 'NMUL';
    src: url('../../../web_resources/fonts/NeueMachina/NeueMachina-Ultralight.woff2') format('woff2');}
 

html, body {
	height: 100%;
	margin: 0px auto;
    font-size: 1.1em;
    font-family: 'NCS';
    color: #111;
}

a, h1, h2, h3 {font-family: 'NCSBold'; font-color: #ffffff!important;}

h4, h5, h6 {font-family: 'NML';}

/* END Fonts */


