.nav_tab {
    color: #e41c00;
    display: inline-block;
    /*width: 80px;*/
    text-align: center;
    padding: 5px 25px 5px 25px;
    font-size: 17px !important;
    font-family: 'Nosifer', cursive;
    cursor: pointer;
    margin-left: -4px;
    margin-right: -0.5px;
    border-right: 2px solid dimgrey;
    /*border-left: 2px solid dimgrey;*/
    /*border-radius: 10px;*/
}

.nav_tab:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#646c72+0,babbc1+26,828c95+47,3f3f3f+100 */
    background: rgb(100,108,114); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,108,114,1) 0%, rgba(186,187,193,1) 26%, rgba(130,140,149,1) 47%, rgba(63,63,63,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(100,108,114,1) 0%,rgba(186,187,193,1) 26%,rgba(130,140,149,1) 47%,rgba(63,63,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(100,108,114,1) 0%,rgba(186,187,193,1) 26%,rgba(130,140,149,1) 47%,rgba(63,63,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646c72', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
}

body {
    margin: 0;
    background: black !important;
}

#menu_div {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#828c95+0,babbc1+26,828c95+82,666666+100 */
    background: rgb(130,140,149); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(130,140,149,1) 0%, rgba(186,187,193,1) 26%, rgba(130,140,149,1) 82%, rgba(102,102,102,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(130,140,149,1) 0%,rgba(186,187,193,1) 26%,rgba(130,140,149,1) 82%,rgba(102,102,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(130,140,149,1) 0%,rgba(186,187,193,1) 26%,rgba(130,140,149,1) 82%,rgba(102,102,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828c95', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
    margin: 0;
}

#footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 7px;
    height: 20px;
    border-top: double 5px #7b7d7b;
    color: dimgrey;
    font-size: 18px;
    font-family: 'Special Elite', cursive !important;
}

#footer_contact {
    text-align: left;
    height: 100%;
    /*border: solid 1px white;*/
    /*width: 30%;*/
    margin: 0;
    display: inline-block;
}

#pop {
    color: #ff0511;
    text-align: center;
    background: black;
    border: solid 1px black;
}

#pop_pic {
    height: 100%;
}

#header_years_of_haunt {
    /*border: solid 1px red;*/
    display: inline-block;
    margin-left: 15%;
    font-size: 23px;
    color: #c40a00;
}

#footer_facebook {
    float: right;
    margin-right: 2%;
    /*border: solid 1px blue;*/
}

#fb_logo {
    width: 15px;
    cursor: pointer;
}