@media only screen and (min-width: 1081px){
  header .nav-ul li:nth-child(8) .link-menu{
    border-bottom: 3px solid #a8639a;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 1080px){
  header .nav-ul .nav-li:nth-child(8){
    border-bottom: 3px solid #a8639a;
  }
}

#page{
  display: flex;
  flex-direction: column;
}

section{
  display: flex;
  flex-direction: column;
}

.intro{
  background-image: url(/data/bkMain.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 2010px auto;
  background-position: -10px -70px;
  color: #ffffff;
}

.intro .filter{
  width: 100%;
  height: 100%;
  background: rgba(55,63,69,0.4);
}

.intro h1 {
  font-size: 36px;
  color: #ffffff;
}

.intro .phrase-intro{
  margin-bottom: 70px;
}

.intro .phrase-intro p{
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  color: #f0f0f0;
  font-size: 22px;
}

#page .container{
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.news .content p{
  margin: 0 0 20px 0;
}

section.news .container .content {
  gap: 20px;
}

section.news .news-text {
  text-align: justify;
}

section.news .news-picture {
  margin: auto;
}

section.news .news-picture img {
  width: 350px;
}

p.no-space-bottom {
  margin-bottom: 0;
}

@media only screen and (min-width: 0){
  #page .container{
    width: 355px;
  }

  #intro{
    height: 500px;
  }

  #intro .content{
    margin-top: 100px;
    font-size: 13px;
  }

  #page section .title h2{
    font-size: 26px;
  }

  .news .content{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .news .content .news-picture {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 501px){
  #page .container{
    width: 490px;
  }

  #intro{
    height: auto;
  }

  #intro .content{
    margin-top: auto;
    font-size: 14px;
  }

  #page section .title h2{
    font-size: 30px;
  }
}

@media only screen and (min-width: 761px){
  #page .container{
    width: 740px;
  }

  #intro .content{
    font-size: 16px;
  }

  #page section .title h2{
    font-size: 30px;
  }
}

@media only screen and (min-width: 1001px){
  #page .container{
    width: 1000px;
  }

  #intro .content{
    margin-top: 40px;
    font-size: 20px;
  }

  .news .content{
    display: flex;
    flex-direction: row;
    gap: 30px;
  }

  .news .content .news-picture {
    display: block;
  }
}