Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 1 | |
| 2 | @import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700,300|Quattrocento"); |
| 3 | .about-tools ul li, .contact-social-icons ul a li { |
| 4 | text-align: center; } |
| 5 | |
| 6 | .centered { |
| 7 | float: none; |
| 8 | margin-left: auto; |
| 9 | margin-right: auto; } |
| 10 | |
| 11 | .break { |
| 12 | clear: both; |
| 13 | margin-top: 10px; } |
| 14 | |
| 15 | @media (min-width: 768px) { |
| 16 | .pull-right-sm { |
| 17 | float: right !important; } |
| 18 | |
| 19 | .pull-left-sm { |
| 20 | float: left !important; } } |
| 21 | @media (min-width: 992px) { |
| 22 | .pull-right-md { |
| 23 | float: right !important; } |
| 24 | |
| 25 | .pull-left-md { |
| 26 | float: left !important; } } |
| 27 | @media (min-width: 1200px) { |
| 28 | .pull-right-lg { |
| 29 | float: right !important; } |
| 30 | |
| 31 | .pull-left-lg { |
| 32 | float: left !important; } } |
| 33 | * { |
| 34 | box-sizing: border-box; } |
| 35 | |
| 36 | html { |
| 37 | position: relative; |
Henri Koivuneva | 7edca39 | 2017-08-12 16:23:52 +0300 | [diff] [blame] | 38 | height: 100%; |
| 39 | width: 100%; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 40 | |
| 41 | img { |
| 42 | width: 100%; } |
| 43 | |
| 44 | body { |
| 45 | height: 100%; |
| 46 | font-family: "Comfortaa", Helvetica, Arial, sans-serif; |
Henri Koivuneva | 468d169 | 2017-08-12 16:24:41 +0300 | [diff] [blame] | 47 | line-height: 1.4; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 48 | background-color: #0080ff; |
| 49 | /* Margin bottom by footer height */ |
| 50 | margin-bottom: 60px; } |
| 51 | |
Henri Koivuneva | 468d169 | 2017-08-12 16:24:41 +0300 | [diff] [blame] | 52 | h1, .h1, |
| 53 | h2, .h2, |
| 54 | h3, .h3, |
| 55 | h4, .h4, |
| 56 | h5, .h5, |
| 57 | h6, .h6 { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 58 | font-family: "Comfortaa", Helvetica, Arial, sans-serif; |
Henri Koivuneva | 468d169 | 2017-08-12 16:24:41 +0300 | [diff] [blame] | 59 | line-height: 1.4; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 60 | color: #07374a; } |
| 61 | |
| 62 | p { |
| 63 | font-family: "Comfortaa", sans-serif; |
| 64 | color: #ffffff; } |
| 65 | |
Henri Koivuneva | 0f98819 | 2017-08-12 15:28:05 +0300 | [diff] [blame] | 66 | a, .btn { |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 67 | -webkit-transition: color .2s ease 0s, border-color .2s ease 0s, background-color .2s ease 0s; |
| 68 | 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] | 69 | } |
| 70 | |
Henri Koivuneva | 7f26602 | 2017-08-12 15:25:19 +0300 | [diff] [blame] | 71 | a:hover, a:focus, a:active {text-decoration: none;} |
| 72 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 73 | body > .container-fluid { |
Henri Koivuneva | 7edca39 | 2017-08-12 16:23:52 +0300 | [diff] [blame] | 74 | padding: 60px 0; } |
| 75 | |
Henri Koivuneva | f63e2a9 | 2017-08-12 16:37:49 +0300 | [diff] [blame] | 76 | #portfolio > .container { |
| 77 | padding-left: 0; |
| 78 | padding-right: 0 } |
| 79 | |
Henri Koivuneva | bcf672a | 2017-08-12 16:25:03 +0300 | [diff] [blame] | 80 | .row, |
| 81 | .container-fluid>.navbar-collapse, |
| 82 | .container-fluid>.navbar-header, |
| 83 | .container>.navbar-collapse, |
| 84 | .container>.navbar-header { |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 85 | margin:auto; |
| 86 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 87 | |
| 88 | .container-fluid .text-muted { |
| 89 | margin: 20px 0; } |
| 90 | |
| 91 | .btn:focus, a:focus { |
| 92 | outline: none !important; } |
| 93 | |
| 94 | .navbar { |
| 95 | height: 70px; |
| 96 | background-color: transparent; |
| 97 | background: transparent; |
| 98 | border: none; |
| 99 | color: #ffffff; |
| 100 | z-index: 100; |
| 101 | margin-bottom: 0; |
| 102 | border-radius: 0; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 103 | -webkit-transition: background-color .2s ease 0s; |
| 104 | transition: background-color .2s ease 0s; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 105 | |
| 106 | .navbar-brand { |
| 107 | display: none; |
| 108 | margin-top: 10px; |
| 109 | color: #ffffff; |
| 110 | font-weight: 400; } |
| 111 | |
| 112 | .navbar-default .navbar-nav > li > a { |
| 113 | color: #ffffff; |
| 114 | font-weight: 500; |
| 115 | font-size: 1em; |
| 116 | text-transform: lowercase; |
Henri Koivuneva | c93da97 | 2017-08-12 15:18:06 +0300 | [diff] [blame] | 117 | margin: 9px 5px 5px 5px; |
| 118 | border: 1px solid transparent; |
Henri Koivuneva | 4d964cb | 2017-08-12 15:22:55 +0300 | [diff] [blame] | 119 | border-radius: 5px; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 120 | -webkit-transition: color .2s ease 0s, border-color .2s ease 0s; |
| 121 | transition: color .2s ease 0s, border-color .2s ease 0s; } |
Henri Koivuneva | bcf672a | 2017-08-12 16:25:03 +0300 | [diff] [blame] | 122 | .navbar-default .navbar-nav > li:last-child > a {margin-right: 0} |
Henri Koivuneva | c93da97 | 2017-08-12 15:18:06 +0300 | [diff] [blame] | 123 | .navbar-default .navbar-nav > li > a:hover { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 124 | color: #ffffff; |
| 125 | border: 1px solid #ffffff; } |
Henri Koivuneva | c93da97 | 2017-08-12 15:18:06 +0300 | [diff] [blame] | 126 | .navbar-default .navbar-nav > li > a:active, |
| 127 | .navbar-default .navbar-nav > li > a:focus, |
| 128 | .navbar.solid .navbar-nav > li > a:active, .navbar.solid .navbar-nav > li > a:focus { |
| 129 | color: rgba(255,255,255,0.8); |
| 130 | border: 1px solid rgba(255,255,255,0.8); } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 131 | .navbar-default .navbar-nav > li > a:visited { |
| 132 | color: #ffffff; |
| 133 | text-decoration: none; } |
Henri Koivuneva | c93da97 | 2017-08-12 15:18:06 +0300 | [diff] [blame] | 134 | .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 135 | background-color: transparent; |
| 136 | color: #ffffff; } |
Henri Koivuneva | c93da97 | 2017-08-12 15:18:06 +0300 | [diff] [blame] | 137 | .navbar-default .navbar-nav > .active > a:focus, |
| 138 | .navbar.solid .navbar-nav > li > a:active, |
| 139 | .navbar.solid .navbar-nav > li > a:focus { |
| 140 | background-color: transparent; |
| 141 | color: rgba(255,255,255,0.8); } |
Henri Koivuneva | 0752d23 | 2017-08-12 18:08:32 +0300 | [diff] [blame] | 142 | .navbar-toggle {margin-right:0;} |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 143 | .navbar-default .navbar-toggle { |
| 144 | border-color: #ffffff; } |
| 145 | .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 146 | background-color: #07374a; |
| 147 | } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 148 | .navbar-default .navbar-toggle .icon-bar { |
| 149 | color: #ffffff; |
| 150 | background-color: #ffffff; } |
Henri Koivuneva | 0752d23 | 2017-08-12 18:08:32 +0300 | [diff] [blame] | 151 | .navbar-default .navbar-collapse.collapse.in ul, .navbar-collapse { |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 152 | background-color: #07374a; |
| 153 | } |
| 154 | .navbar-collapse.collapse.collapsing { |
| 155 | background-color: #07374a; |
Henri Koivuneva | 5e6ed7a | 2017-08-12 18:14:02 +0300 | [diff] [blame] | 156 | } |
| 157 | .navbar-default .navbar-toggle .icon-bar { |
| 158 | color: #ffffff; |
| 159 | background-color: #ffffff; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 160 | .navbar-default .navbar-collapse.collapse.in ul { |
Unknown | 94e4caa | 2017-08-12 10:48:07 -0400 | [diff] [blame] | 161 | background-color: #07374a; |
Henri Koivuneva | 5e6ed7a | 2017-08-12 18:14:02 +0300 | [diff] [blame] | 162 | } |
Unknown | 94e4caa | 2017-08-12 10:48:07 -0400 | [diff] [blame] | 163 | .navbar-collapse.collapse.collapsing { |
| 164 | background-color: #07374a; |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 165 | } |
| 166 | |
Henri Koivuneva | 5e6ed7a | 2017-08-12 18:14:02 +0300 | [diff] [blame] | 167 | .navbar-collapse.collapse.show { |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 168 | background-color: #07374a; |
| 169 | -webkit-transition: background-color .2s ease 0s; |
| 170 | transition: background-color .2s ease 0s; |
Henri Koivuneva | e15afea | 2017-08-12 18:23:45 +0300 | [diff] [blame^] | 171 | -webkit-border-bottom-left-radius: 4px; |
| 172 | -webkit-border-bottom-right-radius: 4px; |
| 173 | border-bottom-left-radius: 4px; |
| 174 | border-bottom-right-radius: 4px; |
Henri Koivuneva | 17653c5 | 2017-08-12 18:12:07 +0300 | [diff] [blame] | 175 | } |
Unknown | 94e4caa | 2017-08-12 10:48:07 -0400 | [diff] [blame] | 176 | |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 177 | /* Solid class attached on scroll past first section */ |
| 178 | .navbar.solid { |
| 179 | background-color: #07374a; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 180 | -webkit-transition: background-color .2s ease 0s; |
| 181 | transition: background-color .2s ease 0s; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 182 | box-shadow: 0 0 4px rgba(7, 55, 74, 0.2); } |
| 183 | .navbar.solid .navbar-brand { |
| 184 | display: inline-block; |
| 185 | color: #ffffff; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 186 | -webkit-transition: color .2s ease 0s, border-color .2s ease 0s; |
| 187 | transition: color .2s ease 0s, border-color .2s ease 0s; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 188 | .navbar.solid .navbar-nav > li > a { |
| 189 | color: #ffffff; |
Henri Koivuneva | f70ddbc | 2017-08-12 15:36:36 +0300 | [diff] [blame] | 190 | -webkit-transition: color .2s ease 0s, border-color .2s ease 0s; |
| 191 | transition: color .2s ease 0s, border-color .2s ease 0s; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 192 | |
| 193 | .cover { |
| 194 | padding: 10% 0 10% 0; } |
| 195 | .cover.top { |
Henri Koivuneva | 0752d23 | 2017-08-12 18:08:32 +0300 | [diff] [blame] | 196 | padding: 10vh 0 15vh 0; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 197 | height: 100vh; |
| 198 | display: -webkit-box; |
| 199 | display: -ms-flexbox; |
| 200 | display: flex; |
| 201 | background-color: #0080ff; } |
| 202 | .cover.bottom { |
| 203 | padding: 10% 0 10% 0; } |
| 204 | |
| 205 | .headline { |
| 206 | padding-top: 6.25em; } |
Henri Koivuneva | 0752d23 | 2017-08-12 18:08:32 +0300 | [diff] [blame] | 207 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img { |
| 208 | max-width: 100%; |
| 209 | width: auto; |
| 210 | margin: 0 auto; |
| 211 | display: block; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 212 | @media screen and (min-width: 768px) { |
| 213 | .headline { |
| 214 | padding-top: 3.75em; } } |
| 215 | @media screen and (min-width: 992px) { |
| 216 | .headline { |
| 217 | padding-top: 1.5625em; } } |
| 218 | @media screen and (min-width: 1200px) { |
| 219 | .headline { |
| 220 | padding-top: 0px; } } |
| 221 | |
| 222 | #about { |
| 223 | background-color: #07374a; } |
| 224 | #about h2 { |
| 225 | color: #0080ff; } |
| 226 | |
| 227 | .profile-img { |
| 228 | margin-bottom: 15px; |
| 229 | width: 120px; } |
| 230 | |
| 231 | .about, .about-info, .about-tools, .about-last { |
Henri Koivuneva | 67b5870 | 2017-08-12 16:38:47 +0300 | [diff] [blame] | 232 | padding: 4% 6% 1% 6%; |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 233 | font-size: 1.25em; } |
| 234 | .about-tools { |
| 235 | padding-top: 4.375em; |
| 236 | font-weight: 700; |
| 237 | font-size: 1.25em; } |
| 238 | @media screen and (min-width: 992px) { |
| 239 | .about-tools { |
| 240 | padding-top: 5.625em; } } |
| 241 | .about-tools ul:first-child { |
| 242 | padding-left: 0px; } |
| 243 | .about-tools ul { |
| 244 | color: #0080ff; |
| 245 | list-style: none; } |
| 246 | .about-tools ul li { |
| 247 | padding-top: 0.75em; } |
| 248 | .about-last { |
| 249 | padding-top: 3.125em; |
| 250 | padding-bottom: 0; |
| 251 | font-size: 1.125em; } |
| 252 | @media screen and (min-width: 992px) { |
| 253 | .about-last { |
| 254 | padding-top: 0; } } |
| 255 | .about-last p { |
| 256 | color: #0080ff; } |
| 257 | |
| 258 | #portfolio { |
| 259 | background-color: #0080ff; } |
| 260 | #portfolio h2 { |
| 261 | padding-bottom: 1.25em; } |
| 262 | |
| 263 | @media screen and (min-width: 768px) { |
| 264 | .portfolio-projects { |
| 265 | margin-top: 0.625em; } } |
| 266 | .portfolio-projects--title { |
| 267 | margin-top: 0.9375em; } |
| 268 | @media screen and (min-width: 768px) { |
| 269 | .portfolio-projects--title { |
| 270 | margin-top: 20%; } } |
| 271 | @media screen and (min-width: 1200px) { |
| 272 | .portfolio-projects--title { |
Henri Koivuneva | 9a11855 | 2017-08-12 17:11:54 +0300 | [diff] [blame] | 273 | margin-top: 5%; } |
| 274 | .portfolio-projects .col-lg-6 + .col-lg-6 + .col-lg-6 {margin-top:40px} } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 275 | @media screen and (min-width: 768px) { |
| 276 | .portfolio-projects--desc { |
| 277 | margin-top: 10%; |
| 278 | margin-bottom: 10%; } } |
| 279 | .portfolio-projects--btn { |
| 280 | background: transparent; |
| 281 | color: #07374a; |
| 282 | border: 1px solid #07374a; |
| 283 | border-radius: 5px; |
| 284 | margin-bottom: 1.25em; } |
| 285 | .portfolio-projects--btn:hover { |
| 286 | background: #07374a; |
| 287 | color: #ffffff; } |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 288 | .portfolio-projects--btn:focus, |
| 289 | .portfolio-projects--btn:active { |
| 290 | background: #052a38; |
| 291 | color: #ffffff; } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 292 | .portfolio-projects--image { |
| 293 | margin-bottom: 1.875em; |
| 294 | padding-top: 5%; } |
| 295 | |
| 296 | #contact { |
| 297 | background-color: #07374a; } |
| 298 | #contact h2 { |
| 299 | color: #0080ff; } |
| 300 | |
| 301 | .contact-social-icons p { |
| 302 | color: #0080ff; } |
| 303 | .contact-social-icons ul a { |
| 304 | color: #0080ff; |
| 305 | list-style: none; } |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 306 | .contact-social-icons ul a:hover, |
| 307 | .team-links-list a:hover { |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 308 | color: #ffffff; } |
Henri Koivuneva | d8283ac | 2017-08-12 15:05:35 +0300 | [diff] [blame] | 309 | .contact-social-icons ul a:focus, |
| 310 | .contact-social-icons ul a:active, |
| 311 | .team-links-list a:focus, |
| 312 | .team-links-list a:active { |
| 313 | color: rgba(255,255,255,0.8); } |
Unknown | 8e40a3b | 2017-07-30 14:47:14 -0400 | [diff] [blame] | 314 | .contact-social-icons ul a li { |
| 315 | display: inline-block; |
| 316 | padding: 2%; } |
| 317 | |
| 318 | .footer { |
| 319 | bottom: 0; |
| 320 | width: 100%; |
| 321 | /* Set the fixed height of the footer here */ |
| 322 | height: 30px; |
| 323 | background-color: #07374a; |
| 324 | color: #ffffff; } |
| 325 | |
| 326 | #scrollIcon, #scrollTopIcon { |
| 327 | margin-top: 200px; |
| 328 | padding: 10px; |
| 329 | font-size: 1.5em; |
| 330 | color: #07374a; |
| 331 | border: solid 2px #07374a; |
| 332 | border-radius: 50%; } |
| 333 | |
| 334 | #scrollTopIcon { |
| 335 | margin-top: 10px; |
| 336 | font-size: 1em; |
| 337 | color: #ffffff; |
| 338 | border-color: #ffffff; } |
| 339 | |
| 340 | .back-to-top { |
| 341 | display: none; } |
| 342 | .back-to-top.visible { |
| 343 | display: block; } |
Unknown | 423f034 | 2017-07-30 16:44:34 -0400 | [diff] [blame] | 344 | |
| 345 | /* our team section */ |
Unknown | 284cf50 | 2017-08-01 21:04:50 -0400 | [diff] [blame] | 346 | #team { |
Unknown | 4f1903e | 2017-07-30 19:40:03 -0400 | [diff] [blame] | 347 | background-color: #0080ff; |
Unknown | 284cf50 | 2017-08-01 21:04:50 -0400 | [diff] [blame] | 348 | font-weight: 700; |
Unknown | 4f1903e | 2017-07-30 19:40:03 -0400 | [diff] [blame] | 349 | font-size: 1.5em; |
Unknown | 423f034 | 2017-07-30 16:44:34 -0400 | [diff] [blame] | 350 | } |
| 351 | .hr.invisible_hr { |
| 352 | height: 0; |
| 353 | padding: 0; |
| 354 | } |
| 355 | .hr.big_size_hr { |
| 356 | margin: 30px 0; |
| 357 | } |
| 358 | .hr { |
| 359 | clear: both; |
| 360 | display: block; |
| 361 | font-size: 0; |
| 362 | height: 24px; |
| 363 | margin: 20px 0; |
| 364 | overflow: hidden; |
| 365 | padding: 2px 0; |
| 366 | position: relative; |
| 367 | text-align: center; |
| 368 | width: 100%; |
| 369 | } |
| 370 | .highlight_secondary { |
| 371 | color: #FFFFFF; |
| 372 | } |
Henri Koivuneva | 984bf52 | 2017-08-12 14:51:57 +0300 | [diff] [blame] | 373 | .team-role, .team-name, .team-links-list a { |
Unknown | 423f034 | 2017-07-30 16:44:34 -0400 | [diff] [blame] | 374 | color: #07374a; |
Unknown | 4f1903e | 2017-07-30 19:40:03 -0400 | [diff] [blame] | 375 | } |
| 376 | .team-links { |
| 377 | padding-top: .75em; |
Henri Koivuneva | 984bf52 | 2017-08-12 14:51:57 +0300 | [diff] [blame] | 378 | } |
Henri Koivuneva | c5e99ce | 2017-08-12 15:59:30 +0300 | [diff] [blame] | 379 | .team-image img { |
| 380 | max-width:150px; |
| 381 | max-height: 150px; |
| 382 | margin:0 auto; |
Henri Koivuneva | 4c86650 | 2017-08-12 17:14:37 +0300 | [diff] [blame] | 383 | } |
Henri Koivuneva | 0752d23 | 2017-08-12 18:08:32 +0300 | [diff] [blame] | 384 | |
| 385 | @media (max-height: 880px) { |
| 386 | #scrollIcon, #scrollTopIcon {margin-top: 15vh} |
| 387 | } |
| 388 | @media (max-height: 800px) { |
| 389 | #scrollIcon, #scrollTopIcon {margin-top: 10vh} |
| 390 | .cover.top {padding: 7.5vh 0 12.5vh 0;} |
| 391 | } |
| 392 | @media (max-height: 750px) { |
| 393 | #scrollIcon, #scrollTopIcon {margin-top: 8vh} |
| 394 | } |
| 395 | @media (max-height: 720px) { |
| 396 | #scrollIcon, #scrollTopIcon {margin-top: 5vh} |
| 397 | .cover.top {padding: 5vh 0 10vh 0;} |
| 398 | } |
| 399 | @media (max-height: 650px) { |
| 400 | #scrollIcon, #scrollTopIcon {margin-top: 5vh} |
| 401 | .cover.top {padding: 2.5vh 0 5vh 0;} |
| 402 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 42vh;} |
| 403 | } |
| 404 | @media (max-height: 550px) { |
| 405 | #scrollIcon, #scrollTopIcon {margin-top: 5vh} |
| 406 | .cover.top {padding: 1.5vh 0 3vh 0;} |
| 407 | .headline {padding-top:3vh;} |
| 408 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 32vh;} |
| 409 | } |
| 410 | @media (max-height: 480px) { |
| 411 | #scrollIcon, #scrollTopIcon {margin-top: 0} |
| 412 | .cover.top {padding: 0vh 0 3vh 0;} |
| 413 | .headline {padding-top:1.5vh;} |
| 414 | body > div.container-fluid > div.row.cover.top > div > .row > .headline > img {max-height: 32vh;} |
| 415 | } |
| 416 | @media (max-width: 768px) { |
| 417 | .container-fluid {padding:30px 0 !important;} |
| 418 | .h1, .h2, .h3, h1, h2, h3 { |
| 419 | margin-top: 10px; |
| 420 | margin-bottom: 10px; |
| 421 | } |
| 422 | .lead, .about, .about-info, .about-tools, .about-last {font-size: 16px} |
| 423 | .about-info {padding: 0% 6% 0% 6%;} |
| 424 | .row.cover.top .lead { |
| 425 | max-width: 350px; |
| 426 | margin-left:auto; |
| 427 | margin-right: auto |
| 428 | } |
| 429 | .h4, h4 {font-size: 20px} |
| 430 | #portfolio h2 {padding-bottom: 0} |
| 431 | .portfolio-projects--btn {margin-top:1.25em;} |
| 432 | #scrollIcon, #scrollTopIcon {font-size: 1em} |
| 433 | } |
| 434 | @media (max-width: 360px) { |
| 435 | .h1, h1 {font-size: 32px;} |
| 436 | } |