html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('../fonts/ubuntu-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-v13-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}


body {
  font-family: 'Ubuntu', sans-serif;
}
#blubb {
  position: fixed;
  bottom: 100px;
  right: 45px;
  text-align: center;

}
#blubb header {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  margin-bottom: 15px;
}
#blubb header h1 {
  font-size: 110px;
}
#blubb header h1 span {
  color: #4d926f;
}
#blubb ul.links {
  list-style-type: none;
  display: inline;
}
#blubb ul.links li {
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
  font-size: 28px;
}
#blubb ul.links li:hover::after {
  color: #000000;
  visibility: visible;
  content: "]";
}
#blubb ul.links li:hover::before {
  color: #000000;
  visibility: visible;
  content: "[";
}
#blubb ul.links li:after {
  color: #ffffff;
  visibility: hidden;
  content: "]";
}
#blubb ul.links li:before {
  color: #ffffff;
  visibility: hidden;
  content: "[";
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #4d926f;
}


@media screen and (max-width: 480px) {

    #blubb {
        position: relative;
        height: 100%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        bottom: unset;
        right: unset;
    }

    #blubb header h1 {
        font-size: 125px;
    }

    #blubb header {
        position: relative;
        top: 323px;
        width: 125px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(-90deg);
    }

    #blubb ul.links {
        display:block;
        position: relative;
        top: 340px;
        padding-bottom: 30px;
    }

    #blubb ul.links li{
        display:block;
        font-size: 40px;
        line-height: 1.2em;
    }

}

@media screen and (max-width: 350px) {

    #blubb ul.links li {
        font-size: 33px;
    }

}

@media screen and (max-width: 280px) {

    #blubb ul.links li {
        font-size: 25px;
    }

}
