@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600");

html, body {
    background-image: url(/img/dark_dotted2.png);
    color: black;
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    overflow-y: scroll; 
}

.container.main {
    border-radius: 5px 5px 0 0;
    background-image: url("/img/diamond_upholstery.png");
}

.tab-content {
    padding-top: 20px;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    color: black;
    z-index: 99999;
}

#loader-inner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    color: black;
}

.navbar-custom {
    background: #8e9eab;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #eeeeee, #aeaeae);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #eeeeee, #aeaeae); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-image: url(/img/dark_dotted2.png);
}

.navbar-custom * {
    color: #aeaeae;
}

#parent-nav {
    background-color: none;
    margin: 0;
    padding: 0;
}

#main-nav {
    background-color: none;
    text-transform: uppercase;
    padding: 0;
}

#main-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
}

#main-nav .nav-link {
    background: #f8f9fa;
    color: black;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    padding: 8px 1.5em;
    text-align: center;
}

#main-nav .nav-link.active {
    background: #343a40;
    color: #f8f9fa;
}

#main-nav  li.nav-item:first-child > .nav-link {
    border-bottom-left-radius: 5px;
    border-left: 1px solid #aeaeae;
}

#main-nav  li.nav-item:last-child > .nav-link {
    border-bottom-right-radius: 5px;
    border-right: 1px solid #aeaeae;
}

@media screen and (max-width: 768px) {

    .container.main {
        border-radius: 0 !important;
    }

    #main-nav li.nav-item, #main-nav li.nav-item > .nav-link {
        width: 100%;
        border-left: 1px solid #aeaeae;
        border-right: 1px solid #aeaeae;
        border-radius: 0 !important;
        border-top: none;
        border-bottom: none;   
    }

    #main-nav li.nav-item:last-child, #main-nav li.nav-item:last-child > .nav-link {
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        border-bottom: 1px solid #aeaeae;
    }

}

.full.row {
    margin-top: 20px;
}

/*-----------------------*/

#appearances table {
    margin: 0 auto;
}

#appearances th {
    font-weight: bold;
}

#appearances th, #appearances td {
    padding: 0 10px;
    text-align: left;
}

#appearances table tr > * {text-align: left}
#appearances table tr > :first-child {text-align: right}

/*-----------------------*/

.dark-bg {
    background: #000000;
}

.row .dark-bg {
    position: relative;
    border-radius: 20px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    box-shadow: 0 0 5px black;
    
}

.row .dark-bg img {
    border-radius: 20px;
}

#bento,#merch,#gaming,#skov {
/*    padding: 20px 0;*/
}

#youtube img, #patreon img, #twitch img {
    border-radius: 20px;
    max-height: 100%;
/*    border: 10px solid white;   */
}

.row.bordered img {
/*    padding: 0 10px;*/
}

#bento > .h3,#merch > .h3,#gaming > .h3, #skov > .h3 {
    display: inline-block;
}

.tab-container, .tab-pane {
    margin: 0 auto;
}

.tab-pane:not(#appearances) {
    max-width: 690px;
    
}

/*-----------------------*/


.lightbox {
    font-family: 'Roboto', sans-serif;
    width: 100%;    
    height: 100%;
    position: absolute;
    visibility: hidden;
    color: white;
    background: #292929CC;
    font-weight: bold;
    font-size: 24px;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 999999;
}

.lightbox > * {
    display: inline-block;
}

a:hover .lightbox {
    visibility: visible;
}

/*-----------------------*/

#blog {
    color: black;
}

.blog-post {
    padding: 0 3em;
}

.blog-post-email a {
    font-style: italic;
}

#filler {
    margin: 10px 0 0 0;
    font-style: italic;
}

.blog-post .row a. {
    color: black;
}

.blog-info a {
    font-weight: bold;
}

.blog-post-link a {
    color: black;
}

.blog-post-link {
    text-transform: uppercase;
    margin-top: 10px;
}

.blog-post-body {
    font-weight: normal;
}

.blog-post-date {
    font-style: italic;
}


.blog-post-body p:first-child, .blog-post-title {
    padding-top: 10px;
}

.blog-post-title {
    margin: 0 0 5px 0;
    /*    text-transform: uppercase;*/
    font-weight: bold;
    text-align: left;
}

.blog-post hr {
    margin: 0;
    padding: 0;
}

#about {
    padding-bottom: 20px;
}

#social img {
    max-height: 30px;
    margin-left: 15px;
}

#social img:hover {
    filter: brightness(100000%);
}

.navbar-brand img {
    max-height: 50px;
    opacity: 0.9;
}

.navbar-brand img:hover {
    opacity: 1;
}