_menu.scss
2.55 KB
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
.admin-bar .fixed-top{
margin-top: 32px;
}
@media only screen and (max-width: 782px) {
.admin-bar .fixed-top {
margin-top: 46px;
}
}
.navbar-brand{
width: 300px;
margin-top: 66px;
}
.nav-link{
text-transform: uppercase;
font-size: 20px;
line-height: 24px;
margin-left: 65px;
color: #707070;
}
.nav-link:hover{
color: #000;
}
#main-nav:not(.fixed-top){
position: absolute;
z-index: 999;
top: 0px;
left: 0px;
width: 100%;
}
#main-nav.fixed-top{
position: fixed;
z-index: 9999;
top: 0px;
left: 0px;
width: 100%;
background-color: #fff;
height: 60px;
.navbar-brand{
margin-top: 20px;
svg{
width: 150px;
}
}
#Group_5{
display: none;
}
}
.video-sizer{
position:relative;
z-index: 0;
opacity: 0;
}
.video-cont{
height: 100vh;
position: relative;
z-index: 9;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.myVideo {
position: absolute;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
-o-object-fit: contain;
object-fit: contain;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#full-width-page-wrapper{
padding-top: 0px;
}
.scroll-content{
position: relative;
z-index: 999;
}
.overlay-desc {
position: relative;
z-index: 999;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 786px;
span{
align-self:flex-start;
color: #666666;
font-size: 24px;
line-height: 32px;
}
h1{
align-self:flex-start;
color: #333333;
font-size: 40px;
line-height: 48px;
}
}
.overlay-desc2 {
position: relative;
z-index: 999;
display: flex;
flex-direction: column;
align-items: center;
justify-content:center;
height: 786px;
span{
align-self:flex-end;
color: #666666;
font-size: 24px;
line-height: 32px;
width: 50%;
}
h1{
align-self:flex-end;
color: #333333;
font-size: 40px;
line-height: 48px;
width: 50%;
}
}
.overlay-desc2.mid{
justify-content:center;
}