/* Basic Reset :
----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* General:
----------------------------------------------- */
.link-img:hover,
.link-img:focus {
  opacity: 0.8;
}

i:hover,
i:focus {
  transform: scale(2);
  transition: 0.8s;
}
/* Header :
----------------------------------------------- */
header {
  margin-top: 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

header img {
  border-radius: 50%;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Nav :
----------------------------------------------- */
nav {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

nav i {
  padding: 5px 5px 0 15px;
}

nav i:hover,
nav i:focus {
  opacity: 0.8;
}

nav p {
  padding-bottom: 3px;
}

.link-img {
  margin: 0 15px 0 0;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Banner :
----------------------------------------------- */
#img-div {
  border-radius: 5px;
  width: 90%;
  margin: 20px auto;
  max-width: 1200px;
}

#image {
  width: 100%;
  max-height: 650px;
  max-width: 1200px;
  object-fit: cover;
  display: block;
}

#img-caption {
  padding: 10px;
  line-height: 23px;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Article :
----------------------------------------------- */
article {
  margin: 0 auto;
  width: 85%;
}

article a {
  padding: 3px;
}

article li {
  padding-bottom: 20px;
}

h2 {
  margin-top: 40px;
  padding-bottom: 15px;
}

h3 {
  padding: 20px 0 10px 0;
}

.article-info p {
  padding: 10px 0 30px 0;
}

.article-img {
  width: 70%;
  max-width: 400px;
  margin: 30px 0;
}

.official-site {
  margin: 100px 0 50px 0;
  padding: 25px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  max-height: 500px;
}

.official-site p {
  padding-bottom: 20px;
}

.official-site p,
.official-site img {
  width: 85%;
  max-width: 400px;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Aside :
----------------------------------------------- */
aside img {
  width: 60%;
}

h4 {
  padding: 30px 0 20px 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

h5 {
  padding-bottom: 20px;
}

.book {
  width: 90%;
  padding: 30px 25px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5px;
}

.book img {
  width: 40%;
}

.book p {
  padding-top: 20px;
}

.book a {
  padding: 3px;
}

.top-btn {
  display: block;
  padding: 40px 0;
  opacity: 0.3;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Footer :
----------------------------------------------- */
footer {
  min-height: 100px;
  padding: 30px;
}

footer a {
  padding-left: 10px;
}

.copyright-div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.copyright-div p {
  padding-left: 5px;
}

.special-p {
  padding-top: 30px;
}

.special-p a {
  padding: 3px;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
