/*========================Borders, Display, Margins ==========================*/

a, abbr, acronym, address, applet, article, aside, audio, bi, big, 
blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, 
div, dl, dt, em, embed, fieldset, figure, figcaption, footer, form, h1, h2, h3, 
h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, 
mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, 
span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, 
time, tr, tt, u, ul, var, video{
	border: 0;
	font-size: 100%;
	font-family: Avenir, Garamond, Helvetica Neue, Arial,sans-serif;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    background: black;
	font-weight: lighter;
	line-height: 1;    
	letter-spacing: -.01em;
	max-width: 100vw;
	width: 100%;
	z-index: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html{
	height: 100%;
	width: 100%;
}

span {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  height: 100%;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

td{ 
	text-align: center; 
	vertical-align: middle; 
}

*{box-sizing: border-box;}

::-webkit-scrollbar{
	display: none;
	width: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/*=====================Borders, Display, Margins End==========================*/

/*==============================Containers====================================*/

.container-20{
	flex: 1 0 20%;
	height: auto;
	margin: 0;
	min-width: 200px;
	overflow: hidden;
	padding: 0 15px 0 15px;
	position: relative;
	width: 20%;
}

.container-25{
	flex: 1 0 25%;
	height: auto;
	margin: 0;
	min-width: 225px;
	overflow: hidden;
	padding: 0 15px 0 15px;
	position: relative;
	width: 25%;
}

.container-30{
	flex: 1 0 30%;
	height: auto;
	margin: 0;
	max-width: 800px;
	min-width: 450px;
	overflow: hidden;
	padding: 50px;
	position: relative;
	width: 30%;
}

.container-33{
	flex: 1 0 33%;
	height: auto;
	margin: 0;
	min-width: 250px;
	overflow: hidden;
	padding: 0 15px 0 15px;
	position: relative;
	width: 33%;
}

.container-40{
	flex: 1 0 40%;
	height: auto;
	margin: 0;
	min-width: 360px;
	overflow: hidden;
	padding: 0 15px 0 15px;
	position: relative;
	width: 40%;
}

.container-50{
    align-items: center;
    display: grid;
	flex: 1 0 50%;
	height: 450px;
	justify-content: center;
	margin: 0;
	min-width: 360px;
	overflow: hidden;
	padding: 0 15px 0 15px;
	position: relative;
	text-align: center;
	width: 50%;
}

.container-60{
    align-items: center;
    display: grid;
	flex: 1 0 60%;
	height: auto;
	margin: 0;
	min-width: 350px;
	overflow: hidden;
	padding: 0 15px 0 15px;
	position: relative;
	width: 60%;
	vertical-align: center;
}

#margin.container-60{
    margin: 50px;
}

.container-66{
	flex: 1 0 66%;
	height: auto;
	margin: 0;
	min-width: 400px;
	overflow: hidden;
	padding: 0 15px 0 15px;
	position: relative;
	width: 66%;
}

.container-buy{
    min-width: 350px;
}

.container-brew{
    width: 50px;
}

#container-center{
    top: 50%;
	transform: translate(0,-50%);   
}

#container-head{
    background: black;
    border-bottom: solid thin black;
    display: block;
    height: 50px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 500;
}

#container-head-backing{
    background: black;
    display: block;
    height: 50px;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

#container-head-backing-safari{
    background: black;
    display: block;
    height: 200px;
    margin-top: -200px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 500;
}

#container-heading-justified{
    flex: 1 0 100%;
    margin: 0;
    opacity: .9;
    overflow: hidden;
  	padding: 15px 15px 0 15px;
    position: relative;
    text-align: left;
    width: 100%;
}

#container-heading-nude{ 
    background: transparent; 
    position: absolute;
    text-align: center;
    width: 100%;
}
    
#container-heading-black{background: #353839; padding: 10px 0 10px 0;}
#container-heading-blue{background: #99BADD; padding: 10px 0 10px 0;}
#container-heading-white{background: #F9f5EC; padding: 10px 0 10px 0;}

