@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

/**
 * Global CSS
 */

body {
    background-color: #000;
    color: #fff;
    padding-top: 40px;
    padding-left: 220px;
}

 .side-header {
    position: fixed;
    width: 220px;
    height: 100%;
    float: left;
    top: 0;
    left: 0;
    z-index: 101;
    background-image: url(Background/bgmenu.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


.top-header {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #000000;
    background-image: url(Background/bgmenutop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    border-bottom: 0px solid #000;
    font-size: 10px;
    color: #915E21;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
}

#logo-header {
    position:fixed;
    z-index: 102;
    width: 10%;
    top: 0%;

}

.section {

}

.col {
    content: center;
    padding: 10px;
    padding-left: 100px;
}

#page-title {
    display: block;
    position: relative;
    text-align: center;
}

#page-title::after {
    content: '';
    display: block;
    margin: 20px auto 20px;
    width: 100%;
    width: 90%;
    height: 1px;
    border-bottom: 1px dotted #fff;
    position: relative;
    opacity: 1;
}

.text{
    text-align:center;
    line-height: 180%;
    font-size: 17px;
    font-family: 'Arimo', sans-serif;
    word-spacing: 2px;
    padding: 0 20px 40px;
    padding-right: 100px;
}


img {
    content: center;
    width: 100%;
    height: auto;
}

.bodypaint {
    font-family: 'Michroma', sans-serif;  
}

/**
 * Paintjob Grid
 */

.paintjob-grid {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    position: relative;
    padding: 10px;
    width: 95%;
    height: auto;
}

#liter {
    text-align: center;
    font-size: 20px;
}

#info {
    text-align: center;
}