-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathncwhomegrants.css
163 lines (136 loc) · 2.78 KB
/
ncwhomegrants.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
@import url('https://fonts.googleapis.com/css?family=Carter+One');
/*** Globals ***/
/* Links */
a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
color: #333;
background-color: #fff;
border: 1px solid #fff;
}
/*** Base structure ***/
html,
body {
height: 100%;
background-color: #333;
}
body {
color: #fff;
text-align: center;
text-shadow: 3px 3px 5px #000000;
font-size: 18px;
}
h1 { font-size: 40px; }
h2 { font-size: 32px; }
span.required {
font-size: 75%;
font-style: italic;
color: #a32737;
text-shadow: none;
}
h1.cover-heading { color: #a32737; font-family: 'Carter One', sans }
h2.cover-heading { color: #337ab7; font-family: 'Carter One', sans; }
.btn-warning,
.btn-warning:hover,
.btn-warning:focus {
background-color: #a32737;
border-color: #88222f;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
display: table;
width: 100%;
height: 100%; /* For at least Firefox */
min-height: 100%;
background: url("wenatchee-from-ohme-lookout.jpg") no-repeat center fixed;
transition: background 1s linear;
-webkit-transition: background 1s linear;
background-size: cover;
-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper.altbg {
background-image: url('wenatchee.jpg');
}
.site-wrapper-inner {
display: table-cell;
vertical-align: top;
}
.cover-container {
margin-right: auto;
margin-left: auto;
}
/* Padding for spacing */
.inner {
padding: 30px;
}
/*** Cover ***/
.cover {
padding: 0 20px;
}
.cover .btn-lg {
padding: 10px 20px;
font-weight: bold;
}
/*** Footer ***/
.mastfoot {
color: #999; /* IE8 proofing */
color: rgba(255,255,255,.5);
font-size: .8em;
}
/*** Affix and center ***/
@media (min-width: 768px) {
/* Start the vertical centering */
.site-wrapper-inner {
vertical-align: middle;
}
/* Handle the widths */
.mastfoot,
.cover-container {
width: 100%; /* Must be percentage or pixels for horizontal alignment */
}
}
@media (min-width: 992px) {
.mastfoot,
.cover-container {
width: 900px;
}
}
/*** Form ***/
#theForm {
display: none;
width: 100%;
}
#theForm .optional {
display: none;
}
.prequal-notice {
display: none;
}
.form-group {
padding-bottom: 20px;
border-bottom: 1px dotted white;
}
label.control-label {
padding-top: 15px;
}
.control-label p {
font-weight: 100;
font-style: italic;
font-size: 95%;
}
.alert, .prequal-nav {
text-shadow: none;
}
.prequal-nav {
margin: 15px 0;
}
#phone {
display: inline;
}