body {
	margin:5%;
}

* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}

* {
	/*font-family: Roboto,Noto Sans,Noto,sans-serif;*/
	font-weight: 300;
	color: #222;
	font-size: 16px;
	font-family: Roboto, "Noto Sans", Noto, sans-serif;
}

@media print {
    /* -rec.box-contener {page-break-after: always;} */
	  /* h2.cat {page-break-before: always;} */

	  .book .rec.box-contener {page-break-inside: avoid;}
	  body:not(.book) .rec.box-contener{margin-bottom:0px;}
	  span.family {margin-top: 40%; page-break-after: always;}
}

img {
	max-width: 40%;
	max-height: 400px;
	float: left;
}

p {
	text-align: left;
	width: 100%;
	margin-top: 10px;
}

h2.cat {
	background-color: #322620;
	color: white;
	padding: 6px 10px;
	border-radius: 4px;
	margin-bottom: 35px;
}

.box-contener.rec-info {
    margin-bottom: 15px;
}

span.family {
	font-family: 'Berkshire Swash', cursive!important;
	font-size: 65px;
	color: #322620;
	margin-bottom: 6px;
   line-height: 116%;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
	hyphens: none;
}

.bookmark {
	padding-top: 20px;
	page-break-before: always;
	page-break-after: always;
}

.bookmark ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cover {
  display: flex;
  flex-wrap: wrap;
  page-break-after: always;
  height: 1020px;
  margin: -5%;
}

.cover div {
  flex: 1 0 50%; /* explanation below */
  /*margin: 5px;
  height: 100px;*/
    
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;

}



.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
        max-width: 10000px;
    max-height: 1000000px;
}




.cover div img {
  max-width: 100%;
  max-height: inherit;
   object-fit: cover;

}


.bookmark ul li strong {
	padding-top: 20px;
	display: block;
	padding-bottom: 5px;
	font-family: 'Berkshire Swash', cursive!important;
 	color: #AC0000;		
}

span.family:first-letter {
    font-size: 100px;
    color: #AC0000;
    text-transform: uppercase;
}
span.books {
	font-family: 'Berkshire Swash', cursive!important;
	font-size: 35px;
	color: #322620;
	margin-bottom: 6px;
   	line-height: 116%;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
	hyphens: none;
}

span.books:first-letter {
    font-size: 100px;
    color: #AC0000;
    text-transform: uppercase;
}

h1 {
    font-family: 'Berkshire Swash', cursive!important;
    font-size: 35px;
    color: #322620;
    margin-bottom: 6px;
    line-height: 115%;
	 width: 100%;
	 display: block;
	 clear: both;
	 hyphens: none;
}

h1:first-letter, h1 input:first-letter {
    font-size: 50px;
    color: #AC0000;
    text-transform: uppercase;
}

h2, h3 {
    font-family: 'Berkshire Swash', cursive!important;
    font-size: 20px;
    color: #AC0000;
    margin-bottom: 0px;
    line-height: 120%;
	 width:100%;
	 clear: both;
	 display: block;
	 margin-top: 20px;
	 float: left;
}

.ingred-box h2 {
    margin-top: 0;
}

.picture-cont {
    display: block;
    float: left;
    width: 100%;
}

.ingred-box {
    float: left;
    display: block;
    width: 50%;
	 padding-left: 35px;
}

h3 {
	font-size: 16px;
	color: #666;
}

.w100 {
	width: 100%;
	display: block;
}

.ingred {
	font-style: italic;
}

.small {
	font-size: 15px;
	color: #999;
}

h1::first-letter nowork {
	font-size: 45px;
	color: #AC0000;
	text-transform: uppercase;
}

.writer {
	font-weight: 500;
	line-height: 120%;
	font-family: 'Berkshire Swash', cursive;
	font-size: 16px;
	color: #AE0000;
	margin-bottom: 10px;
	display: inline-block;
}

.solid {
	font-weight: 300;
	line-height: 120%;
	font-size: 14px;
	color: #AE0000;
	margin-bottom: 10px;
	text-align: right;
}

.writer-right {
    text-align: right;
    display: block;
    margin-top: -30px;
}

.box-contener {
	margin-top: 10px;
	margin-bottom:50px;
	clear: both;
	display: block;
	width:100%;
	float: left;
}

.box {
    display: block;
    float: left;
    margin-right: 30px;
}

.param {
	font-family: 'Berkshire Swash', cursive!important;
	font-size: 15px;
}
