body {
    background-color: #f9f9f9;
    /*color: #d4d4d4;*/
    font-family: 'Roboto', sans-serif;
}

.main-content {
    color: #303a3e;
    font-size: 1.1rem;
    /*border-right: 1px solid #3c3b3b;*/
}

body a {
    text-decoration: none !important;
    color: #303a3e;
    /*color: #FFFFFF;*/
}

body a:hover {
    /*color: #66CDAA;*/
}

/*.card {*/
/*    background-color: inherit !important;*/
/*}*/

/*.code-toolbar {*/
/*    border: 1px solid #3c3b3b;*/
/*    border-radius: 3px;*/
/*    margin-bottom: 10px;*/
/*}*/

pre {
    overflow-x: auto;
}

.main-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}

nav.navbar {
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .6);
    /*background-color: #000000 !important;*/
}

.external-post a {
    text-decoration: none !important;
}

.code-toolbar .toolbar {
    display: none;
}

#navbarSupportedContent {
    margin-left: 30%;
}

.navbar-brand {
    margin-left: 10%;
}

#contact-form-sidebar input, #contact-form-sidebar textarea {
    background-color: #1d1d1d;
    border: 1px grey solid;
    padding-left: 15px;
    color: #FFFFFF;
}

#contact-form-sidebar textarea {
    padding-top: 15px;
    width: 100%;
}

.contact-form-sibebar-submit {
    width: 100%;
    background-color: #1d1d1d;
    border: 2px #66CDAA solid;
    color: #66CDAA;
    padding: 7px 0 7px 0;
    font-size: 1.1rem;
}

.toast-error {
    background-color: red !important;
}

.toast-success {
    background-color: green !important;
}

.modal-backdrop {
    z-index: inherit !important;
}

.sidebar-block {
    position: sticky;
    top: 20px;
}