-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_custom.scss
More file actions
92 lines (86 loc) · 1.73 KB
/
Copy path_custom.scss
File metadata and controls
92 lines (86 loc) · 1.73 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
/*!
* Created by Kroplet (https://www.kroplet.com)
* The easiest way to create Bootstrap 4 themes.
*/
/*Google fonts*/
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i');
html,
body {
width: 100%;
height: 100%;
}
body{
font-family: 'Karla';
background: rgba(0,0,0,0.3);
background-repeat: no-repeat;
background-size: 100%, cover,cover;
background-position: top left,center center,bottom center;
background-attachment: fixed;
}
body.demo-two{
background-image: url(../img/bg-mountain.png) no-repeat;
margin:0px;
background-size:100% 100%;
background-attachment:fixed;
}
.brand-logo{
width: 120px;
}
.hero{
height: 100vh;
min-height: 600px;
}
.hero h1{
font-weight: 100;
}
.hero h1 span{
font-weight: 700;
}
.footer a, .footer a:hover{
color: #fff;
text-decoration: underline;
}
@media (min-width:576px){
section{
padding: 60px 0px;
}
}
@media (max-width:576px){
section{
padding: 20px;
}
}
[class^="ion-"]{
font-size: 24px;
}
.demo-two .bg-texture{
background: rgba(0,0,0,0.3);
}
.bg-alt {
background-color: #fff;
}
.btn-white {
color: #00c853;
background-color: #fff;
border-color: #fff;
}
.btn-white:hover {
background: transparent !important;
color: #fff !important;
}
.btn-white-alt {
color: #fff;
background-color: transparent;
border-color: #fff;
}
.btn-white-alt:hover {
background: #fff !important;
color: #000 !important;
}
.border-none{
border: none !important;
border-color: transparent !important;
}
.text-linkedin, .text-linkedin-alt:hover{
color: #007bb6;
}