/* About page style */
#about h3{
    text-align: center;
    font-size: 25px;
}

#about h5{
    font-size: 17px;
    text-align: right;
    padding-right: 10px;
}

#about p{
    font-size: 17px;
    text-indent: 50px;
    padding: 10px;
}

#about #hist1, #hist2{
    position: relative;
    top: -15px;
}



/* School page style */
#school h3{
    text-align: center;
}

#school #table{
    padding: 15px;
}

#school td{
    padding-left: 20px;
}

#school p{
    font-size: 17px;
    text-indent: 50px;
    padding: 10px;
}

#school #detail{
    position: relative;
    top: -10px;
}

iframe{
    border: none;
    margin: none;
}

/*gallery page style */
/*Gallery pages style are in separate page */

/*Contact page style */
#contact h3{
    text-align: center;
    font-size: 25px;
}

#contact td{
    padding: 10px;
    text-align: center;
}
#route{
    height: 250px;
    border: 2px dashed red;
    border-radius: 10px;
}

#map {
    height: 250px;
    width: 100%;
    border: 2px dashed red;
    border-radius: 10px;
}