2015-11-25 13:28:07 +00:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
background-color: #4b1762;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
padding-top: 20px;
|
|
|
|
background-color: #4b1762;
|
|
|
|
min-height: 100%;
|
|
|
|
color: white;
|
|
|
|
position: relative;
|
|
|
|
font-family: "Raleway";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
.Centered {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
img#logo{
|
|
|
|
width: 500px;
|
2015-11-25 14:37:50 +00:00
|
|
|
margin-bottom: 20px;
|
2015-11-25 13:28:07 +00:00
|
|
|
}
|
|
|
|
p#domain {
|
|
|
|
margin-bottom: 40px;
|
2015-11-25 14:37:50 +00:00
|
|
|
font-size: 1.7em;
|
|
|
|
font-weight: 200;
|
2015-11-25 13:28:07 +00:00
|
|
|
}
|
|
|
|
p#moreInfo {
|
|
|
|
font-size: 1.3em;
|
2015-11-25 14:37:50 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
p#contact{
|
|
|
|
font-size: 1.3em;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
p#contact a{
|
|
|
|
font-weight: 600;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
div#links img {
|
|
|
|
height: 64px;
|
2015-11-25 13:28:07 +00:00
|
|
|
}
|
|
|
|
footer {
|
|
|
|
bottom: 0;
|
|
|
|
position: absolute;
|
|
|
|
height: 100px;
|
|
|
|
width: 100%;
|
|
|
|
}
|