::selection {
    background: #C7129169 !important;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #C7129169 !important;
    /* Gecko Browsers */
}

/* ============= LAYOUT ============= */
/* see: https: //fomantic-ui.com/examples/homepage.html */

.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 700px;
    padding: 1em 0em;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.bg-rome {
    position: relative;
    object-fit: cover;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    /* background: url("../startbootstrap/img/bg-pattern.png"), linear-gradient(to left, #C71291, #A11076); */
    background: linear-gradient(-45deg, #222222cc, #C71291cc), url("../image/pictures/bg-rome-03.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}

.ui.vertical.stripe h3 {
    font-size: 2em;
}

.ui.vertical.stripe .button+h3,
.ui.vertical.stripe p+h3 {
    margin-top: 3em;
}

.ui.vertical.stripe .floated.image {
    clear: both;
}

.ui.vertical.stripe p {
    font-size: 1.33em;
}

.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}

.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    height: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 767px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    .secondary.pointing.menu .toc.item {
        display: block;
    }

    .masthead.segment {
        min-height: 350px;
    }

    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }

    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

/* LAYOUT CORRECTIONS */

.ui.text.container {
    font-size: 1rem;
}

/* EMBEDDINGS */

iframe {
    display: block;
    margin: auto;
    border-radius: 16px;
}

.embed {
    border-radius: 16px;
}

/* VISIBILITY */

@media only screen and (max-width: 767px) {
    .hidden-on-mobile {
        display: none !important;
    }
}

/* FIELDS */

textarea.scrollable {
    height: 200px;
    overflow-y: scroll !important;
}

/* STICKY FOOTER */

.content {
    flex: 1;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease-out;
}

footer.collapsed {
    transition: transform 0.3s ease-out;
}

.scrollable-part {
    overflow-y: auto;
    transition: opacity 0.3s ease-out;
    opacity: 1;
}

footer.collapsed .scrollable-part {
    opacity: 0;
}

/* ============= MAP ============= */

.map-container,
.map-container.map {
    width: 100%;
}

/* ============= PRIMARY COLOR ============= */

.ui.primary.button,
.ui.primary.buttons .button {
    background-color: #C71291;
}

.ui.primary.button:hover,
.ui.primary.buttons .button:hover,
.ui.primary.button:active,
.ui.primary.buttons .button:active,
.ui.primary.button:focus,
.ui.primary.buttons .button:focus {
    background-color: #b01080;
}

.ui.primary.header,
a,
i.primary.icon.icon.icon.icon.icon {
    color: #C71291;
}

a:hover {
    color: #b01080;
}

/* ============= MUTIPURPOSE STYLING ============= */

.blurred {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* ============= LOGO ============= */

/* White large logo */
/* 1x */
.logo-w {
    display: inline-block;
    width: 448px;
    height: 96px;
    background-image: url("../image/logos/logo-shazarch-w.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Color small logo */
/* 1x */
.logo-c-sm {
    display: inline-block;
    width: 112px;
    height: 24px;
    background-image: url("../image/logos/logo-shazarch-c.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .logo-w {
        width: 224px;
        height: 48px;
    }
}

/* 2x */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .logo-w {
        background-image: url("../image/logos/logo-shazarch-w@2x.png");
    }
    .logo-c-sm {
        background-image: url("../image/logos/logo-shazarch-c@2x.png");
    }
}

/* 3x */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-resolution: 288dpi),
only screen and (min-resolution: 3dppx) {
    .logo-w {
        background-image: url("../image/logos/logo-shazarch-w@3x.png");
    }
    .logo-c-sm {
        background-image: url("../image/logos/logo-shazarch-c@3x.png");
    }
}