.masthead.segment {
    min-height: 400px;
    padding: 1em 0em;
    margin-bottom: 2em !important;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.masthead h1.ui.subheader {
    margin-top: 4em;
    margin-bottom: 0em;
    font-size: 1.1em;
    font-weight: normal;
}

.masthead h1.ui.header {
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.main.container {
    margin-bottom: 3em;
}

.about.info {
    font-size: 1.2em !important;
    display: flex !important;
    flex-flow: column !important;
    justify-content: center !important;
}

.about.info .item {
    margin-bottom: 0.25em;
}

.about.info .item .list {
    margin-left: 0.25rem;
}

.about.me {
    font-size: 1.2em !important;
}

.underscore::before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #2185d0;
    width: 100px;
    margin-top: 1.3em;
}

.segmented.progressbar {
    display: flex;
    margin-bottom: 1em;
    position: relative;
}

.segmented.progressbar .item {
    width: 100%;
    background-color: lightgray;
    margin-right: 2px;
    height: 0.7em;
}
.segmented.progressbar[level="1"] .item:nth-child(-n+1) {
    background-color: #2185d0;
}

.segmented.progressbar[level="2"] .item:nth-child(-n+2) {
    background-color: #2185d0;
}

.segmented.progressbar[level="3"] .item:nth-child(-n+3) {
    background-color: #2185d0;
}

.segmented.progressbar[level="4"] .item:nth-child(-n+4) {
    background-color: #2185d0;
}

.segmented.progressbar[level="5"] .item:nth-child(-n+5) {
    background-color: #2185d0;
}

.item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

h1.ui.huge.header {
    font-size: 3em;
}

.ui.piled.project.segment {
    margin-top: 1em;
    margin-bottom: 3em;
}

.labels {
    margin-bottom: 1em;
}

h1.minimal.padding,
h2.minimal.padding,
h3.minimal.padding,
h4.minimal.padding,
h5.minimal.padding {
    margin-top: 1em;
}

p.unpadded{
    margin-bottom: 0em;
}

ul.ui.list.unpadded {
    margin-top: 0.5em;
}

a.video.time.button {
    cursor: pointer;
}

a.video.time.button:hover {
    text-decoration: underline;
}

.one.column.tight.row {
    padding-top: 0em;
}

@media only screen and (max-width: 700px) {
    .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;
    }
}