-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainstyle.css
129 lines (110 loc) · 2.41 KB
/
mainstyle.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
/* Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Barlow');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Questrial:400');
@import url('https://fonts.googleapis.com/css?family=Sorts Mill Goudy');
@import url('https://fonts.googleapis.com/css?family=Cormorant Garamond');
@import url('https://fonts.googleapis.com/css?family=Didact Gothic');
@import url('https://fonts.googleapis.com/css?family=Trykker');
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
height: 100%;
}
.bh {
padding:0px;
}
.col-4 a:hover {
color:#0066ff;
}
.navbar-nav{
background-color:#fafafa;
margin-left:-5px;
margin-right:-16px;
}
.nav-link{
color:#21292c;
font-weight:bold;
margin-left:40px;
color:#2f2f2f !important;
}
.topnav a {
display: block;
color: #f2f2f2;
text-align: center;
text-decoration: none;
background-color:#18344e;
}
.topnav a:hover {
background-color: #12273b;
color: #e6f2ff;
}
.modal-body{
padding:10px 40px 10px;
}
.modal-title{
text-align:center;
font-family:arial;
font-weight:bold;
padding:30px 15px;
color:#595959;
}
.F {
padding:4% 4% 4%;
}
.H a {
font-weight:bold;
color:#18344e;
font-family:Questrial:400;
font-size:1vw;
}
.A {
padding-top:20px;
font-family:Quicksand;
font-size:1vw;
}
.A a {
font-weight:bold;
text-decoration:none;
}
.dropdown-menu {
display: none;
position: relative;
background-color:#18344e;
min-width: 215px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
margin-left:65px;
}
.dropdown-menu a {
color:white;
padding: 12px 16px;
text-decoration: none;
display: block;
margin-left:-
}
.dropdown-menu a:hover {
background-color: #12273b;
color:white;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown:hover .dropdown-toggle {
color:#3399ff;
}
.t {
border-top:none;
border-left:none;
border-right:none;
}
.tf{
font-size:14px;
color:white;
border-radius:30px;
border:none;
background-image:linear-gradient(to right,#00ccff,#3366ff);
height:50px;
font-family:arial;
}