﻿html, body {
	margin:0;
	padding:0;
	background:#f6f6f6;
}
@font-facesss {
  font-family: lishHeritage;
  src: url(../fonts/Heritage-Font.ttf);
  font-size:24px;
}
.navbtn {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:12px;
}
.wrapper {
	position:absolute;
	background:#fff;
	padding:5px;
	width:60%;
	left:0;
	right:0;
	margin:0 auto;
	min-width:800px;
	top:0;
	overflow:hidden;
}
.header {
	border-bottom:5px solid #967126;
}
.logo-container {
	width:130px;
	height:104px;
	background-image:url('../contents/images/rose_bakeshop_logo.png');
	background-size:cover;
}
.social-media-icon {
  padding: 10px 18px 10px 18px;
  font-size: 18px;
  width:50px;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
}
.social-media-icon:hover { opacity: 0.7; }
.fb { background: #3B5998;color: white;	}
.tweeter { background: #55ACEE; color: white; }
.footer-container {
	position:absolute;
	width:100%;
	left:0;
	right:0;
	bottom:0	
}
.footer {
	margin:0 auto;
	background:#967126;
	padding:10px;
	width:100%;
	min-width:800px;
	text-align:center;
	bottom:0;
	color:#FFF;
	font-size:12px;
	border-top:5px solid #7c2529;
}
/* top navigation menu */
.topnav {
  overflow: hidden;
  background-color: #7c2529;
  width:100%;
}

.topnav a {
  float: left;
  color: #aeaeae;
  text-align: center;
  padding: 14px 16px;
  width:120px;
  text-decoration: none;
  font-size: 17px;
  cursor:pointer;
}

.topnav a:hover {
  background-color: #2d2926;
  color: #da291c;
  cursor:pointer;
}

.topnav a.active {
  background-color: #967126;
  color: #fff;
}
/* contents */
.contents {
	padding:20px;
}
.panel-bg {
	color:#fff !important;
}