.header {
    min-height:300px;
    background:none left top repeat scroll transparent;
    border-bottom:0px solid rgb(33, 83, 182);
}
h1.heading_top {
    text-align: center;
    font-family:Georgia, serif;
    font-weight:400;
    margin-top:20px;
    margin-bottom:20px;
    font-size:60px;
}
p.paragraph_top {
    text-align: center;
    font-family:Georgia, serif;
    font-weight:400;
}
.nav_menu {
    text-align: center;
}
#Menu1_list {
    display: none;
    text-align:left;
}
.customClass1 {
    display: inline-block;
}
p.paragraph_slogan {
    text-align: center;
    font-family:Georgia, serif;
    font-weight:400;
    font-size:30px;
    font-style:italic;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 200px;
    }
    #Menu1_list {
        display: block;
    }
    .customClass1 {
        display: none;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 200px;
    }
}