@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 0;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
    background-color: #B3A394;
    margin: 0;
    padding: 0;
    height: 100%;
}

.outer-div {
  background-image: url("../img/background.jpg");
  height: 365px; /* Définir la hauteur du div */
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
    .outer-div h1{
    font-family: Kanit;
    color: white;
    font-size: 3em;
    margin-left: 0;
    padding-top: 1em;
    text-align: center;
  }
  .outer-div p{
    font-family: Raleway;
    color: white;
    font-size: 1em;
    margin-top: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .outer-div h1{
  font-family: Kanit;
  color: white;
  font-size: 5em;
  margin-left: 1em;
  margin-bottom: 0;
}
.outer-div p{
  font-family: Raleway;
  color: white;
  font-size: 2em;
  margin-top: 0;
  margin-left: 2.5em;
}
}

article#art1{
  background-image: url("../img/magic-1.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

article#art2{
  background-image: url("https://simontremblay.techniquesmedia.com/Tre-Si-Lantredujoueur-final/img-1/article-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

article#art3{
  background-image: url("../img/Raphael-Fiendish-Savior-Battle-for-Baldurs-Gate-MtG-Art.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

article#art4{
  background-image: url("../img/It-Doesnt-Add-Up-Murders-at-Karlov-Manor-MtG-Art.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}