::-webkit-scrollbar { 
    width:0px; 
}

::-webkit-scrollbar-track-piece { 
    background-color:transparent; 
}

html { 
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-touch-callout: none;
}

body {
    padding-top: 80px;
    background-color:#FFD558;
    font-family: 'Anonymous Pro', monospace;
    color: #333333;
    font-size: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: justify;
    cursor:default;
}

a, a:visited, a:link, a:active {
    color: #333333;
    text-decoration: none;
    cursor:default;
}

a:hover, li a:hover, .navbar-text a:hover { 
    color: #5271FF; 
}

ul, li {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding-inline-start: 0px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #333333;
}

p {
    margin-bottom: 15px;
}

.embed-responsive {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.carouselExampleControls, img {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


.navbar { 
    border-bottom: 1px solid #333333; 
    background: inherit;
    padding-bottom: 15px;
}

.navbar-brand { 
    font-size: 15px;
    margin-left: 0px;
    padding-bottom: 0px;
}

.container { 
    max-width: 960px; 
}

.title {
    text-align:right; 
    background:#5271FF;
    color: #F5F5F5;
    font-weight: 700;
    margin-bottom: 25px;
}

.text_links {
    color:#5271FF !important;
}

.text_links:hover {
    text-decoration: underline;
}

#directory-listing {
    padding-bottom: 15px;
}

#directory-listing a, a:hover {
    background-color: transparent;
}

#life, #g, #chaos {
    display: block;
    margin: 0 auto;
}

#fm-synth {
    padding-bottom: 20px;
}

#fm-synth-menu {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
}

svg.waves:hover { 
    fill: #5271FF; 
    stroke: #5271FF;
}

svg.waves {
    fill: transparent;
    height: 22px;
    width: 22px;
    stroke-width: 1.5px;
    stroke: #666666;
}

.col-md-8, .col-sm-12, .col-xs-12 {
    padding-left: 0px;
    padding-bottom: 15px;
}

.katex {
    font-family: 'Anonymous Pro', monospace;
    color: #333333;
    font-size: 15px;
}
.katex-display {
    display: inline !important;
}

.katex-display>.katex {
    display: inline-block !important;
}

.form-control, .form-control:focus {
    background-color:#FFD558;
    color: #333333;
    font-size: 15px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #333333;
    box-shadow: none;
    padding: 0px;
}
.btn, .btn:focus, .btn:active {
    background: #5271FF;
    border: none;
    color: #F5F5F5;
    font-size: 15px;
    outline: none !important;
    box-shadow: none;
}
.btn:hover {
    background: #F5F5F5;
    color: #5271FF;
}
.form-control::-webkit-input-placeholder {
    color: #333333;
}
.modal-header {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-footer {
    border-top: 0px;
    padding-top: 0px;
}
.modal-body {
    padding-bottom: 0px; 
}