/*@import url(//fonts.googleapis.com/earlyaccess/notosansthaana.css);*/
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
 body{ margin:0 auto;  
    font-family: 'Iropke Batang', serif;
    /*font-family: 'Noto Sans Thaana', sans-serif;*/
}
#main {
width: 1900px; 
}

.navig{
    position: fixed;
    z-index:50;
}

section{
    width: 1903px;  height:900px;   
    overflow-x: hidden; overflow-y: visible;
}
.round-button {
    display:block;
    width:25px;
    height:25px;
    border-radius: 50%;
    background: #ffffff;
    font-size:20px;
    font-weight:bold;
    margin: 6px;
    cursor: pointer
}
.round-button:hover {
    background: #028CFF;
}

.round-button.current {
     background: #028CFF;
}

.header-top {
    /*background: rgba(0, 47, 77, .5);*/
    background-color: #ffffff;
    height: 45px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
    box-sizing: border-box;
}

.menui{
    /*color:white; */
    color:black; 
    font-weight: bold;
    cursor:pointer;
}
.menui:hover{
    color:white; font-weight: bold;
    background-color:#028CFF;
}