1
1
body {
2
2
padding-top : 50px ;
3
- background-image : url (../img/phpvcr-bg.jpg );
3
+ background-image : url (' ../img/phpvcr-bg.jpg' );
4
4
font-family : Arial , Helvetica , sans-serif ;
5
5
color : #848999 ;
6
6
font-size : 12px ;
78
78
-o-transition : all 200ms ease ;
79
79
transition : all 200ms ease ;
80
80
}
81
- .button :hover .nav :hover {
81
+ .button.nav :hover {
82
82
background-color : #9299ad ;
83
83
}
84
84
.button.copy {
93
93
-o-transition : all 500ms ease ;
94
94
transition : all 500ms ease ;
95
95
}
96
- .button :hover .copy :hover {
96
+ .button.copy :hover {
97
97
background-color : rgba (107 , 112 , 128 , 0.93 );
98
98
}
99
99
.button.header-button {
@@ -114,8 +114,8 @@ img {
114
114
margin-bottom : 0px ;
115
115
padding-top : 5px ;
116
116
padding-bottom : 5px ;
117
- background-color : rgba (236 , 230 , 216 , 0.94 );
118
- box-shadow : rgba (56 , 55 , 51 , 0.22 ) 0px 1px 6px -1px , rgba ( 255 , 255 , 255 , 0.49 ) 0 px -1 px 9 px 0 px inset ;
117
+ background-color : rgba (46 , 50 , 61 , 0.94 );
118
+ box-shadow : rgba (56 , 55 , 51 , 0.92 ) 0px 1px 6px -1px ;
119
119
}
120
120
.section.hero {
121
121
padding-top : 20px ;
@@ -125,6 +125,7 @@ img {
125
125
.section.grey {
126
126
margin-bottom : 3px ;
127
127
padding-top : 78px ;
128
+ padding-bottom : 8px ;
128
129
background-color : #ece6d8 ;
129
130
text-align : center ;
130
131
}
@@ -135,13 +136,12 @@ img {
135
136
padding-bottom : 20px ;
136
137
text-align : center ;
137
138
}
138
- a .company {
139
+ .company {
139
140
display : inline-block ;
140
141
font-family : Montserrat, sans-serif ;
141
142
color : #2e323d ;
142
143
font-size : 31px ;
143
144
font-weight : 700 ;
144
- text-decoration : none ;
145
145
}
146
146
.nav-link {
147
147
margin-right : 11px ;
@@ -312,7 +312,7 @@ a.company {
312
312
padding-bottom : 12px ;
313
313
border-radius : 10px ;
314
314
background-color : rgba (236 , 230 , 216 , 0.94 );
315
- box-shadow : rgba (56 , 55 , 51 , 0.22 ) 0px -1px 6px -1px , rgba (255 , 255 , 255 , 0.49 ) 0px -1px 9px 0px inset ;
315
+ box-shadow : rgba (56 , 55 , 51 , 0.21 ) 0px -1px 6px -1px , rgba (255 , 255 , 255 , 0.49 ) 0px -1px 9px 0px inset ;
316
316
}
317
317
.article {
318
318
padding-left : 25px ;
@@ -334,6 +334,9 @@ a.company {
334
334
color : white ;
335
335
text-align : left ;
336
336
}
337
+ .logo {
338
+ margin-top : -5px ;
339
+ }
337
340
@media (max-width : 991px ) {
338
341
.button.nav {
339
342
margin-left : 11px ;
0 commit comments