html,
body,
header,
.view.jarallax {
    height: 100%;
    min-height: 100%;
}

body {
    padding-top: 66px;
}


@media (min-width: 992px){
    main, footer {
        padding-left:96px; 
        //padding-left:180px; 
    }

    body {
        padding-top: 0px; 
    }
}

.intro-title {
    font-size: 2.5rem;
}
.intro-subtitle {
    font-size: 1.5rem;
}

.sub-page {
    height: 240px !important;
}

.navbar {
    background-color: transparent;
}

.top-nav-collapse {
    background-color: #4285F4;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #4285F4;
    }
}

#left-menu {
    width:96px;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 10000;
    box-shadow: 0px 3px 5px #888;
}
#left-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #8c8c8c;
}
#left-menu ul li p{
    font-size: 13px;
    margin-bottom:0px;
    font-weight: 400;
}
#left-menu button {
    width: 84px;
    padding:8px 8px 4px 8px;
}

.hostel-lp .navbar {
    background-color: #d2c661;
}
.navbar-nav .nav-item {
    font-weight: 400;
}

#calendar .fc-toolbar h2 {
    font-size: 1.4rem;
}

.quit-menu li{
    width:30%;
    display: inline-block;
}
.quit-menu li a{
    line-height: 1.4rem;
    text-align:center;
    font-size: 0.8rem;
    font-style: none;
    font-weight: 500;
    color: gray;
}
.quit-menu li a:hover{
    color: #343a40;
}
.quit-menu li a i{
    font-size: 1.8rem;
}
.side-nav .collapsible a {
    font-size: 0.9rem;
    font-weight: 400;
    color: gray;
}
.side-nav .collapsible a:hover {
    color: #343a40;
}
