/*!
 * Start Bootstrap - Small Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: 'Roboto', sans-serif;
    padding-top: 50px;
    background: #ddd url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
h3 {
    font-size: 18px;
}
img {
    width: 150%;
}
.container {
    padding: 50px 20px;
    background: rgba(255,255,255,0.5);
}
.well {
    border-radius: 0;
    border: none;
    background: rgba(255,255,255,0.4);
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    body {
        padding-top: 0;
    }
}