File size: 4,665 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
.footer {
  display: block;
  text-align: center;
  height: 30px;
  border-top: 2px solid #141414;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 95%;
  margin: 0 auto;

  @media screen and (max-height: 500px) {
    position: absolute;
  }

  /* Workaround for iPhone 6/7/8 & Galaxy S5*/
  @media screen and (max-height: 700px) and (max-width: 400px) {
    padding-top: 10px;
  }
  /* Workaround for iPhone 5/SE*/
  @media screen and (max-height: 600px) and (max-width: 400px) {
    padding-top: 40px;
  }

  &__container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  &__start,
  &__center,
  &__end {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  &__text {
    color: white;
    display: inline;
    font-size: 18px;
    font-family: "Calibri";
    display: block;
    font-weight: lighter;
    cursor: pointer;
    font-style: italic;
    animation: text-flicker 6s linear infinite;

    @media screen and (max-width: 800px) {
      font-size: 15px;
    }

    &--1 {
      margin-bottom: 5px;
    }

    &--2 {
      align-items: center;
    }

    &--3 {
      color: grey;
      text-decoration: underline;
    }
  }

  &__link {
    text-decoration: underline;
  }

  &__logo-tmdb {
    width: 90px;
    cursor: pointer;
    margin-top: 30px;
  }

  &__logo-github {
    width: 50px;
    cursor: pointer;
    margin-top: 20px;
  }

  &__icon-heart-o {
    margin-left: 5px;
    margin-bottom: 0px;
    text-shadow: -0.1vw 0vw 0.25vw #fbb4ff, -0.2vw 0vw 0.25vw #fbb4ff,
      -0.4vw 0vw 0.25vw #fbb4ff, -0.1vw 0vw 1vw #e82ff5,
      -0.2vw 0vw 0.8vw #e82ff5, -0.4vw 0vw 0.8vw #e82ff5,
      0.2vw 0vw 0.5vw #e82ff5, -0.1vw 0vw 10vw #cb16fa, -0.2vw 0vw 10vw #cb16fa,
      -0.4vw 0vw 10vw #cb16fa;
  }

  &__icon-heart-off {
    animation: heart 0.1s ease infinite;
    -moz-animation: heart 0.1s ease infinite;
    /* Firefox */
    -webkit-animation: heart 0.1s ease infinite;
    /* Safari and Chrome */
    -o-animation: heart 0.1s ease infinite;
    /* Opera */
  }
  
  .react {
    display: inline-block;
  }

  @keyframes heart {
    0%,
    100% {
      /* Enable hardware acceleration to fix laggy transitions */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      color: #fbb4ff;
      text-shadow: -0.1vw 0vw 0.25vw #fbb4ff, -0.2vw 0vw 0.25vw #fbb4ff,
        -0.4vw 0vw 0.25vw #fbb4ff, -0.1vw 0vw 1vw #e82ff5,
        -0.2vw 0vw 0.8vw #e82ff5, -0.4vw 0vw 0.8vw #e82ff5,
        0.2vw 0vw 0.5vw #e82ff5, -0.1vw 0vw 10vw #cb16fa,
        -0.2vw 0vw 10vw #cb16fa, -0.4vw 0vw 10vw #cb16fa;
    }
    50% {
      /* Enable hardware acceleration to fix laggy transitions */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      color: #8f5493;
      text-shadow: -0.1vw 0vw 0.25vw #8f5493, -0.2vw 0vw 0.25vw #8f5493,
        -0.4vw 0vw 0.25vw #8f5493, -0.1vw 0vw 0.8vw #59125e,
        -0.2vw 0vw 0.8vw #59125e, -0.4vw 0vw 0.8vw #59125e,
        0.2vw 0vw 0.5vw #59125e, -0.1vw 0vw 3vw #42114e, -0.2vw 0vw 3vw #42114e,
        -0.4vw 0vw 3vw #42114e;
    }
  }

  @keyframes text-flicker {
    0% {
      opacity: 0.1;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }

    2% {
      opacity: 1;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }
    8% {
      opacity: 0.1;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }
    9% {
      opacity: 1;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }
    12% {
      opacity: 0.1;
      text-shadow: 0px 0px rgba(242, 22, 22, 1);
    }
    20% {
      opacity: 1;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }
    25% {
      opacity: 0.3;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }
    30% {
      opacity: 1;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }

    70% {
      opacity: 0.7;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }

    72% {
      opacity: 0.2;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }

    77% {
      opacity: 0.9;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }
    100% {
      opacity: 0.9;
      text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
    }
  }
}