

#half-circle-top, #half-circle-bottom{
    position: absolute;
    width: 100vw;
    height: auto;
}
#half-circle-top{
    /* position: relative;
    top: 1px; */
    bottom: -1px;
}
#half-circle-bottom{
    top: -1px;
}
.get-started-button{
    width: 261px;
}

/* .arrow-wrapper{
    height: 20vh;
    width: 100vw;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 0;
} */
/* .arrow-wrapper-mobile{
    height: 2vh;
    width: 100vw;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    position: relative;
    bottom: 6px;
} */
/* .arrow-wrapper-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
} */


/* ----------------------------------------------------------------------------- */
/* RECENT PROJECTS TILE STYLES */
.recent-projects-inside{
    background-color: #071E3D;
    border-radius: 8px;
    margin: 0 0 30px 0;
}
.project-spacer{
    height: 30px;
}
.header-wrapper, .recent-projects-inside{
    width: 90%;
}
.large-header{
    color: #071E3D;
    font-size: 32px;
    margin-bottom: 10px;
}
.project-header{
    color: #ffffff;
    font-size: 22px;
}
.expand-window {
    /* align-items: center; */
    display: none;
}
.show{
    display: flex;
}
.expand-img{
    width: 100%;
}
.img-selection{
    display: flex;
    justify-content: center;
}
.img-selection-mobile{
    display: flex;
    width: 100%;
    justify-content: center;
}

.expand-selection-arrow{
    color: #5ac1d8;
    font-size: 48px;
    margin: 0 10px 0 10px;
    cursor: pointer;
    transition: all 0.3s;
}
.expand-selection-arrow-mobile{
    margin: 0 15px 0 15px;
}
.recent-projects-tile{
    padding: 3px 3px 3px 20px;
}
.tile-inside {
    display: flex;
}
.header-center {
    width: 60%;
    display: flex;
    align-items: center;
}
.see-more-wrapper {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 105px;
    overflow: hidden;
    position: relative;
    right: 6px;
}

/* .expand-arrow {
    cursor: pointer;
    color: #5ac1d8;
    font-size: 70px;
    position: relative;
    top: 0;
    
} */
/* Rotate arrow */
/* .expand-arrow {
    z-index: 3;
    margin: 0 7px 0 7px;
    color: #5ac1d8;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
} */
/* .expand-arrow{
    z-index: 3;
    cursor: pointer;
    transform-origin: 50% 50%;
} */
.expand-arrow {
    position: relative;
    right: 14px;
    z-index: 3;
    cursor: pointer;
    transform-origin: 50% 50%;
}
.expand-arrow-image{
    width: 28px;
}
.expand-arrow:hover {
    transition: all 0.3s;
}
.expand-selection-arrow:hover{
    color: #245CBD;
}
.expand-img-wrapper-mobile{
    display: block;
}
.expand-img-wrapper{
    display: none;
}
/* .expand-arrow:hover, .expand-selection-arrow:hover{
    color: #245CBD;
    transition: all 0.3s;
} */



.line {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2px;
    max-width: 100px;
    background-color: #ffffff;
    background-color: #5ac1d8;
}
/* .expand-paragraph {
    margin: 0 15px 0 50px;
    height: 489px;
    max-width: 362px;
    font-size: 16px;
    width: 40%;
} */
.expand-paragraph {
    margin: 0 15px 0 15px;
    /* height: 489px; */
    /* max-width: 362px; */
    font-size: 16px;
    width: 68%;
}

.expand-paragraph-inner{
    color: #7ED3E6;
    /* line-height: 2.1; */
    line-height: 1.7;
}
.expand-paragraph-inner-desktop{
    display: none;
}

/* BLOG SPECIAL CASE (WORKAROUND) */
.expand-paragraph-blog{
    position: relative;
    top: 22px;
}
/* END BLOG SPECIAL CASE */
/* END RECENT PROJECTS TILE STYLES */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* DROP DOWN STYLES */
.show{
    display: flex;
}
.clicked-drop-down{
    transform: rotate(-180deg);
}
.visit-page a{
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
}
.visit-page a:hover{
    transition: all 0.3s;
    color: #245CBD;
}
/* END DROP DOWN STYLES */
/* FOOTER STYLES */
.footer-container{
    position: relative;
}
.half-circle-bottom-container{
    position: relative;
}
/* END FOOTER STYLES */

/* MEDIA QUERIES */

/* ----------------------------------------------------------------------------- */
/* ===== BEGIN SMALLEST PHONE QUERIES ===== */
@media only screen and (max-width: 325px){
    /* Change font size for drop downs */
    .expand-paragraph{
        font-size: 12px;
    }
    .expand-paragraph-inner{
        line-height: 1.4;
    }
    .visit-page a{
        font-size: 15px;
    }
    /* End change font size for drop downs */
}
/* ===== END SMALLEST PHONE QUERIES ===== */
/* ----------------------------------------------------------------------------- */

