/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/

body {
    padding-top: 80px;
    font-family: 'Roboto', sans-serif;
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}

section {
    margin-top: 40px;
}

    section:first-of-type {
        margin-top: 0;
    }

.page-heading {
    padding: 20px 0 40px;
    text-align: center;
}

.divider {
    border-bottom: 1px solid #ccc;
}

li a {
    transition-duration: 1s;
}
.navbar{
    background-color:white;
}
/* Helpers for top position on internal page links */
#topPos:before,
h3:before {
    display: block;
    content: " ";
    margin-top: -75px;
    height: 75px;
    visibility: hidden;
}

/* AFFIX STYLES */
.panel-affix {
    min-width: 225px;
}

.panel {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

/* Partitions */
/* Tablet and bigger */
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }

        .grid-divider > [class*='col-'] {
            position: static;
        }

            .grid-divider > [class*='col-']:nth-child(n+2):before {
                content: "";
                border-left: 1px solid #DDD;
                position: absolute;
                top: 0;
                bottom: 0;
            }

    .col-padding {
        padding: 1px 1px;
    }
}

h3 {
    margin-top: 5px;
    margin-bottom: 30px;
}

h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-decoration: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1dfdf;
    margin: 1em 0;
    padding: 0;
}
.navbar{
    background-color:white;
}
/* Image border */
.border {
    border: 1px dashed #CCC;
    padding: 10px;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.header_logo{
    height:50px;
}
.playstore {
    -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.8); /* FF3.5+ */
    -ms-transform: scale(0.8); /* IE9 */
    -o-transform: scale(0.8); /* Opera 10.5+ */
    transform: scale(0.8);
    /* IE6–IE9 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}
.screenshot {
    -webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.5); /* FF3.5+ */
    -ms-transform: scale(0.5); /* IE9 */
    -o-transform: scale(0.5); /* Opera 10.5+ */
    transform: scale(0.5);
    /* IE6–IE9 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
    margin:0;
    padding:0;
}