forked from t413/SinglePaged
-
Notifications
You must be signed in to change notification settings - Fork 0
/
combo.css
109 lines (92 loc) · 1.85 KB
/
combo.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
---
---
{% include css/base.css %}
{% include css/skeleton.css %}
{% include css/main.css %}
{% include css/lightbox.css %}
#top { background-image: url("img/lcr.jpg") }
#top { background-size: cover; }
#top { background-repeat: no-repeat; }
.p-player {
top: 30px;
padding-left: 10%;
width: 50%;
}
/* -- PIX -- */
.image-row {
text-align: center; }
@media (min-width: 640px) {
.image-row {
text-align: center; } }
.example-image-link {
display: inline-block;
padding: 2px;
margin: 0 0.5rem 1rem 0.5rem;
background-color: #fff;
line-height: 0;
border-radius: 4px;
transition: background-color 0.5s ease-out; }
.example-image-link:hover {
background-color: #4ae;
transition: none; }
.example-image {
width: 7rem;
border-radius: 4px; }
#top .flex-container {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
#top.hero {
display: flex;
height: 100vh;
padding: 0;
}
#music .flex-container {
align-items: flex-start;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
padding: 0 3vw;
}
#music {
background: url("img/space2.jpg") no-repeat center center;
background-size: cover;
}
#music .flex-container iframe {
padding: 1vw;
}
#pix {
background: url("img/space2.jpg") no-repeat center center;
background-size: cover;
}
#video{
background: url("img/space2.jpg") no-repeat center center;
background-size: cover;
}
#about{
background: url("img/space2.jpg") no-repeat center center;
background-size: cover;
nav {
background-color: rgba(46,46,46,0.6);
}
.sectiondivider img {
margin-top: 0;
width: 100%;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}