-
Notifications
You must be signed in to change notification settings - Fork 5
/
main.css
107 lines (100 loc) · 1.63 KB
/
main.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
html {
scroll-padding-top: 3rem;
}
body {
background-color: #eeeeee;
color: #3b3b3b;
font-family: Open Sans, sans-serif;
text-align: justify;
}
#nav_bar {
display: table;
background-color: #4b4b4b;
color: #eeeeee;
position: fixed;
top:0;
left:0;
width: 100%;
text-align: center;
}
#nav_bar ul{
padding-left: 0px;
margin-top: 7px;
margin-bottom: 7px;
}
#nav_bar li{
display: inline;
list-style-type: none;
padding: 15px;
font-family: 'Lato';
font-weight: 300;
font-size: 18pt;
}
#nav_bar a:link {
color: #eeeeee;
text-decoration: none;
}
#nav_bar a:visited {
color: #eeeeee;
text-decoration: none;
}
div.photo_container {
display:inline-block;
width: 125px;
height: 200px;
padding: 5px;
margin: 0;
}
div.photo_background {
margin: 0 -20px;
background-color: #d45100;
text-align: center;
}
div.photo_section {
text-align: center;
margin: 0 auto;
padding: 20px 0;
max-width: 850px
}
div.mission {
font-size: 14pt;
text-align: center;
margin: 20px auto;
max-width: 700px;
}
div.content {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
div.logo {
text-align: right;
}
h1 {
color: #d45100;
text-align: center;
font-family: 'Lato';
font-size: 36pt;
font-weight: 300;
margin-top: 90px;
}
h2 {
color: #d45100;
text-align: center;
font-family: 'Lato';
font-weight: 300;
font-size: 26pt;
}
a:link {
color: #3b3b3b;
}
a:visited {
color: #3b3b3b;
}
tt {
font-family: monospace;
}
img {
width : 100%;
height: 100%;
}