_predefine.scss
1.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
.list{
list-style: none;
margin: 0px;
padding: 0px;
}
a{
text-decoration:none;
transition: all 0.3s ease-in-out;
&:hover, &:focus{
text-decoration:none;
outline: none;
}
}
.row.m0{
margin: 0px;
}
body{
line-height: 26px;
font-size: 15px;
font-family: $ral;
font-weight: normal;
color: $pfont;
}
h1, h2, h3, h4, h5, h6{
font-family: $os;
font-weight: bold;
}
button:focus{
outline: none;
box-shadow: none;
}
.p_120{
padding-top: 120px;
padding-bottom: 120px;
}
.pad_top{
padding-top: 120px;
}
.mt-25{
margin-top: 25px;
}
.p0{
padding-left: 0px;
padding-right: 0px;
}
.container{
@media(min-width:1200px){
max-width: 1170px;
}
}
@media(min-width: 1620px){
.box_1620{
max-width: 1650px;
margin: auto;
}
}
@media(min-width: 1200px){
.header_area.home_menu{
display: none;
& + section, & + row, & + div{
margin-top: 0px;
}
}
}
/* Main Title Area css
============================================================================================ */
.main_title{
text-align: left;
margin-bottom: 75px;
h2{
font-family: $ral;
font-size: 36px;
color: $dip;
font-weight: 700;
margin-bottom: 15px;
}
p{
font-size: 16px;
font-family: $ral;
line-height: 26px;
color: $pfont;
margin-bottom: 0px;
max-width: 690px;
font-weight: normal;
}
&.white{
h2{
color: #fff;
}
p{
color: #fff;
opacity: .6;
}
}
}
/* End Main Title Area css
============================================================================================ */