.search_background_div {
/*    background-image: url(images/IMG_0480.JPG);*/
    background-image: url(images/banner-header.JPG);
    background-size: cover;
    position: fixed;
/*    top: 100px;*/
    top: 10px;
    width: 110%;
    left: -10px;
    height: 200px;
/*
    filter: blur(8px);
  -webkit-filter: blur(8px);
*/
    background-position: center;
  background-repeat: no-repeat;
    overflow: hidden;
    z-index: -100;
}

.search_background_div_base {
    position: fixed;
    top: 190px;
    width: 100%;
    height: 40px;
    background-color: white;
    z-index: -100;
}

.intro_text {
    position: fixed;
    margin: auto;
    width: 90%;
    left: 5%;
    top: 260px;
    line-height: normal;
/*    font-family: 'Poppins', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
/*    font-family: 'Bitter', serif;*/
    color: #3b4752;
    color: #000000;
    font-weight: 700;
    font-size: 40px;
/*    font-size: 60px;*/
    z-index: -100;
    
    top: 170px;
    font-size: 24px;
    color: white;
    text-shadow: 2px 2px 3px rgba(64, 64, 64, 0.37);
}

.intro_text_title {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    font-size: 32px;
    color: #3b4752;
    width: 80%;
    margin: auto;
    margin-top: 280px;
    margin-bottom: 12px;
}
.intro_text_header {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
/*    font-family: 'Montserrat', sans-serif;*/
    line-height: normal;
    color: #3b4752;
    font-size: 26px;
}
.intro_text_body {
    width: 80%;
    margin: auto;
    font-size: 20px;
/*    font-family: 'Montserrat', sans-serif;*/
    line-height: normal;
    color: #3b4752;
}

.header_image {
    background-color: aliceblue;
    width: 100%;
    margin-top: 360px;
    max-width: 100%;
/*    height: 460px;*/
/*    background-size: cover;*/
}


.image_div {
    width: 50%;
}