/*NEWSHEADER*/
.razordailycontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid black;
  margin-right: 50px;
  margin-left: 50px;
}


.razordailyheader {
  display: flex;
  position: relative;
  margin-top: 30px;
  border-bottom: 10px double black;
  padding-bottom: 20px;
  width: fit-content;
}

/*NEWSHEADER SUBTITLE*/
.razordailysubhead {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 1403px;
  border-bottom: 10px double black;
}

.sub {
  font-family: "Space Mono", monospace;
}

.blockrazordaily {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.razorblock h1 {
  font-family: "Space Mono", monospace;
  font-size: 40px;
}

.razorblock {
  display: flex;
  flex-direction: column;
  width: 400px;
  max-height: 400px;
  border: black solid 5px;
  border-radius: 8px;
  margin: 20px 20px;
  padding: 20px;
  align-items: center;
  text-decoration: none;
  color: black;
}

.razorblock img {
  max-width: 300px;
  max-height: 100px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.razorblock a {
  text-decoration: none;
  color: white;
}

.razordailywhen {
  color: gray;
  border-bottom: 5px dotted gray;
  margin-top: 10px;
}

/*====EVERY NEWS PAGE STYLE====*/

.newsarticle {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  border: 5px solid black;
  border-radius: 8px;
  margin: 10px auto;
  align-items: center;
}

.newsarticle h1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 80px;
  margin-bottom: 20px;
}

.newsarticle img {
  max-height: 600px;
  width: auto;
  border: 5px solid black;
  padding: 20px;
}

.headernewsarticle img {
  height: auto;
  width: 1200px;
  padding: 20px;
  border: none;
}

.headernewsarticle {
  border-bottom: 10px double black;
  margin-bottom: 20px;
}

.newsarticle h2 {
  font-family: monospace;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 5px solid black;
  border-radius: 8px;
}

.newsimagetext {
  font-size: 15px;
  align-self: center;
  margin-left: none;
  margin-bottom: 20px;
}

.newsimagecontentstrong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.newsimagecontent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  width: 1000px;
  margin-bottom: 20px;
}

.newsimagebutton {
  border: 4px solid black;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: rgb(214, 181, 255);
  text-decoration: none;
  margin-bottom: 30px;
}

.newsimagebutton a {
  font-family: monospace;
  font-size: 35px;
  text-decoration: none;
  color: black;
}

.footernewsarticle {
  display: flex;
  flex-direction: row;
  background-color: black;
  width: 1400px;
  justify-content: flex-start;
}

.footerarticle img {
  width: 600px;
  height: auto;
}

