@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.btn-techme{
    background-color:#fbba0e;
    border-color: #e1a90e;
}


.btn-erooms{
    background-color:#FF9800 !important;
    border-color: #FF9800 !important;
    color: white !important;
}

.btn-erooms-event{
    background-color:unset !important;
    border-color: #FF9800 !important;
    color: #FF9800 !important;
}

.btn-erooms:hover{
    background-color: rgba(255, 153, 0, 0.78) !important;
    border-color: transparent !important;
}

.btn-techme:hover{
    background-color: white;
    border-color: rgba(251, 186, 14, 0.83);
}

.btn-techme.focus,.btn-techme:focus{
    background-color:#fbba0e;
    border-color:#e1a90e;
}

.footer-logo {
    height: 130px;
}

footer a {
    color : white;
}

.deleteTag {
    cursor: pointer;
}

/*
@media (min-width: 1400px) {
    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
*/