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 | 477dbd8 | 2018-10-03 18:06:17 -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 { |
| 16 | position: fixed; |
| 17 | top: -50%; |
| 18 | left: -50%; |
| 19 | width: 200%; |
| 20 | height: 200%; |
| 21 | } |
| 22 | #bg img { |
| 23 | position: absolute; |
| 24 | top: 0; |
| 25 | left: 0; |
| 26 | right: 0; |
| 27 | bottom: 0; |
| 28 | margin: auto; |
| 29 | min-width: 50%; |
| 30 | min-height: 50%; |
| 31 | } |
| 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;*/ |
| 225 | background: url(images/web_bg_1280.png) no-repeat center center fixed; |
| 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 | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 443 | |
| 444 | .contact-social-icons p { |
| 445 | color: #0080ff; } |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 446 | .contact-social-icons > ul {padding:0;margin:0 auto;} |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 447 | .contact-social-icons ul a { |
| 448 | color: #0080ff; |
| 449 | list-style: none; } |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 450 | .contact-social-icons ul a:hover, |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 451 | .team-links-list a:hover, |
| 452 | .family-links-list a:hover { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 453 | color: #ffffff; } |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 454 | .contact-social-icons ul a:focus, |
| 455 | .contact-social-icons ul a:active, |
| 456 | .team-links-list a:focus, |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 457 | .team-links-list a:active, |
| 458 | .family-links-list a:focus, |
| 459 | .family-links-list a:active { |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 460 | color: rgba(255,255,255,0.8); } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 461 | .contact-social-icons ul a li { |
| 462 | display: inline-block; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 463 | padding: 1.25%; |
| 464 | font-size: 16px } |
Henri Koivuneva | 1623418 | 2017-08-13 03:09:43 +0300 | [diff] [blame] | 465 | @media (max-width: 1200px) { |
Henri Koivuneva | c9c6ac6 | 2017-08-13 03:12:28 +0300 | [diff] [blame] | 466 | #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] | 467 | #family > div > div.row > div.center > div:last-child {margin-bottom: 0} |
| 468 | } |
| 469 | @media (max-width: 720px) { |
| 470 | #family > div > div.row > div.center > div {margin:1.5em 4% 3em 4%;width:92%;} |
| 471 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 472 | |
| 473 | .footer { |
Henri Koivuneva | 28ce8c6 | 2017-08-13 03:01:23 +0300 | [diff] [blame] | 474 | padding-top: 1em; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 475 | bottom: 0; |
| 476 | width: 100%; |
| 477 | /* Set the fixed height of the footer here */ |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 478 | background-color: #111111; |
Unknown | f0310a8 | 2017-08-12 19:32:49 -0400 | [diff] [blame] | 479 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 480 | color: #ffffff; } |
electrikjesus | 34f27d1 | 2017-08-12 17:13:35 -0400 | [diff] [blame] | 481 | .footer-role, .footer-name, .footer-description { |
| 482 | color: #FFFFFF; |
| 483 | } |
| 484 | .footer-description { |
| 485 | color: #fff; |
| 486 | font-size: 18px; |
| 487 | } |
| 488 | .footer-role h4, .footer-links-list a { |
| 489 | color: #0080ff; |
| 490 | } |
| 491 | .footer-header h4 { |
| 492 | color: #0080ff; |
| 493 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 494 | #scrollIcon, #scrollTopIcon { |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 495 | margin-top: 4vh; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 496 | padding: 10px; |
| 497 | font-size: 1.5em; |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 498 | color: #222222; |
| 499 | border: solid 2px #222222; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 500 | border-radius: 50%; } |
| 501 | |
| 502 | #scrollTopIcon { |
| 503 | margin-top: 10px; |
| 504 | font-size: 1em; |
| 505 | color: #ffffff; |
| 506 | border-color: #ffffff; } |
| 507 | |
| 508 | .back-to-top { |
| 509 | display: none; } |
| 510 | .back-to-top.visible { |
| 511 | display: block; } |
Unknown | 423f034 | 2017-07-30 16:44:34 -0400 | [diff] [blame] | 512 | |
| 513 | /* our team section */ |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 514 | #team, #family { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 515 | background-color: #0080ff; |
Unknown | 2175d33 | 2017-08-13 19:28:40 -0400 | [diff] [blame] | 516 | /*font-weight: 700; |
| 517 | font-size: 21px; */ |
Unknown | 423f034 | 2017-07-30 16:44:34 -0400 | [diff] [blame] | 518 | } |
| 519 | .hr.invisible_hr { |
| 520 | height: 0; |
| 521 | padding: 0; |
| 522 | } |
| 523 | .hr.big_size_hr { |
| 524 | margin: 30px 0; |
| 525 | } |
| 526 | .hr { |
| 527 | clear: both; |
| 528 | display: block; |
| 529 | font-size: 0; |
| 530 | height: 24px; |
| 531 | margin: 20px 0; |
| 532 | overflow: hidden; |
| 533 | padding: 2px 0; |
| 534 | position: relative; |
| 535 | text-align: center; |
| 536 | width: 100%; |
| 537 | } |
| 538 | .highlight_secondary { |
| 539 | color: #FFFFFF; |
| 540 | } |
Henri Koivuneva | 984bf52 | 2017-08-12 14:51:57 +0300 | [diff] [blame] | 541 | .team-role, .team-name, .team-links-list a { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 542 | color: #222222; |
nilac8991 | c165503 | 2017-08-19 12:37:44 +0200 | [diff] [blame] | 543 | text-align: center; |
Henri Koivuneva | 5c411dd | 2017-08-25 22:59:59 +0300 | [diff] [blame] | 544 | white-space: normal; |
| 545 | width: 100%; |
Unknown | 4f1903e | 2017-07-30 19:40:03 -0400 | [diff] [blame] | 546 | } |
nilac8991 | c165503 | 2017-08-19 12:37:44 +0200 | [diff] [blame] | 547 | .team-name, .family-name { |
| 548 | font-size: 21px; |
| 549 | text-align: center; |
| 550 | white-space: nowrap; |
| 551 | } |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 552 | .team-links, .family-links { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 553 | padding-top: .75em; |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 554 | color: #222222; |
nilac8991 | c165503 | 2017-08-19 12:37:44 +0200 | [diff] [blame] | 555 | text-align: center; |
Henri Koivuneva | 984bf52 | 2017-08-12 14:51:57 +0300 | [diff] [blame] | 556 | } |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 557 | .team-image img, .family-image img { |
Henri Koivuneva | c5e99ce | 2017-08-12 15:59:30 +0300 | [diff] [blame] | 558 | max-width:150px; |
| 559 | max-height: 150px; |
| 560 | margin:0 auto; |
Henri Koivuneva | 4c86650 | 2017-08-12 17:14:37 +0300 | [diff] [blame] | 561 | } |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 562 | #team > .container .row > div { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 563 | min-height: 0; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 564 | padding-left: 0; |
| 565 | padding-right: 0; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 566 | /* display: flex; */ |
| 567 | /* flex-wrap: wrap; */ |
| 568 | /* justify-content: flex-start; */ |
| 569 | } |
| 570 | @media (min-width: 768px) { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 571 | #team > .container .row > div {min-height: 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 572 | #team .col-sm-4 { |
| 573 | width: 100%; |
| 574 | margin: 0; |
| 575 | } |
| 576 | } |
| 577 | @media (min-width: 992px) { |
| 578 | #team .col-md-2 { |
| 579 | width: 100%; |
| 580 | margin: 0; |
| 581 | } |
| 582 | } |
| 583 | @media (min-width: 1200px) { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 584 | #team > .container .row > div {min-height: 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 585 | } |
| 586 | @media (max-width: 700px) { |
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 | #team .col-xs-6 {width: 42%;margin:4%;} |
| 589 | } |
| 590 | @media (max-width: 500px) { |
| 591 | #team > .container .row > div {min-height: 250px;} |
| 592 | #team .col-xs-6 {width: 92%;margin:4%;} |
| 593 | } |
| 594 | #team > .container .row > .row, #team > .container {padding-left:0;padding-right: 0} |
| 595 | |
| 596 | /* Bliss family section */ |
| 597 | #family { |
Unknown | a2d5443 | 2018-10-02 09:15:22 -0400 | [diff] [blame] | 598 | background-color: #222222; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 599 | } |
Unknown | 289eb7d | 2018-10-16 13:34:30 -0400 | [diff] [blame] | 600 | #family2 { |
| 601 | /* background-color: #0080ff; */ |
| 602 | } |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 603 | #family > div > div.row > div {font-size: 18px} |
| 604 | .family-role, .family-name, .family-description { |
| 605 | color: #FFFFFF; |
| 606 | } |
| 607 | .family-description { |
| 608 | color: #fff; |
| 609 | font-size: 18px; |
| 610 | } |
| 611 | .family-role h4, .family-links-list a { |
| 612 | color: #0080ff; |
| 613 | } |
| 614 | .family-header h2 { |
| 615 | color: #0080ff; |
| 616 | } |
Unknown | 289eb7d | 2018-10-16 13:34:30 -0400 | [diff] [blame] | 617 | } |
| 618 | .family2-header h2 { |
| 619 | color: #222; |
| 620 | } |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 621 | #family .about-tools { |
| 622 | font-size: 20px; |
| 623 | } |
| 624 | .family-image img { |
| 625 | max-width:150px; |
| 626 | max-height: 150px; |
| 627 | margin:0 auto; |
| 628 | } |
| 629 | .family-projects--btn { |
| 630 | background: transparent; |
Unknown | 7e529f8 | 2017-11-04 16:44:32 -0400 | [diff] [blame] | 631 | color: #0080ff; |
| 632 | border: 1px solid #0080ff; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 633 | border-radius: 5px; |
| 634 | margin-bottom: 1.25em; |
| 635 | font-weight: 700; |
| 636 | font-size: 21px; } |
| 637 | .family-projects--btn:hover { |
Unknown | 7e529f8 | 2017-11-04 16:44:32 -0400 | [diff] [blame] | 638 | background: #0080ff; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 639 | color: #ffffff; } |
| 640 | .family-projects--btn:focus, |
| 641 | .family-projects--btn:active { |
Unknown | 7e529f8 | 2017-11-04 16:44:32 -0400 | [diff] [blame] | 642 | background: #0080ff; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 643 | color: #ffffff; } |
| 644 | |
Henri Koivuneva | 3492c6c | 2017-11-23 04:45:03 +0200 | [diff] [blame] | 645 | |
| 646 | @media (min-height: 880px) { |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 647 | #scrollIcon, #scrollTopIcon {margin-top: 4vh;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 648 | } |
Henri Koivuneva | 3492c6c | 2017-11-23 04:45:03 +0200 | [diff] [blame] | 649 | @media (min-height: 900px) { |
| 650 | #scrollIcon, #scrollTopIcon {margin-top: 6vh;} |
| 651 | } |
| 652 | @media (min-height: 960px) { |
| 653 | #scrollIcon, #scrollTopIcon {margin-top: 10vh;} |
| 654 | } |
| 655 | @media (min-height: 980px) { |
| 656 | #scrollIcon, #scrollTopIcon {margin-top: 12vh;} |
| 657 | } |
| 658 | @media (min-height: 1020px) { |
| 659 | #scrollIcon, #scrollTopIcon {margin-top: 14vh;} |
| 660 | } |
| 661 | @media (min-height: 1090px) { |
| 662 | #scrollIcon, #scrollTopIcon {margin-top: 16vh;} |
| 663 | } |
| 664 | @media (max-height: 880px) { |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 665 | #scrollIcon, #scrollTopIcon {margin-top: 2vh;} |
Henri Koivuneva | 3492c6c | 2017-11-23 04:45:03 +0200 | [diff] [blame] | 666 | } |
| 667 | @media (max-height: 850px) { |
| 668 | #scrollIcon, #scrollTopIcon {margin-top: 0vh;} |
| 669 | } |
| 670 | @media (max-height: 820px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 671 | #scrollIcon, #scrollTopIcon {margin-top: -2vh;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 672 | .cover.top {padding: 7.5vh 0 12.5vh 0;} |
| 673 | } |
| 674 | @media (max-height: 750px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 675 | #scrollIcon, #scrollTopIcon {margin-top: -8vh;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 676 | } |
| 677 | @media (max-height: 720px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 678 | #scrollIcon, #scrollTopIcon {margin-top: -8vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 679 | } |
| 680 | @media (max-height: 690px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 681 | #scrollIcon, #scrollTopIcon {margin-top: -10vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 682 | .animation {margin-top:-6vh !important;} |
| 683 | } |
| 684 | @media (max-height: 670px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 685 | #scrollIcon, #scrollTopIcon {margin-top: -14vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 686 | .animation {margin-top:-7vh !important;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 687 | } |
| 688 | @media (max-height: 650px) { |
Henri Koivuneva | f259ace | 2017-11-23 04:28:03 +0200 | [diff] [blame] | 689 | #scrollIcon, #scrollTopIcon {margin-top: -14vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 690 | .animation {margin-top:-8vh !important;} |
| 691 | .cover.top {padding: 6vh 0 5vh 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 692 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 42vh;} |
| 693 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 694 | @media (max-height: 630px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 695 | #scrollIcon, #scrollTopIcon {margin-top: -19vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 696 | .animation {margin-top:-10vh !important;} |
| 697 | .cover.top {padding: 6vh 0 5vh 0;} |
| 698 | } |
| 699 | @media (max-height: 600px) { |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 700 | #scrollIcon, #scrollTopIcon {margin-top: -20vh;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 701 | .animation {margin-top:-13vh !important;} |
| 702 | .cover.top {padding: 6vh 0 5vh 0;} |
| 703 | } |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 704 | @media (max-height: 600px) and (orientation:landscape) { |
| 705 | #scrollIcon, #scrollTopIcon {margin-top: -20vh;display: none;} |
| 706 | } |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 707 | @media (max-height: 550px) { |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 708 | #scrollIcon, #scrollTopIcon {display:none} |
| 709 | .cover.top {padding: 6vh 0 3vh 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 710 | .headline {padding-top:3vh;} |
| 711 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 32vh;} |
| 712 | } |
| 713 | @media (max-height: 480px) { |
| 714 | #scrollIcon, #scrollTopIcon {margin-top: 0} |
| 715 | .cover.top {padding: 3vh 0 3vh 0;} |
| 716 | .headline {padding-top:1.5vh;} |
| 717 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 32vh;} |
| 718 | } |
| 719 | @media (max-height: 320px) { |
| 720 | .cover.top {padding: 1vh 0 3vh 0;} |
| 721 | .headline {padding-top:1vh;} |
| 722 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 25vh;} |
| 723 | } |
| 724 | @media (max-width: 768px) { |
| 725 | .container-fluid {padding:30px 0 !important;} |
| 726 | .h1, .h2, .h3, h1, h2, h3 { |
| 727 | margin-top: 10px; |
| 728 | margin-bottom: 10px; |
| 729 | } |
| 730 | .lead, .about, .about-info, .about-tools, .about-last {font-size: 16px} |
| 731 | .row.cover.top .lead { |
| 732 | max-width: 350px; |
| 733 | margin-left:auto; |
| 734 | margin-right: auto |
| 735 | } |
| 736 | .h4, h4 {font-size: 20px} |
| 737 | #portfolio h2 {padding-bottom: 0} |
| 738 | #portfolio > .container {padding-right: 0;padding-left: 0} |
Henri Koivuneva | af9a0dc | 2017-11-23 04:10:52 +0200 | [diff] [blame] | 739 | .portfolio-projects--btn {margin-top:0;margin-left: 4px;margin-right: 4px} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 740 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-5.text-center.pull-right-sm > a:nth-child(4) {margin-right: 4px} |
| 741 | #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] | 742 | #scrollIcon, #scrollTopIcon {font-size: 1em;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 743 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 744 | @media (max-width:480px) {.row.cover.top .lead {max-width:180px}} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 745 | @media (max-device-height: 480px) and (orientation: landscape) { |
| 746 | .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { |
| 747 | max-height: 240px; |
| 748 | } |
| 749 | .navbar-nav>li>a { |
| 750 | padding-top: 6px; |
| 751 | padding-bottom: 6px; |
| 752 | } |
| 753 | } |
| 754 | @media (max-width: 360px) { |
| 755 | .h1, h1 {font-size: 32px;} |
| 756 | .cover, .cover.bottom { |
| 757 | padding-left: 15px; |
| 758 | padding-right: 15px; |
| 759 | } |
| 760 | } |
| 761 | |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 762 | h1 { |
| 763 | color: #fff; |
| 764 | cursor: default; |
| 765 | } |
| 766 | |
| 767 | h1 span:nth-of-type(1) { |
| 768 | font-size: 1em; |
| 769 | line-height: 0.5em; |
| 770 | } |
| 771 | h1 span:nth-of-type(2) { |
| 772 | font-size: .4em; |
| 773 | font-weight: 400; |
| 774 | line-height: 3.65em; |
| 775 | color: #0080ff; |
| 776 | background-color: #282828; |
| 777 | padding: 3px 10px; |
| 778 | box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6); |
| 779 | } |
| 780 | h1 span:nth-of-type(3) { |
| 781 | font-size: 1.5em; |
| 782 | line-height: .85em; |
| 783 | } |
| 784 | |
| 785 | .space { |
| 786 | will-change: transform; |
| 787 | position: relative; |
| 788 | left:-25; |
| 789 | top:auto; |
| 790 | bottom:auto; |
| 791 | margin-top:15%; |
| 792 | margin-bottom:25%; |
| 793 | margin-left: 35%; |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 794 | margin-right: auto; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 795 | -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] | 796 | -moz-transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.90); |
| 797 | -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] | 798 | transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.90); |
| 799 | -webkit-transition: all 600ms; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 800 | -moz-transition: all 600ms; |
| 801 | -o-transition: all 600ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 802 | transition: all 600ms; |
| 803 | } |
| 804 | |
| 805 | .space-hover { |
| 806 | position: relative; |
| 807 | left:-25; |
| 808 | top:auto; |
| 809 | bottom:auto; |
| 810 | margin-top:30%; |
| 811 | margin-bottom:25%; |
| 812 | margin-left: 45%; |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 813 | margin-right: auto; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 814 | -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] | 815 | -moz-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.90); |
| 816 | -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] | 817 | transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.90); |
| 818 | } |
| 819 | |
| 820 | .phone-container { |
| 821 | width: 11.2em; |
| 822 | height: 23.33em; |
| 823 | position: absolute; |
| 824 | top: 0; |
| 825 | bottom: 0; |
| 826 | left: 0; |
| 827 | right: 0; |
| 828 | margin: auto; |
| 829 | -webkit-transform-style: preserve-3d; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 830 | -moz-transform-style: preserve-3d; |
| 831 | -o-transform-style: preserve-3d; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 832 | transform-style: preserve-3d; |
| 833 | -webkit-transform: translateX(-80%); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 834 | -moz-transform: translateX(-80%); |
| 835 | -o-transform: translateX(-80%); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 836 | transform: translateX(-80%); |
| 837 | border-radius: 2.0em; |
| 838 | } |
| 839 | |
| 840 | .phone-front { |
| 841 | will-change: transform; |
| 842 | width: 11.2em; |
| 843 | height: 23.33em; |
| 844 | position: absolute; |
| 845 | top: 0; |
| 846 | bottom: 0; |
| 847 | left: 0; |
| 848 | right: 0; |
| 849 | margin: auto; |
| 850 | background-image: url("../images/phone_front.svg"); |
| 851 | background-repeat: no-repeat; |
| 852 | background-position: -.53em 0; |
| 853 | background-size: 12.3em 23.36em; |
| 854 | border-radius: 2.0em; |
| 855 | box-shadow: -20px 27px 13px 10px rgba(0, 0, 0, 0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 856 | -webkit-transition: -webkit-transform 600ms, box-shadow 450ms; |
| 857 | -moz-transition: transform 600ms, box-shadow 450ms; |
| 858 | -o-transition: transform 600ms, box-shadow 450ms; |
| 859 | transition: transform 600ms, box-shadow 450ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 860 | } |
| 861 | |
| 862 | .just-phone-front { |
| 863 | will-change: transform; |
| 864 | width: 11.2em; |
| 865 | height: 23.33em; |
| 866 | position: absolute; |
| 867 | right: 0; |
| 868 | margin: auto; |
| 869 | left:-25; |
| 870 | top:0; |
| 871 | bottom:auto; |
| 872 | margin-top:10%; |
| 873 | margin-bottom:15%; |
| 874 | margin-left: 35%; |
| 875 | margin-right: auto; |
| 876 | background-image: url("../images/phone_front.svg"); |
| 877 | background-repeat: no-repeat; |
| 878 | background-position: -.53em 0; |
| 879 | background-size: 12.3em 23.36em; |
| 880 | border-radius: 2.0em; |
| 881 | box-shadow: -10px 13px 7px 5px rgba(0, 0, 0, 0.5); |
| 882 | -webkit-transform: scale(0.90); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 883 | -moz-transform: scale(0.90); |
| 884 | -o-transform: scale(0.90); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 885 | transform: scale(0.90); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 886 | -webkit-transition: -webkit-transform 600ms, box-shadow 450ms; |
| 887 | -moz-transition: transform 600ms, box-shadow 450ms; |
| 888 | -o-transition: transform 600ms, box-shadow 450ms; |
| 889 | transition: transform 600ms, box-shadow 450ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 890 | } |
| 891 | |
| 892 | .phone-front-hover { |
| 893 | box-shadow: 0 12px 13px 10px rgba(0, 0, 0, 0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 894 | -webkit-transition: -webkit-transform 600ms, box-shadow 450ms; |
| 895 | -moz-transition: transform 600ms, box-shadow 450ms; |
| 896 | -o-transition: transform 600ms, box-shadow 450ms; |
| 897 | transition: transform 600ms, box-shadow 450ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 898 | } |
| 899 | |
| 900 | .phone-screen { |
| 901 | width: 10.5em; |
| 902 | height: 19.3em; |
| 903 | position: relative; |
| 904 | left: 0; |
| 905 | right: 0; |
| 906 | top: 2.283em; |
| 907 | margin: auto; |
| 908 | background-color: #000; |
| 909 | overflow: hidden; |
| 910 | } |
| 911 | .phone-screen::before { |
| 912 | content: ""; |
| 913 | position: absolute; |
| 914 | width: 100%; |
| 915 | height: 100%; |
| 916 | box-shadow: inset 13px 0 10px -5px rgba(250, 250, 250, 0.17), inset -13px 0 10px -5px rgba(250, 250, 250, 0.17); |
| 917 | background-image: url("../images/bliss_screens.gif"); |
| 918 | background-repeat: no-repeat; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 919 | background-position: 50% 0; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 920 | background-size: cover; |
| 921 | -webkit-transform: scale(1); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 922 | -moz-transform: scale(1); |
| 923 | -o-transform: scale(1); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 924 | transform: scale(1); |
| 925 | } |
| 926 | .phone-screen::after { |
| 927 | content: ""; |
| 928 | position: absolute; |
| 929 | width: 100%; |
| 930 | height: 100%; |
| 931 | background-color: rgba(250, 250, 250, 0.1); |
| 932 | } |
| 933 | |
| 934 | .phone-side { |
| 935 | will-change: transform; |
| 936 | width: 13.33em; |
| 937 | height: 25em; |
| 938 | position: absolute; |
| 939 | top: 0; |
| 940 | bottom: 0; |
| 941 | left: 0; |
| 942 | right: 0; |
| 943 | margin: auto; |
| 944 | border-radius: 1.66em; |
| 945 | background-repeat: no-repeat; |
| 946 | background-position: 2.2em .5em; |
| 947 | background-size: 13.33em 24.73em; |
| 948 | -webkit-transform-style: preserve-3d; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 949 | -moz-transform-style: preserve-3d; |
| 950 | -o-transform-style: preserve-3d; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 951 | transform-style: preserve-3d; |
| 952 | -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] | 953 | -moz-transform: skew(-1deg) translateX(-15.5%) translateY(1.2%) scaleX(0.95) scaleY(0.96) rotate(-1deg); |
| 954 | -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] | 955 | transform: skew(-1deg) translateX(-15.5%) translateY(1.2%) scaleX(0.95) scaleY(0.96) rotate(-1deg); |
| 956 | -webkit-transition: all 350ms; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 957 | -moz-transition: all 350ms; |
| 958 | -o-transition: all 350ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 959 | transition: all 350ms; |
| 960 | } |
| 961 | |
| 962 | .phone-side-hover { |
| 963 | -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] | 964 | -moz-transform: skew(-1deg) translateX(-13.4%) translateY(1.05%) scaleX(0.83) scaleY(0.83) rotate(-1deg); |
| 965 | -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] | 966 | transform: skew(-1deg) translateX(-13.4%) translateY(1.05%) scaleX(0.83) scaleY(0.83) rotate(-1deg); |
| 967 | -webkit-transition: all 350ms; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 968 | -moz-transition: all 350ms; |
| 969 | -o-transition: all 350ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 970 | } |
| 971 | |
| 972 | @-webkit-keyframes figure-anim { |
| 973 | from { |
| 974 | border-radius: 50%; |
| 975 | -webkit-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 976 | -moz-transform: rotate(0deg) scale(1); |
| 977 | -o-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 978 | transform: rotate(0deg) scale(1); |
| 979 | } |
| 980 | to { |
| 981 | border-radius: 30%; |
| 982 | -webkit-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 983 | -moz-transform: rotate(360deg) scale(0.5); |
| 984 | -o-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 985 | transform: rotate(360deg) scale(0.5); |
| 986 | } |
| 987 | } |
| 988 | |
| 989 | @keyframes figure-anim { |
| 990 | from { |
| 991 | border-radius: 50%; |
| 992 | -webkit-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 993 | -moz-transform: rotate(0deg) scale(1); |
| 994 | -o-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 995 | transform: rotate(0deg) scale(1); |
| 996 | } |
| 997 | to { |
| 998 | border-radius: 30%; |
| 999 | -webkit-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1000 | -moz-transform: rotate(360deg) scale(0.5); |
| 1001 | -o-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1002 | transform: rotate(360deg) scale(0.5); |
| 1003 | } |
| 1004 | } |
| 1005 | @-webkit-keyframes figure-container-anim { |
| 1006 | from { |
| 1007 | -webkit-transform: rotate(0deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1008 | -moz-transform: rotate(0deg); |
| 1009 | -o-transform: rotate(0deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1010 | transform: rotate(0deg); |
| 1011 | } |
| 1012 | to { |
| 1013 | -webkit-transform: rotate(360deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1014 | -moz-transform: rotate(360deg); |
| 1015 | -o-transform: rotate(360deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1016 | transform: rotate(360deg); |
| 1017 | } |
| 1018 | } |
| 1019 | @keyframes figure-container-anim { |
| 1020 | from { |
| 1021 | -webkit-transform: rotate(0deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1022 | -moz-transform: rotate(0deg); |
| 1023 | -o-transform: rotate(0deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1024 | transform: rotate(0deg); |
| 1025 | } |
| 1026 | to { |
| 1027 | -webkit-transform: rotate(360deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1028 | -moz-transform: rotate(360deg); |
| 1029 | -o-transform: rotate(360deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1030 | transform: rotate(360deg); |
| 1031 | } |
| 1032 | } |
| 1033 | |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1034 | @media (min-width: 1200px) { |
| 1035 | .pull-right-lg { |
| 1036 | float: right !important; } |
| 1037 | .pull-left-lg { |
| 1038 | float: left !important; } |
Henri Koivuneva | 9c1e243 | 2017-11-22 22:01:33 +0200 | [diff] [blame] | 1039 | .pull-left-md { |
| 1040 | float: left !important; } |
| 1041 | .container {max-width: 1170px;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 1042 | .portfolio-projects .col-lg-6 {width: 100%} |
| 1043 | .navbar > .container {max-width: 1170px} |
| 1044 | } |
| 1045 | @media (min-width: 1366px) { |
| 1046 | #portfolio > .container, #about > .row {width: 90%;max-width: 1600px;margin-left:auto;margin-right: auto;} |
| 1047 | .navbar > .container {max-width: 1170px} |
| 1048 | } |
Unknown | e3cf16e | 2017-11-04 16:32:52 -0400 | [diff] [blame] | 1049 | |
| 1050 | /* The alert message box */ |
| 1051 | .alert { |
| 1052 | padding: 20px; |
| 1053 | background-color: #f44336; /* Red */ |
| 1054 | color: white; |
| 1055 | margin-bottom: 15px; |
| 1056 | } |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 1057 | .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] | 1058 | @media (max-width:768px) {.alert {width:90%;margin: 0 auto;}} |
Henri Koivuneva | c250353 | 2017-11-23 04:00:26 +0200 | [diff] [blame] | 1059 | @media (max-width:1200px) {.alert {margin-top:3rem}} |
Unknown | e3cf16e | 2017-11-04 16:32:52 -0400 | [diff] [blame] | 1060 | /* The close button */ |
| 1061 | .closebtn { |
| 1062 | margin-left: 15px; |
| 1063 | color: white; |
| 1064 | font-weight: bold; |
| 1065 | float: right; |
| 1066 | font-size: 22px; |
| 1067 | line-height: 20px; |
| 1068 | cursor: pointer; |
| 1069 | transition: 0.3s; |
| 1070 | } |
| 1071 | |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1072 | /* The alert message box */ |
| 1073 | .alert2 { |
| 1074 | padding: 20px; |
| 1075 | background-color: #17c13f; /* green */ |
| 1076 | color: white; |
| 1077 | margin-bottom: 15px; |
| 1078 | } |
| 1079 | .alert2 a {color: #fff;font-weight:bolder;padding-bottom:2px;margin-bottom:-2px;box-shadow: 0 2px} |
| 1080 | @media (max-width:768px) {.alert {width:90%;margin: 0 auto;}} |
| 1081 | @media (max-width:1200px) {.alert {margin-top:3rem}} |
| 1082 | /* The close button */ |
| 1083 | .closebtn { |
| 1084 | margin-left: 15px; |
| 1085 | color: white; |
| 1086 | font-weight: bold; |
| 1087 | float: right; |
| 1088 | font-size: 22px; |
| 1089 | line-height: 20px; |
| 1090 | cursor: pointer; |
| 1091 | transition: 0.3s; |
| 1092 | } |
| 1093 | |
Unknown | e3cf16e | 2017-11-04 16:32:52 -0400 | [diff] [blame] | 1094 | /* When moving the mouse over the close button */ |
| 1095 | .closebtn:hover { |
| 1096 | color: black; |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1097 | } |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1098 | |
| 1099 | .vcenter { |
| 1100 | display: inline-block; |
| 1101 | position: absolute; |
| 1102 | left: 50%; |
| 1103 | top: 50%; |
| 1104 | -webkit-transform: translate(-50%, -50%); |
| 1105 | transform: translate(-50%, -50%); |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1106 | } |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1107 | |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1108 | /* Anim |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1109 | width: 378px; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1110 | height: 290px; |
| 1111 | */ |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1112 | .animation { |
| 1113 | display: inline-block; |
| 1114 | position: relative; |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1115 | width: 64rem; |
| 1116 | height: 42rem; |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1117 | margin: -2vh auto 0 auto; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1118 | vertical-align: middle; |
| 1119 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1120 | @media (max-width:720px) { |
| 1121 | .animation {margin-left:-30rem;margin-right:-30rem;} |
| 1122 | } |
| 1123 | @media (max-width:450px) { |
| 1124 | .animation {width:58rem;height:38rem;} |
| 1125 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1126 | @media (max-width:450px) { |
| 1127 | .animation {width:58rem;height:38rem;} |
| 1128 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1129 | @media (max-width:400px) { |
| 1130 | .animation {width:55rem;height:36rem;} |
| 1131 | } |
| 1132 | @media (max-width:380px) { |
| 1133 | .animation {width:50rem;height:33rem;} |
| 1134 | } |
| 1135 | @media (max-width:340px) { |
| 1136 | .animation {width:47rem;height:31rem;} |
| 1137 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1138 | @media (max-width:320px) { |
| 1139 | .animation {width:42rem;height:28rem;} |
| 1140 | } |
| 1141 | @media (max-height:650px) { |
Henri Koivuneva | 39d1e2f | 2017-11-23 04:30:54 +0200 | [diff] [blame] | 1142 | .animation {margin-top: -7vh !important;margin-bottom: 10vh !important;} |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 1143 | } |
| 1144 | @media (min-height:651px) { |
| 1145 | .animation {margin-top: -8vh !important;margin-bottom: 10vh !important;} |
| 1146 | } |
| 1147 | @media (min-height:670px) { |
| 1148 | .animation {margin-top: -6.5vh !important;margin-bottom: 10vh !important;} |
| 1149 | } |
| 1150 | @media (min-height:720px) { |
Henri Koivuneva | f259ace | 2017-11-23 04:28:03 +0200 | [diff] [blame] | 1151 | .animation {margin-top: -2vh !important;margin-bottom: 10vh !important;overflow-y:visible} |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 1152 | } |
| 1153 | @media (min-height:800px) { |
| 1154 | .animation {margin-top: 0 !important;margin-bottom: 10vh !important;overflow-y:visible} |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1155 | } |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1156 | .animation .device { |
| 1157 | position: absolute; |
| 1158 | width: 100%; |
| 1159 | height: 100%; |
| 1160 | left: 50%; |
| 1161 | top: 50%; |
| 1162 | background: #111; |
| 1163 | -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1164 | -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1165 | -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1166 | transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1167 | -moz-transform: translate(-50%, -50%); |
| 1168 | -ms-transform: translate(-50%, -50%); |
| 1169 | -webkit-transform: translate(-50%, -50%); |
| 1170 | transform: translate(-50%, -50%); |
| 1171 | } |
| 1172 | .animation .device .phone-home-button, |
| 1173 | .animation .device .tablet-home-button { |
| 1174 | position: absolute; |
| 1175 | border-radius: 50%; |
| 1176 | background: #444; |
| 1177 | opacity: 0; |
| 1178 | z-index: 1; |
| 1179 | -webkit-transition: all 0.4s ease; |
| 1180 | -moz-transition: all 0.4s ease; |
| 1181 | -ms-transition: all 0.4s ease; |
| 1182 | transition: all 0.4s ease; |
| 1183 | } |
| 1184 | .animation .device .phone-home-button { |
| 1185 | width: 16px; |
| 1186 | height: 16px; |
| 1187 | margin-top: -8px; |
| 1188 | right: 11px; |
| 1189 | top: 50%; |
| 1190 | } |
| 1191 | .animation .device .tablet-home-button { |
| 1192 | width: 12px; |
| 1193 | height: 12px; |
| 1194 | margin-left: -6px; |
| 1195 | bottom: 7px; |
| 1196 | left: 50%; |
| 1197 | } |
| 1198 | .animation .device .screen-stand { |
| 1199 | position: absolute; |
| 1200 | width: 100%; |
| 1201 | margin-left: -10px; |
| 1202 | margin-top: -1px; |
| 1203 | top: 60%; |
| 1204 | opacity: 0; |
| 1205 | z-index: 1; |
| 1206 | -webkit-transition: all 0.4s ease-out; |
| 1207 | -moz-transition: all 0.4s ease-out; |
| 1208 | -ms-transition: all 0.4s ease-out; |
| 1209 | transition: all 0.4s ease-out; |
| 1210 | } |
| 1211 | .animation .device .screen-stand .leg { |
| 1212 | position: absolute; |
| 1213 | width: 12px; |
| 1214 | height: 16px; |
| 1215 | left: 50%; |
| 1216 | top: 0; |
| 1217 | margin-left: -6px; |
| 1218 | background: #111; |
| 1219 | } |
| 1220 | .animation .device .screen-stand .foot { |
| 1221 | position: absolute; |
| 1222 | width: 120px; |
| 1223 | height: 4px; |
| 1224 | left: 50%; |
| 1225 | top: 15px; |
| 1226 | margin-left: -60px; |
| 1227 | border-top-left-radius: 2px; |
| 1228 | border-top-right-radius: 2px; |
| 1229 | background: #111; |
| 1230 | } |
| 1231 | .animation .device .display { |
| 1232 | position: relative; |
| 1233 | width: 100%; |
| 1234 | height: 100%; |
| 1235 | overflow: hidden; |
| 1236 | background: #34495e; |
| 1237 | z-index: 3; |
| 1238 | } |
| 1239 | .animation .device .display div { |
| 1240 | position: absolute; |
| 1241 | width: 100%; |
| 1242 | height: 100%; |
| 1243 | left: 100%; |
| 1244 | white-space: nowrap; |
| 1245 | -webkit-transition: all 0.4s ease; |
| 1246 | -moz-transition: all 0.4s ease; |
| 1247 | -ms-transition: all 0.4s ease; |
| 1248 | transition: all 0.4s ease; |
| 1249 | } |
| 1250 | .animation .device .display div div { |
| 1251 | position: absolute; |
| 1252 | width: 100%; |
| 1253 | left: 0; |
| 1254 | top: 50%; |
| 1255 | margin-top: -14px; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1256 | font-size: 20px; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1257 | text-align: center; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1258 | /* color: #0080ff;*/ |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1259 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1260 | @media (max-width:450px) { |
| 1261 | .animation .device .display div div {width:100%;max-width:100%;font-size:12px !important;} |
| 1262 | } |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1263 | .animation .device .display .slide1 div {margin-top:0px;} |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1264 | .animation .device .display div div em { |
| 1265 | font-weight: bold; |
| 1266 | } |
| 1267 | .animation .device .display .slide1 { |
Unknown | d5655a2 | 2018-02-25 12:18:43 -0500 | [diff] [blame] | 1268 | /* background: #000; */ |
| 1269 | background: url("https://i.imgur.com/wCp0xpe.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 #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, |
| 1274 | 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, |
| 1275 | 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, |
| 1276 | 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; |
| 1277 | color:white; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1278 | } |
| 1279 | .animation .device .display .slide2 { |
Unknown | d5655a2 | 2018-02-25 12:18:43 -0500 | [diff] [blame] | 1280 | /* background: #000; */ |
| 1281 | background: url("https://i.imgur.com/KfArkPZ.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 #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, |
| 1286 | 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, |
| 1287 | 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, |
| 1288 | 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; |
| 1289 | color:#0080ff; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1290 | } |
| 1291 | .animation .device .display .slide3 { |
Unknown | d5655a2 | 2018-02-25 12:18:43 -0500 | [diff] [blame] | 1292 | /* background: #000; */ |
| 1293 | background: url("https://i.imgur.com/c55mey7.jpg"); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1294 | background-size: cover; |
| 1295 | background-repeat: no-repeat; |
| 1296 | background-position: center center; |
| 1297 | 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, |
| 1298 | 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, |
| 1299 | 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, |
| 1300 | 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; |
| 1301 | color:white; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1302 | } |
| 1303 | .animation[data-animation-step="1"] .device { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1304 | width: 87%; |
| 1305 | height: 90%; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1306 | padding: 10px; |
| 1307 | border-radius: 4px; |
| 1308 | } |
| 1309 | .animation[data-animation-step="1"] .device .slide1 { |
| 1310 | left: 0%; |
| 1311 | } |
| 1312 | .animation[data-animation-step="1"] .device .screen-stand { |
| 1313 | opacity: 1; |
| 1314 | top: 100%; |
| 1315 | } |
| 1316 | .animation[data-animation-step="2"] .device { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1317 | width: 74%; |
| 1318 | height: 75%; |
| 1319 | padding: 16px; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1320 | border-radius: 10px; |
| 1321 | } |
| 1322 | .animation[data-animation-step="2"] .device .slide1 { |
| 1323 | left: -100%; |
| 1324 | } |
| 1325 | .animation[data-animation-step="2"] .device .slide2 { |
| 1326 | left: 0%; |
| 1327 | } |
| 1328 | .animation[data-animation-step="2"] .device .tablet-home-button { |
| 1329 | opacity: 1; |
| 1330 | } |
| 1331 | .animation[data-animation-step="3"] .device { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1332 | width: 27%; |
| 1333 | height: 75%; |
Henri Koivuneva | 1cdd2cd | 2017-11-23 02:12:44 +0200 | [diff] [blame] | 1334 | padding: 16px 4px; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1335 | border-radius: 6px; |
| 1336 | } |
| 1337 | .animation[data-animation-step="3"] .device .slide1, |
| 1338 | .animation[data-animation-step="3"] .device .slide2 { |
| 1339 | left: -100%; |
| 1340 | } |
| 1341 | .animation[data-animation-step="3"] .device .slide3 { |
| 1342 | left: 0%; |
| 1343 | } |
| 1344 | .animation[data-animation-step="3"] .device .phone-home-button { |
| 1345 | opacity: 1; |
| 1346 | } |
Henri Koivuneva | 6f33f84 | 2017-11-23 03:27:31 +0200 | [diff] [blame] | 1347 | @media (min-height:800px) { |
| 1348 | .animation[data-animation-step="1"] .device {width:87%; height:90%;} |
| 1349 | .animation[data-animation-step="2"] .device {width:80%; height:80%;} |
| 1350 | .animation[data-animation-step="3"] .device {width:28%; height:80%;} |
| 1351 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1352 | @media (max-height:720px) { |
| 1353 | .animation[data-animation-step="1"] .device {width:72%; height:75%;} |
| 1354 | .animation[data-animation-step="2"] .device {width:59%; height:60%;} |
Henri Koivuneva | 9f8af43 | 2017-11-23 05:00:30 +0200 | [diff] [blame] | 1355 | .animation[data-animation-step="3"] .device {width:22%; height:63%;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1356 | .animation .device .display div div {font-size:16px;} |
| 1357 | } |
| 1358 | @media (max-height:650px) { |
| 1359 | .animation[data-animation-step="1"] .device {width:62%; height:65%;} |
| 1360 | .animation[data-animation-step="2"] .device {width:54%; height:55%;} |
Henri Koivuneva | d27df02 | 2017-11-23 05:12:58 +0200 | [diff] [blame] | 1361 | .animation[data-animation-step="3"] .device {width:22%; height:63%;} |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1362 | .animation .device .display div div {font-size:15px;} |
| 1363 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1364 | @media (max-width:560px) { |
Henri Koivuneva | bd03c01 | 2017-11-23 02:20:26 +0200 | [diff] [blame] | 1365 | .animation[data-animation-step="1"] .device {margin-top:1%;width:72%; height:75%;} |
| 1366 | .animation[data-animation-step="2"] .device {margin-top:1%;width:65%; height:66%;} |
| 1367 | .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] | 1368 | .animation .device .display div div {font-size:15px;} |
| 1369 | } |
| 1370 | @media (max-width:520px) { |
| 1371 | .animation[data-animation-step="1"] .device {margin-top:0%;width:66%; height:69%;} |
| 1372 | .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] | 1373 | .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] | 1374 | .animation .device .display div div {font-size:15px;} |
| 1375 | } |
| 1376 | @media (max-width:460px) { |
| 1377 | .animation[data-animation-step="1"] .device {margin-top:0%;width:58%; height:61%;} |
| 1378 | .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] | 1379 | .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] | 1380 | .animation .device .display div div {font-size:15px;} |
| 1381 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1382 | @media (max-width:350px) { |
| 1383 | .animation[data-animation-step="1"] .device {margin-top:3%;width:62%; height:65%;} |
| 1384 | .animation[data-animation-step="2"] .device {margin-top:3%;width:58%; height:60%;} |
| 1385 | .animation[data-animation-step="3"] .device {margin-top:9%;width:30%; height:80%;} |
| 1386 | .animation .device .display div div {font-size:15px;} |
| 1387 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame] | 1388 | @media (max-width:320px) { |
| 1389 | .animation[data-animation-step="1"] .device {margin-top:6%;width:62%; height:65%;} |
| 1390 | .animation[data-animation-step="2"] .device {margin-top:6%;width:58%; height:60%;} |
| 1391 | .animation[data-animation-step="3"] .device {margin-top:12%;width:30%; height:80%;} |
| 1392 | .animation .device .display div div {font-size:15px;} |
| 1393 | } |
Henri Koivuneva | 9c1e243 | 2017-11-22 22:01:33 +0200 | [diff] [blame] | 1394 | |
| 1395 | /* More media queries */ |
| 1396 | @media (max-width: 430px) { |
| 1397 | h2, .h2 {font-size: 30px;} |
Unknown | b60d942 | 2017-11-27 19:40:08 -0500 | [diff] [blame] | 1398 | } |