.hidden.menu {
    display: none;
}

/* don't remove */
.secondary.pointing.menu .toc.item {
    display: none;
}

/* don't remove*/

@media only screen and (max-width: 700px) {
    /* don't remove*/
    .ui.fixed.menu {
        display: none !important;
    }

    /* don't remove*/
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    /* don't remove*/
    .secondary.pointing.menu .toc.item {
        display: block;
    }
}

/* don't remove*/
header.masthead {
    width: 100%;
    padding: 0;
}

header.masthead.segment {
    padding: 0;
}

.swiper-container {
    width: 100%;
    position: absolute;
}

.swiper-wrapper {
    margin: 0;
    padding: 0;
    background: rgba(85, 85, 85, 0.2);
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
}


.masthead-content {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

div.header-title {
	margin-top: 20%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.20);
}

.ui.large.secondary.inverted.pointing.menu { border-width: 0px; }
.ui.large.secondary.inverted.pointing.menu > a.item { font-weight: bold; text-transform: uppercase; }
.ui.large.secondary.inverted.pointing.menu > a.active.item { border-color: #faad63; }
.dropdown:hover .dropdown-content { display: block; }