html, body {
    height: 100%;
    width: 100%;
    background-color: #206eb0;
    margin: 0;
}




.main {
    width: 100%;
    margin-top: 0px;
    background-color: #206eb0;
}


.header_search_title {
    padding-top: 5px;
    height: 50%;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: white;
}

.header_search_select {
    width: 200px;
    height: 35px;
    font-size: 12px;
    font-family: Arial;
}

.header_search_btn {
    border: solid;
    border-width:1px;
    background: none;
    width: 200px;
    height: 35px;
    font-size: 12px;
    font-family: Arial;
    background-color: #206eb0;
    color: white;
    font-weight: bold;
}

.project_element_text {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 15px;
    font-family: Arial;
    color: white;
}

.project_div_image {

}

.project_image {
    width: 300px;
    height: 190px;
    object-fit: cover;
}

.project_button {
    background-color: transparent;
    border: solid;
    border-width: 1px;
    color: white;
    width: 15em;
    height: 35px;
    bottom: 0;
}

@media only screen and (min-width: 850px) {
    #header {
        position: relative;
        top: 0;
        left: 0;
        width: 100vw;
        background-color: #289dd3;
        height: 100px;
        padding-bottom: 20px;
    }


    .header_outer_div {
        float: left;
        width: 33%;
        height: 100%;
        text-align: center;
    }

    .project_element {
        width: 100%;
        min-height: 200px;
        padding-top: 10px;
        border-bottom: 1px solid white;
        overflow: hidden;
        display: block;
    }

    .project_element_left {
        float: left;
        width: 350px;
        height: 100%;
        text-align: center;
    }

    .project_element_right {
        float: left;
        width: calc(100% - 350px);
        height: 100%;
    }

    .project_element_title {
        padding-bottom: 10px;
        padding-left: 10px;
        font-size: 18px;
        font-family: Arial;
        color: white;
        text-align: left;
    }

    .project_button_div {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


@media only screen and (max-width: 850px) {
    #header {
        position: relative;
        top: 0;
        left: 0;
        width: 100vw;
        background-color: #289dd3;
        height: 150px;
        padding-bottom: 20px;
        text-align: center;
    }

    .header_outer_div {
        display: block;
    }

    .project_element {
        width: 100%;
        min-height: 200px;
        padding-top: 10px;
        border-bottom: 1px solid white;
        overflow: hidden;
        text-align: center;
    }

    .project_element_left {
        width: 100%;
        height: 200px;
        display: block;
    }

    .project_element_right {
        width: 100%;
        min-height: 100px;
        display: block;
        float: left;
        text-align: left;
    }

    .project_element_title {
        padding-bottom: 10px;
        padding-left: 10px;
        font-size: 18px;
        font-family: Arial;
        color: white;
        text-align: center;
    }

    .project_button_div {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
}




    /*--------unused--------*/
    .project_element_old {
        display: block;
        padding-top: 20px;
        min-height: 100px;
    }