#container-margins{
    display: inline-block;
    justify-content: center;
    max-width: 600px;
    text-align: center;
}

#container-margins-large{
    display: inline-block;
    justify-content: center;
    max-width: 350px;
    text-align: center;
}

#container-margins-small{
    display: inline-block;
    justify-content: center;
    max-width: 350px;
    text-align: center;
}

#container-small{
    display: inline-block;
    height: auto;
    max-width: 250px;
    padding: 40px 10px 0 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.container-wrapper-black{background:black;}
.container-wrapper-blue{background: #99BADD}
.container-wrapper-yellow{background: #FFE450}
.container-wrapper-red{background: #B34D33}
.container-wrapper-white{background: #F9f5EC}
    
.container-wrapper-black, .container-wrapper-orange, .container-wrapper-red, 
.container-wrapper-blue, .container-wrapper-white{
    align-content: center;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	margin: 0;
	overflow: hidden;
	justify-content: center;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%; 
}
/*=============================Containers End=================================*/
/*=================================Drawings===================================*/

/*===============================Drawings End=================================*/
/*==================================Font======================================*/

@font-face{
	font-family: 'Avenir';
	src: url('/font/Avenir-Regular.eot?#iefix') format('embedded-opentype'), 
	     url('/font/Avenir-Regular.woff') format('woff'), 
	     url('/font/findit.ttf')  format('truetype'),
	     url('/font/findit.svg#svgavenir') format('svg');
}

/*================================Font End====================================*/
/*=================================Links======================================*/

a[href^="mailto:"] { color: white; }
a:hover[href^="mailto:"] { }
a:hover{color: white;}
a:visited{color: black}
a:link{
    color: black;
    text-align: center;
    text-decoration: none;
}

#link-office:a[href^="mailto:"] { color: white; }
#link-faq:a[href^="mailto:"] { color: black; }
    
.button {
    background-color: #FFE450;
    border: none;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0 0 0;
    overflow: hidden;
    padding: 5px 50px 5px 30px;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

.link-foot-menu{
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 500;
    height: auto;
    left: 0;
    line-height: 20px;
    overflow: hidden;
    padding: 5px 0 5px 0;
    position: relative;
}

.link-foot-menu:link, .link-foot-menu:visited, 
.link-foot-menu:active{color: white;}
.link-foot-menu:hover{color: gold;}

.link-nav-menu{
    font-size: 9vmin; 
    line-height: 14vmin; 
    overflow: hidden;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out; 
    -moz-transition: all .25s ease-out; 
    -o-transition: all .25s ease-out; 
}

.link-nav-menu:link, .link-nav-menu:visited, .link-nav-menu:active{color: #ffe450;}
.link-nav-menu:hover, #text-banner:hover{color: #ffe450;}

/*================================Links End===================================*/
/*=================================Margins====================================*/

#margin-10{
    height: 100%;
    margin: 10px;
    width: 100%;
}

#margin-15{
    height: 100%;
    margin: 15px;
    width: 100%;
}

#margin-20{
    height: 100%;
    margin: 20px;
    width: 100%;
}

#margin-25{
    height: 100%;
    margin: 25px;
    width: 100%;
}

#margin-xx{
    height: 100%;
    justify-content: center;
    width: 60%;
}

#padding-20{
    height: 100%;
    padding: 20px;
    width: 100%;
}

#padding-50{
    height: 100%;
    padding: 50px;
    width: 100%;
}


/*===============================Margins End==================================*/
/*=============================Navigation Menu================================*/

@keyframes colors{ 100% { filter: hue-rotate(360deg); } }

.menu{
    padding: 0 0 25vh 0;
}

