@@ -61,13 +61,19 @@ ul.events{
6161 list-style-type : none;
6262}
6363
64+ /*lindsay change*/
6465.eventSub {
65- color : # 553982 ;
66+ color : # 696969 ;
6667 margin-left : 2em ;
6768 font-style : italic;
6869 margin-bottom : 1em ;
6970}
7071
72+ /*lindsay change*/
73+ section # contact h3 .section-subheading {
74+ color : # FFFFFF ;
75+ }
76+
7177.eventTitle {
7278 font-size : 150% ;
7379}
@@ -190,8 +196,11 @@ fieldset[disabled] .btn-xl.active {
190196 background-color : # 222 ;
191197}
192198
199+ /*Lindsay changes*/
193200.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;*/
195204 color : # {{ site .color .primary }};
196205}
197206
@@ -256,8 +265,9 @@ fieldset[disabled] .btn-xl.active {
256265 transition : padding .3s ;
257266 }
258267
268+ /*lindsaychange*/
259269 .navbar-default .navbar-brand {
260- font-size : 2 em ;
270+ font-size : 2.5 em ;
261271 -webkit-transition : all .3s ;
262272 -moz-transition : all .3s ;
263273 transition : all .3s ;
@@ -272,16 +282,19 @@ fieldset[disabled] .btn-xl.active {
272282 background-color : # 222 ;
273283 }
274284
285+ /*note here*/
286+ /*Lindsay Changes*/
275287 .navbar-default .navbar-shrink .navbar-brand {
276- font-size : 1.5 em ;
288+ font-size : 1.75 em ;
277289 }
278290}
279291
292+ /*lindsaychange*/
280293header {
281294 text-align : center;
282295 color : # fff ;
283296 background-attachment : scroll;
284- background-image : url ({{ site . titleBackground }} );
297+ background-image : url (img/header1.jpg );
285298 background-position : center center;
286299 background-repeat : none;
287300 -webkit-background-size : cover;
@@ -668,9 +681,10 @@ aside.clients img {
668681 margin: 50px auto;
669682}
670683
684+ /*lindsaychange*/
671685section#contact {
672686 background-color: #222;
673- background-image: url(img/map-image .png);
687+ background-image: url(img/newbackground .png);
674688 background-position: center;
675689 background-repeat: no-repeat;
676690}
@@ -701,6 +715,7 @@ section#contact .form-control:focus {
701715 box-shadow: none;
702716}
703717
718+
704719section#contact::-webkit-input-placeholder {
705720 text-transform: uppercase;
706721 font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
@@ -729,6 +744,7 @@ section#contact:-ms-input-placeholder {
729744 color: #bbb;
730745}
731746
747+
732748section#contact .text-danger {
733749 color: #e74c3c;
734750}
0 commit comments