.row-center{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;

}
body{
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin:0px;
    margin:0px;
    height: 100%;
    font-family: 'Source Code Pro', monospace;


}

@media (max-width: 767px){
    .d-mobile-none{
        display: none !important;
    }

}


.top-container{
    background-color: rgba(255,255,255,0.8);
    min-height: 1000px;
}
.list-items ul{
    padding-left: 0;
}

.list-items ul li{
    display: block;
    list-style: none;
    font-size:20px;
    color: #000;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (max-width: 767px){
  .list-items ul li{
      text-align: center;
  }

}

.info-section h1{
    font-family: 'Source Code Pro', monospace;
    font-size: 64px;
    font-weight: 500;
    color: #000;
}

@media (max-width: 991px){
.info-section h1{
    font-size: 50px;
    font-weight: 700;
}

}


.info-section p{
    font-size: 17px;
    font-weight: 500;
}
.info-section a{
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

a.phone-nr{
    font-weight: 600;
    font-size:19px;
    color: #000;
}
.slogan{
    font-weight: 700;
    font-size:16px;
}

img{
    max-width: 100%;
}
