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; } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame^] | 280 | @media (max-width:650px) { |
| 281 | .portfolio-projects--btn {font-size:16px;} |
| 282 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 283 | .portfolio-projects--image { |
| 284 | margin-bottom: 1.875em; |
| 285 | padding-top: 5%; } |
| 286 | |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 287 | .about-tools ul li, .contact-social-icons ul a li { |
| 288 | text-align: center; } |
| 289 | |
| 290 | .centered { |
| 291 | float: none; |
| 292 | margin-left: auto; |
| 293 | margin-right: auto; } |
| 294 | |
| 295 | |
| 296 | .vcenter { |
| 297 | display: inline-block; |
| 298 | vertical-align: middle; |
| 299 | float: none; } |
| 300 | |
| 301 | .break { |
| 302 | clear: both; |
| 303 | margin-top: 10px; } |
| 304 | |
| 305 | @media (min-width: 360px) { |
Henri Koivuneva | 5c411dd | 2017-08-25 22:59:59 +0300 | [diff] [blame] | 306 | #team > .container .row > div {width: 100%;margin: 0;} |
| 307 | } |
| 308 | |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 309 | @media (min-width: 768px) { |
| 310 | .pull-right-sm { |
| 311 | float: right !important; } |
| 312 | .pull-left-sm { |
| 313 | float: left !important; } |
| 314 | .container {width: 768px} |
| 315 | .navbar-right {margin-right: 0;} |
| 316 | .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left: 0;padding-left: 15px} |
| 317 | } |
| 318 | @media (min-width: 992px) { |
| 319 | .pull-right-md { |
| 320 | float: right !important; } |
| 321 | .pull-left-md { |
| 322 | float: left !important; } |
| 323 | .container {width: 94%;} |
| 324 | } |
| 325 | @media (min-width: 1200px) { |
| 326 | .pull-right-lg { |
| 327 | float: right !important; } |
| 328 | .pull-left-lg { |
| 329 | float: left !important; } |
| 330 | .container {width: 1170px;} |
| 331 | .portfolio-projects .col-lg-6 {width: 100%} |
| 332 | .navbar > .container {max-width: 1170px} |
| 333 | } |
| 334 | @media (min-width: 1366px) { |
| 335 | #portfolio > .container, #about > .row {width: 90%;max-width: 1600px;margin-left:auto;margin-right: auto;} |
| 336 | .navbar > .container {max-width: 1170px} |
| 337 | } |
| 338 | |
| 339 | @media (min-width: 768px) { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 340 | .portfolio-projects { |
| 341 | margin-top: 0.625em; } } |
| 342 | .portfolio-projects--title { |
| 343 | margin-top: 0.9375em; |
| 344 | font-size: 20px; } |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 345 | @media (min-width: 768px) { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 346 | .portfolio-projects--title { |
| 347 | margin-top: 0; |
| 348 | font-size: 21px; } |
| 349 | .portfolio-projects--desc { |
| 350 | margin-top: 30px; |
| 351 | margin-bottom: 30px; |
| 352 | font-size: 16px; } |
| 353 | .portfolio-projects--btn {font-size: 14px;margin:0 4px 16px 4px;} |
| 354 | #portfolio > div > div > div:nth-child(1) > div > div.col-sm-5.text-center, |
| 355 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-7.text-center.pull-right-sm {padding-left:0;} |
| 356 | #portfolio > div > div > div:nth-child(1) > div > div.col-sm-7.text-center, |
| 357 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-5.text-center.pull-right-sm {padding-right: 0;} } |
| 358 | @media screen and (min-width: 992px) { |
| 359 | .portfolio-projects--title { |
| 360 | margin-top: 15%; |
| 361 | font-size: 30px; } |
| 362 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-5.text-center.pull-right-sm > a:nth-child(4) {margin-left:-8px;} |
| 363 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-5.text-center.pull-right-sm > a:nth-child(5) {margin-right:-8px;} } |
| 364 | @media screen and (min-width: 1080px) { |
| 365 | .portfolio-projects--title { |
| 366 | margin-top: 24%; |
| 367 | font-size: 21px; } |
| 368 | } |
| 369 | @media screen and (min-width: 1200px) { |
| 370 | .portfolio-projects--title { |
| 371 | margin-top: 24%; |
| 372 | font-size: 24px; } |
| 373 | .portfolio-projects--desc { |
| 374 | margin-top: 30px; |
| 375 | margin-bottom: 30px; |
| 376 | font-size: 18px; } |
| 377 | .portfolio-projects .col-lg-6 + .col-lg-6 + .col-lg-6 {margin-top:40px} |
| 378 | .portfolio-projects--btn {font-size: 18px;margin:0 8px;} } |
| 379 | @media screen and (min-width: 1366px) { |
| 380 | .portfolio-projects--title {margin-top:28%;} |
| 381 | } |
| 382 | @media (min-width: 1500px) { |
| 383 | .portfolio-projects--title {font-size: 28px;margin-top:31%;} |
| 384 | .portfolio-projects--btn {font-size: 21px} |
| 385 | } |
| 386 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 387 | #contact { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 388 | background-color: #07374a; |
| 389 | padding-left: 15px; |
| 390 | padding-right: 15px } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 391 | #contact h2 { |
| 392 | color: #0080ff; } |
| 393 | |
| 394 | .contact-social-icons p { |
| 395 | color: #0080ff; } |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 396 | .contact-social-icons > ul {padding:0;margin:0 auto;} |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 397 | .contact-social-icons ul a { |
| 398 | color: #0080ff; |
| 399 | list-style: none; } |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 400 | .contact-social-icons ul a:hover, |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 401 | .team-links-list a:hover, |
| 402 | .family-links-list a:hover { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 403 | color: #ffffff; } |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 404 | .contact-social-icons ul a:focus, |
| 405 | .contact-social-icons ul a:active, |
| 406 | .team-links-list a:focus, |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 407 | .team-links-list a:active, |
| 408 | .family-links-list a:focus, |
| 409 | .family-links-list a:active { |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 410 | color: rgba(255,255,255,0.8); } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 411 | .contact-social-icons ul a li { |
| 412 | display: inline-block; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 413 | padding: 1.25%; |
| 414 | font-size: 16px } |
Henri Koivuneva | 1623418 | 2017-08-13 03:09:43 +0300 | [diff] [blame] | 415 | @media (max-width: 1200px) { |
Henri Koivuneva | c9c6ac6 | 2017-08-13 03:12:28 +0300 | [diff] [blame] | 416 | #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] | 417 | #family > div > div.row > div.center > div:last-child {margin-bottom: 0} |
| 418 | } |
| 419 | @media (max-width: 720px) { |
| 420 | #family > div > div.row > div.center > div {margin:1.5em 4% 3em 4%;width:92%;} |
| 421 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 422 | |
| 423 | .footer { |
Henri Koivuneva | 28ce8c6 | 2017-08-13 03:01:23 +0300 | [diff] [blame] | 424 | padding-top: 1em; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 425 | bottom: 0; |
| 426 | width: 100%; |
| 427 | /* Set the fixed height of the footer here */ |
Unknown | f0310a8 | 2017-08-12 19:32:49 -0400 | [diff] [blame] | 428 | background-color: #052a38; |
| 429 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 430 | color: #ffffff; } |
electrikjesus | 34f27d1 | 2017-08-12 17:13:35 -0400 | [diff] [blame] | 431 | .footer-role, .footer-name, .footer-description { |
| 432 | color: #FFFFFF; |
| 433 | } |
| 434 | .footer-description { |
| 435 | color: #fff; |
| 436 | font-size: 18px; |
| 437 | } |
| 438 | .footer-role h4, .footer-links-list a { |
| 439 | color: #0080ff; |
| 440 | } |
| 441 | .footer-header h4 { |
| 442 | color: #0080ff; |
| 443 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 444 | #scrollIcon, #scrollTopIcon { |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 445 | margin-top: 10vh; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 446 | padding: 10px; |
| 447 | font-size: 1.5em; |
| 448 | color: #07374a; |
| 449 | border: solid 2px #07374a; |
| 450 | border-radius: 50%; } |
| 451 | |
| 452 | #scrollTopIcon { |
| 453 | margin-top: 10px; |
| 454 | font-size: 1em; |
| 455 | color: #ffffff; |
| 456 | border-color: #ffffff; } |
| 457 | |
| 458 | .back-to-top { |
| 459 | display: none; } |
| 460 | .back-to-top.visible { |
| 461 | display: block; } |
Unknown | 423f034 | 2017-07-30 16:44:34 -0400 | [diff] [blame] | 462 | |
| 463 | /* our team section */ |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 464 | #team, #family { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 465 | background-color: #0080ff; |
Unknown | 2175d33 | 2017-08-13 19:28:40 -0400 | [diff] [blame] | 466 | /*font-weight: 700; |
| 467 | font-size: 21px; */ |
Unknown | 423f034 | 2017-07-30 16:44:34 -0400 | [diff] [blame] | 468 | } |
| 469 | .hr.invisible_hr { |
| 470 | height: 0; |
| 471 | padding: 0; |
| 472 | } |
| 473 | .hr.big_size_hr { |
| 474 | margin: 30px 0; |
| 475 | } |
| 476 | .hr { |
| 477 | clear: both; |
| 478 | display: block; |
| 479 | font-size: 0; |
| 480 | height: 24px; |
| 481 | margin: 20px 0; |
| 482 | overflow: hidden; |
| 483 | padding: 2px 0; |
| 484 | position: relative; |
| 485 | text-align: center; |
| 486 | width: 100%; |
| 487 | } |
| 488 | .highlight_secondary { |
| 489 | color: #FFFFFF; |
| 490 | } |
Henri Koivuneva | 984bf52 | 2017-08-12 14:51:57 +0300 | [diff] [blame] | 491 | .team-role, .team-name, .team-links-list a { |
Unknown | 423f034 | 2017-07-30 16:44:34 -0400 | [diff] [blame] | 492 | color: #07374a; |
nilac8991 | c165503 | 2017-08-19 12:37:44 +0200 | [diff] [blame] | 493 | text-align: center; |
Henri Koivuneva | 5c411dd | 2017-08-25 22:59:59 +0300 | [diff] [blame] | 494 | white-space: normal; |
| 495 | width: 100%; |
Unknown | 4f1903e | 2017-07-30 19:40:03 -0400 | [diff] [blame] | 496 | } |
nilac8991 | c165503 | 2017-08-19 12:37:44 +0200 | [diff] [blame] | 497 | .team-name, .family-name { |
| 498 | font-size: 21px; |
| 499 | text-align: center; |
| 500 | white-space: nowrap; |
| 501 | } |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 502 | .team-links, .family-links { |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 503 | padding-top: .75em; |
Unknown | 2175d33 | 2017-08-13 19:28:40 -0400 | [diff] [blame] | 504 | color: #07374a; |
nilac8991 | c165503 | 2017-08-19 12:37:44 +0200 | [diff] [blame] | 505 | text-align: center; |
Henri Koivuneva | 984bf52 | 2017-08-12 14:51:57 +0300 | [diff] [blame] | 506 | } |
Henri Koivuneva | bef78a6 | 2017-08-12 22:32:07 +0300 | [diff] [blame] | 507 | .team-image img, .family-image img { |
Henri Koivuneva | c5e99ce | 2017-08-12 15:59:30 +0300 | [diff] [blame] | 508 | max-width:150px; |
| 509 | max-height: 150px; |
| 510 | margin:0 auto; |
Henri Koivuneva | 4c86650 | 2017-08-12 17:14:37 +0300 | [diff] [blame] | 511 | } |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 512 | #team > .container .row > div { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 513 | min-height: 0; |
Henri Koivuneva | 5e8fc3b | 2017-08-13 01:59:45 +0300 | [diff] [blame] | 514 | padding-left: 0; |
| 515 | padding-right: 0; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 516 | /* display: flex; */ |
| 517 | /* flex-wrap: wrap; */ |
| 518 | /* justify-content: flex-start; */ |
| 519 | } |
| 520 | @media (min-width: 768px) { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 521 | #team > .container .row > div {min-height: 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 522 | #team .col-sm-4 { |
| 523 | width: 100%; |
| 524 | margin: 0; |
| 525 | } |
| 526 | } |
| 527 | @media (min-width: 992px) { |
| 528 | #team .col-md-2 { |
| 529 | width: 100%; |
| 530 | margin: 0; |
| 531 | } |
| 532 | } |
| 533 | @media (min-width: 1200px) { |
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 | } |
| 536 | @media (max-width: 700px) { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 537 | #team > .container .row > div {min-height: 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 538 | #team .col-xs-6 {width: 42%;margin:4%;} |
| 539 | } |
| 540 | @media (max-width: 500px) { |
| 541 | #team > .container .row > div {min-height: 250px;} |
| 542 | #team .col-xs-6 {width: 92%;margin:4%;} |
| 543 | } |
| 544 | #team > .container .row > .row, #team > .container {padding-left:0;padding-right: 0} |
| 545 | |
| 546 | /* Bliss family section */ |
| 547 | #family { |
| 548 | background-color: #07374a; |
| 549 | } |
| 550 | #family > div > div.row > div {font-size: 18px} |
| 551 | .family-role, .family-name, .family-description { |
| 552 | color: #FFFFFF; |
| 553 | } |
| 554 | .family-description { |
| 555 | color: #fff; |
| 556 | font-size: 18px; |
| 557 | } |
| 558 | .family-role h4, .family-links-list a { |
| 559 | color: #0080ff; |
| 560 | } |
| 561 | .family-header h2 { |
| 562 | color: #0080ff; |
| 563 | } |
| 564 | #family .about-tools { |
| 565 | font-size: 20px; |
| 566 | } |
| 567 | .family-image img { |
| 568 | max-width:150px; |
| 569 | max-height: 150px; |
| 570 | margin:0 auto; |
| 571 | } |
| 572 | .family-projects--btn { |
| 573 | background: transparent; |
Unknown | 7e529f8 | 2017-11-04 16:44:32 -0400 | [diff] [blame] | 574 | color: #0080ff; |
| 575 | border: 1px solid #0080ff; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 576 | border-radius: 5px; |
| 577 | margin-bottom: 1.25em; |
| 578 | font-weight: 700; |
| 579 | font-size: 21px; } |
| 580 | .family-projects--btn:hover { |
Unknown | 7e529f8 | 2017-11-04 16:44:32 -0400 | [diff] [blame] | 581 | background: #0080ff; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 582 | color: #ffffff; } |
| 583 | .family-projects--btn:focus, |
| 584 | .family-projects--btn:active { |
Unknown | 7e529f8 | 2017-11-04 16:44:32 -0400 | [diff] [blame] | 585 | background: #0080ff; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 586 | color: #ffffff; } |
| 587 | |
| 588 | @media (max-height: 880px) { |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 589 | #scrollIcon, #scrollTopIcon {margin-top: 8vh} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 590 | } |
| 591 | @media (max-height: 800px) { |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 592 | #scrollIcon, #scrollTopIcon {margin-top: 6vh} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 593 | .cover.top {padding: 7.5vh 0 12.5vh 0;} |
| 594 | } |
| 595 | @media (max-height: 750px) { |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 596 | #scrollIcon, #scrollTopIcon {margin-top: 4vh;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 597 | } |
| 598 | @media (max-height: 720px) { |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 599 | #scrollIcon, #scrollTopIcon {margin-top: 0vh;} |
| 600 | } |
| 601 | @media (max-height: 690px) { |
| 602 | #scrollIcon, #scrollTopIcon {margin-top: 0vh;} |
| 603 | .animation {margin-top:-6vh !important;} |
| 604 | } |
| 605 | @media (max-height: 670px) { |
| 606 | #scrollIcon, #scrollTopIcon {margin-top: -1vh;} |
| 607 | .animation {margin-top:-7vh !important;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 608 | } |
| 609 | @media (max-height: 650px) { |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 610 | #scrollIcon, #scrollTopIcon {margin-top: -3vh} |
| 611 | .animation {margin-top:-8vh !important;} |
| 612 | .cover.top {padding: 6vh 0 5vh 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 613 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 42vh;} |
| 614 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 615 | @media (max-height: 630px) { |
| 616 | #scrollIcon, #scrollTopIcon {margin-top: -6vh} |
| 617 | .animation {margin-top:-10vh !important;} |
| 618 | .cover.top {padding: 6vh 0 5vh 0;} |
| 619 | } |
| 620 | @media (max-height: 600px) { |
| 621 | #scrollIcon, #scrollTopIcon {margin-top: -9vh} |
| 622 | .animation {margin-top:-13vh !important;} |
| 623 | .cover.top {padding: 6vh 0 5vh 0;} |
| 624 | } |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 625 | @media (max-height: 550px) { |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 626 | #scrollIcon, #scrollTopIcon {display:none} |
| 627 | .cover.top {padding: 6vh 0 3vh 0;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 628 | .headline {padding-top:3vh;} |
| 629 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 32vh;} |
| 630 | } |
| 631 | @media (max-height: 480px) { |
| 632 | #scrollIcon, #scrollTopIcon {margin-top: 0} |
| 633 | .cover.top {padding: 3vh 0 3vh 0;} |
| 634 | .headline {padding-top:1.5vh;} |
| 635 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 32vh;} |
| 636 | } |
| 637 | @media (max-height: 320px) { |
| 638 | .cover.top {padding: 1vh 0 3vh 0;} |
| 639 | .headline {padding-top:1vh;} |
| 640 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 25vh;} |
| 641 | } |
| 642 | @media (max-width: 768px) { |
| 643 | .container-fluid {padding:30px 0 !important;} |
| 644 | .h1, .h2, .h3, h1, h2, h3 { |
| 645 | margin-top: 10px; |
| 646 | margin-bottom: 10px; |
| 647 | } |
| 648 | .lead, .about, .about-info, .about-tools, .about-last {font-size: 16px} |
| 649 | .row.cover.top .lead { |
| 650 | max-width: 350px; |
| 651 | margin-left:auto; |
| 652 | margin-right: auto |
| 653 | } |
| 654 | .h4, h4 {font-size: 20px} |
| 655 | #portfolio h2 {padding-bottom: 0} |
| 656 | #portfolio > .container {padding-right: 0;padding-left: 0} |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame^] | 657 | .portfolio-projects--btn {margin-top:1.25em;margin-left: 4px;margin-right: 4px} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 658 | #portfolio > div > div > div:nth-child(2) > div > div.col-sm-5.text-center.pull-right-sm > a:nth-child(4) {margin-right: 4px} |
| 659 | #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 | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame^] | 660 | #scrollIcon, #scrollTopIcon {font-size: 1em;display: none} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 661 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame^] | 662 | @media (max-width:480px) {.row.cover.top .lead {max-width:180px}} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 663 | @media (max-device-height: 480px) and (orientation: landscape) { |
| 664 | .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { |
| 665 | max-height: 240px; |
| 666 | } |
| 667 | .navbar-nav>li>a { |
| 668 | padding-top: 6px; |
| 669 | padding-bottom: 6px; |
| 670 | } |
| 671 | } |
| 672 | @media (max-width: 360px) { |
| 673 | .h1, h1 {font-size: 32px;} |
| 674 | .cover, .cover.bottom { |
| 675 | padding-left: 15px; |
| 676 | padding-right: 15px; |
| 677 | } |
| 678 | } |
| 679 | |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 680 | h1 { |
| 681 | color: #fff; |
| 682 | cursor: default; |
| 683 | } |
| 684 | |
| 685 | h1 span:nth-of-type(1) { |
| 686 | font-size: 1em; |
| 687 | line-height: 0.5em; |
| 688 | } |
| 689 | h1 span:nth-of-type(2) { |
| 690 | font-size: .4em; |
| 691 | font-weight: 400; |
| 692 | line-height: 3.65em; |
| 693 | color: #0080ff; |
| 694 | background-color: #282828; |
| 695 | padding: 3px 10px; |
| 696 | box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6); |
| 697 | } |
| 698 | h1 span:nth-of-type(3) { |
| 699 | font-size: 1.5em; |
| 700 | line-height: .85em; |
| 701 | } |
| 702 | |
| 703 | .space { |
| 704 | will-change: transform; |
| 705 | position: relative; |
| 706 | left:-25; |
| 707 | top:auto; |
| 708 | bottom:auto; |
| 709 | margin-top:15%; |
| 710 | margin-bottom:25%; |
| 711 | margin-left: 35%; |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 712 | margin-right: auto; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 713 | -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] | 714 | -moz-transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.90); |
| 715 | -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] | 716 | transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.90); |
| 717 | -webkit-transition: all 600ms; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 718 | -moz-transition: all 600ms; |
| 719 | -o-transition: all 600ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 720 | transition: all 600ms; |
| 721 | } |
| 722 | |
| 723 | .space-hover { |
| 724 | position: relative; |
| 725 | left:-25; |
| 726 | top:auto; |
| 727 | bottom:auto; |
| 728 | margin-top:30%; |
| 729 | margin-bottom:25%; |
| 730 | margin-left: 45%; |
Henri Koivuneva | be19c19 | 2017-11-22 22:14:33 +0200 | [diff] [blame] | 731 | margin-right: auto; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 732 | -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] | 733 | -moz-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.90); |
| 734 | -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] | 735 | transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.90); |
| 736 | } |
| 737 | |
| 738 | .phone-container { |
| 739 | width: 11.2em; |
| 740 | height: 23.33em; |
| 741 | position: absolute; |
| 742 | top: 0; |
| 743 | bottom: 0; |
| 744 | left: 0; |
| 745 | right: 0; |
| 746 | margin: auto; |
| 747 | -webkit-transform-style: preserve-3d; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 748 | -moz-transform-style: preserve-3d; |
| 749 | -o-transform-style: preserve-3d; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 750 | transform-style: preserve-3d; |
| 751 | -webkit-transform: translateX(-80%); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 752 | -moz-transform: translateX(-80%); |
| 753 | -o-transform: translateX(-80%); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 754 | transform: translateX(-80%); |
| 755 | border-radius: 2.0em; |
| 756 | } |
| 757 | |
| 758 | .phone-front { |
| 759 | will-change: transform; |
| 760 | width: 11.2em; |
| 761 | height: 23.33em; |
| 762 | position: absolute; |
| 763 | top: 0; |
| 764 | bottom: 0; |
| 765 | left: 0; |
| 766 | right: 0; |
| 767 | margin: auto; |
| 768 | background-image: url("../images/phone_front.svg"); |
| 769 | background-repeat: no-repeat; |
| 770 | background-position: -.53em 0; |
| 771 | background-size: 12.3em 23.36em; |
| 772 | border-radius: 2.0em; |
| 773 | box-shadow: -20px 27px 13px 10px rgba(0, 0, 0, 0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 774 | -webkit-transition: -webkit-transform 600ms, box-shadow 450ms; |
| 775 | -moz-transition: transform 600ms, box-shadow 450ms; |
| 776 | -o-transition: transform 600ms, box-shadow 450ms; |
| 777 | transition: transform 600ms, box-shadow 450ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 778 | } |
| 779 | |
| 780 | .just-phone-front { |
| 781 | will-change: transform; |
| 782 | width: 11.2em; |
| 783 | height: 23.33em; |
| 784 | position: absolute; |
| 785 | right: 0; |
| 786 | margin: auto; |
| 787 | left:-25; |
| 788 | top:0; |
| 789 | bottom:auto; |
| 790 | margin-top:10%; |
| 791 | margin-bottom:15%; |
| 792 | margin-left: 35%; |
| 793 | margin-right: auto; |
| 794 | background-image: url("../images/phone_front.svg"); |
| 795 | background-repeat: no-repeat; |
| 796 | background-position: -.53em 0; |
| 797 | background-size: 12.3em 23.36em; |
| 798 | border-radius: 2.0em; |
| 799 | box-shadow: -10px 13px 7px 5px rgba(0, 0, 0, 0.5); |
| 800 | -webkit-transform: scale(0.90); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 801 | -moz-transform: scale(0.90); |
| 802 | -o-transform: scale(0.90); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 803 | transform: scale(0.90); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 804 | -webkit-transition: -webkit-transform 600ms, box-shadow 450ms; |
| 805 | -moz-transition: transform 600ms, box-shadow 450ms; |
| 806 | -o-transition: transform 600ms, box-shadow 450ms; |
| 807 | transition: transform 600ms, box-shadow 450ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 808 | } |
| 809 | |
| 810 | .phone-front-hover { |
| 811 | box-shadow: 0 12px 13px 10px rgba(0, 0, 0, 0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 812 | -webkit-transition: -webkit-transform 600ms, box-shadow 450ms; |
| 813 | -moz-transition: transform 600ms, box-shadow 450ms; |
| 814 | -o-transition: transform 600ms, box-shadow 450ms; |
| 815 | transition: transform 600ms, box-shadow 450ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 816 | } |
| 817 | |
| 818 | .phone-screen { |
| 819 | width: 10.5em; |
| 820 | height: 19.3em; |
| 821 | position: relative; |
| 822 | left: 0; |
| 823 | right: 0; |
| 824 | top: 2.283em; |
| 825 | margin: auto; |
| 826 | background-color: #000; |
| 827 | overflow: hidden; |
| 828 | } |
| 829 | .phone-screen::before { |
| 830 | content: ""; |
| 831 | position: absolute; |
| 832 | width: 100%; |
| 833 | height: 100%; |
| 834 | box-shadow: inset 13px 0 10px -5px rgba(250, 250, 250, 0.17), inset -13px 0 10px -5px rgba(250, 250, 250, 0.17); |
| 835 | background-image: url("../images/bliss_screens.gif"); |
| 836 | background-repeat: no-repeat; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 837 | background-position: 50% 0; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 838 | background-size: cover; |
| 839 | -webkit-transform: scale(1); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 840 | -moz-transform: scale(1); |
| 841 | -o-transform: scale(1); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 842 | transform: scale(1); |
| 843 | } |
| 844 | .phone-screen::after { |
| 845 | content: ""; |
| 846 | position: absolute; |
| 847 | width: 100%; |
| 848 | height: 100%; |
| 849 | background-color: rgba(250, 250, 250, 0.1); |
| 850 | } |
| 851 | |
| 852 | .phone-side { |
| 853 | will-change: transform; |
| 854 | width: 13.33em; |
| 855 | height: 25em; |
| 856 | position: absolute; |
| 857 | top: 0; |
| 858 | bottom: 0; |
| 859 | left: 0; |
| 860 | right: 0; |
| 861 | margin: auto; |
| 862 | border-radius: 1.66em; |
| 863 | background-repeat: no-repeat; |
| 864 | background-position: 2.2em .5em; |
| 865 | background-size: 13.33em 24.73em; |
| 866 | -webkit-transform-style: preserve-3d; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 867 | -moz-transform-style: preserve-3d; |
| 868 | -o-transform-style: preserve-3d; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 869 | transform-style: preserve-3d; |
| 870 | -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] | 871 | -moz-transform: skew(-1deg) translateX(-15.5%) translateY(1.2%) scaleX(0.95) scaleY(0.96) rotate(-1deg); |
| 872 | -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] | 873 | transform: skew(-1deg) translateX(-15.5%) translateY(1.2%) scaleX(0.95) scaleY(0.96) rotate(-1deg); |
| 874 | -webkit-transition: all 350ms; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 875 | -moz-transition: all 350ms; |
| 876 | -o-transition: all 350ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 877 | transition: all 350ms; |
| 878 | } |
| 879 | |
| 880 | .phone-side-hover { |
| 881 | -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] | 882 | -moz-transform: skew(-1deg) translateX(-13.4%) translateY(1.05%) scaleX(0.83) scaleY(0.83) rotate(-1deg); |
| 883 | -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] | 884 | transform: skew(-1deg) translateX(-13.4%) translateY(1.05%) scaleX(0.83) scaleY(0.83) rotate(-1deg); |
| 885 | -webkit-transition: all 350ms; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 886 | -moz-transition: all 350ms; |
| 887 | -o-transition: all 350ms; |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 888 | } |
| 889 | |
| 890 | @-webkit-keyframes figure-anim { |
| 891 | from { |
| 892 | border-radius: 50%; |
| 893 | -webkit-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 894 | -moz-transform: rotate(0deg) scale(1); |
| 895 | -o-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 896 | transform: rotate(0deg) scale(1); |
| 897 | } |
| 898 | to { |
| 899 | border-radius: 30%; |
| 900 | -webkit-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 901 | -moz-transform: rotate(360deg) scale(0.5); |
| 902 | -o-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 903 | transform: rotate(360deg) scale(0.5); |
| 904 | } |
| 905 | } |
| 906 | |
| 907 | @keyframes figure-anim { |
| 908 | from { |
| 909 | border-radius: 50%; |
| 910 | -webkit-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 911 | -moz-transform: rotate(0deg) scale(1); |
| 912 | -o-transform: rotate(0deg) scale(1); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 913 | transform: rotate(0deg) scale(1); |
| 914 | } |
| 915 | to { |
| 916 | border-radius: 30%; |
| 917 | -webkit-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 918 | -moz-transform: rotate(360deg) scale(0.5); |
| 919 | -o-transform: rotate(360deg) scale(0.5); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 920 | transform: rotate(360deg) scale(0.5); |
| 921 | } |
| 922 | } |
| 923 | @-webkit-keyframes figure-container-anim { |
| 924 | from { |
| 925 | -webkit-transform: rotate(0deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 926 | -moz-transform: rotate(0deg); |
| 927 | -o-transform: rotate(0deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 928 | transform: rotate(0deg); |
| 929 | } |
| 930 | to { |
| 931 | -webkit-transform: rotate(360deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 932 | -moz-transform: rotate(360deg); |
| 933 | -o-transform: rotate(360deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 934 | transform: rotate(360deg); |
| 935 | } |
| 936 | } |
| 937 | @keyframes figure-container-anim { |
| 938 | from { |
| 939 | -webkit-transform: rotate(0deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 940 | -moz-transform: rotate(0deg); |
| 941 | -o-transform: rotate(0deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 942 | transform: rotate(0deg); |
| 943 | } |
| 944 | to { |
| 945 | -webkit-transform: rotate(360deg); |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 946 | -moz-transform: rotate(360deg); |
| 947 | -o-transform: rotate(360deg); |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 948 | transform: rotate(360deg); |
| 949 | } |
| 950 | } |
| 951 | |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 952 | @media (min-width: 1200px) { |
| 953 | .pull-right-lg { |
| 954 | float: right !important; } |
| 955 | .pull-left-lg { |
| 956 | float: left !important; } |
Henri Koivuneva | 9c1e243 | 2017-11-22 22:01:33 +0200 | [diff] [blame] | 957 | .pull-left-md { |
| 958 | float: left !important; } |
| 959 | .container {max-width: 1170px;} |
Henri Koivuneva | 87bdef3 | 2017-08-25 23:50:22 +0300 | [diff] [blame] | 960 | .portfolio-projects .col-lg-6 {width: 100%} |
| 961 | .navbar > .container {max-width: 1170px} |
| 962 | } |
| 963 | @media (min-width: 1366px) { |
| 964 | #portfolio > .container, #about > .row {width: 90%;max-width: 1600px;margin-left:auto;margin-right: auto;} |
| 965 | .navbar > .container {max-width: 1170px} |
| 966 | } |
Unknown | e3cf16e | 2017-11-04 16:32:52 -0400 | [diff] [blame] | 967 | |
| 968 | /* The alert message box */ |
| 969 | .alert { |
| 970 | padding: 20px; |
| 971 | background-color: #f44336; /* Red */ |
| 972 | color: white; |
| 973 | margin-bottom: 15px; |
| 974 | } |
| 975 | |
| 976 | /* The close button */ |
| 977 | .closebtn { |
| 978 | margin-left: 15px; |
| 979 | color: white; |
| 980 | font-weight: bold; |
| 981 | float: right; |
| 982 | font-size: 22px; |
| 983 | line-height: 20px; |
| 984 | cursor: pointer; |
| 985 | transition: 0.3s; |
| 986 | } |
| 987 | |
| 988 | /* When moving the mouse over the close button */ |
| 989 | .closebtn:hover { |
| 990 | color: black; |
Unknown | 7e529f8 | 2017-11-04 16:44:32 -0400 | [diff] [blame] | 991 | } |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 992 | |
| 993 | .vcenter { |
| 994 | display: inline-block; |
| 995 | position: absolute; |
| 996 | left: 50%; |
| 997 | top: 50%; |
| 998 | -webkit-transform: translate(-50%, -50%); |
| 999 | transform: translate(-50%, -50%); |
| 1000 | } |
| 1001 | |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1002 | /* Anim |
| 1003 | width: 378px; |
| 1004 | height: 290px; |
| 1005 | */ |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1006 | .animation { |
| 1007 | display: inline-block; |
| 1008 | position: relative; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1009 | width: 64rem; |
| 1010 | height: 42rem; |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1011 | margin: -2vh auto 0 auto; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1012 | vertical-align: middle; |
| 1013 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1014 | @media (max-width:720px) { |
| 1015 | .animation {margin-left:-30rem;margin-right:-30rem;} |
| 1016 | } |
| 1017 | @media (max-width:450px) { |
| 1018 | .animation {width:58rem;height:38rem;} |
| 1019 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame^] | 1020 | @media (max-width:450px) { |
| 1021 | .animation {width:58rem;height:38rem;} |
| 1022 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1023 | @media (max-width:400px) { |
| 1024 | .animation {width:55rem;height:36rem;} |
| 1025 | } |
| 1026 | @media (max-width:380px) { |
| 1027 | .animation {width:50rem;height:33rem;} |
| 1028 | } |
| 1029 | @media (max-width:340px) { |
| 1030 | .animation {width:47rem;height:31rem;} |
| 1031 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame^] | 1032 | @media (max-width:320px) { |
| 1033 | .animation {width:42rem;height:28rem;} |
| 1034 | } |
| 1035 | @media (max-height:650px) { |
| 1036 | .animation {margin-top: -15vh !important;margin-bottom: 10vh !important;} |
| 1037 | } |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1038 | .animation .device { |
| 1039 | position: absolute; |
| 1040 | width: 100%; |
| 1041 | height: 100%; |
| 1042 | left: 50%; |
| 1043 | top: 50%; |
| 1044 | background: #111; |
| 1045 | -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1046 | -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1047 | -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1048 | transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); |
| 1049 | -moz-transform: translate(-50%, -50%); |
| 1050 | -ms-transform: translate(-50%, -50%); |
| 1051 | -webkit-transform: translate(-50%, -50%); |
| 1052 | transform: translate(-50%, -50%); |
| 1053 | } |
| 1054 | .animation .device .phone-home-button, |
| 1055 | .animation .device .tablet-home-button { |
| 1056 | position: absolute; |
| 1057 | border-radius: 50%; |
| 1058 | background: #444; |
| 1059 | opacity: 0; |
| 1060 | z-index: 1; |
| 1061 | -webkit-transition: all 0.4s ease; |
| 1062 | -moz-transition: all 0.4s ease; |
| 1063 | -ms-transition: all 0.4s ease; |
| 1064 | transition: all 0.4s ease; |
| 1065 | } |
| 1066 | .animation .device .phone-home-button { |
| 1067 | width: 16px; |
| 1068 | height: 16px; |
| 1069 | margin-top: -8px; |
| 1070 | right: 11px; |
| 1071 | top: 50%; |
| 1072 | } |
| 1073 | .animation .device .tablet-home-button { |
| 1074 | width: 12px; |
| 1075 | height: 12px; |
| 1076 | margin-left: -6px; |
| 1077 | bottom: 7px; |
| 1078 | left: 50%; |
| 1079 | } |
| 1080 | .animation .device .screen-stand { |
| 1081 | position: absolute; |
| 1082 | width: 100%; |
| 1083 | margin-left: -10px; |
| 1084 | margin-top: -1px; |
| 1085 | top: 60%; |
| 1086 | opacity: 0; |
| 1087 | z-index: 1; |
| 1088 | -webkit-transition: all 0.4s ease-out; |
| 1089 | -moz-transition: all 0.4s ease-out; |
| 1090 | -ms-transition: all 0.4s ease-out; |
| 1091 | transition: all 0.4s ease-out; |
| 1092 | } |
| 1093 | .animation .device .screen-stand .leg { |
| 1094 | position: absolute; |
| 1095 | width: 12px; |
| 1096 | height: 16px; |
| 1097 | left: 50%; |
| 1098 | top: 0; |
| 1099 | margin-left: -6px; |
| 1100 | background: #111; |
| 1101 | } |
| 1102 | .animation .device .screen-stand .foot { |
| 1103 | position: absolute; |
| 1104 | width: 120px; |
| 1105 | height: 4px; |
| 1106 | left: 50%; |
| 1107 | top: 15px; |
| 1108 | margin-left: -60px; |
| 1109 | border-top-left-radius: 2px; |
| 1110 | border-top-right-radius: 2px; |
| 1111 | background: #111; |
| 1112 | } |
| 1113 | .animation .device .display { |
| 1114 | position: relative; |
| 1115 | width: 100%; |
| 1116 | height: 100%; |
| 1117 | overflow: hidden; |
| 1118 | background: #34495e; |
| 1119 | z-index: 3; |
| 1120 | } |
| 1121 | .animation .device .display div { |
| 1122 | position: absolute; |
| 1123 | width: 100%; |
| 1124 | height: 100%; |
| 1125 | left: 100%; |
| 1126 | white-space: nowrap; |
| 1127 | -webkit-transition: all 0.4s ease; |
| 1128 | -moz-transition: all 0.4s ease; |
| 1129 | -ms-transition: all 0.4s ease; |
| 1130 | transition: all 0.4s ease; |
| 1131 | } |
| 1132 | .animation .device .display div div { |
| 1133 | position: absolute; |
| 1134 | width: 100%; |
| 1135 | left: 0; |
| 1136 | top: 50%; |
| 1137 | margin-top: -14px; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1138 | font-size: 20px; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1139 | text-align: center; |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1140 | /* color: #0080ff;*/ |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1141 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1142 | @media (max-width:450px) { |
| 1143 | .animation .device .display div div {width:100%;max-width:100%;font-size:12px !important;} |
| 1144 | } |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1145 | .animation .device .display .slide1 div {margin-top:0px;} |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1146 | .animation .device .display div div em { |
| 1147 | font-weight: bold; |
| 1148 | } |
| 1149 | .animation .device .display .slide1 { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1150 | background: #000; |
| 1151 | background: url("../images/bliss-desktop.jpg"); |
| 1152 | background-size: cover; |
| 1153 | background-repeat: no-repeat; |
| 1154 | background-position: center center; |
| 1155 | 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, |
| 1156 | 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, |
| 1157 | 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, |
| 1158 | 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; |
| 1159 | color:white; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1160 | } |
| 1161 | .animation .device .display .slide2 { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1162 | background: #000; |
| 1163 | background: url("../images/bliss-tablet.jpg"); |
| 1164 | background-size: cover; |
| 1165 | background-repeat: no-repeat; |
| 1166 | background-position: center center; |
| 1167 | 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, |
| 1168 | 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, |
| 1169 | 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, |
| 1170 | 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; |
| 1171 | color:#0080ff; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1172 | } |
| 1173 | .animation .device .display .slide3 { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1174 | background: #000; |
| 1175 | background: url("../images/bliss-phone.jpg"); |
| 1176 | background-size: cover; |
| 1177 | background-repeat: no-repeat; |
| 1178 | background-position: center center; |
| 1179 | 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, |
| 1180 | 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, |
| 1181 | 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, |
| 1182 | 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; |
| 1183 | color:white; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1184 | } |
| 1185 | .animation[data-animation-step="1"] .device { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1186 | width: 87%; |
| 1187 | height: 90%; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1188 | padding: 10px; |
| 1189 | border-radius: 4px; |
| 1190 | } |
| 1191 | .animation[data-animation-step="1"] .device .slide1 { |
| 1192 | left: 0%; |
| 1193 | } |
| 1194 | .animation[data-animation-step="1"] .device .screen-stand { |
| 1195 | opacity: 1; |
| 1196 | top: 100%; |
| 1197 | } |
| 1198 | .animation[data-animation-step="2"] .device { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1199 | width: 74%; |
| 1200 | height: 75%; |
| 1201 | padding: 16px; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1202 | border-radius: 10px; |
| 1203 | } |
| 1204 | .animation[data-animation-step="2"] .device .slide1 { |
| 1205 | left: -100%; |
| 1206 | } |
| 1207 | .animation[data-animation-step="2"] .device .slide2 { |
| 1208 | left: 0%; |
| 1209 | } |
| 1210 | .animation[data-animation-step="2"] .device .tablet-home-button { |
| 1211 | opacity: 1; |
| 1212 | } |
| 1213 | .animation[data-animation-step="3"] .device { |
Henri Koivuneva | 60a0856 | 2017-11-23 00:43:58 +0200 | [diff] [blame] | 1214 | width: 27%; |
| 1215 | height: 75%; |
| 1216 | padding: 16px 8px; |
Unknown | 5503061 | 2017-11-04 20:28:12 -0400 | [diff] [blame] | 1217 | border-radius: 6px; |
| 1218 | } |
| 1219 | .animation[data-animation-step="3"] .device .slide1, |
| 1220 | .animation[data-animation-step="3"] .device .slide2 { |
| 1221 | left: -100%; |
| 1222 | } |
| 1223 | .animation[data-animation-step="3"] .device .slide3 { |
| 1224 | left: 0%; |
| 1225 | } |
| 1226 | .animation[data-animation-step="3"] .device .phone-home-button { |
| 1227 | opacity: 1; |
| 1228 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1229 | @media (max-height:720px) { |
| 1230 | .animation[data-animation-step="1"] .device {width:72%; height:75%;} |
| 1231 | .animation[data-animation-step="2"] .device {width:59%; height:60%;} |
| 1232 | .animation[data-animation-step="3"] .device {width:22%; height:60%;} |
| 1233 | .animation .device .display div div {font-size:16px;} |
| 1234 | } |
| 1235 | @media (max-height:650px) { |
| 1236 | .animation[data-animation-step="1"] .device {width:62%; height:65%;} |
| 1237 | .animation[data-animation-step="2"] .device {width:54%; height:55%;} |
| 1238 | .animation[data-animation-step="3"] .device {width:22%; height:60%;} |
| 1239 | .animation .device .display div div {font-size:15px;} |
| 1240 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame^] | 1241 | @media (max-width:560px) { |
| 1242 | .animation[data-animation-step="1"] .device {margin-top:0%;width:72%; height:75%;} |
| 1243 | .animation[data-animation-step="2"] .device {margin-top:0%;width:65%; height:66%;} |
| 1244 | .animation[data-animation-step="3"] .device {margin-top:0%;width:30%; height:80%;} |
| 1245 | .animation .device .display div div {font-size:15px;} |
| 1246 | } |
| 1247 | @media (max-width:520px) { |
| 1248 | .animation[data-animation-step="1"] .device {margin-top:0%;width:66%; height:69%;} |
| 1249 | .animation[data-animation-step="2"] .device {margin-top:0%;width:62%; height:63%;} |
| 1250 | .animation[data-animation-step="3"] .device {margin-top:0%;width:30%; height:80%;} |
| 1251 | .animation .device .display div div {font-size:15px;} |
| 1252 | } |
| 1253 | @media (max-width:460px) { |
| 1254 | .animation[data-animation-step="1"] .device {margin-top:0%;width:58%; height:61%;} |
| 1255 | .animation[data-animation-step="2"] .device {margin-top:0%;width:54%; height:55%;} |
| 1256 | .animation[data-animation-step="3"] .device {margin-top:0%;width:25%; height:70%;} |
| 1257 | .animation .device .display div div {font-size:15px;} |
| 1258 | } |
Henri Koivuneva | 0d2da12 | 2017-11-23 01:22:34 +0200 | [diff] [blame] | 1259 | @media (max-width:350px) { |
| 1260 | .animation[data-animation-step="1"] .device {margin-top:3%;width:62%; height:65%;} |
| 1261 | .animation[data-animation-step="2"] .device {margin-top:3%;width:58%; height:60%;} |
| 1262 | .animation[data-animation-step="3"] .device {margin-top:9%;width:30%; height:80%;} |
| 1263 | .animation .device .display div div {font-size:15px;} |
| 1264 | } |
Henri Koivuneva | 9d598a5 | 2017-11-23 01:56:48 +0200 | [diff] [blame^] | 1265 | @media (max-width:320px) { |
| 1266 | .animation[data-animation-step="1"] .device {margin-top:6%;width:62%; height:65%;} |
| 1267 | .animation[data-animation-step="2"] .device {margin-top:6%;width:58%; height:60%;} |
| 1268 | .animation[data-animation-step="3"] .device {margin-top:12%;width:30%; height:80%;} |
| 1269 | .animation .device .display div div {font-size:15px;} |
| 1270 | } |
Henri Koivuneva | 9c1e243 | 2017-11-22 22:01:33 +0200 | [diff] [blame] | 1271 | |
| 1272 | /* More media queries */ |
| 1273 | @media (max-width: 430px) { |
| 1274 | h2, .h2 {font-size: 30px;} |
| 1275 | } |