.contact-bg{
    flex-grow: 1;
    padding: 6%;
}
#contact-main-container{
    width: 100%;
    height: 100vh;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
}

.contact-bg:before {      /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

.contact-centered-window {
    width: 320px;
    height: 300px;
    margin: 0 auto;
    padding: 20px;
}
.contact-header-container, .contact-footer-container{
    flex-grow: 0;
}
.contact-footer-link{ color: #fff; }
.contact-window-title{
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #555;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact-info-row{
    width: 100%;
    height: 48px;
}
.contact-info-row:last-child{
    border: none;
}
.contact-info-icon{
    width: 40px;
    position: relative;
    float: left;
}
.contact-info-text{
    font-weight: 500;
    font-size: 15px;
}
.single-line{
    padding-top: 10px;
}
.contact-info-icon img{
    width: 22px;
    padding-top: 12px;
}
.contact-button {
    text-align: center;
    margin-top: 27px;
    background: #1dbbd8;
    border-radius: 13px;
    padding: 14px;
}
.contact-button a{
    color: #f3fafc;
}
body.home{background-color:#FFF;}

.robot-image-container img{ width: 500px; }
@media (max-width: 1024px) {
    .contact-bg{
        padding: 18%;
    }
}
@media (max-width: 700px) {
    .robot-image-container img {
        width: 320px;
    }
}
@media (max-width: 400px) {
    .contact-bg{
        padding: 0;
    }
}