/* HEADINGS */
h1 {
  color: white;
  font-size: 5vw;
  font-family: 'Righteous', cursive;
  text-align: left;
  margin: auto;
  text-shadow: 5px 5px black;
}

.heading {
  display: flex;
  text-align: center;
}

h3 {
  color: white;
  font-size: 25px;
  /* font-family: 'Righteous', cursive; */
  font-family: 'Lora', serif;
  text-align: center;
  text-shadow: 5px 5px black;
  padding: 0vw 2vw 0vw 2vw;
}

h4 {
  text-align: center;
  margin-top: 1px;
  margin-bottom: 2vw;
  font-size: 15px;
  color: white;
}

h2 {
  /* font-family: 'Righteous', cursive; */
  font-family: 'Lora', serif;
  color: white;
  font-size: 35px;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 2px 2px black;
  text-align: center;
}

.post {
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 'Lora', serif;
  text-align: center;
  margin: auto;
  width: 80vw;
  margin-top: 87px !important;
  margin-bottom: 40px;
  font-size: 1vmax;
  padding: 0.5vw 0vw 0.5vw 0vw;
}

.blogPostContainer {
  display: flex;
  border-radius: 1px;
  transition: 0.5s;
  /* box-shadow: 2px 2px black; */
  margin: 2vw 2vw 0vw 2vw;
  /* box-shadow: 2px 2px white; */
  text-align: end;
  align-items: flex-end;
  justify-content: right;
  width: 200px;
  height: 300px;
}

.blogPostContainer:hover {
  transform: scale(1.2);
}

h6 {
  font-size: 20px;
  font-family: 'Lora', serif;
}

#jsFundamentalsCard {
  background-image: url(../blogcontent/jsfundamentalscard.avif);
  background-position: center;
  background-size: cover;
}
#mindsetCard {
  background-image: url(../blogcontent/mindsetcard.avif);
  background-position: center;
  background-size: cover;
}

#eqCard {
  background-image: url(../blogcontent/eqcard.avif);
  background-position: center;
  background-size: cover;
}

#foundationsCard {
  background-image: url(../blogcontent/foundationscard.avif);
  background-position: center;
  background-size: cover;
}

#problemSolvingCard {
  background-image: url(../blogcontent/problemsolvingcard.avif);
  background-position: center;
  background-size: cover;
}

#learningCard {
  background-image: url(../blogcontent/learningcard.avif);
  background-position: center;
  background-size: cover;
}

#borderCard {
  background-image: url(../blogcontent/paddingcard.avif);
  background-position: center;
  background-size: cover;
}

#valuesCard {
  background-image: url(../blogcontent/valuescard.avif);
  background-position: center;
  background-size: cover;
}

.blogPanel {
  display: flex;
  flex-wrap: wrap;

  background-color: rgba(0, 0, 0, 0.7);
  justify-content: left;

  margin: auto;

  align-items: center;
  width: 80vw;
  height: 100%;
}

/* TAGS */

p {
  font-size: 20px;
  color: white;
  font-family: 'Lora', serif;
  padding-left: 2vw;
  padding-right: 2vw;
}

ul {
  color: white;
  display: flex;
  align-items: center;
  align-self: center;
  /* justify-content:flex-start; */
  list-style-type: none;
  font-size: 1.5vmax;
  padding-inline-start: 0px;
}

.post > ul {
  display: inline-block;
  font-size: 20px;
}

.post > ul > li {
  list-style-position: inside;
  list-style-type: disc;
  color: white;
}

li {
  padding-left: 15px;
  padding-right: 15px;
}

a {
  /* justify-content: center;
  align-items: center; */
  color: white;
  font-size: 20px;
  /* padding-left: 1vw;
  padding-right: 1vw; */
  text-decoration: none;
  /* font-family: 'Righteous', cursive; */
  font-family: 'Lora', serif;
}

ul > a:hover {
  transition: 0s;
  color: aquamarine;
}
/* NAVBAR */

.nav {
  background-color: rgba(0, 0, 0, 1);
  display: flex;
  font-family: 'Lora', serif;
  margin: auto;
  height: 50px !important;
  /* height: 30px; */
  width: 80vw;
  /* align-items: center;
  text-align: center; */
  /* margin-bottom: 25px; */
  text-shadow: 2px 2px black;
}

.nav > ul > li > a {
  text-decoration: none;
}

/* IMAGES */

.displayImage {
  height: auto;
  width: 30vw;
}

body {
  background: url(../blogcontent/codebackground.avif) no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.htmlCssExample1vw > img {
  width: 12vw;
  height: auto;
  margin-left: 1vw;
  margin-right: 1vw;
}

.htmlCssExample3vw > img {
  width: 12vw;
  height: auto;
  margin-left: 3vw;
  margin-right: 3vw;
}

.htmlCssExample3vwBorders > img {
  border: 2px solid red;
  width: 12vw;
  height: auto;
  margin-left: 3vw;
  margin-right: 3vw;
}

.htmlCssExample3vwBorders > .htmlCssPaddingExample {
  padding: 1vw 1vw 1vw 1vw;
}

.htmlCssExampleCode > img {
  width: 25%;
  height: auto;
  margin-left: 3vw;
  margin-right: 3vw;
}

.photoBurt > img {
  width: 10vw;
  border: 2px solid white;
  border-radius: 50%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.photoSam > img {
  width: 10vw;
  max-width: 100%;
  height: auto;
  border: 2px solid white;
  border-radius: 50%;
  margin-top: 0;
}

.photoSam {
  text-align: center;
  margin-top: 30px;
}

/* MEDIA QUERIES */

@media all and (max-width: 1200px) {
  h1 {
    font-size: 8vw;
  }
  .blogPanel {
    justify-content: center;
  }
  /* h2 {
    font-size: 20px;
  } */
}

@media all and (max-width: 768px) {
  li {
    display: flex;
    justify-content: center;
  }
  a {
    font-size: 15px;
  }
  .displayImage {
    width: 70vw;
  }
}

@media all and (max-width: 400px) {
  .nav > ul {
    display: block;
  }
}

@media all and (max-width: 320px) {
  h1 {
    font-size: 10vw;
    text-align: center;
  }
}
