@import url('http://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Muli');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
html,
body,
.splash-panel {
    height: 100% !important;
    background-color: #f7f7fa !important;
    font-family: 'Muli' !important;
}

.jumbotron {
    margin-bottom: 0 !important;
    background-color: #f7f7fa !important;
}

.panel {
    background-color: #f5f5f5 !important;
    margin-bottom: 0 !important;
}

.container-fluid p {
    padding: 0 100 0 100;
    line-height: 1.5;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.blog-title {
    display: inline-block !important;
}

.list-of-posts li {
    list-style-type: none;
}

.zenithkun h1 {
    font-family: 'Lobster' !important;
    font-size: 4em;
    color: #333;
}

.post a {
    color: #000;
}

.post a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

h6 a {
    text-decoration: none;
    color: black;
}

@media all and (max-height: 600px) {
    img {
        width: 100px;
        height: 100px;
    }
}

#social ul {
    height: auto;
    margin: 0;
    padding: 0;
}

#social li {
    display: inline-block;
    padding: 9px;
    opacity: 0.8;
    transition: all 0.4s ease 0s;
}

#social li:hover {
    opacity: 1;
}

.twitter-index {
    padding-top: 50px;
}

.postCards {
    margin-top: 50px;
}

.blackGlyph {
    color: black;
}

.postContent p {
    text-align: justify;
}

header {
    margin-top: 70px;
    /*margin-bottom: 30px;
	height: 100px;*/
}

header ul {
    margin-bottom: 0;
    text-align: left;
    float: right;
    vertical-align: text-bottom;
    /*height: 100px;*/
}

header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

header ul li a {
    padding: 0 0.8em;
    text-decoration: none;
    color: inherit;
}

header ul li a:hover {
    text-decoration: none;
    color: inherit;
}

p {
    margin: auto;
}