#about-page .about-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 calc(1vw + 30px);
}

#about-page .about-content-container {
    max-width: 800px;
}

#about-page .bio-pic {
    max-width: 100%;
    margin-bottom: 10px;
}

#about-page .localize-english .floating-bio-pic {
    margin-left: 30px;
    width: 500px;
    float: right;
}

#about-page .localize-hebrew .floating-bio-pic {
    margin-right: 30px;
    width: 500px;
    float: left;
}

#about-page .about-title {
    font-family: Montserrat, serif;
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 40px;
    /*border-bottom: 1px solid #bbb;*/
}

#about-page .localize-hebrew .about-title {
    font-family: Alef, serif;
}

#about-page .about-text-content {
    font-family: Raleway, serif;
}

#about-page .localize-hebrew .about-text-content {
    font-family: Alef, serif;
    text-align: right;
    direction: rtl;
}

#about-page footer {
    padding-top: 100px;
}

#about-page .contact-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 calc(1vw + 30px);
}

#about-page .contact-content-container {
    max-width: 800px;
    width: 500px;
}

#about-page .contact-title {
    font-family: Montserrat, serif;
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 40px;
}

#about-page .localize-hebrew .contact-title {
    font-family: Alef, serif;
}

#about-page .contact-message-container {
    margin-top: 10px;
}



#about-page .lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    -webkit-transform:scale(0.3);
    -moz-transform:scale(0.3);
    -ms-transform:scale(0.3);
    -o-transform:scale(0.3);
    transform:scale(0.3);
}
#about-page .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
#about-page .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
#about-page .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
#about-page .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
#about-page .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
#about-page .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
#about-page .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
#about-page .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
#about-page .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
#about-page .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
#about-page .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
#about-page .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
#about-page .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
#about-page .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
#about-page .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
#about-page .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
#about-page .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
#about-page .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
