@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600|Barlow:100,400,500");

body{
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.9;
    color: #474747;
    text-align: left;
    background-color: #fff;
}
.admin-container{
    font-size: 1rem;
}
a{
    color: #da1b60;
}
.hide{
    display:none;
}
a:hover{
    color: #171717;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1rem;
    overflow-y: auto;

}
code{
    font-family: Noto Mono, Menlo, Monaco, Consolas, monospace;
    font-weight: 600;
    line-height: 20px;
    background: rgba(238, 238, 238, 0.8) none repeat scroll 0% 0%;
    color: rgb(255, 0, 109);
    margin: 0px 2px;
    max-width: 100%;
    overflow: auto;
    padding-top: 5px;
}
.highlight{
    background-color: #fbff00;
    font-weight: 400;
}
.media-title{
    font-size: 1.1rem;
    font-style: italic;
}
.sidebar a:hover {
    color: rgba(0, 0, 0, 0.8);
}
.sidebar a.active{
    color: #da1b60;
}
.sidebar a{
    color: rgba(0,0,0,0.6);
}

.sidebar-heading{
    color: #323d47;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.sidebar .nav-link {

    padding: 5px 15px;

    line-height: 1.5;
}

.alert-white {
    color: #474747;
    background-color: #fafbfb;
    border-color: #f1f2f3;
}

.lead-2 {
    font-size: 1.5rem !important;
    color: #323d47;
}
.article-tag{
    color: #da1b60;
    font-size: 80%;
}
.sections-header{
    font-style: italic;

}
h1 .anchor, h2 .anchor, h3 .anchor, h4 .anchor, h5 .anchor, h6 .anchor, .h1 .anchor, .h2 .anchor, .h3 .anchor, .h4 .anchor, .h5 .anchor, .h6 .anchor {
    position: absolute;

    left: -10px;
    opacity: 1;
    padding-right: 0.5rem;
    color: #da1b60;
    /*background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));*/
    /*background: linear-gradient(to right,#ff8a00,#da1b60);*/
}
a.anchor::before {
    content: '#';
    vertical-align: text-bottom;
}
a.anchor:hover{
    text-decoration: none;
}
.bg-gray{
    background-color: #fafbfb;
}
.br-1{
    border-right: 1px solid #f1f2f3;
}

.sidebar-header {
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #f1f2f3;
}

.sidebar-footer {
    text-align: center;
    padding-top: 1.5rem;
    margin-top: 30px;
    border-top: 1px solid #f1f2f3;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #323d47;
    letter-spacing: 0.5px;
    margin-bottom: .5rem;
    font-family: Barlow,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #323d47;
}

h1{
    font-weight: 400;
}

h2{
    font-weight: 400;
}


hr{
    margin: 3.5rem 0;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.25rem 0.3rem;
    font-size: 0.675rem;
    line-height: 1.1rem;
    border-radius: 0.2rem;
}
.close-sidebar{
    position: absolute;
    top: 10px;
    right: 15px;
}
.media-container{
    width:100%;
    background: #fafbfb;
    text-align:center;
    padding: 10px;
    border: 1px solid #f1f2f3;
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.nav-sections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-left: 3px solid #da1b60;
    padding-left: 1.5rem;
    /*font-size: 1.0625rem;*/
}

.nav-sections .nav-link {
    color: #da1b60;
    padding: 0;
}
.btn-fake{
    color: #212529;
    background-color: #f8f9fa;
    border-color: #212529;
    font-weight: 600;

}
@media (max-width: 981px) {

    .sidebar{
        display:none;
    }

    .sidebar.visible{
        display:block;
        z-index:10000;
    }

    h1{
        font-size: 2rem;
    }
    h2{
        font-size: 1.7rem;
    }

    a.anchor {
        display: none !important;
    }
}