﻿body {
    background: url(../logo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: 10px;
    background-size: 350px;
    background-color: rgba(255, 255, 255, 0.5)
}

    /*body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
    }*/

body, h1, p {
    font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

.container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 177px;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}

.row:before, .row:after {
    display: table;
    content: " ";
}

h1 {
    font-size: 48px;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.lead {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 20px;
}

p {
    margin: 0 0 10px;
}

a {
    color: #3282e6;
    text-decoration: none;
}


