-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
128 lines (120 loc) · 2.2 KB
/
style.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
h1, h2, h3, h4{
font-family: "Century Gothic", sans-serif;
}
html, body{
height: 100%;
}
p{
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
font-size: 16px;
}
.navbar {
margin-bottom: 0;
padding-bottom: 0px;
background-color: #00cccc;
border: 0;
font-size: 11px !important;
}
.nav_container{
padding: 0px;
}
.navbar li a, .navbar .navbar-brand {
color: #000 !important;
font-size: 20px !important;
}
.navbar-nav li a:hover, .navbar-brand:hover{
color: #fff !important;
}
.navbar-nav li.active a{
color: #fff !important;
background-color: #00cccc !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
background-color: #00cccc !important;
}
.navbar-collapse{
border: 0px;
}
.icon-bar{
background-color: black !important;
}
.open .dropdown-toggle {
color: #fff ;
background-color: #00cccc !important;
}
.dropdown-menu{
padding-top: 0px;
padding-bottom: 0px;
border-radius: 0px;
border-width: 0px;
width: 100%;
}
.dropdown-menu li a {
color: #000 !important;
}
.dropdown-menu li a:hover {
background-color: #00cccc;
color: black;
}
.page_title_div{
position: absolute;
color: #fff;
padding-top: 20%;
}
.page_title_h1{
font-size: 80px;
letter-spacing: 5px;
}
.page_title_h2{
font-size: 60px;
}
.sub_title_h2{
padding-top: 20px;
padding-bottom: 20px;
font-size: 60px;
}
.banner_img{
padding: 0;
background-color: #00cccc;
}
.banner_img img{
width: 100%;
}
.video{
text-align: center;
width: 100%;
height: 35vw;
}
.divider{
background-color: #00cccc;
}
.nav_100spacer{
height: 100px;
}
.nav_50spacer{
height: 50px;
}
.personal_img{
height: 200px;
padding-bottom: 20px;
}
.sidebar_img{
width: 100%;
padding-bottom: 20px;
}
.report_img{
height: 200px;
margin-bottom: 20px;
box-shadow: 10px 10px 5px #888888;
}
.report_div{
text-align: center;
}
.fadein{
opacity: 0;
}
.footer{
padding: 40px;
text-align: center;
}