@font-face {
    font-family: 'Sangam';
    src: url('fonts/Tamil\ Sangam\ MN.ttc') format('ttc');
    /* Add additional font file formats and their URLs if necessary */
}

body {
    background-color: #151024;
    height: 100vh;
    margin: 0px;
}

.vCenterDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#home_menu ul {
    margin-left: 2vw;
    margin-right: 2vw;
    padding: 0px;
    font-size: clamp(20px,1.8vw,80px);
}

#home_menu a:hover{
    color: #f05339;
}

#page_menu ul{
    padding: 0px;
    font-size: clamp(20px,1.4vw,80px);
}

.nav a{
    color: white;
    font-family: 'Sangam', sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }

 #page_menu .nav_item {
    background-color: #151024;
    border: none;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
 }

 #home_menu .nav_item {
    background-color: #151024;
    border: none;
    padding: 5px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
 }

#home_logo {
    margin: 0 5%;
    max-height: 65vh;
}

#home_logo img{
    margin-left: auto;
    margin-right: auto;
    
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#page_menu img{
    min-width: 2cm;
    max-width: 8vw;
}

#page_menu .nav_logo {
    min-width: 2cm;
    margin-left: 2vw;
    margin-right: 2vw;
}

#page_menu {
    display: flex;
    align-items: center;
    margin-top: 1vw;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 3vh;
    margin-right: clamp(5vw,calc(20vw - 10vh),30vw);
    margin-bottom: 30px;
    margin-left: clamp(5vw,calc(20vw - 10vh),30vw);

    color: #fff0e8;
    font-family: 'Sangam', sans-serif;
    font-weight: normal;
    font-size: clamp(18px,1.4vw,50px);
    line-height: 1.1;
}

.content a{
    color: #fff0e8;
    font-family: 'Sangam', sans-serif;
    text-decoration: underline;
    text-decoration-color: #f05339;
}

.content ul {
    margin-left: 5%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.content li {
    margin-top: 0px;
    margin-bottom: 10px;
}

.content ul {
    margin-bottom: 10px;
}

.content p {
    margin-top: 0px;
    margin-bottom: 20px;
}

h1 {
    padding-bottom: 8px;
    margin-bottom: 30px;
    border-bottom: solid 2px #f05339;
    color: white;
  }

h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h3 {
    margin-top: 5px;
    margin-bottom: 12px;
}