2016-04-02 22:24:34 +00:00
|
|
|
/* STYLE for jannikbeyerstedt.de
|
|
|
|
* for specific template
|
|
|
|
*/
|
2016-05-17 18:47:47 +00:00
|
|
|
@import "../mainvariables";
|
|
|
|
|
2017-11-20 19:58:56 +00:00
|
|
|
@font-face {
|
|
|
|
src: url("../../fonts/boon_logo-300.woff") format("woff");
|
|
|
|
font-family: "Boon-Logo";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
src: url("../../fonts/boon_logo-400.woff") format("woff");
|
|
|
|
font-family: "Boon-Logo";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-04-02 22:24:34 +00:00
|
|
|
main {
|
2016-10-28 19:22:28 +00:00
|
|
|
padding-top: 14vh;
|
2016-11-05 11:10:38 +00:00
|
|
|
|
2016-04-02 22:24:34 +00:00
|
|
|
div.home {
|
|
|
|
text-align: center;
|
2016-05-17 18:49:56 +00:00
|
|
|
|
2016-05-17 18:47:47 +00:00
|
|
|
div.logo {
|
2016-05-24 21:59:44 +00:00
|
|
|
font-family: 'Boon-Logo', "Verdana", "Arial", sans-serif;
|
2016-05-17 18:47:47 +00:00
|
|
|
font-size: 24.5px;
|
|
|
|
line-height: 1.2em;
|
2016-05-31 11:56:25 +00:00
|
|
|
font-weight: 300;
|
2016-05-17 18:49:56 +00:00
|
|
|
|
2016-05-17 18:47:47 +00:00
|
|
|
width: 11em; // more than needed, because of fallback fonts
|
|
|
|
margin: 0 auto;
|
2016-05-17 18:49:56 +00:00
|
|
|
|
2016-05-17 18:47:47 +00:00
|
|
|
span {
|
|
|
|
color: $color_accent;
|
|
|
|
font-weight: 400;
|
|
|
|
&.firstname {
|
|
|
|
padding-left: 0.1em;
|
|
|
|
padding-right: 0.56em;
|
|
|
|
}
|
2016-05-17 18:49:56 +00:00
|
|
|
&.surname {
|
2016-05-17 18:47:47 +00:00
|
|
|
letter-spacing: -0.036em;
|
|
|
|
}
|
|
|
|
}
|
2016-05-17 18:49:56 +00:00
|
|
|
|
2016-04-02 22:24:34 +00:00
|
|
|
}
|
2016-05-17 18:49:56 +00:00
|
|
|
|
2016-04-02 22:24:34 +00:00
|
|
|
p {
|
2016-05-17 18:47:47 +00:00
|
|
|
margin-top: 0.5em;
|
2017-11-20 19:58:56 +00:00
|
|
|
font-size: 15px;
|
2016-05-17 18:47:47 +00:00
|
|
|
letter-spacing: -0.02em;
|
2016-04-02 22:24:34 +00:00
|
|
|
}
|
2016-05-17 18:49:56 +00:00
|
|
|
|
2016-04-02 22:24:34 +00:00
|
|
|
}
|
|
|
|
}
|
2016-10-16 09:26:18 +00:00
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) {
|
2016-10-28 19:22:28 +00:00
|
|
|
main {
|
2016-10-28 21:32:29 +00:00
|
|
|
padding-top: 10vh;
|
2016-10-16 09:26:18 +00:00
|
|
|
}
|
|
|
|
}
|