@import url('https://fonts.googleapis.com/css?family=Boogaloo');
@import url('https://fonts.googleapis.com/css?family=Carter One');
@import url('https://fonts.googleapis.com/css?family=Oleo Script');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Merienda');
@import url('https://fonts.googleapis.com/css?family=Berkshire');

html
{
	background-color:#fff;
	padding:0px;
	margin:0px;
}


#body1
{
	background-color:#fffcf7;
	margin:0 auto; 
	padding:0; 
	font-family: 'Merienda', sans-serif;
	color:black; 

}


a
{
	outline:none; 
	text-decoration:none;
}

a:hover ,div.table-cell-style-blank:hover,a.footer_link:hover
{
	color: #83C5D4;
}

h1.title > a
{

	color:white;
	letter-spacing: 2px;
	

}

h1.title
{
	font-size:200%;
	color:white;

}

img.img_product
{
	margin:2%;
	height:200px;

}



div.table-style
{
	display:table;
	border-collapse: separate;
  	border-spacing: 2px;
  	table-layout:fixed;
}
div.table-row-style
{
	display:table-row;
}
div.table-cell-style
{
	display:table-cell;
	padding:2%;
}

div.table-cell-style-blank
{
	background-color:#404040;
	width:500px;
	height:150px;
	margin:20px;
	font-size:200%;
	font-weight:bold;
	padding:1%;
	line-height: 110%;
	text-align:center;
	vertical-align:middle;
	color:white;

  }
  
div.table-cell-style-poster
{
	opacity:0.9;
	margin:1%;
	font-size:80%;
	font-weight:bold;
	padding:1%;
	line-height: 115%;
	text-align:center;
	width:100%;
	display: flex; 
	flex-flow: row wrap;
	justify-content: center;
	align-items: baseline;
	max-width:300px;


  }

.table-cell-style-poster:hover
{
	opacity:1;
	transform: scale(1.05);

}

div.table-style-poster
{
	width:100%;
	display: flex; 
	flex-flow: 
	row wrap;
	justify-content: center;
	align-items: center;
}

div.table-row-style-poster
{
	width:100%;
	display: flex; 
	flex-flow: row wrap;
	justify-content: center;
	align-items: baseline;
}



div.nav
{
	/*background-color:#000000; */
	width:100%;
	text-align:center;
}

div.footer
{
	color:#fff;
	padding:2%;
	background-color:#303030;
	width:auto;
	text-align:center;
	margin:0px;

}

div.container-outer
{
	padding:0.5% 2%;
}

#top_container
{
	background-color:white;
	padding:0px;
	text-align:center;
	background-image: url('../images/logo2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 250px; 
}

img.responsive
{
	width:70%;
	height:auto;
	margin:0%;
}

a.footer_link
{
	color:#3da5d9;
}