font-weight: 600;
}
+a {
+ font-weight: 600;
+}
+
/* FOOTER */
footer {
-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
- background-color: #34495e;
+ background-color: #337ab7;
border-radius: 15px;
color: #fff;
border: 0;
white-space: nowrap;
}
+input[type="submit"]:hover {
+ background-color: #34495e;
+}
+
/* OUR TEAM */
.title {