/*
    DEMO STYLE
*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    background: #fff;
    font-size: 14px;
}

a {
    color: #2164b2;
}

p {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {

    text-decoration: none;
    transition: all 0.3s;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.search input[type="text"] {
    border: none;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 10px 50px;
    min-height: 100vh;
    transition: all 0.3s;
}

.navbar-expand-lg {
    box-shadoW: none !important;
}

.footer_block {
    width: 100%;
    height: 94px;

    bottom: 0;
    left: 0;
    padding: 31px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #content {
        margin: 21px;
    }

    .footer_block .float-left, .footer_block .float-right {
        width: 100%;
        text-align: center;
    }

}

#sdk-usage-warning {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    padding: 18px 0 10px 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#project-heading{
    margin-top: 30px;
}
