html,
body {
height: 100%;
margin:0
}
body {
text-align: right;
color: #fff;
font-family: 'Raleway', sans-serif;
font-size:15px;
background: #999 url(images/Pic3.png) center no-repeat;
background-size: cover;
overflow: hidden;
padding-right: 50px
}
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
background: rgba(40, 40, 45, 0.8);
width: 100%;
height: 100%;
z-index: -1
}
a{
color:inherit
}
h1 {
width: 100%;
margin: 40vh 0 3vh 0;
font-family: 'Raleway', sans-serif;
font-weight: 100;
font-size: 3em;
transition:all 0.4s
}
h1:hover{
color:#00b8ff;
}
i {
display: block;
width: 100%;
margin-bottom: 4vh;
font-size:1em
}
.fa {
display: inline-block;
color: inherit;
border:1px solid;
text-decoration: none;
padding-top: 12px;
width: 40px;
height: 40px;
text-align: center;
border-radius: 20%;
box-sizing: border-box;
margin-left: 1em;
background: rgba(0, 0, 0, 0);
transition: all 0.4s;
}
.fa:hover {
color: #05a;
border-color:inherit;
background: rgba(0, 0, 0, 0.5);
}
.fa:nth-of-type(2):hover {
color: #09c;
border-color:inherit
}
.fa:nth-of-type(3):hover {
color: #d19;
border-color:inherit
}
.fa:nth-of-type(4):hover {
color: #e90;
border-color:inherit
}
.fa:nth-of-type(5):hover {
color: #0c6;
border-color:inherit
}
footer{
font-size: 0.7em;
text-align: center;
color: #666; background:rgba(0,0,0,0.4);
width: 100vw;
position: absolute;
bottom: 0px;
padding:0.8em 0;
}
.white{
color:#333
}
.white:before{
background: rgba(240, 240, 240, 0.8);
}
.white footer, .white .fa:hover{
background-color:rgba(250, 250, 2520, 0.4);
}