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