body
{
	background : -moz-linear-gradient(74.68% 125.99% 120deg,rgba(245, 245, 245, 1) 0%,rgba(241, 244, 245, 0.93) 24.36%,rgba(230, 241, 246, 0.87) 47.22%,rgba(211, 235, 247, 0.8) 69.49%,rgba(184, 228, 248, 0.74) 91.26%,rgba(172, 224, 249, 0.72) 99.75%);
	background : -webkit-linear-gradient(120deg, rgba(245, 245, 245, 1) 0%, rgba(241, 244, 245, 0.93) 24.36%, rgba(230, 241, 246, 0.87) 47.22%, rgba(211, 235, 247, 0.8) 69.49%, rgba(184, 228, 248, 0.74) 91.26%, rgba(172, 224, 249, 0.72) 99.75%);
	background : -webkit-gradient(linear,74.68% 125.99% ,25.32% -25.99% ,color-stop(0,rgba(245, 245, 245, 1) ),color-stop(0.2436,rgba(241, 244, 245, 0.93) ),color-stop(0.4722,rgba(230, 241, 246, 0.87) ),color-stop(0.6949,rgba(211, 235, 247, 0.8) ),color-stop(0.9126,rgba(184, 228, 248, 0.74) ),color-stop(0.9975,rgba(172, 224, 249, 0.72) ));
	background : -o-linear-gradient(120deg, rgba(245, 245, 245, 1) 0%, rgba(241, 244, 245, 0.93) 24.36%, rgba(230, 241, 246, 0.87) 47.22%, rgba(211, 235, 247, 0.8) 69.49%, rgba(184, 228, 248, 0.74) 91.26%, rgba(172, 224, 249, 0.72) 99.75%);
	background : -ms-linear-gradient(120deg, rgba(245, 245, 245, 1) 0%, rgba(241, 244, 245, 0.93) 24.36%, rgba(230, 241, 246, 0.87) 47.22%, rgba(211, 235, 247, 0.8) 69.49%, rgba(184, 228, 248, 0.74) 91.26%, rgba(172, 224, 249, 0.72) 99.75%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#ACE0F9' ,GradientType=0)";
	background : linear-gradient(-30deg, rgba(245, 245, 245, 1) 0%, rgba(241, 244, 245, 0.93) 24.36%, rgba(230, 241, 246, 0.87) 47.22%, rgba(211, 235, 247, 0.8) 69.49%, rgba(184, 228, 248, 0.74) 91.26%, rgba(172, 224, 249, 0.72) 99.75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5',endColorstr='#ACE0F9' , GradientType=1);
    width:100vw;
    height:100vh;
    overflow-x:hidden;
    /*background:#000;*/
    font-family:'Lato', sans-serif;
}

/* PAGE BORDER */
#company-header:before {
    float: left;
    width: calc(50% - 130px) !important;
}
#company-header:after {
    float: right;
    width: calc(50% - 130px) !important;
}
#company-header:before, #company-header:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

/* MAIN IMAGE */
.skyscraperImage {
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    width:100vw;
    height:94vh;
    opacity:1;
}
.skyscraperImage img {
    object-fit: cover;
    object-position: center;
    width:100%;
    height:100%;
}
.img-fluid {
    max-width:none !important;
}

/* LANDING TEXT */
.overline-text {
    color: #0F506B;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.8rem;
}
.pageText h1 {
    margin-bottom: 1.5rem;
}
h1 {
    font-weight:400;
    font-size:29px;
    letter-spacing: 0px;
    font-family: 'Cardo', sans-serif;
}
.pageText {
    color: #0A3142;
    margin: 3.5rem 7rem 12rem 7rem;
    width: 33.33%;
    z-index:10;
}
.pageText .below-text {
    letter-spacing: 0.25px;
    color: #0F506B;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2rem;
}
.landing-border {
    border: 1px solid #fff;
    height:100%;
    position: relative;
    border-top: 1px solid transparent;
}
.landing-contact-button {
    border: 1px solid #ffffff;
    text-transform: uppercase;
    padding: 16px 48px;
    font-size: 12px;
    letter-spacing: 1.25px;
    color: #0f506B;
    background-color: #ffffff;
}
.landing-contact-button:hover {
    background-color: #0f506B;
    cursor: pointer;
    color: #fff;
}
.landing-contact-button:active {
    border: 1px solid #0A3142;
}

/* FOOTER CONTAINER */
.footer-container {
    padding: 0 30px;
    height: 6vh;
    background-color: #0A3142;
}
.footer-text, .footer-text-mobile {
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    margin-right: 10px;
}
.footer-text-mobile {
    display: none;
}
.linkedin-active:hover {
    border: 14px solid #425f6c;
    border-radius: 50%;
    margin-right:-14px;
    background-color: #425f6c;
    cursor: pointer;
}
.footer-email {
    display: none;
}
.footer-email:hover {
    cursor: pointer;
}

.underConstructionContainer{
    margin: 0rem 7rem 12rem 5rem; 
    width: 33.33%; 
    z-index: 10;
}

@media(max-width:1309px) {
    .underConstructionContainer{
        margin: 0rem 0rem 18rem 0rem; 
        width: 100%; 
    }
    .pageText{
        margin: 3.5rem 7rem 5rem 7rem
    }
}

@media(max-width:1250px) {
    /* .skyscraperImage {
        width: 1200px;
        bottom: 0rem;
    } */
    .img-fluid {
        max-width: 100% !important;
    }
    .pageText {
        width:40%;
    }
}
@media(max-width:920px) {
    /* .skyscraperImage {
        xdisplay:none;
        right: -20rem;
        width: 1300px;
    } */
}
@media(max-width:549px) {
    /* .skyscraperImage {
        xdisplay:none;
        right: -20rem;
    } */
    .footer-text-mobile {
        display: block;    
        margin-right: auto;
        margin-left: auto;
    }
    .footer-text {
        display: none;
    }
    .footer-email {
        display: block;
    }
    .pageText {
        width:100%;
        margin:0;
        padding-bottom:100px;
    }
    .pageTextOuter {
        align-items: flex-start!important;
        margin-top: 22vh;
    }
    .landing-border {
        border: none !important;
    }
    #company-header:before, #company-header:after {
        display:none;
    }
    body {
        overflow-x:hidden;
        margin-bottom: 0;
        height:auto;
    }
    .landing-contact-button {
        background-color: #fff;
        width: 100%;
        font-weight: bold;
    }
    .overline-text {
        font-size: 12px;
        margin-bottom: 1rem;
    }
    h1 {
        font-size: 30px;
    }
    .footer-linkedin, .footer-email {
        margin-left: 0 !important;
    }
}
@media(max-width:415px) {
    .pageText {
        width:100%;
        margin:0;
    }
}
@media(max-width:300px),(max-height:700px) {
    h1 {
        font-size: 20px;
    }
    /* .skyscraperImage {
        bottom: -18rem !important;
    } */
}
@media(max-height:840px) {
    /* .skyscraperImage {
        bottom: -12rem;
    } */
}
@media(max-height:640px) {
    /* .skyscraperImage {
        bottom: -18rem;
    } */
}