/*
 * Copyright (c) 2017-2022, Ilmi Solutions Oy
 * All Rights reserved
 * Email: ilmi@ilmi.fi
 */

/**
 * Custom Bootstrap and Theme Overrides
 *
 * Bootstrap designers: Feel free to remove all of the styles in this
 * file to start a fresh new design. Most of the critical/functional
 * styles are found within the other CSS files, with this one included last.
 *
 * Bootstrap and Hexo markdown style overrides would typically happen here.
 */

/* Globals */

body {
    margin-bottom: 30px;
}

/* Basic HTML */

/* unvisited link */

.article-link {}

.article-entry>a {
    color: black;
    text-decoration: none;
}

.article-entry>a:link {
    color: black;
    text-decoration: none;
}

/* visited link */

.article-entry>a:visited {
    color: black;
    text-decoration: none;
}

/* mouse over link */

.article-entry>a:hover {
    color: #9d9d9d;
    text-decoration: none;
}

/* selected link */

.article-entry>a:active {
    color: #9d9d9d;
    text-decoration: none;
}

.vertical-center {
    display: flex;
    align-items: center;
}


/* Article post padding */
.article-entry {
    padding-top: 2em;
}

.article-header {
    margin-top: 0;
}

/* Bootstrap */

.navbar-fixed-bottom {
    color: white;
    margin-top: 15px;
    text-align: center;
}

.nav-center-block {
    float: none;
    margin: 0 auto;
}

.navbar {
    border-radius: 0;
}

.navbar-inverse {
    border-radius: 0;
}

/* thumbnail */

.thumbnail {
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.img-thumbnail {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
