-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
118 lines (101 loc) · 2.15 KB
/
styles.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
.navbar-custom {
background-color: #2a1b40;
border-top: none;
box-shadow: none;
border: none;
}
.navbar-collapse
{
border-top:none;
box-shadow:none;
}
.navbar-nav .nav-link {
background-color: transparent;
border: none;
color: #ffff;
font-size: 1.5vw;
margin-inline: 1vw;
/* font-family: be-vietnam; */
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-brand {
font-size: 4vw;
color:#7e81bf;
}
html {
scroll-behavior: smooth;
}
.center {
text-align: center;
}
.no-pad {
padding: 0;
margin: 0;
line-height: 1.5em;
}
@font-face {
font-family: 'bank-gothic';
src: url('/font/BankGothic.eot');
src: url('/font/BankGothic.eot?#iefix') format('embedded-opentype'),
url('/font/BankGothic.woff') format('woff'),
url('font/bank-gothic-regular.ttf ') format('truetype'),
url('font/BankGothic.svg') format('svg');
}
@font-face {
font-family: 'be-vietnam';
src: url('/font/BeVietnam-Regular.eot');
src: url('/font/BeVietnam-Regular.eot#iefix') format('embedded-opentype'),
url('font/BeVietnam-Regular.woff') format('woff'),
url('font/BeVietnam-Regular.ttf ') format('truetype'),
url('font/BeVietnam-Regular.svg') format('svg');
}
body {
font: inherit;
font-family: bank-gothic;
background: url(images/purple.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
color: #f2f2f2;
height: 100%;
}
.sans-serif-font {
font: inherit;
font-family: be-vietnam;
font-size: 1.4rem;
}
.banner {
width: 100%;
position: relative;
}
.overlay-section {
position: absolute;
top: 80%;
left: 0px;
width: 100%;
text-align: center;
font-size: 150%;
}
.overlay {
color:#5c3a8c;
text-decoration: none;
background-color: transparent;
border: none;
}
.overlay:hover {
color:rgb(104, 56, 158);
}
.fancy-box {
background-color: #7e81bf;
border-radius: 20px;
width: auto;
height: auto;
padding: 20px 50px 20px 50px;
font-size: 1.5rem;
margin:2vw;
}
.pic {
min-width: 20vw;
}