* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #e4f6f8;
}

header {
  width: auto;
  height: auto;
  display: block;
  padding: 20px 60px 24px;
  background-image: url("../images/blue-plate-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

h1 {
  font-family: 'Mitr', sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 46px;
  line-height: 50px;
  width: auto;
  max-width: 640px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#video-content {
  width: auto;
  height: auto;
  display: block;
  background-image: url("../images/dark-plate-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#video-content iframe {
  width: 70%;
  max-width: 800px;
  height: 480px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.comments-link {
  color: #ffffff;
  background-color: #99c24c;
  font-family: 'Mitr', sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
  text-decoration: none;
  width: auto;
  height: auto;
  display: block;
  padding: 14px 60px 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.comments-link:hover {
  background-color: #f18f00;
}

#infographic-content {
  width: 80%;
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#infographic-content img {
  width: 100%;
  display: block;
  margin-top: 24px;
  border: 6px solid #99c24c;
  margin-left: -6px;
}

footer {
  width: auto;
  height: 160px;
  display: block;
  background-image: url("../images/blue-plate-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}




@media screen and (max-width: 960px) {
  
header {
  padding: 20px 40px 24px;
}
  
h1 {
  font-size: 36px;
  line-height: 40px;
  max-width: 540px;
}
  
#video-content iframe {
  width: 80%;
  height: 400px;
}
  
#infographic-content {
  width: 90%;
}
  
}


@media screen and (max-width: 680px) {
  
#video-content iframe {
  width: 90%;
  height: 300px;
}
  
.comments-link {
  font-size: 22px;
  line-height: 26px;
  padding: 10px 40px 12px;
}
  
}


@media screen and (max-width: 520px) {
  
h1 {
  font-size: 24px;
  line-height: 27px;
}
  
#video-content iframe {
  width: 100%;
  height: 240px;
}
  
.comments-link {
  font-size: 18px;
  line-height: 21px;
}
  
#infographic-content img {
  margin-top: 14px;
  border: 4px solid #99c24c;
  margin-left: -4px;
}
  
}

