-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentor.css
131 lines (105 loc) · 2.68 KB
/
mentor.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
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
#con{ margin-left:200px; }
#rounBTN { border-radius: 30px; }
#branding {margin-left:100px; font-size: 40px; color: #5fcf80; }
.nav-link { color: gray !important; font-size: 15px; }
.nav-link:hover { color: #5fcf80 !important;}
.navbar-light .navbar-nav .active>.nav-link { color: #5fcf80 !important;}
.btn-success { background-color: #5fcf80 !important; border-color: #5fcf80 !important;}
.card-img { height: 340px; }
h1, h2, h3, h4, h5, h6 {font-family: "Raleway", sans-serif; }
h2 {font-size: 24px; color:#eee;}
h5 {color:#444444}
h3:hover { color: #5fcf80 !important;}
h3 { font-size: 18px !important; }
h6 {color: #444444d9;}
.card-text { color:gray; }
/*.card-deck { margin-left: 100px; } */
.bx-border-circle { margin-top:20px; }
.gridPoint:hover { color: #5fcf80 !important;}
/* .grid:hover {border: 1px solid #5fcf80!important; }
*/
#throline:after {
content:'\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
text-decoration: line-through;
margin: auto 0.5em;
color:#5fcf80;
width: 50px;
}
.footImg {
width: 60px;
height: 60px;
overflow: hidden;
border-radius: 50%;
}
.cardBorder{ border: 1px solid #dee2e6!important; padding: 5px!important; background-color:#5fcf80;}
.footList { color: #444444d9 !important; }
.footList:hover { color: #5fcf80 !important; }
h6 {color: #444444d9;}
.pagefooter a { color:green; }
.input-group-prepend {
position: absolute;
right: 1px;
top: 50%;
transform: translateY(-50%);
}
#loading {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 100;
width: 100vw;
height: 100vh;
background-color: white;
background-image: url("./328.gif");
background-repeat: no-repeat;
background-position: center;
}
.rounded-lg {
border-radius: 1rem !important
}
.text-small {
font-size: 1rem !important
}
.custom-separator {
width: 5rem;
height: 6px;
border-radius: 1rem;
background-color:#5fcf80;
}
.btn-success:hover {
color: green
}
.pricing h1 {color: #777777 ; }
.pricing ul {color: #444444 ; font-size: 15px!important;}
.text-block {
position: absolute;
bottom: 40px;
right: 0px;
background-color: white;
color: white;
}
.events .text-block a{ font-size: 22px; text-decoration: none;}
.inner{overflow:hidden;}
.inner img { transition: all 1.3s ease;}
.inner:hover img {transform: scale(1.3);}
.eve1:hover img {transform: scale(1.3);}
.testImg { width: 60px;
height: 60px;
overflow: hidden;
border-radius: 20%;
margin-left: -50px;
border: solid white 4px;}
.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}