/*@media screen and (min-width: 320px) and (max-width: 1024px) and (orientation: portrait) {*/
/*    html {*/
/*        transform: rotate(90deg);*/
/*        transform-origin: right top;*/
/*        width: 100vh;*/
/*        height: 100vh;*/
/*        overflow-x: hidden;*/
/*        position: absolute;*/
/*        top: 100%;*/
/*        right: 0;*/
/*    }*/
/*}*/

@media (max-width: 768px) {
    .container {
        width: 100%;
        max-width: none;
    }
}

.navbar-nav > li > a:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

.heading-seperator {
    width: fit-content;
    position: relative;
    margin: auto;
    margin-bottom: 1.4rem;
    letter-spacing: 4px;
}

.heading-seperator:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
}

.heading-seperator:after {
    position: absolute;
    content: '';
    right: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
}

.alert, .well, .jumbotron, .modal-content, .nav-pills .nav-link, .card, .card-header {
    border-radius: 0;
}

.menu-title {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

