-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.css
131 lines (113 loc) · 1.88 KB
/
contact.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
@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
body {
background-image: url("../resources/main.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.background-obacity {
position: absolute;
background-color: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
z-index: -1;
}
.header {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #b1b1b1;
width: 100%;
height: 84px;
}
nav {
margin-right: 200px;
}
nav ul {
float: right;
list-style: none;
position: relative;
margin-top: 27px;
}
nav ul li {
display: inline-block;
float: left;
}
nav a {
color: #ddd;
letter-spacing: 1px;
padding-left: 0;
padding-right: 0;
padding: 10px 13px;
font-weight: 400;
font-family: sans-serif;
font-size: 15px;
text-decoration: none;
vertical-align: middle;
}
nav li.book {
background: #047ffc;
padding: 10px 25px;
color: white;
display: block;
margin-top: -7px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}
.color-override {
color: white;
font-weight: bold;
}
.logo-text {
display: inline;
float: left;
display: initial;
margin-top: 0px;
margin-left: 200px;
letter-spacing: 3px;
color: #fff;
padding: 0px 0;
border: none;
cursor: pointer;
font-size: 12px;
font-family: cursive;
}
.customize-logo-link {
color: #fff;
text-decoration: none;
}
.text-1 {
font-size: 45px;
margin: 30px 0px 0px 380px;
font-weight: lighter;
font-family: serif;
letter-spacing: 1px;
word-spacing: 4px;
}
.text-2 {
font-size: 45px;
margin: 8px 0px 0px 330px;
font-weight: lighter;
font-family: serif;
letter-spacing: 1px;
word-spacing: 4px;
}
.icons {
margin: 20px 0px 0px 230px;
}
img {
height: 110px;
margin-left: 10px;
}
.main-text {
color: white;
margin-top: 70px;
margin-left: 30px;
}
.sub-text {
margin-top: 10px;
letter-spacing: 1px;
}