html {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container {
width: 80%;
margin: 2% auto;
}
ul {
position: relative;
bottom: 50px;
float: right;
}
ul a {
text-decoration: none;
color: white;
padding: 10px;
}
ul a:hover {
color: #FF0;
}
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;
text-decoration: none;
color: white;
}
.brand a:hover {
text-decoration: none;
}
.features div{
float: left;
width: 33%;
margin-bottom: 20px;
border-right: 1px solid #333;
padding-bottom: 30px;
padding-top: 30px;
}
.features div:last-child {
border-right: none;
}
.features div p {
font-size: .8em ;
padding-left: 20px;
padding-right: 20px;
}
div h3 {
text-align: center;
}
footer {
background-color: black;
color: white;
text-align: center;
}
.marketing {
padding: 10px;
margin: 1em 0;
background-color: #555;
clear: both;
color: #FFF;
}