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