_header.scss
3.66 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
150
151
152
153
154
155
156
157
158
159
160
161
.pre-header{
background-color: #0484B8;
color:#fff;
height: 57px;
display: flex;
.sponsored{
text-align: right;
.logo{
width: 149px;
margin-left: 30px;
}
}
}
#main-nav{
background-color: #fff;
height: 128px;
transition: 0.4s;
.custom-logo-link {
margin-left: 0px;
img{
transition: 0.4s;
width: 349px;
}
}
.navbar-nav.sign-up{
margin-bottom: 20px;
}
#login-menu{
transition: 0.4s;
position: relative;
a{
font-size: 14px;
color: #0484B8;
margin-left: 20px;
text-align: center;
}
.log-in-button{
background-color: #0484B8;
margin-left: 20px;
a{
font-size: 14px;
color: #fff;
padding: 7px 25px;
margin-left: 0px;
}
}
}
#main-menu{
transition: 0.4s;
position: relative;
top: unset;
a{
font-size: 18px;
font-weight: bold;
color: #0484B8;
}
}
}
.admin-bar .fixed-top{
top: 32px;
}
#main-nav.fixed-top{
height: 80px !important;
#main-menu{
top: -20px;
}
#login-menu{
top: -60px;
}
.custom-logo-link img{
width: 240px !important;
}
}
.hero-container {
background-position: top right;
background-size: cover;
width: 100%;
background-color: #ccc;
height: 530px;
}
.header-section,
.full-image,
.image-loaded {
height: 530px;
background-position: top right;
background-size: cover;
width: 100%;
position: relative;
}
.full-image::after{
content: "";
display: block;
position: absolute;
background-size: contain;
bottom: -2px;
right: 0px;
width: 200px;
height: 200px;
background-image:url('../images/logo-border.png');
}
.hero-content{
width: 60%;
height: 520px;
h1{
color: #fff;
margin-bottom: 10px;
}
p{
color: #fff;
font-size: 20px;
line-height: 28px;
margin-bottom: 25px;
}
a{
padding: 12px 30px;
background-color: #E8D44B;
color: #2C2C2C;
font-size: 18px;
line-height: 24px;
text-decoration: none;
text-transform: uppercase;
}
a:hover{
color: #2C2C2C;
background-color:#fff;
}
}
#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 0px;
width: 43px;
height: 43px;
display: none;
background-color: #0484B8;
padding: 5px;
border-radius: 0px;
background-size:22px;
background-position: center;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.024' height='23.545' viewBox='0 0 23.024 23.545'%3E%3Cg id='Group_1373' data-name='Group 1373' transform='translate(0 1.5)'%3E%3Cline id='Line_15' data-name='Line 15' y1='15.007' transform='translate(11.512 7.038)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cpath id='Path_1388' data-name='Path 1388' d='M3331.593 12517.547h23.024' transform='translate(-3331.593 -12517.547)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cpath id='Path_1389' data-name='Path 1389' d='M3279.832 12508.2l8.216-8.217 8.216 8.217' transform='translate(-3276.535 -12494.895)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
z-index: 999;
}
#btn-back-to-top:hover{
background-color:#000;
}