/*

*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Cardo:400,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i);
@import url(https://fonts.googleapis.com/css?family=Staatliches);

body {
  color: #c5c5c5; 
  margin: 0 0 0 0;
  padding: 0;
  background-color: #000000;
 }

div.stage {
  width: 100%;
  margin:auto;
  padding-left: 60px;
  margin-top: 60px;
  }


div.header {
  height: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  }

div.footer {
  position: fixed;
  bottom: 0px;
  left: 0pt;
  right: 0pt;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 10px;
  padding-right: 7%;
  padding-bottom: 0pt;
  padding-left: 60px;
  height: 55px;
}  

a, a:visited, a:active, a:hover {
  text-decoration:underline;
  color: #ffffff; 
}

body,div,td,p,select,input {
  font-size: 14px;
  font-family: georgia, arial, tahoma, verdana, sans-serif;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff; 
  
}

h1 {
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  display: block;
  font-size:65px;
  font-style: italic;
  line-height: 1.2;
}



h2 {
  font-family: museo-slab;
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
}

.header h2 {
  font-family: museo-slab;
  font-weight: normal;
  font-size: 11px;
  color: #ffffff;
  margin-top: 0pt;
  margin-left: 60px;
  padding:14px 0px 0px 0px;
  text-transform: uppercase;
}

.logo {
  background-image:url(/images/wb_logo2.jpg);
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}

.logotext {
  font-family: 'Staatliches', serif;
  font-size: 50px;
  }

.slogan {
  width: 80%;
}

td {
  width: 200px;
  text-align: center;
}
  
.td_products_info {
  width: 430px;
  vertical-align: top;  
}

.infobox {
  width: 300px;
  height: 400px;
  float: left;
}


/* phones */
/* @media only screen and (min-width : 320px) and (max-width : 480px) { */

@media only screen and (max-width : 480px) { 
	.stage {width: 375px;padding-left: 20px;margin-top: 20px;}
	h1 {font-size:25px;}
	.slogan {}
}




