

#page-intro{
    height: 400px;
    }
header{
    width:100%;
}

header img{
    float: left;
    margin-left: 50px;

}
.menu{
    border-bottom: 1px solid #fff;
    text-align: right;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    position:fixed;
   background-color: #466043;
   z-index:99999;

}


nav{
    margin: 0 30px 0 0;

}
nav a{
    clear:right;
    text-decoration: none;
    color: #fff;
    margin: 0 10px;
    line-height: 30px;
    font-size: 16px;
   
}
label{
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width:26px;
    float: right;

}
#toggle{
    display: none;
}



#intro{
    width:100%;
    margin:0 auto;
    padding:20px;
    font-size: 16px;
    line-height: 30px;
}

.overview{
            padding-top: 25px;
            padding-left: 20px;
            padding-right: 20px;
            color: #25373c;
            
            text-align: justify;
            min-height: 140px;
            background-color: #fff;
            width:65%;
            float: left;

        }
        #address{
            width: 35%;
            float: right;
            text-align: center;
            background-color: #fff;
            padding: 40px 20px;
}
        .clearfloat{
            clear:both;
        }
@media only screen (min-width:768px) and (max-width: 1024px) {
    .overview{
        font-size: 10px;
    }
    #address{
        font-size: 10px;
    }
}
@media only screen and (min-width:480px) and (max-width:680px){
    .overview{
        font-size: 14px;
        padding-left: 25px;
        padding-right: 25px;
    }
    #address{
        font-size: 14px;
        padding: 25px 10px;
    }
    
    }
@media only screen and (max-width: 320px){
    #page-intro{
    height: 350px;
    }
header{

    position: fixed;
    z-index: 999999;

}
label{
    display:block;
    cursor:pointer;
}
nav{
    text-align: center;
    width: 100%;
    display: none;
    float: left;
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 9999;

}
nav a{
    display: block;
    border-bottom: 1px solid #EAEAEB;
    margin:0;
    text-align: center;
    background-color: #aeaeae;

}
#toggle:checked + nav{
    display: block;

}

.overview{
            width:100%;
            font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;

}
#address{
            width: 100%;
            font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
           
}

    }
@media only screen and (min-width: 321px) and (max-width: 480px){ 
 
 #page-intro{
    height: 350px;
    }
header{

    position: fixed;
    z-index: 999999;

}
label{
    display:block;
    cursor:pointer;
}
nav{
    text-align: center;
    width: 100%;
    display: none;
    float: left;
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 9999;

}
nav a{
    display: block;
    border-bottom: 1px solid #EAEAEB;
    margin:0;
    text-align: center;
    background-color: #aeaeae;

}
#toggle:checked + nav{
    display: block;

}

.overview{
            width:100%;
            

}
#address{
            width: 100%;
           
}

}
@media only screen and (min-width:480px) and (max-width:680px){
    label{
    display:block;
    cursor:pointer;
}
header{

    position: fixed;
    z-index: 999999;

}
nav{
    text-align: center;
    width: 100%;
    display: none;
    float: left;
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 9999;

}
nav a{
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #EAEAEB;
    margin:0;
    text-align: center;
    background-color: #aeaeae;

}
#toggle:checked + nav{
    display: block;

}
    }