body {
    background-color : #fff;
    background-image: url(/images/fabric_of_squares_transparent.png);
    font-size: 18px;
    color: #5a5a5a;
}

h1, h2, h3 {
    color: #333;
    text-shadow: 1px 1px 1px #ccc;
}

h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 40px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

hr {
    border-color: #ddd;
}

a {
    color: #5bc0de;
}

a:focus, a:hover, a:active {
    color: #3d8296
}

blockquote {
    border-left: 5px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D";
}

blockquote:before {
    color: #bbb;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.container {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    background-image: url(/images/fabric_of_squares_transparent.png)
}

.header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    
}

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}


.nav-pills>li.active>a,
.nav-pills>li.active>a:hover {
    background-color: #5bc0de;
}

.jumbotron {
    background-color: rgba(1,1,1,.04);
    text-align: center;
}

.jumbotron h1 {
    color: #333;
}

.modal form {
    font-size: 14px;
}

.products .app {
    margin-bottom: 30px;
    text-align: center;
}

.products .app img {
    width: 140px;
    height: 140px;
}

.products .app .img-rounded {
    border-radius: 30px;
}

.products .app h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.products .app .btn {
    width: 116px;
}

.btn i { 
    margin-right: 3px;  
}

.icon-android {
    position: relative;
    top: 1px;
}


.featurette hr {
    margin: 80px 0;
}

.featurette h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    text-shadow: none;
    font-weight: normal;
}

.featurette .buttons {
    text-align: center;
}

.featurette .btn {
    width: 150px;
}

.featurette img {
    max-height: 500px;
    margin-top: 20px;
}

.featurette .img-rounded {
    border-radius: 80px;
}

.footer {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

@media (min-width: 768px) {
    
    body {
        background-color: #4d8296;
    }
    
    .container {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .featurette h2 {
        font-size: 50px;
    }
    
}

@media (min-width: 992px) {
    
    .featurette h2 {
        margin-top: 120px;
    }
    
    .featurette img {
        margin-top: 0;
    }
    
}