.hidden.menu {
    display: none;
}

html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

b {
    font-weight: bold;
}

.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;
}

#main-block {
    position: absolute;
    top: 70%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    color: white;
    border-bottom-color: transparent;
}

#br {
    display: none;
}


#header-text {
    position: absolute;
    top: 20%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    font-size: 5rem;
}

#body {
    margin-top: 2rem;
}
    
#sydney {
    width: 100%;
    height: 100vh;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

#edward {
    border-radius: 50%;
    width: 40%;
    margin-top: 3rem;
}

.body {
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#intro-text {
    font-size: 3rem;
    text-align: center;
}

#description-text {
    width: 70%;
    text-align: center;
    font-weight: 300;
}

#body2 {
    background-color: rgb(0, 149, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem;
}

#body3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem;
}

#work-exp-text {
    font-size: 3rem;
    margin-bottom: 5rem;
}

.work-exp-cards {
    display: flex;
    flex-direction: row;
    width: 70%;
    flex-wrap: wrap;
}

.project-cards {
    display: flex;
    flex-direction: row;
    width: 70%;
    flex-wrap: wrap;
}

.company-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10rem;
    margin-right: 2rem;
}

.project-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2rem;
}

.project-container {
    background-color: white;
    border-radius: 2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.project-details img {
    width: 70px;
    margin-right: 1rem;
}

.work-exp-container {
    background-color: white;
    border-radius: 2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.work-exp-container img {
    width: 10rem;
    margin-top: 4rem;
}

.project-container img {
    width: 5rem;
}

.project-container h2 {
    margin-top: 0;
}

.work-exp-container h2 {
    margin-top: 0;
}

#job-desc-text {
    font-weight: 300;
    font-size: 1.5rem;
    text-align: justify;

}


.border-black {
    border: 1px solid black;
}


@media only screen and (max-width: 980px) {
    .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;
    }
    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }

    #main h2 {
        font-size: 4rem;
    }
    
    #view-projects-btn {
        font-size: 3rem;
        border-radius: 1rem;
        margin-top: 2rem;
    }

    #br {
        display: block;
    }

    #header-text {
        font-size: 7rem;
    }

    #main-block {
        top: 50%;
    }

    
    #edward {
        width: 30%;
        margin-top: 15rem;
    }

    #intro-text {
        font-size: 5rem;
        width: 70%;
        text-align: center;
    }
    
    #description-text {
        font-size: 4rem;
        font-weight: 300;
        width: 70%;
        text-align: center;
    }

    #work-exp-text {
        font-size: 5rem;
        margin-top: 5rem;
    }

    .work-exp-cards {
        width: 95%;
    }

    .project-cards {
        width: 95%;
    }

    .work-exp-container {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-bottom: 8rem;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .project-container {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-bottom: 8rem;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .company-details {
        width: 100%;
        margin-right: 0;

    }

    .company-details h4 {
        font-size: 2.5rem;
    }

    .project-details {
        width: 50%;
        margin-right: 0;

    }

    .project-details h4 {
        font-size: 2.5rem;
    }

    #job-desc-text {
        margin-top: 4rem;
        font-size: 3rem;
        text-align: center;
    }

    .work-exp-container img {
        width: 20rem;
    }

    #project-title {
        text-align: center;
        font-size: 4rem;
        margin-top: 5rem;
    }

    .project-details img {
        margin-right: 0;
    }

    .project-container img {
        width: 15rem;
    }

    .website-link-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: 8rem;
    }

    .website-link {
        border-radius: 5rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 70%;
        font-size: 3rem !important;
    }
}