html,
    body {
    background-image: url('../images/beers-pawling.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;}

    body, h1, p {
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    }
    
    ol, ul, li{
    text-align: left;
    background-color: #fff;
    }

    .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: 600;
        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;
    }


    .first {
          opacity: 0;
          -moz-transition: opacity 2s 1s;
          /* Firefox 4 */
          -webkit-transition: opacity 2s 1s;
        /* Safari and Chrome */
        -o-transition: opacity 2s 1s;
        transition: opacity 2s 1s;
    }

    .second {
          opacity: 0;
          -moz-transition: opacity 2s 3s;
          /* Firefox 4 */
          -webkit-transition: opacity 2s 3s;
        /* Safari and Chrome */
        -o-transition: opacity 2s 3s;
        transition: opacity 2s 3s;
    }

    .third {
          opacity: 0;
          -moz-transition: opacity 2s 5s;
          /* Firefox 4 */
          -webkit-transition: opacity 2s 5s;
        /* Safari and Chrome */
        -o-transition: opacity 2s 5s;
        transition: opacity 2s 5s;
    }
