body {
  font-family: 'Avenir Next';
  overflow-x: hidden;
  font-size:16px;
  background:url(../images/page_bg.png) repeat-y center center;
}

html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  padding:0; margin:0;
}
/*---------------------------------------
  fonts              
-----------------------------------------*/
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Medium.eot');
    src: url('../fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/AvenirNext-Medium.woff2') format('woff2'),
url('../fonts/AvenirNext-Medium.woff') format('woff'),
url('../fonts/AvenirNext-Medium.ttf') format('truetype'),
url('../fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


/*---------------------------------------
  TYPOGRAPHY              
-----------------------------------------*/

p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align:justify;}

p.home {
  text-align:center;
}

ol {
	margin:0px 0px;
}

ol li {
	margin:10px 0px;
	text-align:justify;

}
.ingredients td {
	padding:8px 0;
	border-bottom:1px solid #f7f7f7;
	}

/*---------------------------------------
  GENERAL               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color:#900;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color:#900;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #252525;
}

html .row-30 {margin-bottom: -30px;}
html .row-30:empty {margin-bottom: 0;}
html .row-30 > * {margin-bottom: 30px;}


/*---------------------------------------
  header             
-----------------------------------------*/
#topwhite{ background:#fff; height:37vh; position:absolute; width:100%;}
#topwhite img{ margin:0 auto;}
#topwhite p{ color:#000000; font-size:20px; line-height:26px;}
#orange{ background:#f4711f; height:40vh;}/**/

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index:999;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%; text-align:center;
}
.inner img{ display:inline-block;}
.white, .white a{ color:#fff; text-decoration:none;}
.white{ margin-bottom:120px; margin-top:30px;}
.white-bg{background-color:#fff; padding:30px;}