﻿/* Default Stylesheet used for Anup.com */

body {
  font-family: "Arimo", Helvetica, Arial, sans-serif ;
  font-weight: 400 ;
  background-color: #000040 ;
  color: #ffffff ;
} 
:lang(hi) {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif ;
  font-weight: 400 ;
  font-size: large ;
}
.my-spacer-div {
  margin-top: 30px ;
}
#my-navbar {
  background-color: #fef1e0 ;
  width: 96% ;
  margin: auto ;
  border-radius: 0 0 8px 8px ;
}
#my-menubtn {
  background-color: #fef1e0 ;
}
#my-menubtn[aria-expanded="false"] {
  background-color: #fef1e0 ;
}
#my-menubtn[aria-expanded="true"] {
  background-color: #fde5c4 ;
}
#my-web-title {
  font-family: "Lobster Two", Helvetica, Arial, sans-serif ;
  font-weight: 400 ;
  font-size: 2em ; 
  color: #000000 ;
  text-shadow: 4px 4px 4px #aaa ;
}
#my-menubar {
  background-color: #fef1e0 ;
  border-radius: 0 0 8px 8px ;
}
 #my-menubar li {
  padding-top: 5px ;
}
#my-web-pg {
  padding-top: 65px ; 
  width: 96% ;
  margin: auto ;
}
#my-web-pg h1 {
  font-family: "Lobster Two", Helvetica, Arial, sans-serif ;
  font-weight: 400 ;
  font-size: 2em ;
}
#my-web-pg p {
  font-family: "Arimo", Helvetica, Arial, sans-serif ;
  font-weight: 400 ;
  font-size: medium ;
}
#my-web-ftr {
  height: 65px ;
}
