@import url('http://fonts.googleapis.com/css?family=Lato');
body, html {
    background: #222222;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 3em;
    color: #fff;
    margin: 0px 0px 20px 0px;
    padding: 40px;
}

h2 {
    color: #AAAAAA;
    font-weight: normal;
}

.section {
    text-align: center;
}

.selection .btn {
    min-width: 300px;
}

#floating {
    position:fixed;
    width: 100%;
    z-index: 10;
    top: 50px;
}

.cost h1 {
    font-weight: 2000;
}


button, input, textarea {
    color: black;
    overflow: visible;
    float: right;
}
input, textarea {
    width: 150px;
}

.btn-group-vertical a {
    color: black;
    background: white;
}

.error{
    display: none;
    color: red;    
}

.personal{
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    #floating, .selection {
        transform: scale(3,3);
    }

    #floating {
        top: 200px;
    }

    h1 {
        font-size: 2em;
        padding: 0px 330px 0px 330px;
    }
}


