-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtry.css
More file actions
107 lines (101 loc) · 2.63 KB
/
Copy pathtry.css
File metadata and controls
107 lines (101 loc) · 2.63 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
/* bootstrap dropdown hover menu*/
body {
font-family: 'PT Sans', sans-serif;
font-size: 13px;
font-weight: 400;
color: #4f5d6e;
position: relative;
background: rgb(26, 49, 95);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26, 49, 95, 1)), color-stop(10%, rgba(26, 49, 95, 1)), color-stop(24%, rgba(29, 108, 141, 1)), color-stop(37%, rgba(41, 136, 151, 1)), color-stop(77%, rgba(39, 45, 100, 1)), color-stop(90%, rgba(26, 49, 95, 1)), color-stop(100%, rgba(26, 49, 95, 1)));
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a315f', endColorstr='#1a315f', GradientType=0);
}
.body-wrap {
min-height: 700px;
}
.body-wrap {
position: relative;
z-index: 0;
}
.body-wrap:before,
.body-wrap:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: -1;
height: 260px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26, 49, 95, 1)), color-stop(100%, rgba(26, 49, 95, 0)));
background: linear-gradient(to bottom, rgba(26, 49, 95, 1) 0%, rgba(26, 49, 95, 0) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a315f', endColorstr='#001a315f', GradientType=0);
}
.body-wrap:after {
top: auto;
bottom: 0;
background: linear-gradient(to bottom, rgba(26, 49, 95, 0) 0%, rgba(26, 49, 95, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001a315f', endColorstr='#1a315f', GradientType=0);
}
nav {
margin-top: 60px;
box-shadow: 5px 4px 5px #000;
}
/*.card-img {
height: 50px;
}*/
.tbt {
width: 100%;
height: 10vw !important;
object-fit: cover;
filter: brightness(.7);
}
.card-columns {
@include media-breakpoint-only(lg) {
column-count: 4;
}
@include media-breakpoint-only(xl) {
column-count: 5;
}
}
.card{
border: 0px !important;
border-color: white !important;
border-radius: 0rem;
}
.b {
border-radius: 3px;
display: inline-block;
float: left;
color: #fff;
text-align: center;
padding: 14px 0;
margin-right: 20px;
text-transform: uppercase;
width: 90%;
height: 95%;
background: #02294e;
background: -webkit-linear-gradient(to top, #012951, #03294e);
background: linear-gradient(to top, #012951, #03294e);
}
.b span:first-child{
display: block;
font-size: 25px;
font-weight: 300;
margin-top: 0px;
line-height: 25px;
color: #fff;
}
.b span:last-child{
font-size: 15px;
color: #fff;
}
.c{
border-radius: 3px;
display: inline-block;
float: left;
padding: 14px 0;
margin-right: 20px;
}
/*.a{
float: left;
width:60%;}*/
/*div{display: block;}*/