body {
    min-height: 100%;
    font-family: Helvetica, sans-serif !important;
    font-size: 16px;
    color: #002323 !important;
    margin: 0;
    margin-top: 30px;
    padding: 0;
}

.hidden.menu {
    display: none;
}

.actionElements {
    text-align: center;
}

.divResponse {
    padding: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #f4f4f4;
    background-color: rgba(0,0,0,0.3);
}

.masthead.segment::before {
    content: "";
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
}



.masthead.segment {
    min-height:500px;
    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;
    color: #ffffff;
    font-weight: normal;
    background-color: rgba(0,0,0,0);
}

.masthead h2 {
    font-size: 1.7em;
    color: #ffffff;
    font-weight: normal;
    background-color: rgba(0,0,0,0);
}

.ticker div {
    display: inline-block;
    word-wrap: break-word;
}

    .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 {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .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;
    }
}



.actionElements {
    float: right;
}

textarea:focus, input:focus {
    outline: none;
}

textarea, input, h1, h2 {
}

.dialog {
    font-size: 24px;
}

.typewriter {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid black; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: orange;
    }
}

.button {
    margin-top: 10px;
}

.ui.menu, .ui.dropdown {
    border: 0 none !important;
    box-shadow: none;
}

.ui.card {
    padding: 20px;
}

.answer p {
    font-size: 15px !important;
}

.answer span {
    font-size: 13px !important;
    background: #a1caf1;
    color: white;
}



#lblShare {
    cursor: pointer;
    user-select: none;
}



#signin {
    max-width: 550px;
}

    #signin input {
        font-size: 18px;
        font-weight: 200;
        border: 1px solid #08954c;
        padding: 5px;
    }

a {
    color: #003f3e
}

.mainDiv {
    max-width: 950px;
    margin: auto;
    margin-top: 20px;
}

.popular_item {
    cursor: pointer;
    padding-right: 5px;
    display: block;
    float: left;
    font-size: 15px;
    color: #08954c;
    border-bottom: 1px solid #f4f4f4;
    border-right: 15px solid #fff;
}

    .popular_item:before {
        content: '\1F836 ';
    }

scroll::-webkit-scrollbar {
    display: none;
}


.listItem {
    cursor: pointer !important;
    color: red !important;
    background: #08954c;
}
