*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body{
  font-family: 'Merriweather', serif;
}
nav{
  background: #2E5E69;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
}
nav img{
  height: 80px;
  padding: 0px;
}
nav a{
  background: none;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a{
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
nav ul li a.active, nav ul li a:hover{
  background: #5dbcd2;
  transition: .5s;
}
.checkbtn{
  font-size: 30px;
  color: #5dbcd2;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 952px) {
  nav img{
    height: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  nav{
    padding: 0 0px;
  }
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    top: 90px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
    color: #2E5E69;
  }
  nav ul li a:hover, nav ul li a.active{
    background: none;
    color: #5dbcd2;
  }
  #check:checked ~ ul{
    left: 0;
  }
  .sponsors{
    font-size: 10px;
  }
  .container img{
    padding: 0px 20px;
  }
  .sponsors{
    padding: 0 12%;
  }
  .sponsors .spons-img1 img{
    width: 100%;
  }
  .sponsors .spons-img .spons-img1{
    width: 25%;
    padding: 7px;
  }
  .about ol li{
    margin-left: 5px;
  }
  .about ol{
    margin-top: 5px;
  }
  .para1{
    margin-top: 10px;
  }
  .sponsors{
    margin-top: 30px;
  }
  .sponsors p{
    font-size: 12px;
  }
  .footer{
    margin-top: 140px;
  }
}
@media (min-width: 1261px) and (max-width: 5000px) {
  nav ul li a{
    color: #fff;
  }
  .container img{
    padding: 0 120px;
  }
  .sponsors{
    padding: 0 20%;
  }
  .sponsors .spons-img1 img{
    width: 50%;
  }
  .sponsors .spons-img .spons-img1{
    width: 25%;
    padding: 10px;
  }
  .about ol li{
    margin-left: 20px;
  }
  .about ol{
    margin-top: 20px;
  }
  .para1{
    margin-top: 20px;
  }
  .sponsors{
    margin-top: 60px;
  }
  .footer{
    margin-top: 250px;
  }
}
.container{
  position: relative;
  text-align: center;
  color: white;
}
.container img{
  width: 100%;
  height: 450px;
}
.desc{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  font-weight: bold;
}
.pure-g{
  color: black;
  text-align: justify;
  padding: 0 20%;
  margin-top: 50px;
}
.about ol{
  margin-left: 20px;
}
.about ol li{
  list-style-type: decimal;
}
.sponsors{
  color: black;
  text-align: center;
}
.sponsors h1, .sponsors p{
  text-align: center;
  margin: 20px;
}
.sponsors .spons-img .spons-img1{
  float: left;
}
.sponsors .spons-img .spons-img1 a{
  color: #5dbcd2;
}
.sponsors .spons-img .spons-img1 .h2{
  text-align: center;
}
