*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  body{
    background-image: url("../images/home_background_a1280.jpg");
    background-repeat: no-repeat;
	  background-size: cover;
    background-attachment: fixed;
  }
  .logo {
    width:160px;
    padding-left:10px;
    padding-top: 10px;
  }

  nav{
    /* background: #0082e6; */
    height: 80px;
    background-color:  hsla(0, 0%, 0%, .40);
    width: 100%;
  }

  nav ul{
    float: right;
    /* margin-right: 20px; */
    margin-left: 10px;
  }
  .polpryw{
    display:none;
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }
  nav ul li a{
    color: white;
    font-size: 20px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  a:hover {
    color:green;
    text-decoration: underline;
    transition: 1.0s;
  }
  a.active {
      color:#009FE3;
    text-decoration: underline;
    font-weight: bold;
  }

  .checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
.center_img img{
  display:block;
  margin-left:30%;
  margin-right: auto;
  width: 40%;
}
  
/* @media (max-width: 1280px){ */
  @media (max-width: 1140px){
  .logo{
    width:160px;
    padding-left:10px;
    padding-top: 10px;}
  nav ul li a{
    font-size: 14px;}
}

@media (max-width: 915px){
  .center_img img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
  }
  .checkbtn{
    display: block;
  }
  .logo{
    width:100px;
    padding-left:10px;
    padding-top: 20px;
  }
  .polpryw{
    display:contents;
    font-size: 15px;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    opacity:1 ;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 10px;
  }
  nav ul li a{
    font-size: 30px;
    font-weight: 400;
  }
  a.active{
    background: none;
    color:#009FE3;
  }
  a:hover{
    color:green;
    text-decoration: underline;
    transition: 1.0s;
  }
  #check:checked ~ ul{
    left: 0;
  }
}
.footer {
    /* background:rgba(3, 44, 252, 0.8);*/
    background-color:  hsla(0, 0%, 0%, .40);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-top: 5px;
    text-align: center;
  }
  table, th, td {
    /* border:1px solid black;*/
    border-collapse: collapse;
    /*width:30%;*/
    text-align: right;
    color:white;
    padding: 10px;
    font-size: 10px;
  }
  a{
    color:white;
  }
  .footer a:hover {
    color:green;
    text-decoration: underline;
    transition: 1.0s;
  }
  .bottomnav {
    overflow: hidden;
    /* background-color: #333; */
    background-color:  hsla(0, 0%, 0%, .40);
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
  }
  #copy_right{
    text-align: right;
    color:white;
    font-size: 10px;
  }

