/* * {
    margin: 0;
    padding: 0;
} */
body {
    background-color: #0c0c0c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
}
#banner{
    border: 2px solid rgb(255, 255, 255);
    height:100px;
    background-color: #1f0541;
    box-shadow: #ffffff 2px 4px 8px 2px;
}
#image-overlay-container{
    float:left;
    position:relative;
    width:40%; 
    height: 100px;
    height:banner;
    overflow: hidden;
    /* background-image: "../Images/dayz-banner.jpg"; */
    background: url("../Images/dayz-banner.jpg") no-repeat center;
}
#image-overlay-text{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color:rgb(255, 255, 255);
    font-size: 3em;
    font-weight: bold;
    /* text-shadow: 2px 2px 4px #000000; */
    text-shadow: #000000 1px 1px 2px;

}
#navbar{
    float:right;
    justify-content: center;
    /* background-color: #140201; */
    padding: 1em 0;
    width: 40%;
    height:10%;
}
#home{
    float:right;
    padding: 0 1em;
}
#services{
    float:right;
    padding: 0 1em;
}
#about{
    float:right;
    padding: 0 1em;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 1em;
    color: #ffffff;
    text-align: center;
    
}
p{
    margin-bottom: 1em;
    color: #ffffff;
    text-align: center;
}
#content{
    color: #ffffff;
    float: none;
    clear:both;
}
