@charset "utf-8";
/* CSS Document */
h1{
	font-size: 100px;
	text-align:center;
	color: #FFF;
	weight: bold;
}

em{
    background-color:#010;
	color:#0FF;
}

h2{
	font-size:20px;
	text-color:#FFF;
}

h3{
	color:white;
	text-align:center;
}

table{
width: 80%;
margin-left: auto;
margin-right: auto;
color:#
}


section{
	width:100%;
	margin:0 auto;
	bottom-margin: 50px;
	color:#FFF;
	text-align:center;
}

body{
	background:url(../images/7040514-coffee-heart.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

	
header{
	text-align:center;
	width:100%;
	height:100px;
	background-color:transparent;
	font-size:100px;
	text-color:#FFF
}         


div{ text-align:center
}


.btn-group button{
	alignment-adjust:central
    text-color:#FFF;
}

	
footer{
  background-color:#FFF;
  position:fixed;
  bottom:0;
  left:0;
  height: 35px;
  width:100%;
  text-align:center;
}
  
  
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li{
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

.active{ background-color:#F0F;}