a {
    color: #0D47A1;
}

nav {
    height: 100px;
    line-height: 100px;
}

    nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        height: 100px;
        line-height: 100px;
    }

    nav .button-collapse i {
        height: 100px;
        line-height: 100px;
    }

    nav .brand-logo {
        line-height: 100px;
        margin-top: 6px;
    }

    /*@media only screen and (min-width: 601px) {*/
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 100px;
        line-height: 100px;
    }

.navbar-fixed {
    height: 100px;
}
/*}*/


body.noscroll {
    overflow: hidden;
}

.homepage.carousel {
    min-height: 100vh;
}


    .homepage.carousel .carousel-item > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .homepage.carousel .carousel-item .description {
        position: absolute;
        bottom: 0;
        left: 0;
        color: white;
        font-size: 2vh;
        width: 100%;
        padding: 0 10%;
        margin: 70px 0;
        text-align: center;
        text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black, -1px 1px 1px black, 2px 2px 2px black, 2px -2px 2px black, -2px -2px 2px black, -2px 2px 2px black;
        
    }

    .homepage.carousel.carousel-slider .carousel-fixed-item {
        bottom: 50%;
    }

        .homepage.carousel.carousel-slider .carousel-fixed-item .btn-floating {
            margin: 0 50px;
        }

@media only screen and (max-width : 992px) {
    .homepage.carousel {
        min-height: calc(100vh - 100px);
    }

        .homepage.carousel.carousel-slider .carousel-fixed-item {
            display: none;
        }
}

header, main, footer {
    padding-left: 200px;
}

.page-title {
    font-size: 3em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }
}

.sidenav {
    width: 200px;
}

    .sidenav li, .sidenav li > a {
        line-height: 40px;
        height: 40px;
    }

        .sidenav li > a {
            white-space: nowrap;
        }

    .sidenav .logo {
        padding: 8px;
        height: 100px;
    }

        .sidenav .logo a:hover {
            background-color: transparent;
        }

    .sidenav .sidenav-section {
        font-weight: 700;
        padding: 0 0 0 16px;
    }

    .sidenav li.headline {
        line-height: initial;
        height: unset;
        margin: 0 1em;
        font-weight: 700;
    }

        .sidenav li.headline a {
            color: #0D47A1;
        }

.mag-table td a {
    display: block;
    width: 100%;
}

.rev {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    white-space: nowrap;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

    .rev span {
        padding: 0;
        margin: -2px;
    }

.token-replace:before {
    content: "@";
}

.result {
    padding-bottom: 4em;
}

    .result ul {
        padding-left: 2rem;
    }

        .result ul li {
            list-style: disc;
        }

    .result table {
        margin-left: 2em;
        width: calc(100% - 4em);
    }

    .result td {
        padding: 5px 5px;
    }

        .result td:first-child {
            width: 30%
        }

.popper,
.tooltip {
    position: absolute;
    z-index: 9999;
    background: #fafafa;
    color: black;
    width: 150px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 10px;
    text-align: left;
}

.content ul {
    margin-left: 2rem;
}

    .content ul, .content ul li {
        list-style: disc;
    }

.sidenav .material-icons {
    font-size: 1.6em;
    margin-left: -0.3em;
    margin-right: 0.3em;
    margin-top: -0.1em;
    color: rgba(0, 0, 0, 0.7);
}

.sidenav li > a * {
    vertical-align: middle;
}

.youtubewrapper {
    padding-top: 50%;
    position: relative;
}

    .youtubewrapper > * {
        position: absolute;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
    }

.row .col .materialboxed {
    width: 100%;
}
