*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  body{
    background-image: url("../images/every_pagev_b1280.jpg");
    background-repeat: no-repeat;
	  background-size: cover;
    background-attachment: fixed;
  }
  nav{
    /* background: #0082e6; */
    position: fixed;
    top: 0;
    height: 80px;
    background-color:  hsla(0, 0%, 0%, .40);
    width: 100%;
  }
  .logo {
    width:160px;
    padding-left:10px;
    padding-top: 20px;
  }
  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;
  }

  section{
  display:flex;
  width: 100%;
  height: calc(100vh-80px);
}

.container{
  display:inline-flex;
  margin:auto;
  margin-top: 80px;
  justify-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
  min-width: 360px;
  color:black;
}
/* 
.item1 img{
  width: 450px;
  padding: 10px;
  margin-left: 20px;
  object-fit:fill;
} */
.item1 img{
  width: 450px;
  /* padding: 10px; */
  margin-left: 5px;
  margin-top: 85px;
  object-fit:fill;
}
.text1{
text-align: left;
/* width: 360px;
margin: auto; */
margin-top: 5rem;
width: 600px;
padding: 20px;
padding-top:0px;

/* font-size:20px; */
}
.text1 p{
font-size: 18px;  
}
.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;
  text-align: center;
  padding-top: 5px;
}
table, th, td {
/* border:1px solid black;*/
border-collapse: collapse;
/*width:30%;*/
text-align: right;
color:white;
padding: 10px;
font-size: 10px;
}
.text1 a{
color:black;
font-size: 20px;
font-weight: bold;
text-align: left;
}
.footer a:hover {
color:green;
text-decoration: underline;
transition: 1.0s;
}

@media (max-width: 1280px){
    .logo{
    width:160px;
    padding-left:10px;
    padding-top: 10px;
  }
      nav ul li a{
    font-size: 16px;
  }
}

@media (max-width: 1024px){
  /* label.logo{
    font-size: 30px;
    padding-left: 50px;
  } */
  .logo{
    width:160px;
    padding-left:10px;
    padding-top: 10px;
  }
      nav ul li a{
    font-size: 14px;
  }
}
@media (max-width: 965px){
  .container{background-color: bisque;
    margin:0;
    }
  .checkbtn{
    display: block;
  }
  .logo{
    width:100px;
    padding-left:10px;
    padding-top: 20px;
  }
  .polpryw{
    display:contents;
    text-align: center;
  }
  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;
  }
  a.active{
    background: none;
    color:#009FE3;
  }
  a:hover{
    color:green;
    text-decoration: underline;
    transition: 1.0s;
  }
  #check:checked ~ ul{
    left: 0;
  }
  .footer{
    display:none;
  }
  .item1 img{
    display: block;
    width: 360px;
    margin-left: 15px;
  }
  .text1{
    margin-left: 20px;
    text-align: center;
    width: 360px;
    font-size: 5px;
  }
 }

  