:root {
    --fontColor: #031633;
    /*Hotelio website landing page first grid font color*/
    --fgfont:white;
  }

.hotelio-head {
    font-family: Roboto;
    font-size: 16px;
    height: 100vh;
    width: 100vw;
}

@media (max-width: 576px) {
    .hotelio-head {
        font-family: Roboto;
        font-size: 11px;
        height: 100vh;
        width: 100vw;
    }
  }

@media all and ((min-width:576px) and  (max-width:900px)) {
    .hotelio-head {
        font-family: Roboto;
        font-size: 13px;
        height: 100vh;
        width: 100vw;
    }
}

body {
    margin:0px;
    height: 100vh;
    width: 100vw;
}

div {
    box-sizing: border-box;
}