/* Overrides and custom styles for Bamboo STEM Tutoring */

.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;
}

.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;
    }
}

/* Primary Green Override */
.ui.inverted.segment,
.ui.primary.inverted.segment {
    background-color: rgb(141, 177, 101);
    /* Custom Bamboo Green */
}

/* Secondary menu active underline color */
.ui.secondary.inverted.pointing.menu .active.item {
    border-color: #ffffff;
    color: #ffffff;
}

/* Bamboo Custom Navigation */
.ui.menu.bamboo-nav {
    background-color: #ffffff !important;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ui.menu.bamboo-nav .item {
    color: rgb(141, 177, 101) !important;
    font-weight: 600;
}

.ui.menu.bamboo-nav .item.active {
    background-color: rgba(141, 177, 101, 0.1) !important;
    color: rgb(141, 177, 101) !important;
}

.ui.menu.bamboo-nav .header.item img {
    width: 40px;
    margin-right: 1em;
}

/* Adjust masthead since we might stick the menu at the top */
.master-padding {
    padding-top: 70px !important;
}

.hero-logo {
    width: 250px !important;
    max-width: 100%;
    padding-top: 4em;
}

/* Ethos Section List */
.ethos-list {
    font-size: 1.33em;
    margin-top: 1em;
}

.ethos-list .item {
    margin-bottom: 0.5em;
}

/* Subject Pricing Tables */
.subject-pricing-section {
    padding-bottom: 5em;
}

.subject-pricing-section h1.ui.header {
    font-size: 3em;
    color: #666;
    margin-bottom: 0.2em;
}

.subject-pricing-section p.intro {
    font-size: 1.2em;
    color: #999;
    max-width: 800px;
    margin: 0 auto 3em auto;
    text-align: center;
}

.subject-container {
    margin-bottom: 4em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.subject-title {
    font-size: 2.5em !important;
    color: #666 !important;
    margin-bottom: 1em !important;
    font-weight: bold !important;
}

.ui.table.subject-table {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 12px !important;
    overflow: hidden;
}

.ui.table.subject-table thead th {
    background-color: rgb(141, 177, 101) !important;
    color: #ffffff !important;
    font-size: 1.2em;
    padding: 1.2em !important;
    border: none !important;
}

.ui.table.subject-table tbody td {
    padding: 1.2em !important;
    font-size: 1.1em;
    color: #666;
}

.ui.table.subject-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}