html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Fontfabric - Mont Light' !important;
}
.btncompany {
    background-color: #fe1b2eff;
    color: white;
}
.btnindex {
    background-color: #fe1b2eff;
    color: white;
}
.btnproject {
    background-color: #fe1b2eff;
    color: white;
}

.appcolor {
    color:#d02528;
}
.unterbuton {
    background-color: #fe1b2eff;
    color: white;
    border:0;
    border-radius:5px;
   
}
.sigbotom {
    border-bottom: 1px solid ;
}


@font-face {
    font-family: 'Fontfabric - Mont Light';
    src: url('../NewFolder/Fonts/Fontfabric - Mont Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
