.logo {
    float: left;
    margin-right: 20px;
    display: block;
}

.logo img {
    height: 55px;
}

nav {
    margin-top: 17px;
    text-align: right;
}

header {
    height: 50px;
}

section, header {
    border-bottom: 1px solid #95d4e7;
}

section, header, footer {
    padding: 5px 20px;
}

ul li, nav li {
    list-style: none;
    display: inline-block;
}

a {
    margin: 0 10px;
}

a, h2 {
    color: #EC008C;
}

a:hover {
    color: #671345;
}

.highlighted {
    color: #EC008C;
}

.make-center {
  text-align: center;
}

.menu-explorer {
    color: transparent!important;
    display: block;
    display: none;
    text-align: center;
    position: absolute;
    margin-right: 12px;
    margin-top: 12px;
    right: 0;
}

.menu-explorer img {
    vertical-align: middle;
    width: 25px;
}

.room_input{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    margin: auto;
}

@media all and (max-width: 900px) {
    tr, td, .logo {
        display: block;
    }

    .logo {
        text-align: center;
    }

    nav li {
        border: 0;
        display: block;
        text-align: right;
    }

    nav li img {
        float: right;
        margin-right: 0;
        margin-left: 12px;
    }

    nav {
        height: auto;
        margin: 0;
        display: none;

        position: fixed;
        left: auto;
        right: 0;
        top: 0;
        z-index: 9;
        background: white;
        width: auto;
        height: 100%;
        box-shadow: rgb(84, 145, 208) 0px 0 0px 2px;
    }

    nav li {
        border-bottom: 1px solid rgb(84, 145, 208);
        text-align: center;
        line-height: 2;
    }

    nav li a {
        padding-right: 3px;
    }

    .menu-explorer {
        display: block;
    }

    .header {
        position: static;
        border: 0;
        box-shadow: rgb(84, 145, 208) 0px 2px 0px 0px;
    }

    .no-mobile {
        display: none!important;
        opacity: 0!important;
        visibility: hidden!important;
        z-index: -1!important;
        width: 0!important;
        height: 0!important;
        overflow: hidden!important;
        border: 0!important;
        box-shadow: none!important;
    }

    nav a, .menu-explorer {
        font-size: 15px;
    }
}

@media all and (max-width: 620px) {
    button, input {
        display: block;
        margin: 5px 10px;
    }
}

@media all and (max-width: 500px) {
    h1 {
        font-size: 18px;
    }
}

@media screen and (orientation:portrait) and (min-width: 350px) {
    .header {
        position: fixed!important;
        border-bottom: 1px solid white!important;
        box-shadow: rgb(84, 145, 208) 0px 1px 0px 0px!important;
    }
}

