CSS: Remove link underline (bootstrap default)

This way the "Find Us Online" section links won't have a white "dash"
added to their end when hovering etc.
diff --git a/css/style.css b/css/style.css
index 6fdb3a3..4136074 100644
--- a/css/style.css
+++ b/css/style.css
@@ -59,6 +59,8 @@
   font-family: "Comfortaa", sans-serif;
   color: #ffffff; }
 
+a:hover, a:focus, a:active {text-decoration: none;}
+
 body > .container-fluid {
   padding: 60px 15px 0; }