-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
104 lines (102 loc) · 1.7 KB
/
index.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
body{
margin:0;
padding:0;
}
.navbar{
background-color: white;
box-shadow: 0 3px 5px #efefef
}
.icon_img{
height:70px;
width: 95px;
}
h1{
color: #252628;
font-family: "ProximaNova ExtraBold","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 800;
font-size: 50px;
padding-top: 50px;
margin-top:30px;
opacity:0.9;
}
.header{
height : 520px;
background-image: url('illo-desktop-1440x651-1 (1).jpg');
background-size: cover;
}
.header h5{
max-width: 800px;
opacity:0.6;
}
.jumbotron{
background-color: #0b1736;
}
.form_btn{
width:300px;
height:60px;
background: #1b3987;
}
.form-control{
height:60px;
}
#scroll{
text-align: center;
}
h3{
color: #252628;
font-family: "ProximaNova ExtraBold","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 800;
opacity:0.99;
}
.mid{
color: #56575b;
font-family: "ProximaNovaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:normal;
font-size: 20px;
}
.grid_img{
object-fit: cover;
height:200px;
width: 300px;
}
.hed5{
font-weight: 750;
}
.midbtn{
width:400px;
}
.lowbtn{
margin-left: 600px;
}
.para{
font-family: 'Cormorant Garamond', serif;
font-weight:600;
}
.button-secondary{
background-color: rgb(237, 242, 254);
color: #2a5bd7;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.str_btn{
background: #edf2fe;
color:#2a5bd7;
border-width: 2px;
}
.brand_logo{
margin: 4px 6px 4px 6px;
opacity:0.9;
}
.footer{
float:left;
margin: 0px 30px 0px 30px;
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-weight: 550;
}
.foot{
font-size: 20px;
text-decoration: bold;
}