html {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul {
position: relative;
bottom: 50px;
}
ul a {
text-decoration: none;
color: white;
padding: 10px;
}
ul a:hover {
color: #FFBC00;
}
body {
margin: 0;
padding: 0;
}
header {
padding: 10px;
background-color: #000;
}
.brand a:hover {
color: #FFBC00;
}
.brand a {
font-family: "Lato", Verdana, sans-serif;
font-size: 3em;
text-decoration: none;
font-weight: bold;
color: white;
}
li {
display: inline;
float: right;
text-decoration: none;
color: white;
}
.brand a:hover {
text-decoration: none;
color: #ff0;
}
.features div{
float: left;
width: 33%;
border-right: solid 3px lightgray;
margin-bottom: 30px;
}
.features h3{
text-align: center;
margin-bottom: 0px;
}
.features p{
padding: 20px;
margin-top: 0px;
}
.features div:last-child{
border: none;
}
/*.icon-beer {
float: left;
width: 33%;
}*/
/*.icon-cofee {
float: center;
width: 33%;
}
.icon-food {
float: right;
width: 33%;
}*/
.container {
width: 80%;
margin: 0 auto;
}
.marketing {
padding: 10px;
margin: 1em 0;
background-color: #555;
clear: both;
color: white;
}
footer {
text-align: center;
background-color: #000;
color: #FFF;
}