body {
  font-family: Arial, Helvetica, sans-serif;
  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;
  font-family: 'Roboto', sans-serif;
}
/*---------------------------------------
  fonts              
-----------------------------------------*/


/*---------------------------------------
  TYPOGRAPHY              
-----------------------------------------*/

p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  text-align:justify;
}

p.home {
  text-align:center;
  color:#FFF;
  font-size:20px;
}

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: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #000000;
  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:50vh; position:absolute; width:100%;}
#topwhite img{ margin:0 auto;}
#topwhite p{ color:#000000; font-size:20px; line-height:26px;}
#orange{ background:#f4711f; height:50vh;}/**/

.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;}
p.white{ margin-bottom:30px; font-size:16px;}
.white-bg{background-color:#fff; padding:30px;}