/*@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@250;300;400&display=swap');*/
/*body */
/*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500&display=swap');

body {
    margin: 0;
    padding: 0;
}

#container {
    /*font-family: Yantramanav, sans-serif;*/
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Assistant', serif;
    /*font-family: Times, sans-serif;*/
    /*line-height: 1.2;*/
    font-size: 0.89em;
    font-weight: lighter;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#smy-name {
    margin-top: 0px;
    margin-bottom: 20px;
}

#smy-pic {
    width: 175px;
    height: 175px;
    border-radius: 70px 30px;
    border: 5px solid #ffd9b3;
    padding: 2px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#officeInfo {
    margin-top: 20px;
}

#info {
    width: 200px;
    font-size: 0.96em;
    float: left;
}

#content {
    width: 660px;
    min-height: 720px;
    margin-left: 20px;
    padding: 0px 25px 25px 25px;
    border-left-style: inset;
    border-left-width: 1.5px;
    border-left-color: rgba(242, 242, 242, 0.2);
    float: left;
}

/********** for menus start **********/
ul#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(75, 101, 149, 0.75);
    /*opacity: 0.7;*/
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    height: 30px;
    border-radius: 25px;
}

ul#menu li {
    line-height: 20%;
    float: left;
}

ul#menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 14px;
    width: 70px;
    text-decoration: none;
}

ul#menu li a:hover {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}

#menu {
    margin-bottom: 40px;
}

/********** for menus end **********/


/********** for news start **********/
#news {
    margin-top: 30px;
    border-top: 1.5px inset rgba(242, 242, 242, 0.2);
}

#newslist {
    list-style-position: inside;
    padding-left: 0;
    font-size: 0.94em;
}

#newslist li {
    margin-bottom: 25px;
}

#newslist a {
    text-decoration: none;
}

#newslist span {
    display: block;
    float: right;
    margin-top: 5px;
    color: #bfbfbf;
    font-size: 0.9em;
}

/********** for news end **********/

#smy-footer {
    text-align: center;
    font-size: 0.85em;
    margin-top: 30px;
}


a:link,
a:visited {
    color: rgba(128, 0, 0, 0.9); /* #600*/
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    cursor: pointer;
    background-color: #ffdd99;
    text-decoration: none;
    border-radius: 5px;
}

.center {
    text-align: center;
}

p.sec-heading {
    font-variant: small-caps;
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 5px;
    color: #000033;
    border-radius: 15px;
    /* For browsers that do not support gradients */
    background: rgba(153, 153, 153, 0.2);
    /*Safari 5.1-6*/
    background: -webkit-linear-gradient(left, rgba(153, 153, 153, 0.16), rgba(255, 0, 0, 0.015));
    /*Opera 11.1-12*/
    background: -o-linear-gradient(right, rgba(153, 153, 153, 0.16), rgba(255, 0, 0, 0.015));
    /*Fx 3.6-15*/
    background: -moz-linear-gradient(right, rgba(153, 153, 153, 0.16), rgba(255, 0, 0, 0.015));
    /*Standard*/
    background: linear-gradient(to right, rgba(153, 153, 153, 0.16), rgba(255, 0, 0, 0.015));
}

.no-bullets {
  list-style-type: none;
  margin-left: -15px;
  padding: 0;
  font-weight: bold;
}