-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
executable file
·81 lines (73 loc) · 2.48 KB
/
styles.css
File metadata and controls
executable file
·81 lines (73 loc) · 2.48 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
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
* CUSTOM STYLES
*/
/* General */
html { font-family: 'Montserrat', sans-serif;color: #00698e;}
* {box-sizing: border-box;}
.container {width: 960px;padding: 0 90px;margin: 0 auto;}
/* Site Header */
.site-header {background: #00698e;height: 90px;}
.site-logo {height: 35px;width: auto;padding:35px 0 20px;float: left;color: white;box-sizing: unset;}
.hamburger {height: 18px;width: auto;padding:36px 0 36px;float: right;color: white;text-decoration: none;}
/* Page Header */
.page-header {background: url('./assets/triangle.svg')bottom center #00698e no-repeat;background-size: auto;height: 206px;box-shadow: inset 0 -1px 0 white;}
.page-title {text-align: right;float: right;width: 75%;color: white;font-size: 32px;line-height: 48px;padding-top: 24px;}
.page-content {padding-top: 48px;}
.page-subtitle {font-size: 32px;margin-bottom: 24px;width: 75%;}
.para {line-height: 21px;margin-bottom: 42px;}
/* Site Links */
.site-links {display: flex;justify-content: space-between;}
.site-link {width: 31.66%;height: 350px;position: relative;}
.site-link-image {height: 132px;width: 100%;background: #00698e;}
.site-link-title {font-size: 24px;margin: 18px 0 10px;}
.site-link-para {line-height: 21px;}
.site-link-button {height: 16px;background: #00698e;color: white;display: inline-block;padding: 10px;position: absolute;bottom: 0;text-decoration: none;box-sizing: unset;}
/* Site Footer */
.site-footer {height: 90px;}