@import url(./animate.css);
@import url(./menu_footer.css);
@font-face { font-family: 'Gills Sans MT Condensed'; src: url(../fonts/GILC____.TTF); }
@font-face { font-family: 'Geometr231B'; src: url(../fonts/GEO231B.TTF); }
@font-face { font-family: 'Glastonbury'; src: url(../fonts/Glastonbury.ttf); }
body { background: #fafafa; }
header nav,footer .body { background: #f4f5f6; }
.site.side-open { height: 100vh; }
.P_header {
    position: relative;
    height: 1px;
    background: #333;
    margin: 16vh auto;
}
.P_header .page_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px 200px 5px 200px;
    font-size: 40px;
    background: #fafafa;
    color: #4c4840;
    font-family: 'Glastonbury';
}
.holder {
    width: 90%;
    margin: 5vh auto;
    background: #000;
    color: #ffff;
    padding: 8vh 0;
    text-transform: uppercase;
    font-size: 2.6em;
    text-align: center;
    border-bottom: 15px solid #d2d3d5;
    box-sizing: border-box;
}
.social_ul {
    width: 90%;
    margin: 10vh auto;
    border: 1px solid #adaeb0;
    text-align: center;
}
.social_ul ul {
    width: 50%;
    margin: auto;
    padding: 22vh 0;
    display: grid;
    grid-template-columns: repeat(5,120px);
}
.social_ul ul li {
    list-style: none;
    padding: 20px;
    margin: 0 15px;
    height: 100px;
    width: 100px;
    background: #383431;
    border-radius: 50%;
}
.social_ul ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 80px;
}
.social_ul ul li a i { font-size: 55px; }