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