@@ -61,13 +61,19 @@ ul.events{
61
61
list-style-type : none;
62
62
}
63
63
64
+ /*lindsay change*/
64
65
.eventSub {
65
- color : # 553982 ;
66
+ color : # 696969 ;
66
67
margin-left : 2em ;
67
68
font-style : italic;
68
69
margin-bottom : 1em ;
69
70
}
70
71
72
+ /*lindsay change*/
73
+ section # contact h3 .section-subheading {
74
+ color : # FFFFFF ;
75
+ }
76
+
71
77
.eventTitle {
72
78
font-size : 150% ;
73
79
}
@@ -190,8 +196,11 @@ fieldset[disabled] .btn-xl.active {
190
196
background-color : # 222 ;
191
197
}
192
198
199
+ /*Lindsay changes*/
193
200
.navbar-default .navbar-brand {
194
- font-family : "Kaushan Script" , "Helvetica Neue" , Helvetica, Arial, cursive;
201
+ font-family : 'Pacifico' , "Helvetica Neue" , Helvetica, Arial, cursive;
202
+ /* text-transform: uppercase;
203
+ */ /* font-style: italic;*/
195
204
color : # {{ site .color .primary }};
196
205
}
197
206
@@ -256,8 +265,9 @@ fieldset[disabled] .btn-xl.active {
256
265
transition : padding .3s ;
257
266
}
258
267
268
+ /*lindsaychange*/
259
269
.navbar-default .navbar-brand {
260
- font-size : 2 em ;
270
+ font-size : 2.5 em ;
261
271
-webkit-transition : all .3s ;
262
272
-moz-transition : all .3s ;
263
273
transition : all .3s ;
@@ -272,16 +282,19 @@ fieldset[disabled] .btn-xl.active {
272
282
background-color : # 222 ;
273
283
}
274
284
285
+ /*note here*/
286
+ /*Lindsay Changes*/
275
287
.navbar-default .navbar-shrink .navbar-brand {
276
- font-size : 1.5 em ;
288
+ font-size : 1.75 em ;
277
289
}
278
290
}
279
291
292
+ /*lindsaychange*/
280
293
header {
281
294
text-align : center;
282
295
color : # fff ;
283
296
background-attachment : scroll;
284
- background-image : url ({{ site . titleBackground }} );
297
+ background-image : url (img/header1.jpg );
285
298
background-position : center center;
286
299
background-repeat : none;
287
300
-webkit-background-size : cover;
@@ -668,9 +681,10 @@ aside.clients img {
668
681
margin: 50px auto;
669
682
}
670
683
684
+ /*lindsaychange*/
671
685
section#contact {
672
686
background-color: #222;
673
- background-image: url(img/map-image .png);
687
+ background-image: url(img/newbackground .png);
674
688
background-position: center;
675
689
background-repeat: no-repeat;
676
690
}
@@ -701,6 +715,7 @@ section#contact .form-control:focus {
701
715
box-shadow: none;
702
716
}
703
717
718
+
704
719
section#contact::-webkit-input-placeholder {
705
720
text-transform: uppercase;
706
721
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
@@ -729,6 +744,7 @@ section#contact:-ms-input-placeholder {
729
744
color: #bbb;
730
745
}
731
746
747
+
732
748
section#contact .text-danger {
733
749
color: #e74c3c;
734
750
}
0 commit comments