body {
    /*background-image: linear-gradient(180deg, #8F1600, #B32113 100px, #8F1600);*/
    font-family: 'PFDinTextCondPro', sans-serif;
    background-image: url('../img/bg-sample.jpg');
    height: 100%;
    margin: 0;
    padding: 0;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
    color: #fff;
}

.bold-text {
    font-weight: bold;
    margin-bottom: 5px;
}

.normal-text {
    font-weight: normal;
    margin-bottom: 5px;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-BoldItal.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-LightItal.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-MedItal.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-ThinItal.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-XBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-XBlackItal.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-XThin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/fonts/PFDinTextCondPro-XThinItal.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}