-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
140 lines (112 loc) · 1.69 KB
/
style.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
*{
margin: 0;
border: 0;
padding: 0;
}
.navbar-brand {
margin-top: -10px;
}
.navbar-nav > li{
margin-left: 10px;
margin-right: 10px;
font-size: 130%;
}
.navbar-header > img {
margin-top: 15px;
}
.jumbotron {
text-align: center;
color: white;
background-color: #92BEDC;
}
.about {
margin-bottom: 30px;
}
.about p {
text-align: justify;
}
.about ul li, .about cite {
margin-left: 20px;
}
.deals-header h1 {
text-align: center;
margin: 30px 0 30px 0;
text-decoration: underline;
}
.recent-img img {
width: 70%;
height: auto;
margin-left: 50px;
}
h3 {
text-align: center;
}
.clearfix {
clear: both;
}
.recent {
padding-bottom: 30px;
}
/* Parallax Styling */
.parallax-1, .parallax-2 {
background: url("img/parallax-2.jpg") repeat fixed 100%;
text-align: center;
}
.info1 {
color: white;
margin: 50px 30px 50px 30px;
}
.info1 h3 {
font-size: 250%;
text-decoration: underline;
}
.info2 h3, .info3 h3 {
font-size: 200%;
text-decoration: underline;
color: white;
}
.info2 ol li {
margin-left: 80px;
text-align: left;
color: #F1F1F1;
line-height: 40px;
}
.info3 p {
text-align: left;
color: white;
margin-top: 20px;
margin-left: 25px;
}
.testimonial {
margin-top: 30px;
margin-bottom: 60px;
}
.testimonial h1 {
text-align: center;
text-decoration: underline;
}
.testimonial cite {
float: right;
}
footer {
background-color: #222;
}
.tracy img {
border-radius: 40%;
width: 70%;
height: auto;
margin: 15px 0 15px 25px;
}
.contact-info h3, .contact-info p {
text-align: left;
color: white;
}
.contact-info {
margin-left: -30px;
}
.logo img {
width: 98%;
height: auto;
margin-top: 60px;
margin-left: -40px;
}