/* ===== MEDIUM PHONE PORTRAIT QUERIES ===== */
/* GALAXY S5 */
@media only screen and (min-width: 326px){
    /* Change font size for drop downs */
    .expand-paragraph{
        font-size: 14px;
        width: 86%;
    }
    .expand-paragraph-inner{
        line-height: 1.4;
    }
    .visit-page a{
        font-size: 17px;
    }
    /* End change font size for drop downs */
}
/* IPHONE 6/7/8 */
@media only screen and (min-width: 326px) and (max-height: 668px){
    
}
/* GALAXY S5 */
@media only screen and (min-width: 326px) and (max-height: 645px){
    /* Change font size for drop downs */
    .expand-paragraph-inner{
        line-height: 1.4;
    }
    /* End change font size for drop downs */

}
/* IPHONE X */
@media only screen and (min-width: 375px) and (max-height: 815px){
}
/* PIXEL 2 XL */
@media only screen and (min-width: 410px) and (max-height: 834px){
    .expand-paragraph{
        font-size: 16px;
    }
    .expand-paragraph-inner{
        line-height: 1.4;
    }
    .visit-page a{
        font-size: 20px;
    }
}
/* PIXEL 2 */
@media only screen and (min-width: 410px) and (max-height: 740px){
    /* Change font size for drop downs */
    .expand-paragraph-inner{
        line-height: 1.5;
    }
    /* End change font size for drop downs */
}
/* IPHONE 6/7/8+ */
@media only screen and (min-width: 410px) and (max-height: 740px){
}
/* IPHONE XI */
@media only screen and (min-width: 400px) and (max-height: 730px){
}
/* ===== END MEDIUM PHONE PORTRAIT QUERIES ===== */
/* ----------------------------------------------------------------------------- */

/* ===== MEDIUM PHONE LANDSCAPE/TABLET PORTRAIT QUERIES ===== */

/* IPHONE 5 LANDSCAPE */
@media only screen and (min-width: 550px) and (orientation: landscape){
    .expand-paragraph{
        font-size: 13px;
    }
    .expand-paragraph-inner{
        line-height: 1.3;
    }
    .expand-paragraph-blog {
        top: 7px;
    }
    /*.img-selection-mobile{*/
    /*    display: none;*/
    /*}*/
    .visit-page a {
        font-size: 18px;
    }
}
/* GALAXY S5 LANDSCAPE */
@media only screen and (min-width: 600px) and (orientation: landscape){
    .expand-paragraph{
        font-size: 14px;
    }
    .expand-paragraph-inner{
        line-height: 1.4;
    }
}
/* IPHONE 6/7/8 LANDSCAPE */
@media only screen and (min-width: 660px) and (orientation: landscape){
    .expand-paragraph{
        font-size: 15px;
    }
}
/* PIXEL 2 LANDSCAPE */
@media only screen and (min-width: 700px) and (orientation: landscape){
    .expand-paragraph{
        font-size: 16px;
    }
}
/* REGULAR IPAD PORTRAIT */
@media only screen and (min-width: 730px) and (orientation: portrait){
    .expand-paragraph-inner-desktop{
        display: block;
    }
    .expand-paragraph-inner-mobile{
        display: none;
    }
    .visit-page a {
        font-size: 20px;
    }
    .expand-paragraph{
        font-size: 18px;
    }
    .expand-paragraph-inner {
        line-height: 1.7;
    }
}
/* IPHONE 6/7/8+ LANDSCAPE */
@media only screen and (min-width: 730px) and (orientation: landscape){

}
/* PIXEL 2 XL LANDSCAPE */
@media only screen and (min-width: 800px) and (orientation: landscape){
    .expand-paragraph{
        font-size: 18px;
    }
}
/* IPHONE X LANDSCAPE */
@media only screen and (min-width: 800px) and (max-height: 400px) and (orientation: landscape){
    .expand-paragraph{
        font-size: 18px;
    }
}
/* IPAD PRO PORTRAIT */
@media only screen and (min-width: 1000px) and (orientation: portrait){
}
/* ===== END MEDIUM PHONE LANDSCAPE/TABLET PORTRAIT QUERIES ===== */
/* ----------------------------------------------------------------------------- */
/* ===== TABLET LANDSCAPE QUERIES ===== */
/* STANDARD IPAD LANDSCAPE */
@media only screen and (min-width: 1000px) and (orientation: landscape){
    .img-selection-mobile{
        display: none;
    }
}
/* IPAD PRO LANDSCAPE */
@media only screen and (min-width: 1300px){
    #front-hero-img {
        width: 550px;
    }    
    .expand-paragraph-inner-desktop{
        display: block;
    }
    .expand-paragraph-inner-mobile{
        display: none;
    }
    .visit-page a {
        font-size: 20px;
    }
    .expand-paragraph{
        font-size: 18px;
    }
    .expand-paragraph-inner {
        line-height: 1.7;
    }
    .img-selection-mobile{
        display: none;
    }
}
/* ===== END TABLET LANDSCAPE QUERIES ===== */
/* ----------------------------------------------------------------------------- */
/* ===== DESKTOP QUERIES ===== */
@media only screen and (min-width: 1400px){
    /* .arrow-wrapper{
        display: flex;
    }
    .arrow-wrapper-mobile{
        display: none;
    } */
    .line {
        max-width: 245px;
        width: 200px;
    }
    .header-wrapper, .recent-projects-inside{
        width: 82%;
    }
    .large-header{
        color: #071E3D;
        font-size: 50px;
        margin-bottom: 10px;
    }
    .project-header{
        color: #ffffff;
        font-size: 32px;
    }
    .recent-projects-tile{
        padding: 20px 20px 5px 20px;
    }
    .expand-arrow {
        position: relative;
        right: 0;
        z-index: 3;
        cursor: pointer;
        transform-origin: 50% 50%;
    }
    .expand-paragraph {
        margin: 0 15px 0 50px;
        height: 489px;
        max-width: 362px;
        font-size: 18px;
        width: 40%;
    } 
    .expand-paragraph-inner{
        line-height: 1.9;
    }
    .expand-paragraph-inner-desktop{
        display: inline-block;
    }
    .expand-arrow-image{
        width: 35px;
    }
    .expand-img-wrapper{
        display: block;
    }
    .expand-img-wrapper-mobile, .expand-paragraph-inner-mobile{
        display: none;
    }
    .img-selection-mobile{
        display: none;
    }
    .visit-page a {
        font-size: 20px;
    }
}
.display-none{
    display: none;
}
