-
Notifications
You must be signed in to change notification settings - Fork 0
/
attr.css
126 lines (113 loc) · 1.98 KB
/
attr.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
body, html{
height:100%;
margin:0;
font-size:16px;
font-family: "Lato", sans-serif;
font-weight: 400;
line-height: 1.8em;
color: #666;
}
.pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6
{
position: relative;
opacity: 0.70;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
/*
fixed = parallax
scroll = normal
*/
background-attachment: fixed;
}
.pimg1{
background-image: url('images_att/intro.jpg');
min-height: 100%;
}
.pimg2{
background-image: url('images_att/marriage.jpg');
min-height: 100%;
}
.pimg3{
background-image: url('images_att/gathering.jpg');
min-height: 100%;
}
.pimg4{
background-image: url('images_att/business.jpg');
min-height: 100%;
}
.pimg5{
background-image: url('images_att/vacation.jpg');
min-height: 100%;
}
.pimg6{
background-image: url('images_att/festival.jpg');
min-height: 100%;
}
.section
{
text-align: center;
padding: 50px 80px;
}
.section-light
{
background-color: #f4f4f4;
color: #666;
}
.section-dark
{
background-color: #2a2e34;
color: #ddd;
}
.ptext
{
position: absolute;
top: 50%;
width: 100%;
text-align: center;
color: #000;
font-size: 37px;
font-weight: bold;
letter-spacing: 8px;
text-transform: uppercase;
}
.ptext .border
{
background-color: rgb(131, 21, 21);
color: #000;
padding: 20px;
}
.ptext .border.trans{
background-color: transparent;
}
.row{
max-width: 1180px;
margin: 0 auto 1px;
}
.logo{
height: 80px;
width: auto;
/* float: left; */
margin-top: 15px;
}
.main-nav{
float: right;
margin-top: 50px;
}
.main-nav li{
display: inline-block;
list-style: none;
margin-left: 40px;
}
.main-nav li a{
padding: 5px 0;
color: #000;
text-decoration: none;
text-transform: uppercase;
font-weight: 200px;
font-size: 90%;
}
.main-nav li a:hover
{
border-bottom: 5px solid #bf55ec;
}