
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 200;
    line-height: 1.3em;
    color: black;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
    background: rgba(255, 255, 255, 0.5);
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: rgba(0, 0, 0,0.7);
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    font-family: 'Exo 2', Candara,'Roboto', arial, sans-serif;
}

    #sidebar.active {
        margin-left: -250px;
        transform: rotateY(100deg);
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: linear-gradient(to bottom, rgba(255, 255, 255,1), rgba(0, 123, 255,0.7));
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li:hover {
            color: rgb(0, 123, 255);
            background: #fff;
        }

            #sidebar ul li:hover .dropdown-content {
                display: block;
            }

        #sidebar ul li.active > a, a[aria-expanded="true"] {
            color: #fff;
            background: #6d7fcc;
        }

    #sidebar .btn-round {
        background: #4da3ff;
        border-radius: 4rem;
        color: white;
        transition: 0.3s;
        box-shadow: 0.1rem 0.2rem #4da3ff;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-family: 'Exo 2', sans-serif;
        width: 160px;
    }

        #sidebar .btn-round:hover {
            background-image: linear-gradient(to bottom right, #0056b3, white);
            box-shadow: 0.1rem 0.2rem #0056b3;
        }

        #sidebar .btn-round:focus, .btn-primary.focus {
            background: white;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
    }

        #sidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }


    #sidebarCollapse.active span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }

        #sidebar.active {
            margin-left: 0;
            transform: none;
        }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }
}

#hotelmanbg {
    background: url(../img/bgimage.jpg) center top no-repeat fixed;
    background-size: cover;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2', Candara,'Roboto', arial, sans-serif;
}

.content-text {
    /*background: rgba(235,179,128,0.6);*/
    background: rgba(161,196,253,0.6);
    padding: 40px;
    overflow: hidden;
    min-height: 100vh;
}

    .content-text figure {
        text-align: center;
        float: right;
        width: 40%;
        min-height: 7em;
        max-width: 100%;
        font-size: 1rem;
        color: #565656;
        font-weight: 200;
    }

        .content-text figure img {
            width: 100%;
            max-width: 400px;
            min-width: 300px;
        }

@media (max-width: 992px) {
    .content-text figure {
        float: none;
        width: 100%;
    }
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size:0.9rem;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: black;
        padding: 6px 8px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        /* Add a grey background color to dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

