@@ -1084,9 +1084,11 @@ textarea {
10841084 line-height : inherit; }
10851085
10861086a {
1087- color : # 778 ;
1088- text-decoration : none; }
1089- a : hover , a : focus {
1087+ color : # 7c7c7c ;
1088+ text-decoration : none;
1089+ transition : all 0.2s ease-in-out; }
1090+
1091+ a : hover , a : focus {
10901092 color : black;
10911093 text-decoration : none; }
10921094 a : focus {
@@ -3785,9 +3787,12 @@ tbody.collapse.in {
37853787 font-size : 19px ;
37863788 line-height : 27px ;
37873789 height : 110px ; }
3788- .navbar-brand : hover , .navbar-brand : focus {
3790+
3791+ .navbar-brand : hover , .navbar-brand : focus {
3792+ background-image : url(./ img/logo.png);
37893793 text-decoration : none; }
3790- .navbar-brand > img {
3794+
3795+ .navbar-brand > img {
37913796 display : block; }
37923797 @media (min-width : 768px ) {
37933798 .navbar > .container .navbar-brand , .navbar > .container-fluid .navbar-brand {
@@ -3964,14 +3969,16 @@ tbody.collapse.in {
39643969 .navbar-default .navbar-text {
39653970 color : # bbb ; }
39663971 .navbar-default .navbar-nav > li > a {
3967- color : # 444 ;
3972+ color : # 7c7c7c ;
3973+ font-weight : 400 ;
39683974 padding-top : 5px ;
39693975 margin-top : 5px ;
39703976 border-left : 1px solid transparent;
39713977 border-right : 1px solid transparent;
39723978 border-top : 1px solid transparent; }
39733979 .navbar-default .navbar-nav > li > a : hover , .navbar-default .navbar-nav > li > a : focus {
39743980 color : # 222 ;
3981+ font-weight : 500 ;
39753982 background-color : transparent; }
39763983 .navbar-default .navbar-nav > .active > a , .navbar-default .navbar-nav > .active > a : hover , .navbar-default .navbar-nav > .active > a : focus {
39773984 color : # 212121 ;
@@ -5827,18 +5834,20 @@ button.close {
58275834 min-height : 50px ;
58285835 padding : 10px 0 ;
58295836 transition : all 0.35s ease; }
5830- .navbar-brand {
5837+
5838+ .navbar-brand {
58315839 font-family : "Josefin Sans" , sans-serif;
58325840 font-weight : 400 ;
58335841 padding : 0 0 0 60px ;
58345842 height : 48px ;
58355843 line-height : 55px ;
5836- background-image : url(./ img/logo .png);
5844+ background-image : url(./ img/logo_grey .png);
58375845 background-size : 38px auto;
58385846 background-repeat : no-repeat;
58395847 background-position : 15px center;
5840- transition : all 0.35s ; }
5841- .navbar-label {
5848+ transition : all 0.25s ; }
5849+
5850+ .navbar-label {
58425851 font-family : "Josefin Sans" , sans-serif;
58435852 font-weight : 400 ;
58445853 font-size : 38px ;
@@ -5850,7 +5859,6 @@ button.close {
58505859 .navbar-label a : hover , a : visited , a : link , a : active {
58515860 text-decoration : none!important ;
58525861 -webkit-box-shadow : none!important ;
5853- color : black;
58545862 box-shadow : none!important ; }
58555863 .navbar-nav li a {
58565864 padding-top : 10px ;
0 commit comments