Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 1 | img { |
| 2 | width: 100%; } |
| 3 | |
| 4 | body { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 5 | font-family: "Comfortaa", Helvetica, Arial, sans-serif; |
Henri Koivuneva | 468d169 | 2017-08-12 16:24:41 +0300 | [diff] [blame] | 6 | line-height: 1.4; |
Unknown | 96a29ad | 2018-10-16 22:48:38 -0400 | [diff] [blame^] | 7 | background: url("https://i.imgur.com/BOGKaGy.jpg") no-repeat center center fixed; |
Unknown | 475dbf6 | 2018-10-03 17:47:07 -0400 | [diff] [blame] | 8 | background-color: #0080ff; |
| 9 | width: 100%; |
| 10 | position: absolute; |
| 11 | top: 0; |
| 12 | left: 0; |
Henri Koivuneva | 5c411dd | 2017-08-25 22:59:59 +0300 | [diff] [blame] | 13 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 14 | |
Unknown | 62c1a40 | 2018-10-02 10:32:07 -0400 | [diff] [blame] | 15 | #bg { |
Unknown | 96a29ad | 2018-10-16 22:48:38 -0400 | [diff] [blame^] | 16 | position: fixed; |
| 17 | top: -50%; |
| 18 | left: -50%; |
| 19 | width: 200%; |
Unknown | 62c1a40 | 2018-10-02 10:32:07 -0400 | [diff] [blame] | 20 | height: 200%; |
| 21 | } |
| 22 | #bg img { |
Unknown | 96a29ad | 2018-10-16 22:48:38 -0400 | [diff] [blame^] | 23 | position: absolute; |
| 24 | top: 0; |
| 25 | left: 0; |
| 26 | right: 0; |
| 27 | bottom: 0; |
| 28 | margin: auto; |
Unknown | 62c1a40 | 2018-10-02 10:32:07 -0400 | [diff] [blame] | 29 | min-width: 50%; |
| 30 | min-height: 50%; |
| 31 | } |
Unknown | 96a29ad | 2018-10-16 22:48:38 -0400 | [diff] [blame^] | 32 | |
Henri Koivuneva | 468d169 | 2017-08-12 16:24:41 +0300 | [diff] [blame] | 33 | h1, .h1, |
| 34 | h2, .h2, |
| 35 | h3, .h3, |
| 36 | h4, .h4, |
| 37 | h5, .h5, |
| 38 | h6, .h6 { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 39 | font-family: "Comfortaa", Helvetica, Arial, sans-serif; |
Henri Koivuneva | 468d169 | 2017-08-12 16:24:41 +0300 | [diff] [blame] | 40 | line-height: 1.4; |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 41 | color: #222222; } |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 42 | h1, .h1 {font-size: 64px;} |
| 43 | h2, .h2 {font-size: 42px;} |
| 44 | h4, .h4 {font-weight: bolder;} |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 45 | |
| 46 | p { |
| 47 | font-family: "Comfortaa", sans-serif; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 48 | color: #ffffff; |
| 49 | margin: 0 0 30px; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 50 | |
Henri Koivuneva | 0f98819 | 2017-08-12 15:28:05 +0300 | [diff] [blame] | 51 | a, .btn { |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 52 | -webkit-transition: color .2s ease 0s, border-color .2s ease 0s, background-color .2s ease 0s; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 53 | -moz-transition: color .2s ease 0s, border-color .2s ease 0s, background-color .2s ease 0s; |
| 54 | -o-transition: color .2s ease 0s, border-color .2s ease 0s, background-color .2s ease 0s; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 55 | transition: color .2s ease 0s, border-color .2s ease 0s, background-color .2s ease 0s; |
Henri Koivuneva | 0f98819 | 2017-08-12 15:28:05 +0300 | [diff] [blame] | 56 | } |
| 57 | |
Henri Koivuneva | 7f26602 | 2017-08-12 15:25:19 +0300 | [diff] [blame] | 58 | a:hover, a:focus, a:active {text-decoration: none;} |
| 59 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 60 | body > .container-fluid { |
Henri Koivuneva | 28ce8c6 | 2017-08-13 03:01:23 +0300 | [diff] [blame] | 61 | padding: 0; } |
Henri Koivuneva | 7edca39 | 2017-08-12 16:23:52 +0300 | [diff] [blame] | 62 | |
Henri Koivuneva | f63e2a9 | 2017-08-12 16:37:49 +0300 | [diff] [blame] | 63 | #portfolio > .container { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 64 | padding-left: 30px; |
| 65 | padding-right: 30px; |
| 66 | } |
| 67 | #portfolio > div > div > div {padding-right: 0;padding-left: 0} |
Henri Koivuneva | f63e2a9 | 2017-08-12 16:37:49 +0300 | [diff] [blame] | 68 | |
Unknown | e3cf16e | 2017-11-04 16:32:52 -0400 | [diff] [blame] | 69 | #family-lt > .container { |
| 70 | padding-left: 30px; |
| 71 | padding-right: 30px; |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 72 | font-size: 18px; |
Unknown | e3cf16e | 2017-11-04 16:32:52 -0400 | [diff] [blame] | 73 | } |
| 74 | #family-lt > div > div > div {padding-right: 0;padding-left: 0} |
| 75 | |
Henri Koivuneva | bcf672a | 2017-08-12 16:25:03 +0300 | [diff] [blame] | 76 | .row, |
| 77 | .container-fluid>.navbar-collapse, |
| 78 | .container-fluid>.navbar-header, |
| 79 | .container>.navbar-collapse, |
| 80 | .container>.navbar-header { |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 81 | margin:auto; |
| 82 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 83 | |
| 84 | .container-fluid .text-muted { |
| 85 | margin: 20px 0; } |
| 86 | |
| 87 | .btn:focus, a:focus { |
| 88 | outline: none !important; } |
| 89 | |
| 90 | .navbar { |
| 91 | height: 70px; |
| 92 | background-color: transparent; |
| 93 | background: transparent; |
| 94 | border: none; |
| 95 | color: #ffffff; |
| 96 | z-index: 100; |
| 97 | margin-bottom: 0; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 98 | padding-left: 30px; |
| 99 | padding-right: 30px; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 100 | border-radius: 0; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 101 | -webkit-transition: background-color .2s ease 0s; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 102 | -moz-transition: background-color .2s ease 0s; |
| 103 | -o-transition: background-color .2s ease 0s; |
Unknown | 2e345c4 | 2017-08-14 18:25:38 -0400 | [diff] [blame] | 104 | transition: background-color .2s ease 0s; } |
Henri Koivuneva | 3de908d | 2017-08-13 02:43:42 +0300 | [diff] [blame] | 105 | .navbar > .container {padding: 4px 0 0 0;width: 100%;margin-top:2px;} |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 106 | .navbar-brand { |
Henri Koivuneva | e184123 | 2017-08-12 21:55:21 +0300 | [diff] [blame] | 107 | opacity: 0; |
Henri Koivuneva | 3de908d | 2017-08-13 02:43:42 +0300 | [diff] [blame] | 108 | margin-top: 5px; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 109 | padding: 15px 0; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 110 | color: #ffffff; |
| 111 | font-weight: 400; } |
| 112 | |
| 113 | .navbar-default .navbar-nav > li > a { |
| 114 | color: #ffffff; |
| 115 | font-weight: 500; |
| 116 | font-size: 1em; |
| 117 | text-transform: lowercase; |
Henri Koivuneva | 3de908d | 2017-08-13 02:43:42 +0300 | [diff] [blame] | 118 | margin: 3px 5px; |
Henri Koivuneva | c93da97 | 2017-08-12 15:18:06 +0300 | [diff] [blame] | 119 | border: 1px solid transparent; |
Henri Koivuneva | 4d964cb | 2017-08-12 15:22:55 +0300 | [diff] [blame] | 120 | border-radius: 5px; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 121 | -webkit-transition: color .2s ease 0s, border-color .2s ease 0s; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 122 | -moz-transition: color .2s ease 0s, border-color .2s ease 0s; |
| 123 | -o-transition: color .2s ease 0s, border-color .2s ease 0s; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 124 | transition: color .2s ease 0s, border-color .2s ease 0s; } |
Henri Koivuneva | bcf672a | 2017-08-12 16:25:03 +0300 | [diff] [blame] | 125 | .navbar-default .navbar-nav > li:last-child > a {margin-right: 0} |
Henri Koivuneva | c93da97 | 2017-08-12 15:18:06 +0300 | [diff] [blame] | 126 | .navbar-default .navbar-nav > li > a:hover { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 127 | color: #ffffff; |
| 128 | border: 1px solid #ffffff; } |
Henri Koivuneva | c93da97 | 2017-08-12 15:18:06 +0300 | [diff] [blame] | 129 | .navbar-default .navbar-nav > li > a:active, |
| 130 | .navbar-default .navbar-nav > li > a:focus, |
| 131 | .navbar.solid .navbar-nav > li > a:active, .navbar.solid .navbar-nav > li > a:focus { |
| 132 | color: rgba(255,255,255,0.8); |
| 133 | border: 1px solid rgba(255,255,255,0.8); } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 134 | .navbar-default .navbar-nav > li > a:visited { |
| 135 | color: #ffffff; |
| 136 | text-decoration: none; } |
Henri Koivuneva | c93da97 | 2017-08-12 15:18:06 +0300 | [diff] [blame] | 137 | .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 138 | background-color: transparent; |
| 139 | color: #ffffff; } |
Henri Koivuneva | c93da97 | 2017-08-12 15:18:06 +0300 | [diff] [blame] | 140 | .navbar-default .navbar-nav > .active > a:focus, |
| 141 | .navbar.solid .navbar-nav > li > a:active, |
| 142 | .navbar.solid .navbar-nav > li > a:focus { |
| 143 | background-color: transparent; |
| 144 | color: rgba(255,255,255,0.8); } |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 145 | .navbar-toggle {margin-right:0;padding:15px;} |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 146 | .navbar-default .navbar-toggle { |
| 147 | border-color: #ffffff; } |
| 148 | .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 149 | background-color: #222222; |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 150 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 151 | .navbar-default .navbar-toggle .icon-bar { |
| 152 | color: #ffffff; |
| 153 | background-color: #ffffff; } |
Henri Koivuneva | 6b7c796 | 2017-08-12 21:54:58 +0300 | [diff] [blame] | 154 | .navbar-default .navbar-collapse.collapse.in ul { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 155 | background-color: #222222; |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 156 | } |
Henri Koivuneva | 6b7c796 | 2017-08-12 21:54:58 +0300 | [diff] [blame] | 157 | .navbar-collapse.collapsing { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 158 | background-color: #222222; |
Henri Koivuneva | 5e6ed7a | 2017-08-12 18:14:02 +0300 | [diff] [blame] | 159 | } |
| 160 | .navbar-default .navbar-toggle .icon-bar { |
| 161 | color: #ffffff; |
| 162 | background-color: #ffffff; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 163 | .navbar-default .navbar-collapse.collapse.in ul { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 164 | background-color: #222222; |
Henri Koivuneva | 5e6ed7a | 2017-08-12 18:14:02 +0300 | [diff] [blame] | 165 | } |
Unknown | 94e4caa | 2017-08-12 10:48:07 -0400 | [diff] [blame] | 166 | .navbar-collapse.collapse.collapsing { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 167 | background-color: #222222; |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 168 | } |
nilac8991 | c165503 | 2017-08-19 12:37:44 +0200 | [diff] [blame] | 169 | |
Henri Koivuneva | 5e6ed7a | 2017-08-12 18:14:02 +0300 | [diff] [blame] | 170 | .navbar-collapse.collapse.show { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 171 | background-color: #222222; |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 172 | -webkit-transition: background-color .2s ease 0s; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 173 | -moz-transition: background-color .2s ease 0s; |
| 174 | -o-transition: background-color .2s ease 0s; |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 175 | transition: background-color .2s ease 0s; |
Henri Koivuneva | e15afea | 2017-08-12 18:23:45 +0300 | [diff] [blame] | 176 | -webkit-border-bottom-left-radius: 4px; |
| 177 | -webkit-border-bottom-right-radius: 4px; |
| 178 | border-bottom-left-radius: 4px; |
| 179 | border-bottom-right-radius: 4px; |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 180 | } |
Henri Koivuneva | 936cb39 | 2017-08-12 18:49:20 +0300 | [diff] [blame] | 181 | |
| 182 | .navbar-collapse .navbar-nav > li > a, |
| 183 | .navbar-collapse .navbar-nav > li > a:hover, |
| 184 | .navbar-collapse .navbar-nav > li > a:focus, |
| 185 | .navbar-collapse .navbar-nav > li > a:active { |
| 186 | border-color: transparent !important; |
| 187 | } |
| 188 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 189 | /* Solid class attached on scroll past first section */ |
| 190 | .navbar.solid { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 191 | background-color: #222222; |
Unknown | 2e345c4 | 2017-08-14 18:25:38 -0400 | [diff] [blame] | 192 | top: 0; |
Henri Koivuneva | 5c411dd | 2017-08-25 22:59:59 +0300 | [diff] [blame] | 193 | width: 100%; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 194 | margin: 0; |
| 195 | box-shadow: 0 7px 8px 0 rgba(0,0,0,0.3); |
| 196 | -webkit-transition: background-color .2s ease 0s, box-shadow .2s ease 0s; |
| 197 | -moz-transition: background-color .2s ease 0s, box-shadow .2s ease 0s; |
| 198 | -o-transition: background-color .2s ease 0s, box-shadow .2s ease 0s; |
| 199 | transition: background-color .2s ease 0s, box-shadow .2s ease 0s; |
Henri Koivuneva | 5c411dd | 2017-08-25 22:59:59 +0300 | [diff] [blame] | 200 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 201 | .navbar.solid .navbar-brand { |
Henri Koivuneva | e184123 | 2017-08-12 21:55:21 +0300 | [diff] [blame] | 202 | opacity: 1; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 203 | display: inline-block; |
| 204 | color: #ffffff; |
Henri Koivuneva | e184123 | 2017-08-12 21:55:21 +0300 | [diff] [blame] | 205 | -webkit-transition: color .2s ease 0s, border-color .2s ease 0s, opacity .2s ease 0s; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 206 | -moz-transition: color .2s ease 0s, border-color .2s ease 0s, opacity .2s ease 0s; |
| 207 | -o-transition: color .2s ease 0s, border-color .2s ease 0s, opacity .2s ease 0s; |
Henri Koivuneva | e184123 | 2017-08-12 21:55:21 +0300 | [diff] [blame] | 208 | transition: color .2s ease 0s, border-color .2s ease 0s, opacity .2s ease 0s; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 209 | .navbar.solid .navbar-nav > li > a { |
| 210 | color: #ffffff; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 211 | -webkit-transition: color .2s ease 0s, border-color .2s ease 0s; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 212 | -moz-transition: color .2s ease 0s, border-color .2s ease 0s; |
| 213 | -o-transition: color .2s ease 0s, border-color .2s ease 0s; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 214 | transition: color .2s ease 0s, border-color .2s ease 0s; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 215 | |
| 216 | .cover { |
Henri Koivuneva | 28ce8c6 | 2017-08-13 03:01:23 +0300 | [diff] [blame] | 217 | padding: 6% 0 8% 0; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 218 | .cover.top { |
Henri Koivuneva | 0752d23 | 2017-08-12 18:08:32 +0300 | [diff] [blame] | 219 | padding: 10vh 0 15vh 0; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 220 | height: 100vh; |
| 221 | display: -webkit-box; |
| 222 | display: -ms-flexbox; |
| 223 | display: flex; |
Unknown | 62c1a40 | 2018-10-02 10:32:07 -0400 | [diff] [blame] | 224 | /* background-color: #0080ff;*/ |
Unknown | 96a29ad | 2018-10-16 22:48:38 -0400 | [diff] [blame^] | 225 | background: url(images/web_bg_1280.png) no-repeat center center fixed; |
Unknown | 62c1a40 | 2018-10-02 10:32:07 -0400 | [diff] [blame] | 226 | -webkit-background-size: cover; |
| 227 | -moz-background-size: cover; |
| 228 | -o-background-size: cover; |
| 229 | background-size: cover; |
| 230 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 231 | .cover.bottom { |
Henri Koivuneva | 28ce8c6 | 2017-08-13 03:01:23 +0300 | [diff] [blame] | 232 | padding: 6% 0 5.5% 0; } |
| 233 | body > .cover.bottom:nth-child(4) {padding: 6% 0 5.5% 0 !important} |
Henri Koivuneva | 0479747 | 2017-08-12 18:35:39 +0300 | [diff] [blame] | 234 | @media (max-width: 550px) { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 235 | .cover, .cover.bottom {padding: 17.5% 30px 17.5% 30px; } } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 236 | |
| 237 | .headline { |
| 238 | padding-top: 6.25em; } |
Henri Koivuneva | 0752d23 | 2017-08-12 18:08:32 +0300 | [diff] [blame] | 239 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 240 | max-width: 1600px; |
| 241 | width: 100%; |
Henri Koivuneva | 0752d23 | 2017-08-12 18:08:32 +0300 | [diff] [blame] | 242 | margin: 0 auto; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 243 | padding-right: 30px; |
| 244 | padding-left: 30px; |
Henri Koivuneva | 0752d23 | 2017-08-12 18:08:32 +0300 | [diff] [blame] | 245 | display: block; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 246 | @media screen and (min-width: 768px) { |
| 247 | .headline { |
| 248 | padding-top: 3.75em; } } |
| 249 | @media screen and (min-width: 992px) { |
| 250 | .headline { |
| 251 | padding-top: 1.5625em; } } |
| 252 | @media screen and (min-width: 1200px) { |
| 253 | .headline { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 254 | padding-top: 0; } } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 255 | |
| 256 | #about { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 257 | background-color: #222222; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 258 | #about h2 { |
| 259 | color: #0080ff; } |
Henri Koivuneva | 28ce8c6 | 2017-08-13 03:01:23 +0300 | [diff] [blame] | 260 | #about > div > div.row.break > div > p {margin-bottom: 15px} |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 261 | |
Unknown | 289eb7d | 2018-10-16 13:34:30 -0400 | [diff] [blame] | 262 | #about2 { |
| 263 | background-color: #0080ff; } |
| 264 | #about2 h2 { |
| 265 | color: #222; } |
| 266 | #about2 > div > div.row.break > div > p {margin-bottom: 15px} |
| 267 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 268 | .profile-img { |
| 269 | margin-bottom: 15px; |
| 270 | width: 120px; } |
| 271 | |
| 272 | .about, .about-info, .about-tools, .about-last { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 273 | padding: 4% 30px 1% 30px; |
| 274 | font-size: 18px; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 275 | .about-tools { |
| 276 | padding-top: 4.375em; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 277 | font-size: 18px; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 278 | @media screen and (min-width: 992px) { |
| 279 | .about-tools { |
| 280 | padding-top: 5.625em; } } |
| 281 | .about-tools ul:first-child { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 282 | padding-left: 0; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 283 | .about-tools ul { |
| 284 | color: #0080ff; |
| 285 | list-style: none; } |
| 286 | .about-tools ul li { |
| 287 | padding-top: 0.75em; } |
| 288 | .about-last { |
| 289 | padding-top: 3.125em; |
| 290 | padding-bottom: 0; |
| 291 | font-size: 1.125em; } |
| 292 | @media screen and (min-width: 992px) { |
| 293 | .about-last { |
| 294 | padding-top: 0; } } |
| 295 | .about-last p { |
| 296 | color: #0080ff; } |
| 297 | |
| 298 | #portfolio { |
| 299 | background-color: #0080ff; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 300 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 301 | .portfolio-projects--btn { |
| 302 | background: transparent; |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 303 | color: #222222; |
| 304 | border: 1px solid #222222; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 305 | border-radius: 5px; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 306 | margin-bottom: 1.25em; |
| 307 | font-size: 18px; |
Henri Koivuneva | af9a0dc | 2017-11-23 04:10:52 +0200 | [diff] [blame] | 308 | margin: 8px; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 309 | .portfolio-projects--btn:hover { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 310 | background: #222222; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 311 | color: #ffffff; } |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 312 | .portfolio-projects--btn:focus, |
| 313 | .portfolio-projects--btn:active { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 314 | background: #111111; |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 315 | color: #ffffff; } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 316 | @media (max-width:650px) { |
| 317 | .portfolio-projects--btn {font-size:16px;} |
| 318 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 319 | .portfolio-projects--image { |
| 320 | margin-bottom: 1.875em; |
| 321 | padding-top: 5%; } |
| 322 | |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 323 | .about-tools ul li, .contact-social-icons ul a li { |
| 324 | text-align: center; } |
| 325 | |
| 326 | .centered { |
| 327 | float: none; |
| 328 | margin-left: auto; |
| 329 | margin-right: auto; } |
| 330 | |
| 331 | |
| 332 | .vcenter { |
| 333 | display: inline-block; |
| 334 | vertical-align: middle; |
| 335 | float: none; } |
| 336 | |
| 337 | .break { |
| 338 | clear: both; |
| 339 | margin-top: 10px; } |
| 340 | |
| 341 | @media (min-width: 360px) { |
Henri Koivuneva | 5c411dd | 2017-08-25 22:59:59 +0300 | [diff] [blame] | 342 | #team > .container .row > div {width: 100%;margin: 0;} |
| 343 | } |
| 344 | |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 345 | @media (min-width: 768px) { |
| 346 | .pull-right-sm { |
| 347 | float: right !important; } |
| 348 | .pull-left-sm { |
| 349 | float: left !important; } |
| 350 | .container {width: 768px} |
| 351 | .navbar-right {margin-right: 0;} |
| 352 | .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left: 0;padding-left: 15px} |
| 353 | } |
| 354 | @media (min-width: 992px) { |
| 355 | .pull-right-md { |
| 356 | float: right !important; } |
| 357 | .pull-left-md { |
| 358 | float: left !important; } |
| 359 | .container {width: 94%;} |
| 360 | } |
| 361 | @media (min-width: 1200px) { |
| 362 | .pull-right-lg { |
| 363 | float: right !important; } |
| 364 | .pull-left-lg { |
| 365 | float: left !important; } |
| 366 | .container {width: 1170px;} |
| 367 | .portfolio-projects .col-lg-6 {width: 100%} |
| 368 | .navbar > .container {max-width: 1170px} |
| 369 | } |
| 370 | @media (min-width: 1366px) { |
| 371 | #portfolio > .container, #about > .row {width: 90%;max-width: 1600px;margin-left:auto;margin-right: auto;} |
| 372 | .navbar > .container {max-width: 1170px} |
| 373 | } |
| 374 | |
Henri Koivuneva | af9a0dc | 2017-11-23 04:10:52 +0200 | [diff] [blame] | 375 | @media (max-width:768px) { |
| 376 | .portfolio-projects--desc { |
| 377 | margin-top: 30px; |
| 378 | margin-bottom: 30px; |
| 379 | font-size: 16px; } |
| 380 | } |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 381 | @media (min-width: 768px) { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 382 | .portfolio-projects { |
| 383 | margin-top: 0.625em; } } |
| 384 | .portfolio-projects--title { |
| 385 | margin-top: 0.9375em; |
| 386 | font-size: 20px; } |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 387 | @media (min-width: 768px) { |
Henri Koivuneva | af9a0dc | 2017-11-23 04:10:52 +0200 | [diff] [blame] | 388 | .portfolio-projects .col-lg-6:first-child .portfolio-projects--title {font-size: 21px;margin-top:0rem;} |
| 389 | .portfolio-projects .col-lg-6:nth-child(2) .portfolio-projects--title {font-size: 21px;margin-top:-2.5rem;} |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 390 | .portfolio-projects--desc { |
| 391 | margin-top: 30px; |
| 392 | margin-bottom: 30px; |
| 393 | font-size: 16px; } |
| 394 | .portfolio-projects--btn {font-size: 14px;margin:0 4px 16px 4px;} |
| 395 | #portfolio > div > div > div:nth-child(1) > div > div.col-sm-5.text-center, |
| 396 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-7.text-center.pull-right-sm {padding-left:0;} |
| 397 | #portfolio > div > div > div:nth-child(1) > div > div.col-sm-7.text-center, |
| 398 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-5.text-center.pull-right-sm {padding-right: 0;} } |
| 399 | @media screen and (min-width: 992px) { |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 400 | .portfolio-projects .col-lg-6:first-child .portfolio-projects--title {font-size: 21px;margin-top:0rem;} |
| 401 | .portfolio-projects .col-lg-6:nth-child(2) .portfolio-projects--title {font-size: 21px;margin-top:-1.5rem;} |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 402 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-5.text-center.pull-right-sm > a:nth-child(4) {margin-left:-8px;} |
| 403 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-5.text-center.pull-right-sm > a:nth-child(5) {margin-right:-8px;} } |
| 404 | @media screen and (min-width: 1080px) { |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 405 | .portfolio-projects .col-lg-6:first-child .portfolio-projects--title {font-size: 21px;margin-top:3.75rem;} |
| 406 | .portfolio-projects .col-lg-6:nth-child(2) .portfolio-projects--title {font-size: 21px;margin-top:1.125rem;} |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 407 | } |
| 408 | @media screen and (min-width: 1200px) { |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 409 | .portfolio-projects .col-lg-6:first-child .portfolio-projects--title {font-size: 24px;margin-top:2.5rem;} |
| 410 | .portfolio-projects .col-lg-6:nth-child(2) .portfolio-projects--title {font-size: 24px;margin-top:1.25rem;} |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 411 | .portfolio-projects--desc { |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 412 | margin-top: 24px; |
| 413 | margin-bottom: 24px; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 414 | font-size: 18px; } |
| 415 | .portfolio-projects .col-lg-6 + .col-lg-6 + .col-lg-6 {margin-top:40px} |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 416 | .portfolio-projects--btn {font-size: 18px;margin:8px;} } |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 417 | @media screen and (min-width: 1366px) { |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 418 | .portfolio-projects .col-lg-6:first-child .portfolio-projects--title {margin-top:7.5rem;} |
| 419 | .portfolio-projects .col-lg-6:nth-child(2) .portfolio-projects--title {margin-top:6rem;} |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 420 | } |
| 421 | @media (min-width: 1500px) { |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 422 | .portfolio-projects .col-lg-6:first-child .portfolio-projects--title {font-size: 28px;margin-top:11rem;} |
| 423 | .portfolio-projects .col-lg-6:nth-child(2) .portfolio-projects--title {font-size: 28px;margin-top:9.5rem;} |
| 424 | .portfolio-projects--btn {font-size: 18px;} |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 425 | } |
Henri Koivuneva | af9a0dc | 2017-11-23 04:10:52 +0200 | [diff] [blame] | 426 | .portfolio-projects--image-title {margin-top:-3rem;margin-bottom:6rem;} |
| 427 | @media (max-width: 768px) { |
| 428 | .portfolio-projects--image-title {margin-top:-3rem;margin-bottom:3rem;} |
| 429 | } |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 430 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 431 | #contact { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 432 | background-color: #222222; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 433 | padding-left: 15px; |
| 434 | padding-right: 15px } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 435 | #contact h2 { |
| 436 | color: #0080ff; } |
Unknown | 289eb7d | 2018-10-16 13:34:30 -0400 | [diff] [blame] | 437 | #expenses { |
| 438 | background-color: #222; |
| 439 | padding-left: 15px; |
| 440 | padding-right: 15px } |
| 441 | #expenses h2 { |
| 442 | color: #0080ff; } |
Unknown | 96a29ad | 2018-10-16 22:48:38 -0400 | [diff] [blame^] | 443 | .family-links-list { |
| 444 | font-size: 2.3em; |
| 445 | line-height: 1.8em; |
| 446 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 447 | .contact-social-icons p { |
| 448 | color: #0080ff; } |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 449 | .contact-social-icons > ul {padding:0;margin:0 auto;} |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 450 | .contact-social-icons ul a { |
| 451 | color: #0080ff; |
| 452 | list-style: none; } |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 453 | .contact-social-icons ul a:hover, |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 454 | .team-links-list a:hover, |
| 455 | .family-links-list a:hover { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 456 | color: #ffffff; } |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 457 | .contact-social-icons ul a:focus, |
| 458 | .contact-social-icons ul a:active, |
| 459 | .team-links-list a:focus, |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 460 | .team-links-list a:active, |
| 461 | .family-links-list a:focus, |
| 462 | .family-links-list a:active { |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 463 | color: rgba(255,255,255,0.8); } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 464 | .contact-social-icons ul a li { |
| 465 | display: inline-block; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 466 | padding: 1.25%; |
| 467 | font-size: 16px } |
Henri Koivuneva | 1623418 | 2017-08-13 03:09:43 +0300 | [diff] [blame] | 468 | @media (max-width: 1200px) { |
Henri Koivuneva | c9c6ac6 | 2017-08-13 03:12:28 +0300 | [diff] [blame] | 469 | #family > div > div.row > div.center > div {margin:1.5em 4% 3em 4%;width:42%;float:left;} |
Henri Koivuneva | 1623418 | 2017-08-13 03:09:43 +0300 | [diff] [blame] | 470 | #family > div > div.row > div.center > div:last-child {margin-bottom: 0} |
| 471 | } |
| 472 | @media (max-width: 720px) { |
| 473 | #family > div > div.row > div.center > div {margin:1.5em 4% 3em 4%;width:92%;} |
| 474 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 475 | |
| 476 | .footer { |
Henri Koivuneva | 28ce8c6 | 2017-08-13 03:01:23 +0300 | [diff] [blame] | 477 | padding-top: 1em; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 478 | bottom: 0; |
| 479 | width: 100%; |
| 480 | /* Set the fixed height of the footer here */ |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 481 | background-color: #111111; |
Unknown | f0310a8 | 2017-08-12 19:32:49 -0400 | [diff] [blame] | 482 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 483 | color: #ffffff; } |
electrikjesus | 34f27d1 | 2017-08-12 17:13:35 -0400 | [diff] [blame] | 484 | .footer-role, .footer-name, .footer-description { |
| 485 | color: #FFFFFF; |
| 486 | } |
| 487 | .footer-description { |
| 488 | color: #fff; |
| 489 | font-size: 18px; |
| 490 | } |
| 491 | .footer-role h4, .footer-links-list a { |
| 492 | color: #0080ff; |
| 493 | } |
| 494 | .footer-header h4 { |
| 495 | color: #0080ff; |
| 496 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 497 | #scrollIcon, #scrollTopIcon { |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 498 | margin-top: 4vh; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 499 | padding: 10px; |
| 500 | font-size: 1.5em; |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 501 | color: #222222; |
| 502 | border: solid 2px #222222; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 503 | border-radius: 50%; } |
| 504 | |
| 505 | #scrollTopIcon { |
| 506 | margin-top: 10px; |
| 507 | font-size: 1em; |
| 508 | color: #ffffff; |
| 509 | border-color: #ffffff; } |
| 510 | |
| 511 | .back-to-top { |
| 512 | display: none; } |
| 513 | .back-to-top.visible { |
| 514 | display: block; } |
Unknown | 423f034 | 2017-07-30 16:44:34 -0400 | [diff] [blame] | 515 | |
| 516 | /* our team section */ |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 517 | #team, #family { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 518 | background-color: #0080ff; |
Unknown | 2175d33 | 2017-08-13 19:28:40 -0400 | [diff] [blame] | 519 | /*font-weight: 700; |
| 520 | font-size: 21px; */ |
Unknown | 423f034 | 2017-07-30 16:44:34 -0400 | [diff] [blame] | 521 | } |
| 522 | .hr.invisible_hr { |
| 523 | height: 0; |
| 524 | padding: 0; |
| 525 | } |
| 526 | .hr.big_size_hr { |
| 527 | margin: 30px 0; |
| 528 | } |
| 529 | .hr { |
| 530 | clear: both; |
| 531 | display: block; |
| 532 | font-size: 0; |
| 533 | height: 24px; |
| 534 | margin: 20px 0; |
| 535 | overflow: hidden; |
| 536 | padding: 2px 0; |
| 537 | position: relative; |
| 538 | text-align: center; |
| 539 | width: 100%; |
| 540 | } |
| 541 | .highlight_secondary { |
| 542 | color: #FFFFFF; |
| 543 | } |
Henri Koivuneva | 984bf52 | 2017-08-12 14:51:57 +0300 | [diff] [blame] | 544 | .team-role, .team-name, .team-links-list a { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 545 | color: #222222; |
nilac8991 | c165503 | 2017-08-19 12:37:44 +0200 | [diff] [blame] | 546 | text-align: center; |
Henri Koivuneva | 5c411dd | 2017-08-25 22:59:59 +0300 | [diff] [blame] | 547 | white-space: normal; |
| 548 | width: 100%; |
Unknown | 4f1903e | 2017-07-30 19:40:03 -0400 | [diff] [blame] | 549 | } |
nilac8991 | c165503 | 2017-08-19 12:37:44 +0200 | [diff] [blame] | 550 | .team-name, .family-name { |
| 551 | font-size: 21px; |
| 552 | text-align: center; |
| 553 | white-space: nowrap; |
| 554 | } |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 555 | .team-links, .family-links { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 556 | padding-top: .75em; |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 557 | color: #222222; |
nilac8991 | c165503 | 2017-08-19 12:37:44 +0200 | [diff] [blame] | 558 | text-align: center; |
Henri Koivuneva | 984bf52 | 2017-08-12 14:51:57 +0300 | [diff] [blame] | 559 | } |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 560 | .team-image img, .family-image img { |
Henri Koivuneva | c5e99ce | 2017-08-12 15:59:30 +0300 | [diff] [blame] | 561 | max-width:150px; |
| 562 | max-height: 150px; |
| 563 | margin:0 auto; |
Henri Koivuneva | 4c86650 | 2017-08-12 17:14:37 +0300 | [diff] [blame] | 564 | } |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 565 | #team > .container .row > div { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 566 | min-height: 0; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 567 | padding-left: 0; |
| 568 | padding-right: 0; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 569 | /* display: flex; */ |
| 570 | /* flex-wrap: wrap; */ |
| 571 | /* justify-content: flex-start; */ |
| 572 | } |
| 573 | @media (min-width: 768px) { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 574 | #team > .container .row > div {min-height: 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 575 | #team .col-sm-4 { |
| 576 | width: 100%; |
| 577 | margin: 0; |
| 578 | } |
| 579 | } |
| 580 | @media (min-width: 992px) { |
| 581 | #team .col-md-2 { |
| 582 | width: 100%; |
| 583 | margin: 0; |
| 584 | } |
| 585 | } |
| 586 | @media (min-width: 1200px) { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 587 | #team > .container .row > div {min-height: 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 588 | } |
| 589 | @media (max-width: 700px) { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 590 | #team > .container .row > div {min-height: 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 591 | #team .col-xs-6 {width: 42%;margin:4%;} |
| 592 | } |
| 593 | @media (max-width: 500px) { |
| 594 | #team > .container .row > div {min-height: 250px;} |
| 595 | #team .col-xs-6 {width: 92%;margin:4%;} |
| 596 | } |
| 597 | #team > .container .row > .row, #team > .container {padding-left:0;padding-right: 0} |
| 598 | |
| 599 | /* Bliss family section */ |
| 600 | #family { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 601 | background-color: #222222; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 602 | } |
Unknown | 289eb7d | 2018-10-16 13:34:30 -0400 | [diff] [blame] | 603 | #family2 { |
| 604 | /* background-color: #0080ff; */ |
| 605 | } |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 606 | #family > div > div.row > div {font-size: 18px} |
| 607 | .family-role, .family-name, .family-description { |
| 608 | color: #FFFFFF; |
| 609 | } |
| 610 | .family-description { |
| 611 | color: #fff; |
| 612 | font-size: 18px; |
| 613 | } |
| 614 | .family-role h4, .family-links-list a { |
| 615 | color: #0080ff; |
| 616 | } |
| 617 | .family-header h2 { |
| 618 | color: #0080ff; |
| 619 | } |
Unknown | 289eb7d | 2018-10-16 13:34:30 -0400 | [diff] [blame] | 620 | } |
| 621 | .family2-header h2 { |
| 622 | color: #222; |
| 623 | } |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 624 | #family .about-tools { |
| 625 | font-size: 20px; |
| 626 | } |
| 627 | .family-image img { |
| 628 | max-width:150px; |
| 629 | max-height: 150px; |
| 630 | margin:0 auto; |
| 631 | } |
| 632 | .family-projects--btn { |
| 633 | background: transparent; |
Unknown | 7e529f8 | 2017-11-04 16:44:32 -0400 | [diff] [blame] | 634 | color: #0080ff; |
| 635 | border: 1px solid #0080ff; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 636 | border-radius: 5px; |
| 637 | margin-bottom: 1.25em; |
| 638 | font-weight: 700; |
| 639 | font-size: 21px; } |
| 640 | .family-projects--btn:hover { |
Unknown | 7e529f8 | 2017-11-04 16:44:32 -0400 | [diff] [blame] | 641 | background: #0080ff; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 642 | color: #ffffff; } |
| 643 | .family-projects--btn:focus, |
| 644 | .family-projects--btn:active { |
Unknown | 7e529f8 | 2017-11-04 16:44:32 -0400 | [diff] [blame] | 645 | background: #0080ff; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 646 | color: #ffffff; } |
| 647 | |
Henri Koivuneva | 3492c6c | 2017-11-23 04:45:03 +0200 | [diff] [blame] | 648 | |
| 649 | @media (min-height: 880px) { |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 650 | #scrollIcon, #scrollTopIcon {margin-top: 4vh;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 651 | } |
Henri Koivuneva | 3492c6c | 2017-11-23 04:45:03 +0200 | [diff] [blame] | 652 | @media (min-height: 900px) { |
| 653 | #scrollIcon, #scrollTopIcon {margin-top: 6vh;} |
| 654 | } |
| 655 | @media (min-height: 960px) { |
| 656 | #scrollIcon, #scrollTopIcon {margin-top: 10vh;} |
| 657 | } |
| 658 | @media (min-height: 980px) { |
| 659 | #scrollIcon, #scrollTopIcon {margin-top: 12vh;} |
| 660 | } |
| 661 | @media (min-height: 1020px) { |
| 662 | #scrollIcon, #scrollTopIcon {margin-top: 14vh;} |
| 663 | } |
| 664 | @media (min-height: 1090px) { |
| 665 | #scrollIcon, #scrollTopIcon {margin-top: 16vh;} |
| 666 | } |
| 667 | @media (max-height: 880px) { |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 668 | #scrollIcon, #scrollTopIcon {margin-top: 2vh;} |
Henri Koivuneva | 3492c6c | 2017-11-23 04:45:03 +0200 | [diff] [blame] | 669 | } |
| 670 | @media (max-height: 850px) { |
| 671 | #scrollIcon, #scrollTopIcon {margin-top: 0vh;} |
| 672 | } |
| 673 | @media (max-height: 820px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 674 | #scrollIcon, #scrollTopIcon {margin-top: -2vh;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 675 | .cover.top {padding: 7.5vh 0 12.5vh 0;} |
| 676 | } |
| 677 | @media (max-height: 750px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 678 | #scrollIcon, #scrollTopIcon {margin-top: -8vh;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 679 | } |
| 680 | @media (max-height: 720px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 681 | #scrollIcon, #scrollTopIcon {margin-top: -8vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 682 | } |
| 683 | @media (max-height: 690px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 684 | #scrollIcon, #scrollTopIcon {margin-top: -10vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 685 | .animation {margin-top:-6vh !important;} |
| 686 | } |
| 687 | @media (max-height: 670px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 688 | #scrollIcon, #scrollTopIcon {margin-top: -14vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 689 | .animation {margin-top:-7vh !important;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 690 | } |
| 691 | @media (max-height: 650px) { |
Henri Koivuneva | f259ace | 2017-11-23 04:28:03 +0200 | [diff] [blame] | 692 | #scrollIcon, #scrollTopIcon {margin-top: -14vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 693 | .animation {margin-top:-8vh !important;} |
| 694 | .cover.top {padding: 6vh 0 5vh 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 695 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 42vh;} |
| 696 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 697 | @media (max-height: 630px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 698 | #scrollIcon, #scrollTopIcon {margin-top: -19vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 699 | .animation {margin-top:-10vh !important;} |
| 700 | .cover.top {padding: 6vh 0 5vh 0;} |
| 701 | } |
| 702 | @media (max-height: 600px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 703 | #scrollIcon, #scrollTopIcon {margin-top: -20vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 704 | .animation {margin-top:-13vh !important;} |
| 705 | .cover.top {padding: 6vh 0 5vh 0;} |
| 706 | } |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 707 | @media (max-height: 600px) and (orientation:landscape) { |
| 708 | #scrollIcon, #scrollTopIcon {margin-top: -20vh;display: none;} |
| 709 | } |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 710 | @media (max-height: 550px) { |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 711 | #scrollIcon, #scrollTopIcon {display:none} |
| 712 | .cover.top {padding: 6vh 0 3vh 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 713 | .headline {padding-top:3vh;} |
| 714 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 32vh;} |
| 715 | } |
| 716 | @media (max-height: 480px) { |
| 717 | #scrollIcon, #scrollTopIcon {margin-top: 0} |
| 718 | .cover.top {padding: 3vh 0 3vh 0;} |
| 719 | .headline {padding-top:1.5vh;} |
| 720 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 32vh;} |
| 721 | } |
| 722 | @media (max-height: 320px) { |
| 723 | .cover.top {padding: 1vh 0 3vh 0;} |
| 724 | .headline {padding-top:1vh;} |
| 725 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 25vh;} |
| 726 | } |
| 727 | @media (max-width: 768px) { |
| 728 | .container-fluid {padding:30px 0 !important;} |
| 729 | .h1, .h2, .h3, h1, h2, h3 { |
| 730 | margin-top: 10px; |
| 731 | margin-bottom: 10px; |
| 732 | } |
| 733 | .lead, .about, .about-info, .about-tools, .about-last {font-size: 16px} |
| 734 | .row.cover.top .lead { |
| 735 | max-width: 350px; |
| 736 | margin-left:auto; |
| 737 | margin-right: auto |
| 738 | } |
| 739 | .h4, h4 {font-size: 20px} |
| 740 | #portfolio h2 {padding-bottom: 0} |
| 741 | #portfolio > .container {padding-right: 0;padding-left: 0} |
Henri Koivuneva | af9a0dc | 2017-11-23 04:10:52 +0200 | [diff] [blame] | 742 | .portfolio-projects--btn {margin-top:0;margin-left: 4px;margin-right: 4px} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 743 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-5.text-center.pull-right-sm > a:nth-child(4) {margin-right: 4px} |
| 744 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-5.text-center.pull-right-sm > a:nth-child(5) {margin-left: 4px} |
Henri Koivuneva | f259ace | 2017-11-23 04:28:03 +0200 | [diff] [blame] | 745 | #scrollIcon, #scrollTopIcon {font-size: 1em;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 746 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 747 | @media (max-width:480px) {.row.cover.top .lead {max-width:180px}} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 748 | @media (max-device-height: 480px) and (orientation: landscape) { |
| 749 | .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { |
| 750 | max-height: 240px; |
| 751 | } |
| 752 | .navbar-nav>li>a { |
| 753 | padding-top: 6px; |
| 754 | padding-bottom: 6px; |
| 755 | } |
| 756 | } |
| 757 | @media (max-width: 360px) { |
| 758 | .h1, h1 {font-size: 32px;} |
| 759 | .cover, .cover.bottom { |
| 760 | padding-left: 15px; |
| 761 | padding-right: 15px; |
| 762 | } |
| 763 | } |
| 764 | |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 765 | h1 { |
| 766 | color: #fff; |
| 767 | cursor: default; |
| 768 | } |
| 769 | |
| 770 | h1 span:nth-of-type(1) { |
| 771 | font-size: 1em; |
| 772 | line-height: 0.5em; |
| 773 | } |
| 774 | h1 span:nth-of-type(2) { |
| 775 | font-size: .4em; |
| 776 | font-weight: 400; |
| 777 | line-height: 3.65em; |
| 778 | color: #0080ff; |
| 779 | background-color: #282828; |
| 780 | padding: 3px 10px; |
| 781 | box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6); |
| 782 | } |
| 783 | h1 span:nth-of-type(3) { |
| 784 | font-size: 1.5em; |
| 785 | line-height: .85em; |
| 786 | } |
| 787 | |
| 788 | .space { |
| 789 | will-change: transform; |
| 790 | position: relative; |
| 791 | left:-25; |
| 792 | top:auto; |
| 793 | bottom:auto; |
| 794 | margin-top:15%; |
| 795 | margin-bottom:25%; |
| 796 | margin-left: 35%; |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 797 | margin-right: auto; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 798 | -webkit-transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.90); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 799 | -moz-transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.90); |
| 800 | -o-transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.90); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 801 | transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.90); |
| 802 | -webkit-transition: all 600ms; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 803 | -moz-transition: all 600ms; |
| 804 | -o-transition: all 600ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 805 | transition: all 600ms; |
| 806 | } |
| 807 | |
| 808 | .space-hover { |
| 809 | position: relative; |
| 810 | left:-25; |
| 811 | top:auto; |
| 812 | bottom:auto; |
| 813 | margin-top:30%; |
| 814 | margin-bottom:25%; |
| 815 | margin-left: 45%; |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 816 | margin-right: auto; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 817 | -webkit-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.90); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 818 | -moz-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.90); |
| 819 | -o-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.90); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 820 | transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.90); |
| 821 | } |
| 822 | |
| 823 | .phone-container { |
| 824 | width: 11.2em; |
| 825 | height: 23.33em; |
| 826 | position: absolute; |
| 827 | top: 0; |
| 828 | bottom: 0; |
| 829 | left: 0; |
| 830 | right: 0; |
| 831 | margin: auto; |
| 832 | -webkit-transform-style: preserve-3d; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 833 | -moz-transform-style: preserve-3d; |
| 834 | -o-transform-style: preserve-3d; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 835 | transform-style: preserve-3d; |
| 836 | -webkit-transform: translateX(-80%); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 837 | -moz-transform: translateX(-80%); |
| 838 | -o-transform: translateX(-80%); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 839 | transform: translateX(-80%); |
| 840 | border-radius: 2.0em; |
| 841 | } |
| 842 | |
| 843 | .phone-front { |
| 844 | will-change: transform; |
| 845 | width: 11.2em; |
| 846 | height: 23.33em; |
| 847 | position: absolute; |
| 848 | top: 0; |
| 849 | bottom: 0; |
| 850 | left: 0; |
| 851 | right: 0; |
| 852 | margin: auto; |
| 853 | background-image: url("../images/phone_front.svg"); |
| 854 | background-repeat: no-repeat; |
| 855 | background-position: -.53em 0; |
| 856 | background-size: 12.3em 23.36em; |
| 857 | border-radius: 2.0em; |
| 858 | box-shadow: -20px 27px 13px 10px rgba(0, 0, 0, 0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 859 | -webkit-transition: -webkit-transform 600ms, box-shadow 450ms; |
| 860 | -moz-transition: transform 600ms, box-shadow 450ms; |
| 861 | -o-transition: transform 600ms, box-shadow 450ms; |
| 862 | transition: transform 600ms, box-shadow 450ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 863 | } |
| 864 | |
| 865 | .just-phone-front { |
| 866 | will-change: transform; |
| 867 | width: 11.2em; |
| 868 | height: 23.33em; |
| 869 | position: absolute; |
| 870 | right: 0; |
| 871 | margin: auto; |
| 872 | left:-25; |
| 873 | top:0; |
| 874 | bottom:auto; |
| 875 | margin-top:10%; |
| 876 | margin-bottom:15%; |
| 877 | margin-left: 35%; |
| 878 | margin-right: auto; |
| 879 | background-image: url("../images/phone_front.svg"); |
| 880 | background-repeat: no-repeat; |
| 881 | background-position: -.53em 0; |
| 882 | background-size: 12.3em 23.36em; |
| 883 | border-radius: 2.0em; |
| 884 | box-shadow: -10px 13px 7px 5px rgba(0, 0, 0, 0.5); |
| 885 | -webkit-transform: scale(0.90); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 886 | -moz-transform: scale(0.90); |
| 887 | -o-transform: scale(0.90); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 888 | transform: scale(0.90); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 889 | -webkit-transition: -webkit-transform 600ms, box-shadow 450ms; |
| 890 | -moz-transition: transform 600ms, box-shadow 450ms; |
| 891 | -o-transition: transform 600ms, box-shadow 450ms; |
| 892 | transition: transform 600ms, box-shadow 450ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 893 | } |
| 894 | |
| 895 | .phone-front-hover { |
| 896 | box-shadow: 0 12px 13px 10px rgba(0, 0, 0, 0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 897 | -webkit-transition: -webkit-transform 600ms, box-shadow 450ms; |
| 898 | -moz-transition: transform 600ms, box-shadow 450ms; |
| 899 | -o-transition: transform 600ms, box-shadow 450ms; |
| 900 | transition: transform 600ms, box-shadow 450ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 901 | } |
| 902 | |
| 903 | .phone-screen { |
| 904 | width: 10.5em; |
| 905 | height: 19.3em; |
| 906 | position: relative; |
| 907 | left: 0; |
| 908 | right: 0; |
| 909 | top: 2.283em; |
| 910 | margin: auto; |
| 911 | background-color: #000; |
| 912 | overflow: hidden; |
| 913 | } |
| 914 | .phone-screen::before { |
| 915 | content: ""; |
| 916 | position: absolute; |
| 917 | width: 100%; |
| 918 | height: 100%; |
| 919 | box-shadow: inset 13px 0 10px -5px rgba(250, 250, 250, 0.17), inset -13px 0 10px -5px rgba(250, 250, 250, 0.17); |
| 920 | background-image: url("../images/bliss_screens.gif"); |
| 921 | background-repeat: no-repeat; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 922 | background-position: 50% 0; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 923 | background-size: cover; |
| 924 | -webkit-transform: scale(1); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 925 | -moz-transform: scale(1); |
| 926 | -o-transform: scale(1); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 927 | transform: scale(1); |
| 928 | } |
| 929 | .phone-screen::after { |
| 930 | content: ""; |
| 931 | position: absolute; |
| 932 | width: 100%; |
| 933 | height: 100%; |
| 934 | background-color: rgba(250, 250, 250, 0.1); |
| 935 | } |
| 936 | |
| 937 | .phone-side { |
| 938 | will-change: transform; |
| 939 | width: 13.33em; |
| 940 | height: 25em; |
| 941 | position: absolute; |
| 942 | top: 0; |
| 943 | bottom: 0; |
| 944 | left: 0; |
| 945 | right: 0; |
| 946 | margin: auto; |
| 947 | border-radius: 1.66em; |
| 948 | background-repeat: no-repeat; |
| 949 | background-position: 2.2em .5em; |
| 950 | background-size: 13.33em 24.73em; |
| 951 | -webkit-transform-style: preserve-3d; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 952 | -moz-transform-style: preserve-3d; |
| 953 | -o-transform-style: preserve-3d; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 954 | transform-style: preserve-3d; |
| 955 | -webkit-transform: skew(-1deg) translateX(-15.5%) translateY(1.2%) scaleX(0.95) scaleY(0.96) rotate(-1deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 956 | -moz-transform: skew(-1deg) translateX(-15.5%) translateY(1.2%) scaleX(0.95) scaleY(0.96) rotate(-1deg); |
| 957 | -o-transform: skew(-1deg) translateX(-15.5%) translateY(1.2%) scaleX(0.95) scaleY(0.96) rotate(-1deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 958 | transform: skew(-1deg) translateX(-15.5%) translateY(1.2%) scaleX(0.95) scaleY(0.96) rotate(-1deg); |
| 959 | -webkit-transition: all 350ms; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 960 | -moz-transition: all 350ms; |
| 961 | -o-transition: all 350ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 962 | transition: all 350ms; |
| 963 | } |
| 964 | |
| 965 | .phone-side-hover { |
| 966 | -webkit-transform: skew(-1deg) translateX(-13.4%) translateY(1.05%) scaleX(0.83) scaleY(0.83) rotate(-1deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 967 | -moz-transform: skew(-1deg) translateX(-13.4%) translateY(1.05%) scaleX(0.83) scaleY(0.83) rotate(-1deg); |
| 968 | -o-transform: skew(-1deg) translateX(-13.4%) translateY(1.05%) scaleX(0.83) scaleY(0.83) rotate(-1deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 969 | transform: skew(-1deg) translateX(-13.4%) translateY(1.05%) scaleX(0.83) scaleY(0.83) rotate(-1deg); |
| 970 | -webkit-transition: all 350ms; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 971 | -moz-transition: all 350ms; |
| 972 | -o-transition: all 350ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 973 | } |
| 974 | |
| 975 | @-webkit-keyframes figure-anim { |
| 976 | from { |
| 977 | border-radius: 50%; |
| 978 | -webkit-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 979 | -moz-transform: rotate(0deg) scale(1); |
| 980 | -o-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 981 | transform: rotate(0deg) scale(1); |
| 982 | } |
| 983 | to { |
| 984 | border-radius: 30%; |
| 985 | -webkit-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 986 | -moz-transform: rotate(360deg) scale(0.5); |
| 987 | -o-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 988 | transform: rotate(360deg) scale(0.5); |
| 989 | } |
| 990 | } |
| 991 | |
| 992 | @keyframes figure-anim { |
| 993 | from { |
| 994 | border-radius: 50%; |
| 995 | -webkit-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 996 | -moz-transform: rotate(0deg) scale(1); |
| 997 | -o-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 998 | transform: rotate(0deg) scale(1); |
| 999 | } |
| 1000 | to { |
| 1001 | border-radius: 30%; |
| 1002 | -webkit-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1003 | -moz-transform: rotate(360deg) scale(0.5); |
| 1004 | -o-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1005 | transform: rotate(360deg) scale(0.5); |
| 1006 | } |
| 1007 | } |
| 1008 | @-webkit-keyframes figure-container-anim { |
| 1009 | from { |
| 1010 | -webkit-transform: rotate(0deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1011 | -moz-transform: rotate(0deg); |
| 1012 | -o-transform: rotate(0deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1013 | transform: rotate(0deg); |
| 1014 | } |
| 1015 | to { |
| 1016 | -webkit-transform: rotate(360deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1017 | -moz-transform: rotate(360deg); |
| 1018 | -o-transform: rotate(360deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1019 | transform: rotate(360deg); |
| 1020 | } |
| 1021 | } |
| 1022 | @keyframes figure-container-anim { |
| 1023 | from { |
| 1024 | -webkit-transform: rotate(0deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1025 | -moz-transform: rotate(0deg); |
| 1026 | -o-transform: rotate(0deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1027 | transform: rotate(0deg); |
| 1028 | } |
| 1029 | to { |
| 1030 | -webkit-transform: rotate(360deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1031 | -moz-transform: rotate(360deg); |
| 1032 | -o-transform: rotate(360deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1033 | transform: rotate(360deg); |
| 1034 | } |
| 1035 | } |
| 1036 | |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1037 | @media (min-width: 1200px) { |
| 1038 | .pull-right-lg { |
| 1039 | float: right !important; } |
| 1040 | .pull-left-lg { |
| 1041 | float: left !important; } |
Henri Koivuneva | 9c1e243 | 2017-11-22 22:01:33 +0200 | [diff] [blame] | 1042 | .pull-left-md { |
| 1043 | float: left !important; } |
| 1044 | .container {max-width: 1170px;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1045 | .portfolio-projects .col-lg-6 {width: 100%} |
| 1046 | .navbar > .container {max-width: 1170px} |
| 1047 | } |
| 1048 | @media (min-width: 1366px) { |
| 1049 | #portfolio > .container, #about > .row {width: 90%;max-width: 1600px;margin-left:auto;margin-right: auto;} |
| 1050 | .navbar > .container {max-width: 1170px} |
| 1051 | } |
Unknown | e3cf16e | 2017-11-04 16:32:52 -0400 | [diff] [blame] | 1052 | |
| 1053 | /* The alert message box */ |
| 1054 | .alert { |
| 1055 | padding: 20px; |
| 1056 | background-color: #f44336; /* Red */ |
| 1057 | color: white; |
| 1058 | margin-bottom: 15px; |
| 1059 | } |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 1060 | .alert a {color: #fff;font-weight:bolder;padding-bottom:2px;margin-bottom:-2px;box-shadow: 0 2px} |
Henri Koivuneva | af9a0dc | 2017-11-23 04:10:52 +0200 | [diff] [blame] | 1061 | @media (max-width:768px) {.alert {width:90%;margin: 0 auto;}} |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 1062 | @media (max-width:1200px) {.alert {margin-top:3rem}} |
Unknown | e3cf16e | 2017-11-04 16:32:52 -0400 | [diff] [blame] | 1063 | /* The close button */ |
| 1064 | .closebtn { |
| 1065 | margin-left: 15px; |
| 1066 | color: white; |
| 1067 | font-weight: bold; |
| 1068 | float: right; |
| 1069 | font-size: 22px; |
| 1070 | line-height: 20px; |
| 1071 | cursor: pointer; |
| 1072 | transition: 0.3s; |
| 1073 | } |
| 1074 | |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1075 | /* The alert message box */ |
| 1076 | .alert2 { |
| 1077 | padding: 20px; |
| 1078 | background-color: #17c13f; /* green */ |
| 1079 | color: white; |
| 1080 | margin-bottom: 15px; |
| 1081 | } |
| 1082 | .alert2 a {color: #fff;font-weight:bolder;padding-bottom:2px;margin-bottom:-2px;box-shadow: 0 2px} |
| 1083 | @media (max-width:768px) {.alert {width:90%;margin: 0 auto;}} |
| 1084 | @media (max-width:1200px) {.alert {margin-top:3rem}} |
| 1085 | /* The close button */ |
| 1086 | .closebtn { |
| 1087 | margin-left: 15px; |
| 1088 | color: white; |
| 1089 | font-weight: bold; |
| 1090 | float: right; |
| 1091 | font-size: 22px; |
| 1092 | line-height: 20px; |
| 1093 | cursor: pointer; |
| 1094 | transition: 0.3s; |
| 1095 | } |
| 1096 | |
Unknown | e3cf16e | 2017-11-04 16:32:52 -0400 | [diff] [blame] | 1097 | /* When moving the mouse over the close button */ |
| 1098 | .closebtn:hover { |
| 1099 | color: black; |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1100 | } |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1101 | |
| 1102 | .vcenter { |
| 1103 | display: inline-block; |
| 1104 | position: absolute; |
| 1105 | left: 50%; |
| 1106 | top: 50%; |
| 1107 | -webkit-transform: translate(-50%, -50%); |
| 1108 | transform: translate(-50%, -50%); |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1109 | } |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1110 | |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1111 | /* Anim |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1112 | width: 378px; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1113 | height: 290px; |
| 1114 | */ |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1115 | .animation { |
| 1116 | display: inline-block; |
| 1117 | position: relative; |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1118 | width: 64rem; |
| 1119 | height: 42rem; |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1120 | margin: -2vh auto 0 auto; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1121 | vertical-align: middle; |
| 1122 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1123 | @media (max-width:720px) { |
| 1124 | .animation {margin-left:-30rem;margin-right:-30rem;} |
| 1125 | } |
| 1126 | @media (max-width:450px) { |
| 1127 | .animation {width:58rem;height:38rem;} |
| 1128 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1129 | @media (max-width:450px) { |
| 1130 | .animation {width:58rem;height:38rem;} |
| 1131 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1132 | @media (max-width:400px) { |
| 1133 | .animation {width:55rem;height:36rem;} |
| 1134 | } |
| 1135 | @media (max-width:380px) { |
| 1136 | .animation {width:50rem;height:33rem;} |
| 1137 | } |
| 1138 | @media (max-width:340px) { |
| 1139 | .animation {width:47rem;height:31rem;} |
| 1140 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1141 | @media (max-width:320px) { |
| 1142 | .animation {width:42rem;height:28rem;} |
| 1143 | } |
| 1144 | @media (max-height:650px) { |
Henri Koivuneva | 39d1e2f | 2017-11-23 04:30:54 +0200 | [diff] [blame] | 1145 | .animation {margin-top: -7vh !important;margin-bottom: 10vh !important;} |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 1146 | } |
| 1147 | @media (min-height:651px) { |
| 1148 | .animation {margin-top: -8vh !important;margin-bottom: 10vh !important;} |
| 1149 | } |
| 1150 | @media (min-height:670px) { |
| 1151 | .animation {margin-top: -6.5vh !important;margin-bottom: 10vh !important;} |
| 1152 | } |
| 1153 | @media (min-height:720px) { |
Henri Koivuneva | f259ace | 2017-11-23 04:28:03 +0200 | [diff] [blame] | 1154 | .animation {margin-top: -2vh !important;margin-bottom: 10vh !important;overflow-y:visible} |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 1155 | } |
| 1156 | @media (min-height:800px) { |
| 1157 | .animation {margin-top: 0 !important;margin-bottom: 10vh !important;overflow-y:visible} |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1158 | } |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1159 | .animation .device { |
| 1160 | position: absolute; |
| 1161 | width: 100%; |
| 1162 | height: 100%; |
| 1163 | left: 50%; |
| 1164 | top: 50%; |
| 1165 | background: #111; |
| 1166 | -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1167 | -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1168 | -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1169 | transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1170 | -moz-transform: translate(-50%, -50%); |
| 1171 | -ms-transform: translate(-50%, -50%); |
| 1172 | -webkit-transform: translate(-50%, -50%); |
| 1173 | transform: translate(-50%, -50%); |
| 1174 | } |
| 1175 | .animation .device .phone-home-button, |
| 1176 | .animation .device .tablet-home-button { |
| 1177 | position: absolute; |
| 1178 | border-radius: 50%; |
| 1179 | background: #444; |
| 1180 | opacity: 0; |
| 1181 | z-index: 1; |
| 1182 | -webkit-transition: all 0.4s ease; |
| 1183 | -moz-transition: all 0.4s ease; |
| 1184 | -ms-transition: all 0.4s ease; |
| 1185 | transition: all 0.4s ease; |
| 1186 | } |
| 1187 | .animation .device .phone-home-button { |
| 1188 | width: 16px; |
| 1189 | height: 16px; |
| 1190 | margin-top: -8px; |
| 1191 | right: 11px; |
| 1192 | top: 50%; |
| 1193 | } |
| 1194 | .animation .device .tablet-home-button { |
| 1195 | width: 12px; |
| 1196 | height: 12px; |
| 1197 | margin-left: -6px; |
| 1198 | bottom: 7px; |
| 1199 | left: 50%; |
| 1200 | } |
| 1201 | .animation .device .screen-stand { |
| 1202 | position: absolute; |
| 1203 | width: 100%; |
| 1204 | margin-left: -10px; |
| 1205 | margin-top: -1px; |
| 1206 | top: 60%; |
| 1207 | opacity: 0; |
| 1208 | z-index: 1; |
| 1209 | -webkit-transition: all 0.4s ease-out; |
| 1210 | -moz-transition: all 0.4s ease-out; |
| 1211 | -ms-transition: all 0.4s ease-out; |
| 1212 | transition: all 0.4s ease-out; |
| 1213 | } |
| 1214 | .animation .device .screen-stand .leg { |
| 1215 | position: absolute; |
| 1216 | width: 12px; |
| 1217 | height: 16px; |
| 1218 | left: 50%; |
| 1219 | top: 0; |
| 1220 | margin-left: -6px; |
| 1221 | background: #111; |
| 1222 | } |
| 1223 | .animation .device .screen-stand .foot { |
| 1224 | position: absolute; |
| 1225 | width: 120px; |
| 1226 | height: 4px; |
| 1227 | left: 50%; |
| 1228 | top: 15px; |
| 1229 | margin-left: -60px; |
| 1230 | border-top-left-radius: 2px; |
| 1231 | border-top-right-radius: 2px; |
| 1232 | background: #111; |
| 1233 | } |
| 1234 | .animation .device .display { |
| 1235 | position: relative; |
| 1236 | width: 100%; |
| 1237 | height: 100%; |
| 1238 | overflow: hidden; |
| 1239 | background: #34495e; |
| 1240 | z-index: 3; |
| 1241 | } |
| 1242 | .animation .device .display div { |
| 1243 | position: absolute; |
| 1244 | width: 100%; |
| 1245 | height: 100%; |
| 1246 | left: 100%; |
| 1247 | white-space: nowrap; |
| 1248 | -webkit-transition: all 0.4s ease; |
| 1249 | -moz-transition: all 0.4s ease; |
| 1250 | -ms-transition: all 0.4s ease; |
| 1251 | transition: all 0.4s ease; |
| 1252 | } |
| 1253 | .animation .device .display div div { |
| 1254 | position: absolute; |
| 1255 | width: 100%; |
| 1256 | left: 0; |
| 1257 | top: 50%; |
| 1258 | margin-top: -14px; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1259 | font-size: 20px; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1260 | text-align: center; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1261 | /* color: #0080ff;*/ |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1262 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1263 | @media (max-width:450px) { |
| 1264 | .animation .device .display div div {width:100%;max-width:100%;font-size:12px !important;} |
| 1265 | } |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1266 | .animation .device .display .slide1 div {margin-top:0px;} |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1267 | .animation .device .display div div em { |
| 1268 | font-weight: bold; |
| 1269 | } |
| 1270 | .animation .device .display .slide1 { |
Unknown | d5655a2 | 2018-02-25 12:18:43 -0500 | [diff] [blame] | 1271 | /* background: #000; */ |
| 1272 | background: url("https://i.imgur.com/wCp0xpe.jpg"); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1273 | background-size: cover; |
| 1274 | background-repeat: no-repeat; |
| 1275 | background-position: center center; |
| 1276 | text-shadow: 1px 1px 2px #1f1f1f, -1px -1px 2px #1f1f1f, -1px 0 2px #1f1f1f, 0 -1px 2px #1f1f1f, 1px 0 2px #1f1f1f, 0 1px 2px #1f1f1f, 1px -1px 2px #1f1f1f, -1px 1px 2px #1f1f1f, |
| 1277 | 2px 2px 2px #1f1f1f, -2px -2px 2px #1f1f1f, -2px 0 2px #1f1f1f, 0 -2px 2px #1f1f1f, 2px 0 2px #1f1f1f, 0 2px 2px #1f1f1f, 2px -2px 2px #1f1f1f, -2px 2px 2px #1f1f1f, |
| 1278 | 3px 3px 2px #1f1f1f, -3px -3px 2px #1f1f1f, -3px 0 2px #1f1f1f, 0 -3px 2px #1f1f1f, 3px 0 2px #1f1f1f, 0 3px 2px #1f1f1f, 3px -3px 2px #1f1f1f, -3px 3px 2px #1f1f1f, |
| 1279 | 4px 4px 4px #1f1f1f, -4px -4px 4px #1f1f1f, -4px 0 4px #1f1f1f, 0 -4px 4px #1f1f1f, 4px 0 4px #1f1f1f, 0 4px 4px #1f1f1f, 4px -4px 4px #1f1f1f, -4px 4px 4px #1f1f1f; |
| 1280 | color:white; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1281 | } |
| 1282 | .animation .device .display .slide2 { |
Unknown | d5655a2 | 2018-02-25 12:18:43 -0500 | [diff] [blame] | 1283 | /* background: #000; */ |
| 1284 | background: url("https://i.imgur.com/KfArkPZ.jpg"); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1285 | background-size: cover; |
| 1286 | background-repeat: no-repeat; |
| 1287 | background-position: center center; |
| 1288 | text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 0 2px #fff, 0 -1px 2px #fff, 1px 0 2px #fff, 0 1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, |
| 1289 | 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, |
| 1290 | 3px 3px 2px #fff, -3px -3px 2px #fff, -3px 0 2px #fff, 0 -3px 2px #fff, 3px 0 2px #fff, 0 3px 2px #fff, 3px -3px 2px #fff, -3px 3px 2px #fff, |
| 1291 | 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 0 4px #fff, 0 -4px 4px #fff, 4px 0 4px #fff, 0 4px 4px #fff, 4px -4px 4px #fff, -4px 4px 4px #fff; |
| 1292 | color:#0080ff; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1293 | } |
| 1294 | .animation .device .display .slide3 { |
Unknown | d5655a2 | 2018-02-25 12:18:43 -0500 | [diff] [blame] | 1295 | /* background: #000; */ |
| 1296 | background: url("https://i.imgur.com/c55mey7.jpg"); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1297 | background-size: cover; |
| 1298 | background-repeat: no-repeat; |
| 1299 | background-position: center center; |
| 1300 | text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, -1px 0 2px #000, 0 -1px 2px #000, 1px 0 2px #000, 0 1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, |
| 1301 | 2px 2px 2px #000, -2px -2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000, 2px 0 2px #000, 0 2px 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, |
| 1302 | 3px 3px 2px #000, -3px -3px 2px #000, -3px 0 2px #000, 0 -3px 2px #000, 3px 0 2px #000, 0 3px 2px #000, 3px -3px 2px #000, -3px 3px 2px #000, |
| 1303 | 4px 4px 4px #000, -4px -4px 4px #000, -4px 0 4px #000, 0 -4px 4px #000, 4px 0 4px #000, 0 4px 4px #000, 4px -4px 4px #000, -4px 4px 4px #000; |
| 1304 | color:white; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1305 | } |
| 1306 | .animation[data-animation-step="1"] .device { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1307 | width: 87%; |
| 1308 | height: 90%; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1309 | padding: 10px; |
| 1310 | border-radius: 4px; |
| 1311 | } |
| 1312 | .animation[data-animation-step="1"] .device .slide1 { |
| 1313 | left: 0%; |
| 1314 | } |
| 1315 | .animation[data-animation-step="1"] .device .screen-stand { |
| 1316 | opacity: 1; |
| 1317 | top: 100%; |
| 1318 | } |
| 1319 | .animation[data-animation-step="2"] .device { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1320 | width: 74%; |
| 1321 | height: 75%; |
| 1322 | padding: 16px; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1323 | border-radius: 10px; |
| 1324 | } |
| 1325 | .animation[data-animation-step="2"] .device .slide1 { |
| 1326 | left: -100%; |
| 1327 | } |
| 1328 | .animation[data-animation-step="2"] .device .slide2 { |
| 1329 | left: 0%; |
| 1330 | } |
| 1331 | .animation[data-animation-step="2"] .device .tablet-home-button { |
| 1332 | opacity: 1; |
| 1333 | } |
| 1334 | .animation[data-animation-step="3"] .device { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1335 | width: 27%; |
| 1336 | height: 75%; |
Henri Koivuneva | 1cdd2cd | 2017-11-23 02:12:44 +0200 | [diff] [blame] | 1337 | padding: 16px 4px; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1338 | border-radius: 6px; |
| 1339 | } |
| 1340 | .animation[data-animation-step="3"] .device .slide1, |
| 1341 | .animation[data-animation-step="3"] .device .slide2 { |
| 1342 | left: -100%; |
| 1343 | } |
| 1344 | .animation[data-animation-step="3"] .device .slide3 { |
| 1345 | left: 0%; |
| 1346 | } |
| 1347 | .animation[data-animation-step="3"] .device .phone-home-button { |
| 1348 | opacity: 1; |
| 1349 | } |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 1350 | @media (min-height:800px) { |
| 1351 | .animation[data-animation-step="1"] .device {width:87%; height:90%;} |
| 1352 | .animation[data-animation-step="2"] .device {width:80%; height:80%;} |
| 1353 | .animation[data-animation-step="3"] .device {width:28%; height:80%;} |
| 1354 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1355 | @media (max-height:720px) { |
| 1356 | .animation[data-animation-step="1"] .device {width:72%; height:75%;} |
| 1357 | .animation[data-animation-step="2"] .device {width:59%; height:60%;} |
Henri Koivuneva | 9f8af43 | 2017-11-23 05:00:30 +0200 | [diff] [blame] | 1358 | .animation[data-animation-step="3"] .device {width:22%; height:63%;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1359 | .animation .device .display div div {font-size:16px;} |
| 1360 | } |
| 1361 | @media (max-height:650px) { |
| 1362 | .animation[data-animation-step="1"] .device {width:62%; height:65%;} |
| 1363 | .animation[data-animation-step="2"] .device {width:54%; height:55%;} |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 1364 | .animation[data-animation-step="3"] .device {width:22%; height:63%;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1365 | .animation .device .display div div {font-size:15px;} |
| 1366 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1367 | @media (max-width:560px) { |
Henri Koivuneva | bd03c01 | 2017-11-23 02:20:26 +0200 | [diff] [blame] | 1368 | .animation[data-animation-step="1"] .device {margin-top:1%;width:72%; height:75%;} |
| 1369 | .animation[data-animation-step="2"] .device {margin-top:1%;width:65%; height:66%;} |
| 1370 | .animation[data-animation-step="3"] .device {margin-top:1%;width:28%; height:80%;} |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1371 | .animation .device .display div div {font-size:15px;} |
| 1372 | } |
| 1373 | @media (max-width:520px) { |
| 1374 | .animation[data-animation-step="1"] .device {margin-top:0%;width:66%; height:69%;} |
| 1375 | .animation[data-animation-step="2"] .device {margin-top:0%;width:62%; height:63%;} |
Henri Koivuneva | bd03c01 | 2017-11-23 02:20:26 +0200 | [diff] [blame] | 1376 | .animation[data-animation-step="3"] .device {margin-top:0%;width:28%; height:80%;} |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1377 | .animation .device .display div div {font-size:15px;} |
| 1378 | } |
| 1379 | @media (max-width:460px) { |
| 1380 | .animation[data-animation-step="1"] .device {margin-top:0%;width:58%; height:61%;} |
| 1381 | .animation[data-animation-step="2"] .device {margin-top:0%;width:54%; height:55%;} |
Henri Koivuneva | 0e02df6 | 2017-11-23 04:33:04 +0200 | [diff] [blame] | 1382 | .animation[data-animation-step="3"] .device {margin-top:0%;width:25%; height:72%;} |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1383 | .animation .device .display div div {font-size:15px;} |
| 1384 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1385 | @media (max-width:350px) { |
| 1386 | .animation[data-animation-step="1"] .device {margin-top:3%;width:62%; height:65%;} |
| 1387 | .animation[data-animation-step="2"] .device {margin-top:3%;width:58%; height:60%;} |
| 1388 | .animation[data-animation-step="3"] .device {margin-top:9%;width:30%; height:80%;} |
| 1389 | .animation .device .display div div {font-size:15px;} |
| 1390 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1391 | @media (max-width:320px) { |
| 1392 | .animation[data-animation-step="1"] .device {margin-top:6%;width:62%; height:65%;} |
| 1393 | .animation[data-animation-step="2"] .device {margin-top:6%;width:58%; height:60%;} |
| 1394 | .animation[data-animation-step="3"] .device {margin-top:12%;width:30%; height:80%;} |
| 1395 | .animation .device .display div div {font-size:15px;} |
| 1396 | } |
Henri Koivuneva | 9c1e243 | 2017-11-22 22:01:33 +0200 | [diff] [blame] | 1397 | |
| 1398 | /* More media queries */ |
| 1399 | @media (max-width: 430px) { |
| 1400 | h2, .h2 {font-size: 30px;} |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1401 | } |