body{
    background-position: center;
    background-image: url(bg.jpg);
    background-attachment: fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white
}
.profileavatar{
    width: 50%;
    border: 2px solid white;
    padding: 2px;
    box-shadow: 0 0 10px 0 #fbf2db;

}
.rank{
    color: #C0C0C0;
    white-space: nowrap;
    overflow: hidden;
}
.rankicon{
    color: gold;
}
.profilecard {
    color: white;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid white;
    border-radius: 2%;
}
.profilecard:hover {
    box-shadow: 0 0 10px 0 #fbf2db;
}
.crow{
    text-align: center;
}
img{
    width:20%
}
a, a:hover {
    color: white;
    text-decoration-line: none;
    text-decoration: none;
}
#main{
    height: auto;
    width: auto;
}
#features {
    position: relative;
    text-align: center;
    height: auto;
}
#steamgroup {
    position: relative;

}
.sgimg{
    width: 50%;
    border-radius: 15%;
}
.sgheader{
    text-align: center;
}
#staff {
    text-align: center;
    height: auto;
}
#server {
    text-align: center;
    height: auto;
}
.featurecard{
    border: 2px solid rgba(255, 255, 255, .5);
    background: rgba(0,0,0, 0.3);
}
.featurecard:hover{
    border: 2px solid white;
    box-shadow: 0 0 10px 0 #fbf2db;

}

.servercard{
    border: 2px solid rgba(255, 255, 255, .5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.servercard:hover{
    border: 2px solid white;
    box-shadow: 0 0 10px 0 #fbf2db;

}
footer {
    background: rgba(0, 0, 0, 0.2);
}

.arrowdown{
    position: absolute; bottom: 10px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);
}