html { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } body { margin: 0; padding: 0; } header { padding: 0px; height: 70px; background-color: black; } .brand { font-family: "Lato", Verdana, sans-serif; font-size: 3em; color: white; text-decoration: none; line-height: 70px; padding-left: 8px } .brand a{ color:white; text-decoration: none; } .brand a:hover { color: #ff0; text-decoration: underline; } nav { float: right; } nav ul{ margin: 0; padding: 0; } nav li{ float:left; margin-right: 16px; line-height: 70px; list-style-type: none; } nav li a{ color:white; text-decoration: none; } nav li a:hover{ color: #ff0; text-decoration: none; } .container { width: 80%; margin: 0 auto; } .marketing { padding: 10px; margin: 1em 0; background-color: #555; color: white; } .features{ text-align: center; } .features div{ width: 29%; padding: 0px 1em; margin: 8px auto; display: inline-block; font-size: 12px; text-align: left; } .features div:nth-child(even){ border: solid #555; border-width: 0px 1px; } .features h3{ font-size: 14px; text-align: center; } footer{ background-color: #000000; color: #ffffff; text-align: center; }