header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding-left: 0%;
    padding-right: 0%;
}
.body_container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main_body {
    flex: 1;
}



.wrapper {
    margin: auto;
    width: 100%;
    max-width: 900px;
    min-width: 00px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.base_section {
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 0.8rem;
    padding-right: 0cm;
    padding-left: 0cm;
}

.grey_gradient_bg {
    background-color: #e9ecef;
    box-shadow: inset 0px 0px 500px 10px #a8a8a838;
}

.centered_content {
    display: flex;
    flex-direction: column;
    margin:auto;
}

.flex {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
}

.highlight_text_box {
    max-width: 420px;
}

.highlight_pic_box {
    margin-top: 80px;
    margin-left: 10px;
    max-width: 336px;
}


.contacts_wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.inline_link {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.inline_link:hover {
    background: #8c8ea749;
    border-radius: 0.8rem;
    transform: scale(0.95);
}

.image_link {
    width: 41px;
    height: auto;
}

.my_photo {
    opacity: 100%;
}



.h1_center {
    font-size: 56px;
    margin: auto;
    flex-shrink: 30;
}

.h2 {
    padding-left: 18px;
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
.tab_first_string {
    white-space: pre-line;
    text-indent: 10%;
  }
.normal_text {
    
    padding-left: 34px;
    padding-right: 20px;
    font-size: 18px;
}
.moved_down_56 {
    padding-top: 56px;
}
.moved_down_29 {
    padding-top: 29px;
}

#work_in {
    padding-top: 50px;
}
#small_quote {
    font-size: 14px;
    font-style: italic;
    margin-left: 35%;
}


.foot {
    text-align: left;
    margin-left: 1;
    font-size: 10;
}




.chart_box {
    height: 600px;
    display: flex;
    justify-content: center;
}


#myChart {
    height: 100%;
    width: 100%;
}









@media (max-width: 992px) {
    #hide_on_narrow {
        display: none;

  }
}