-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
46 lines (40 loc) · 842 Bytes
/
style.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
.navbar-scroll .navbar-brand {
color: #fff;
}
.navbar-scroll {
background-color: rgba(255, 81, 38, 0.459);
}
.navbar-scrolled {
background-color: rgba(255, 81, 38, 0.938);
}
.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .container-fluid .collapse .navbar-nav .nav-item,
.navbar-scrolled .fa-bars {
color: #323643;
}
@media (max-width: 700px) {
.navbar-scroll {
background-color: rgba(255, 81, 38, 0.938);
}
.bg-image {
background-image: url('./images/MobilePortraitAlt.jpg') !important;
}
.mask > .container {
margin-top: -120px;
}
}
/* Hover effects on the NavBar Links */
.nav-link:hover {
color: #DAEBEE !important;
}
.nav-item:hover {
color: #DAEBEE !important;
}
#resumeButton:hover{
background-color: #FF5126;
color:#DAEBEE;
}
#sendButton {
background-color: #FF5126;
}