@media print {
  

    @CHARSET "UTF-8";






    /*********************** START Sitewide Structure Setup ***********************/



    /*
    #logo {
        float: left; 
        max-width: 150px; 
        height: auto;
    }

    #logo-adjustment {
        width: 100%; 
        height: auto;
    }
    */
    #logo {
        float: left;
        max-width: 9.375em;
        height: 2.125em;
         background-image: url(https://www.custeldesign.co.uk/themes/custeldesign/images/custel-design-logo.svg); 
        width: 9.375em;
        background-repeat: no-repeat;
        display: block;
        background-size: contain;
    }


    /*********************** END Sitewide Structure Setup ***********************/





    *{
        clear:both;
    }



    #nav {
    display: none;

    }


    .section-container-1, section-container-2, .section-container-3 {
    display: block;
    clear:both;

    }











    /*********************** START general setup of sitewide styles *****************************/

    /***** START Typeface and Font settings *****/
    @font-face {
        font-family: Cutting Edge;
        src: url(https://www.custeldesign.co.uk/themes/custeldesign/fonts/webfontkit-20150907-122128/cuttingedge-regular21-webfont.woff);
    }

    html, body, a { 
       font-family: Cutting Edge, sans-serif;
       text-decoration:none;

    }
		

	

}

