/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@font-face {
  font-family: "RoadRage";
  src: url("RoadRage.ttf");
  
}
/* animations */
@keyframes horrorWiggle {
0%   { transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg) scale(1); }
  20%  { transform: translate(-0.5px, 0.5px) rotate(-0.3deg) skew(0.3deg, -0.3deg) scale(1.01); }
  40%  { transform: translate(0.5px, -0.5px) rotate(0.3deg) skew(-0.3deg, 0.3deg) scale(0.99); }
  60%  { transform: translate(-0.5px, -0.5px) rotate(0.2deg) skew(0.2deg, -0.2deg) scale(1); }
  80%  { transform: translate(0.5px, 0.5px) rotate(-0.2deg) skew(-0.2deg, 0.2deg) scale(1.01); }
  100% { transform: translate(0, 0) rotate(0deg) skew(0, 0) scale(1); }
}
/* General stylization */
strong {
  display: inline-block; /* required so transform works */
  animation: horrorWiggle 1s infinite steps(1);
  color: #8a0303;
}
/* Everything to do with link stylization here */
 /* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}
/* mouse over link */
a:hover {
  color: #B7410E;
}

/* selected link */
a:active {
  color: white;
} 
/* Any <a> link that contains "wikipedia.org" */
a[href*="wikipedia.org"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/250px-Wikipedia-logo-v2.svg.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-left: 4px;
   vertical-align: middle;
}
a[href*="steampowered.com"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Steam_icon_logo.svg/1024px-Steam_icon_logo.svg.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-left: 4px;
   vertical-align: middle;
}
/* Any <a> link that contains "youtube.com" */
a[href*="youtube.com"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://static.vecteezy.com/system/resources/thumbnails/018/930/575/small_2x/youtube-logo-youtube-icon-transparent-free-png.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle;
}


/* Everything to do with conJournal stylization here */ 
.conHeaderBackground {
  background-image: url(https://img.freepik.com/free-photo/cinema-stuff-wooden-tabletop_23-2147698838.jpg?semt=ais_incoming&w=740&q=80);
  background-size: cover; 
  border-bottom: solid;
  margin: 0px;
  padding: 0px;
  }
.conHeaderText {
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;

}
.conArticleText
{
  font-size: 24px;
  padding: 4px;
  margin:0px;

}
.conH1
{
  font-size: 36px;
  padding:4px;
  margin: 0;
}
.conJournal {
  width: 40%;
  margin: 0 auto;
  border: solid;
}

.conHr {
  margin: 20px;
}
.conArticle
{
 color: white; 
 font-family: "RoadRage";
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 4px;
}

.conImg
{
  float: right;
  height: 64px;
  padding: 4px;
}

.conArticleText
{
  font-size: 24px;
  padding: 4px;
  margin:0px;
}
.conDate
{
  font-size: 32px;
  padding:4px;
}
/* Everything to do with blog stylization here */ 
.blogHeaderBackground {
  background-image: url(https://img.freepik.com/free-photo/cinema-stuff-wooden-tabletop_23-2147698838.jpg?semt=ais_incoming&w=740&q=80);
  background-size: cover; 
  border-bottom: solid;
  margin: 0px;
  padding: 0px;
  }
  
.blogHeaderText {
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;

}
.blogArticleText
{
  font-size: 24px;
  padding: 4px;
  margin:0px;

}
.blogH1
{
  font-size: 36px;
  padding:4px;
  margin: 0;
}
.Blog {
  width: 40%;
  margin: 0 auto;
  border: solid;
}

.blogHr {
  margin: 20px;
}
.blogArticle
{
 color: #d9dadb; 
 font-family: "RoadRage";
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 4px;
}

.blogImg
{
  float: right;
  height: 64px;
  padding: 4px;
}

.blogArticleText
{
  font-size: 24px;
  padding: 4px;
  margin:0px;
}
.blogDate
{
  font-size: 32px;
  padding:4px;
}
.blogArticleName
{
  font-size: 32px;
  padding:4px;
  display: inline-block;
  margin-bottom: 0px;
}
.blogArticleAuthor
{
  font-size: 28px;
  padding:4px;
  margin-top:0px;
  margin-bottom: 26.56px;
}

.blogArticleDate
{
 display: inline-block; 
 float: right;
 font-size: 28px;
 padding:4px;
}
.blogArticleH3
{
 font-size: 28px;
 padding:4px;
 margin: 0px;
}

body {
  margin: 0px;
  background-color: black;
  color: #8E8E8E;
  font-family: "RoadRage";
}
