#tos {

    .content {
        .inner-content {
            background-color: inherit;
            padding: 0;
            width: 100%;
        }

        a, a:hover{
            color:white;
            text-decoration: none;
        }
    }

    .header{
        position:relative;
        width: 100%;
        padding-top:7rem;
        padding-bottom:6rem;
        background-image:url("../images/ewr_bg-mSt2l43.jpg");
        background-color: #201e25;
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        text-align: center;
        font-family: 'BankGothic Md BT';
        color: whitesmoke;
        font-weight: bold;
        text-transform: uppercase;
    }

    .ToS{
        color:whitesmoke;

        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
        text-align: center;
        font-family: 'BankGothic Md BT';
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .Tos h1{
        padding-bottom: 10px;
    }
    .ToS p{
        font-size: 17px;
    }
}
