* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

body {
  width: 100%;
  height: 100vh;
  /* display: flex; */
  justify-content: center;
}

header {
  text-align: center;
  display: flex;
  justify-content: space-around;
}

h1 {
  display: inline;
}

section {
  width: 90%;
  height: auto;
  text-align: center;
  margin: 2% auto ;
  border-radius: 1% 1% 0 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.resourceContainer {
  padding: 2%;
  display: inline-block;
}

.resourceContainer .resource-item {
  display: inline-block;
  margin: 12px;
  border-radius: 2px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); 
}

img {
  height: 450px;
  width: 350px;
}
marquee{
  margin-top: 8px;
}

font{
  margin-left: 25px;
}
.drive-button {
  display: inline;
  background-color: #001100;
  color: #ffffff;
  padding: 12px 5%;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin: 12px;
  text-decoration: none;
}

/* Footer Section */

.footer-dark {
  position: relative;
  bottom: 0;
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #000;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social>a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.resource-item:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  /*transform: scale(1.02);*/
  font-size: 16px;
}

a {
  list-style: none;
  text-decoration: none;
  list-style-type: none;
}

.drive-button:hover {
  /* text-decoration: underline #fff; */
  color: #fff;
}

ul {
  display: inline-block;
  text-align: left;
}

.resource-item-list span {
  font-weight: bold;
  font-size: 1.5em;
}

.resourceContainer .resource-item-list {
  display: inline-block;
  position: absolute;
  margin: 2%;
}


/* Responsive section */

@media (min-width:320px) and (max-width:600px) {

  img {
    height: 250px;
    width: 200px;
  }

  .drive-button {
    display: inline;
    background-color: #001100;
    color: #ffffff;
    padding: 12px 5%;
    position: relative;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 24px 48px;
    text-decoration: none;
  }

  .resourceContainer .resource-item {
    display: block;
  }
  .resource-item:hover {
    /* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
    transition: 0.4s;
    transform: scale(1.02);
    font-size: 16px;
  }

  .resourceContainer .resource-item-list {
    display: block;
    position: relative;
  }

  header h1 {
    display: block;
    margin: 20px 0;
  }

  section {
    margin-top: 4%;
  }

}

@media (max-width:319px) {
  body::before {
    content: 'Please view in desktop mode';
    font-size: 50px;
  }

  h1,
  div,
  a,
  span,.resourceContainer,.drive-button {
    display: none;
  }

}

@media (min-width:600px) and (max-width:800px) {}

@media (min-width:801px) {}

@media (min-width:1025px) {}

@media (min-width:1281px) {}
