>>6195898I changed many things in it since then, but I think the css is almost still the same.
pic related. My new startpage with a darker orange and texture background (I deleted the not needed css code for you and wrote my old orange code in this css for you).
____________________________
body {
overflow: hidden;
}
a {
text-decoration: none;
line-height: 25px;
}
#bgimg {
z-index: -10;
position: fixed;
background-size: cover;
background-repeat: no-repeat;
}
#container {
width: 100%;
display: table;
}
#cell {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.sqr {
display: inline-block;
width: 150px;
height: 150px;
margin: 3px 1px;
overflow: hidden;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
vertical-align: top;
}