_menu.scss
1.22 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
.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: 999;
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;
}
#v{
height: 2000px;
}
.video-cont{
position: relative;
left: 0px;
width: 100%;
overflow: hidden;
}
.myVideo {
position: relative;
right: 0;
top: 0;
min-width: 100%;
margin: auto;
display: block;
z-index: 99;
}
.fixed-video{
position: fixed;
}
#full-width-page-wrapper{
padding-top: 0px;
}