.jumbotron {
    background: #532f8c;
    color: white;
    padding-bottom: 80px
}
.jumbotron .btn-primary {
    background: #845ac7;
    border-color: #845ac7
}
.jumbotron .btn-primary:hover {
    background: #7646c1
}
.jumbotron p {
    color: #d9ccee;
    max-width: 75%;
    margin: 1em auto 2em
}
.navbar+.jumbotron {
    margin-top: -20px
}
.jumbotron .lang-logo {
    display: block;
    background: #b01302;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid white
}
.jumbotron .lang-logo img {
    max-width: 100%
}

body {
    font-family: "Roboto";
}

#wrap {
    margin: 0 auto;
    padding-right: 4.5em;
    max-width:800px;
}

/*h1#logo-text:after*/
/*{*/
/*    content:'  ';*/
/*    display:block;*/
/*    margin-top: 5px;*/
/*    border:1.5px solid black;*/
/*}*/

h1#logo-text {
    font-size:5rem;
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
}

div {
    margin-top:10px;
}

.sexy_line{
    display:block;
    border:none;
    color:white;
    height:2px;
    background:black;
    background: -webkit-linear-gradient(left, black, darkgray);
}

.post_line{
    display:block;
    border:none;
    color:white;
    height:1px;
    background:gray;
}

h1 {
    font-size:1.5rem
}

h2 {
    font-size:1.2rem
}

h3 {
    font-size:2rem
}

h4 {
    font-size:2rem
}

div.post-content {
    font-size:14px;
    margin-bottom: 5px;
}

span.meta-date {
    font-size:10px;
}

.page-tag-title {
    font-size:10px;
}

p.post-tag {
    /*font-size:1.7vmin;*/
    font-size:10px;
}

div.content-area {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

a.siteNav-logo {
    color:black;
    text-decoration: none;
}

a.post-title {
    color:black;
    text-decoration: none;
}

.post-content a {
    color: black;
    font-style:italic;
    text-decoration: underline;
}

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

div#menu {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size:1.8rem;
}

#menu ul {
    list-style-type: none;
    margin: 0px;
    margin-top:10px;
    padding: 0;
    overflow: hidden;
}

#menu li {
    float: left;
}

#menu li a {
    display: block;
    color: black;
    text-align: center;
    padding-right: 1em;
    text-decoration: none;
}

#menu li a:hover {
    color: darkgrey;
}