|
@@ -546,14 +546,14 @@ form button:hover {
|
|
footer {
|
|
footer {
|
|
text-align: center;
|
|
text-align: center;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 60px;
|
|
|
|
|
|
+ height: 75px;
|
|
margin-top: 75px;
|
|
margin-top: 75px;
|
|
color: white;
|
|
color: white;
|
|
padding-top: 5px;
|
|
padding-top: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
.push {
|
|
.push {
|
|
- height: 60px; /* .push must be the same height as .footer */
|
|
|
|
|
|
+ height: 75px; /* .push must be the same height as .footer */
|
|
}
|
|
}
|
|
|
|
|
|
footer a {
|
|
footer a {
|
|
@@ -942,6 +942,19 @@ footer .fa {
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/*Navbar HAMBURGUR*/
|
|
|
|
+.navbar-default .navbar-toggle .icon-bar{
|
|
|
|
+ background-color: white;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
|
|
|
|
+ background-color: transparent;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.navbar-default .navbar-toggle{
|
|
|
|
+ background-color: transparent;
|
|
|
|
+}
|
|
|
|
+
|
|
#station-main nav i {
|
|
#station-main nav i {
|
|
margin-left: 1em;
|
|
margin-left: 1em;
|
|
font-size: 2em;
|
|
font-size: 2em;
|