#home_top {
    background-color: #222;
    font-family: "PT Sans", "Trebuchet MS", Tahoma, sans-serif;
    color: #999;
    font-size: 90%;
    line-height: 1;
    padding: 0 5%;
    height: 43px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    text-decoration: none;
}
@media only screen and (max-width:500px){
    #sometimes_extra,#greetings{
        display: none;
    }
    
}
.line1{
    margin: auto;
    width: 92%;
    height: 2px;
    background-color: #222;
    box-shadow: 20px 20px 50px grey;
}

#home_top h1 a {
    color: #999;
    letter-spacing: normal;
    padding: 0px 10px;
    text-decoration: none;
}

.top{
    color: #ccc;
    text-decoration: none;
    padding: 6px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

#home_top h1 a {
    color: #fff;
}

#home_top h1 {
    float: left;
    font-size: 150%;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    left: -8px;
    padding: 6px 0;
    letter-spacing: 0.08em;
    margin: 0;
}

#home_top h1 span {
    color: #999;
}

a:hover {
    background-color: rgb(52, 52, 50);
}
#service {
    text-decoration: none;
    margin-left: 50%;
    font-size: 135%;
    line-height: .5;
    padding: 0 3%;
    position: relative;
}
#service a{
    text-decoration: none;
    color: #999;
    list-style-type: none;
    border-radius: 5px;  
    padding: 0px 2%;
}#service li{
    list-style-type: none;
    
}
#service li a:hover{
    color: white;
}
.footer{
    margin-top: 100px;
    text-align:right;
    width:100%;
    z-index: 5;
    padding-top: 100px;
    background-color: #222;
    position:absolute;
    bottom:0;
}
@media (max-height:770px) {
    .footer{
        position: relative;
    }
    
}