/*------------------------------------*\

	Back to top

\*------------------------------------*/



#back-to-top {

    display: none;

    position: fixed;

    bottom: 20px;

    right: 20px;

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    background: #ab0202;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 3px;

    color: #FFF;

    z-index: 9999;

    -webkit-transition: 0.2s opacity;

    transition: 0.2s opacity;

    cursor: pointer;

}



#back-to-top:after {

    content: "\f106";

    font-family: 'FontAwesome';

}



#back-to-top:hover {

    opacity: 0.8;

}
p{
            font-size:1.125rem;
            line-height:1.8;
}