-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (45 loc) · 844 Bytes
/
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
body,
html {
width: 100%;
height: 100%;
background: url(header2.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
font-family: 'Armata', sans-serif;
}
h1{
color: white;
}
hr{
max-width: 65px;
border-width: 5px;
border-color: #ff6600;
margin-top: 100px;
margin-bottom: 30px;
}
#mc_embed_signup{
display:inline-flex;
justify-content: center;
}
.btn {
font-weight: 700;
text-transform: uppercase;
border-radius: 15px;
font-family: 'Armata', sans-serif;
}
.btn-xl {
padding: 1rem 2rem;
}
.btn-primary {
background-color: #ff6600;
border-color: #ff6600; }
.btn-primary:hover {
background-color: #ee4b08;
border-color: #ee4b08;
border-width: 1px;
cursor: pointer;
}