@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@600&display=swap');
*{
   margin: 0;
   outline: none;
}
html{
	height: 100%;
}
body{
   font-size: 18px;
   background: white;
   color: #000030;
   font-family: Arial, sans-serif;
   display: flex;
   flex-direction: column;
   height: 100%; 
}
#result {
   font-size: 18pt;
   color: #000032;
   margin: 20px 10px; 
   font-family: serif;
   margin: 25px;
   font-weight: bold;
   
}
.y{
	 margin: 2vw 10vw;
	 border-bottom: 1px solid #008BD6;
}
.div1{
  font-weight: bold; 
  margin: 0% 10%;
}/*
.material-icons{
        font-size: 35px;
        color:  #008BD6;
}*/
.version{
   display: none;
  }
label {
 text-shadow: 0.5px 0.5px lightgray;
}
input,select{
      box-shadow: 1px 1px 2px lightgray;
      border: 1.2px solid #008BD6;
      padding: 5px;
      width: 100%; 
      box-sizing: border-box;
      margin: 2% 0;
      font-weight: bold;
      text-align: right;
      font-size: 20px;
      border-radius: 6px; 
}
#cal {
      border: 1.2px solid white;
      text-align: center;
      font-size: 25px;
      background: #008BD6;
      width: 100%;
      padding: 5px 8px;
      
      box-sizing: border-box;
     
      font-weight: bold;
      border-radius: 6px; 
      color: white;
      
}
#cal:hover{
	background: #00ccff;
	color: white;
 
}/*
header{
  padding:15px;
  background: white;
  box-shadow: 0px 0.1px 3px gray;

}
.logo{
 width: 60px;
 border-radius: 5px;
 margin-left: 10px;
}
.sidenav {
  float: right;
  margin: 10px;
}
.sidenav a {
  color: #000030;
  padding: 5px;
  text-decoration: none;
  font-size: 25px;
}
.sidenav a:hover {
  font-weight: bold;
  font-size: 30px;
}
.bars, .closebtn{
  display: none;
}/*
footer{
  text-align: right;
  padding: 5%;
  margin-top: auto;
  font-size: 20px;
  background: url(https://2.bp.blogspot.com/-Cunhwsdp0mY/XkwPhif1ZJI/AAAAAAAABbQ/QcKYgn8WpuggeTcr90fNXlmGQE0Mpy0JwCK4BGAYYCw/s480/hero-wrapper.png) ,linear-gradient(to top ,#00ccff,#008BD6);
  color: white;
}
footer a{
  text-decoration: none;
  color: white;
  padding: 10px;
}
footer P{
  padding-top: 10px;
  font-size: 12px;
  
}*/
.addthis_inline_share_toolbox{
  text-align: center;
  padding: 30px ;
  border-radius: 20px;
  font-weight: normal;
}
@media screen and (max-width: 960px){
  /*header{
  padding: 6px;
  top: 0;
  right: 0;
  left: 0;
  background:white;
  }
 .logo{
  width: 40px;
  margin: 0px 0px 0px 10px;
  float: left;
}
.bars{
        float: right;
      
       margin-top: 2px;
} 
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right:0;
  background: white;
  overflow-x: hidden;
  transition: 0.5s;
  margin: 0px;
  padding-top: 60px;
}
.container{
  margin: 2px 6px 0px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000030;
  box-shadow: 0px 0.2px #008BD6;
  display: block;
  transition: 0.3s;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  display: inline;
  right: 20px;
  padding: 30px;
}
.bars,.closebtn{
  display: block;}

 .version{
    display: block;
    position: absolute; 
    bottom: 15%; 
    margin: 0% 30%;
    color: #000030;
  }*/
  .y{
    margin:5vw 5vw 0vw;
  }
 .div1{
   margin: 5vw;
 } 
}