-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
87 lines (77 loc) · 1.48 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
/* GENERAL */
html,
body {
height: 100%;
width: 100%;
}
html {
overflow-x: hidden;
}
body {
display: table;
font-family: "Gothic A1" !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
/* Index */
#index-hero > div {
background-image: url("assets/img/banner/home-banner.jpg");
background-size: cover;
background-repeat: no-repeat;
height: 85vh;
border-radius: 0px !important;
}
#index-hero img {
display: block;
max-height: 50vh;
max-width: 100%;
width: auto;
height: auto;
}
#index-hero-text p,
#index-hero-text h2 {
padding: 3px 5px;
background-color: rgba(1, 5, 68, 0.7);
border-radius: 1px;
}
/* Objectives */
.banner > div {
background-size: cover;
background-repeat: no-repeat;
}
.banner > div .row {
background-color: rgba(0, 0, 0, 0.7);
height: 80px;
}
/* Subsystems */
.subsystems-container img {
max-height: 300px;
}
/* Media */
.media-container img.img-fluid {
object-fit: cover;
width: 100%;
height: 300px;
}
.media-img-caption {
position: absolute;
bottom: 20px;
left: 20px;
background-color: rgba(0, 0, 0, 0.7);
padding: 3px 20px;
}
/* About Us */
.about-profile {
padding-bottom: 30px;
}
.about-profile img {
width: 250px;
height: 250px;
object-fit: cover;
margin-bottom: 20px;
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
/* Footer */
.footer-quote {
display: none;
}