.header {
    min-height:250px;
    background:none left top / cover scroll rgba(255, 255, 255, 0.8);
    top:0px;
    left:0px;
    right:0px;
    z-index:1000;
    position:fixed;
}
.column_1 {
    float: none;
    width: auto;
    min-height: 90px;
}
.column_2 {
    float: none;
    width: auto;
    min-height: 100px;
}
.nav_menu {
    text-align: center;
}
.column_3 {
    float: none;
    width: auto;
    min-height: 100px;
}
#Menu1_list {
    display: none;
    text-align:left;
}
.customClass1 {
    display: inline-block;
    margin-top:0px;
}
img.image8 {
    width:auto;
    margin-top:10px;
}
@media only screen and (min-width : 768px) {
    .column_1 {
        float: left;
        width: 23.738893189964173%;
        min-height: 80px;
    }
    .column_2 {
        float: left;
        width: 14.6919%;
        min-height: 66px;
    }
    .column_3 {
        float: left;
        width: 66.13565197132617%;
        min-height: 69px;
    }
    .row_1 {
        clear: both;
        width: auto;
    }
    #Menu1_list {
        display: block;
    }
    .customClass1 {
        display: none;
        margin-top:10px;
    }
    .header {
        width: 100%;
        min-height:90px;
        margin-top:10px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_1 {
        clear: both;
        width: auto;
    }
    .column_1 {
        float: left;
        width:23.738893189964173%;
        min-height:80px;
    }
    .column_2 {
        float: left;
        width:14.6919%;
        min-height:66px;
    }
    .column_3 {
        float: left;
        width:66.13565197132617%;
        min-height:69px;
    }
    .header {
        width: 100%;
        min-height:90px;
        margin-top:10px;
    }
    img.image8 {
        height: auto;
        width:auto;
        display:inline-block;
    }
}