.menu-aside {
    align-items: center;
    background: black;
    display: flex;
    height: 120vh; 
    justify-content: center;
    margin: 0 0 0 0;
    opacity: 1;
    overflow: hidden;
    position: fixed; 
    top: 0; 
    transform: translateX(-500%);
    transition: all .40s ease-out;
    width: 100%; 
    z-index: 200;
}

.menu-aside-blackout{
    background: #1a1e22;
    height: 100vh; 
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.nav { 
    background:rgb(0,0,0, 0.8); 
    height: 100vh; 
    overflow: hidden;
}

.nav ul li a{ 
    color: #fff; 
    display: inline-block; 
    font-size: 2rem;
    overflow: hidden;
    text-transform: uppercase
}
    
.nav, .nav ul, .nav ul li {
    overflow: hidden; 
    text-align: center; 
    width: 100%
}

.toggel-input{
    display: none;
    overflow: hidden
}

.toggel-input:checked ~ .toggle-menu .toggle-line:nth-child(1){
    overflow: hidden;
    transform: translateY(100px);
    transform: rotate(45deg)
}

.toggel-input:checked ~ .toggle-menu .toggle-line:nth-child(2){
    overflow: hidden; 
    display: none
}

.toggel-input:checked ~ .toggle-menu .toggle-line:nth-child(3){
    overflow: hidden;
    top: -5px; 
    transform: translateY(10);
    transform: rotate(135deg)
}

.toggel-input:checked ~ .menu-aside{
    opacity: 1;
    overflow: hidden;
    transform: translateX(0%)
}

.toggle-line{
    background: #353839; 
    height: 1px; 
    margin: 2px 0 0 0; 
    position: relative; 
    transition: all .40s ease-out;
    width: 60%; 
}

.toggle-menu{
    align-items: center; 
    background: #FFE450;
    border-radius: 15%;
    cursor: pointer;
    display: flex; 
    flex-direction: column; 
    height: 25px; 
    justify-content: center; 
    padding-bottom: 2px;
    position: fixed; 
    right: 15px; 
    top: 10px;
    width: 25px; 
    z-index: 300; 
}

/*============================Navigation Menu End=============================*/
/*===================================Photos===================================*/

#photo-home{background-image: url("https://assets.oneninetyseven.com/images/hong.jpg");}

#photo-home{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height:550px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

/*=================================Photos End=================================*/
/*===================================Text=====================================*/

.text-home-black, .text-xs-black, .text-s-black, .text-m-black, .text-l-black, 
.text-xl-black, .text-xxl-black, .text-xxxl-black{color:black}

.text-home-white,.text-xs-white, .text-s-white, .text-m-white, .text-l-white, 
.text-xl-white, .text-xxl-white, .text-xxxl-white{color: #F9f5EC}

.text-xs-black, .text-xs-white{
	font-size: calc(8px + .2vw); 
	font-weight: 300;
	height: auto;
  	line-height: calc(10px + .2vw);
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
  	position: relative;
  	text-align: center;   
  	width: 100%;
}

.text-s-black, .text-s-white{
	font-size: calc(12px + .2vw); 
	font-weight: 300;
	height: auto;
  	line-height: calc(14px + .2vw);
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
  	position: relative;
  	text-align: center;   
  	width: 100%;
}

.text-m-black, .text-m-white{
	font-size: calc(16px + .2vw);
	font-weight: 400;
	height: auto;
  	line-height: calc(20px + .2vw);
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
  	position: relative;
  	text-align: center;   
  	width: 100%;
}

.text-l-black, .text-l-white{
	font-size: calc(20px + .2vw);
	font-weight: 500;	
	height: auto;
  	line-height: calc(24px + .2vw);
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
  	position: relative;
  	text-align: center;   
  	width: 100%;
}

.text-xl-black, .text-xl-white{
	font-size: calc(30px + .2vw);
	font-weight: 500;	
	height: auto;
  	line-height: calc(30px + .2vw);
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
  	position: relative;
  	text-align: center;   
  	width: 100%;
}

.text-home-black, .text-home-white{
	height: auto;
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
  	position: relative;
  	text-align: center;
  	width: 100%;
}

.text-xxl-black, .text-xxl-white{
	font-size: calc(40px + .2vw);
	font-weight: 600;	
	height: auto;
  	line-height: calc(40px + .2vw);
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
  	position: relative;
  	text-align: center;   
  	width: 100%;
}

.text-xxxl-black, .text-xxxl-white{
	height: auto;
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
  	position: relative;
  	text-align: center;  
  	width: 100%;
}

#text{
    height: auto;
  	margin: 0;
  	overflow: hidden;
  	padding: 0;
  	position: relative;
  	text-align: center;  
  	width: 100%;
}

#text.black{color: black;}
#text.white{color: #F9f5EC;}
#text.xs{font-size: calc(8px + .2vw); line-height: calc(10px + .2vw);}
#text.s{font-size: calc(12px + .2vw); line-height: calc(14px + .2vw);}
#text.m{font-size: calc(16px + .2vw); line-height: calc(20px + .2vw);}
#text.l{font-size: calc(20px + .2vw); line-height: calc(24px + .2vw);}
#text.xl{font-size: calc(30px + .2vw); line-height: calc(30px + .2vw);}
#text.xxl{font-size: calc(40px + .2vw); line-height: calc(40px + .2vw);}
#text.p5{padding:5px;}
#text.p10{padding:10px;}
#text.p15{padding:15px;}
#text.p20{padding:20px;}
#text.p25{padding:25px;}
#text.w1{font-weight:100;}
#text.w2{font-weight:200;}
#text.w3{font-weight:300;}
#text.w4{font-weight:400;}
#text.w5{font-weight:500;}
#text.w6{font-weight:600;}
#text.w7{font-weight:700;}
#text.w8{font-weight:800;}
#text.w9{font-weight:900;}
#text.w10{font-weight:1000;}


/*=================================Text End===================================*/

/*================================@ Media=====================================*/

    @media only screen and (max-width: 400px){

#drawing-logo{
    height: 30px;
    justify-content: center;
    margin: 15px 0 0 15px;
    width: 100px;
}

.text-xxxl-white{
	font-size: calc(32px + .2vw);
	font-weight: 800;	
  	line-height: calc(32px + .2vw);
  	text-shadow: 1px 1px black;
}

.text-home-white{
	font-size: calc(14px + .2vw);
	font-weight: 1000;	
  	line-height: calc(20px + .2vw);
  	text-shadow: 1px 1px black;
}

#container-heading-nude{ background: transparent; top: 22%}
#link-home{margin: 70px 0 0 0}

.wrapper-ticker{
    animation: tickerh linear 18s infinite;
}

    } 

    @media only screen and (min-width: 650px){
        
#container-heading-nude{ background: transparent; top: 8%}
.text-xxxl-white{
    font-size: calc(45px + .2vw);
	font-weight: 700;	
  	line-height: calc(45px + .2vw);
  	text-shadow: 1px 1px black;
}
.text-home-white{
	font-size: calc(20px + .2vw);
	font-weight: 700;	
  	line-height: calc(24px + .2vw);
  	text-shadow: 1px 1px black;
}

.wrapper-ticker{
    animation: tickerh linear 30s infinite;
}

    }

    @media only screen and (min-width: 900px){
    
.wrapper-black#container-heading-nude{top: 25%}
.text-xxxl-white{
    font-size: calc(65px + .2vw);
	font-weight: 700;	
  	line-height: calc(70px + .2vw);
  	text-shadow: 1px 1px black;
}
.text-home-white{
	font-size: calc(22px + .2vw);
	font-weight: 700;	
  	line-height: calc(25px + .2vw);  	
  	text-shadow: 1px 1px black;
}

.wrapper-ticker{
    animation: tickerh linear 45s infinite;
}    
        
    }

/*=============================End @ Media====================================*/
