/* Hero section styles */
.history_ontop {
    background-image: url('../img/phuket.history.bg1.png');
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1); 
    opacity: 0.8; 
}

.history_ontop h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.history_ontop p {
    font-size: 18px;
    margin-bottom: 30px;
    text-indent: 20px;
}


.hist_flag {
    text-align: center;
}

.hist_flag img { 
    max-width: 800px;
}


.thai_map {
    text-align: center;
}

.thai_map img { 
    max-width: 800px;
}

