.hidden.menu {
    display: none;
}

#DESKTOP {
    display: block;
}

#MOBILE {
    display: none;
}

.masthead.segment {
    min-height: 100%;
    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: 4em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

@media only screen and (max-width: 760px) {
    #DESKTOP {
        display: none
    }

    #MOBILE {
        display: block
    }
}

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

.locateError.mobile {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 1em;
}

.masthead h2 {
    font-size: 2.5em;
    font-weight: normal;
}
.ui.text.container.middlewidth {
    max-width: 800px !important;
}

.sameline {
    margin-left: 10px;
    padding: 5px;
    display: inline-block;
}

.ui.big.pink.button.sameline {
    margin-left: 10px;
}


