/*
 * Copyright (c) 2016. Phillip Merensky. Copyright and License is restricted. For conditions please contact mail@phillme.de .
 */

body {
    width: 90%;
    padding-top: 1em;
    margin: auto;
    font-family: 'News Cycle', sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    color: white;
    text-align: justify;
    /*background: url("../background_mountains_800.jpg") no-repeat center center fixed;*/
    background-size: cover;
    background-color: black;
    line-height: 1.0;

}

.icon {
    background-image: url("../images/icon-3.png");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;

    padding-left: 60px; /* Or size of icon + spacing */
    margin-left: 0.35em;
}

ul {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0;
}

h1 {
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    padding: 0.2em 0.2em 0em;
    margin-bottom: 0;
    color: #055791;
}

.tagline {
    font-weight: normal;
    color: white;
    font-size: 0.56em;
    background-color: inherit;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 1em;
    padding-left: 10px;
    padding-top: 0.3em;
    position: absolute;
    left: 46px;
    top: 34px;
}

h2 {
    text-shadow: none;
    font-weight: bolder;
    color: #055791;
}

/*body > div {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    padding: 0.5em;
}*/

.basicdiv {
    width: 1024px;
}

pre {
    vertical-align: top;
}

.left-pre {
    display: inline-block;
    width: 130px;
    margin: 0
}

.middle {
    display: inline-block;
    width: 30px;
    margin: 0;
    vertical-align: top;
}

.right-pre {
    display: inline-block;
    width: 780px;
    margin: 0
}

li {
    margin-bottom: 1em;
    padding-left: 0.5em;
}

a {color: #1e90ff;}
