@font-face { font-family:'Sharp Sans';font-style: normal;font-weight: 400;src: local(''),url('../fonts/sharp-sans-regular.woff2') format('woff2'),url('../fonts/sharp-sans-regular.woff') format('woff'),url('../fonts/sharp-sans-regular.otf') format('opentype');font-display:swap}
@font-face { font-family:'Sharp Sans';font-style: normal;font-weight: 700;src: local(''),url('../fonts/sharp-sans-bold.woff2') format('woff2'),url('../fonts/sharp-sans-bold.woff') format('woff'),url('../fonts/sharp-sans-bold.otf') format('opentype');font-display:swap}
@font-face { font-family:'Sharp Sans';font-style: normal;font-weight: 800;src: local(''),url('../fonts/sharp-sans-extrabold.woff2') format('woff2'),url('../fonts/sharp-sans-extrabold.woff') format('woff'),url('../fonts/sharp-sans-extrabold.otf') format('opentype');font-display:swap}

body{font-family: 'Sharp Sans', sans-serif; font-weight: 400; line-height: 1.75; color: #000000}
#main-container{position:relative;}
#main-container:before{content:"";position:absolute;background:rgba(255,255,255,.25);filter:blur(20px);top:0;left:0;width:100%;height:100%;z-index:-1}
.bg-orange{background-color:#ec1239;position:relative;}
.bg-orange:before{content:"";position:absolute;top:0;right:-50px;height:100%; border-width: 100vh 50px 0 0;border-color: #ec1239 transparent transparent transparent;border-style: solid;display: inline-block;}
.vh-lg-100{min-height:100vh;}
.logo{width:100%;max-width:300px;}
p{margin-bottom:1rem}
h1{font-weight:700;line-height: 1;margin-top:0;font-size:5rem;font-family:'Sharp Sans';text-transform: uppercase;font-weight:800;}
.card-title{font-family:'Sharp Sans';text-transform: uppercase; margin-bottom:0rem;}
.card-name{color:#555}
.description{font-size:22px;}
.btn-contact{background-color:#128C7E;font-family:'Sharp Sans';color:#FFF;text-transform:uppercase;}
.btn-contact:hover{background-color:#0f7468;color:#fff}
@media screen and (max-width:768px){
    .vh-lg-100{min-height:auto;}
    #main-container:before{content:"";display:none;}
}
@media screen and (max-width:576px){
    .logo{max-width:180px;}
    h1{font-size:2rem}
    .description{font-size:16px;}
}