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

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

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


h5 {
    color: #FFFFFF;
    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;
}

@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;
    }
}