@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
/* font-family: 'Cormorant SC', serif;
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Noto Serif', serif;
font-family: 'Roboto', sans-serif; */

html {
    scroll-behavior: auto;
}

body{
    font-family: 'Roboto', sans-serif;
    background-image: url();
    background-size: 100%;
    background-attachment: fixed;
}

h1{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase; 
}

h2{
    font-family: 'Oswald', sans-serif; 
    font-weight: 600;
    text-transform: uppercase;
} 

h3{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}

h4{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: black;
}

h5{
    font-family: 'Roboto', sans-serif; 
    font-weight: 200;
    font-size: 1rem;
    color: black;
    text-decoration: underline;
}
.nav-link{
    font-weight: 600;
    font-size: 1.2rem;
}

.card-text{
    font-size: 0.9rem;
}

.btn-primary{
    background-color: transparent !important;
    border: 0px solid #B7E3CC;;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 10px 20px;
    font-weight: 600;
    color: black;
}

.btn-primary:hover{
    color: rgba(0, 0, 0, 0.783) !important;
}

#nav-menu{
    background-color: #fff;
    white-space: nowrap;
    overflow: auto;
}

.nav-link{
    text-transform: uppercase;
    color: black;
    font-weight: 400;
    display: inline-block;
    margin: 10px 25px;
}

.nav-link:hover{
    color:rgba(0, 0, 0, 0.345) !important;
}

/* Section 1 */

.title{
    width: 35vw;
    padding: 20px 25px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.345);
}

.items{
    width: 100vw;
}


#nav-menu{
    background-color: #fff;
    white-space: nowrap;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.pho-ad{
    margin-top: 3rem;
    background-image: url(../img/PhoCover.jpg);
    background-size: cover;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-position: center;;
  }
  
  .pho-ad{
      text-transform: uppercase;
      font-weight: 400;
  }
  .pho-ad p{
      margin: 0 5rem;
      font-weight: 500;
  }

footer{
    background-color: black;
    color: white;
    padding: 30px !important;
}

footer a{
    color: rgb(226, 225, 225);
}

footer p{
    color: rgb(226, 225, 225);
}

footer a:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

footer li{
    list-style: none;
}

footer hr{
    background-color: rgba(255, 255, 255, 0.372);;
}

footer a i {
    font-size: 28px;
    margin: 10px;
}


.warning{
    background-color: #c4ffb28c;
    color: #3c5c32;
}
.home-sec1 p{
    text-align: justify;
    background-color: #B7E3CC;
    padding: 15px 25px;
    border-radius: 2px;
}

.green{
    background-color: #B7E3CC;
    padding: 5px;
    border-radius: 3px;
    font-weight: 500;
}

.underline{
    text-decoration: underline;
}

.img-galley{
    position: relative;
}

.img1{
    position:absolute;
    top: 20px;
}

.sec1{
    background-image: url(../img/b07.jpg);
    background-size: cover;
}

.sec1 div{
    width: 500px;
    color: white;
    padding: 10px;
    margin: 0 20px;
}

.sec1 h1{
    text-align: center;
}
.sec1 p{
    text-align: justify;
}

.sec1 a{
    color: white;
}

#navbar{
    background-color: rgba(255, 255, 255, 0.418) !important;
    color: white !important;
}
#navbar .nav-link{
    color: rgba(255, 255, 255, 0.863);
}


#navbar .nav-link:hover{
    color: rgb(255, 255, 255) !important;
}

#navbar.scrolled .nav-link{
    color: black;
}

#navbar.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}

#pho-size{
    text-align: center;
}

.navbar{
    background: rgb(255, 255, 255);
    scrollbar-arrow-color: black;
}



.carousel-item {
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .carousel-caption {
    bottom: 270px;
  }
  
  .carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
  }
  
  .carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
  }
  
  .navbar-light .navbar-brand {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
  }
  
  .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  
  .navbar-toggler {
    background: #fff;
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .nav-link {
    padding: .2rem 1rem;
  }
  
  .nav-link.active,.nav-link:focus{
    color: #fff;
  }
  
  .navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
  }
  
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }
  
  .overlay{
    filter: brightness(85%);
  }
  .darkOverlay{
    filter: brightness(50%);
  }
  
  
  
  
  .card{
      background-color: transparent !important;
      border: 1px solid black;
  }


  .black-text{
      color: black !important;
  }


  .ad{
    background-image: url(../img/DaMe.jpg);
    background-size: cover;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-position: center;;
  }
  
  .ad{
      text-transform: uppercase;
      font-weight: 400;
  }

  .modal-body img {
      width: 100%;
  }

  .modal-title{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
  }

  .modal-footer button {
      border: 1px solid black;
  }

  .card-body img{
      width: 100%;
  }

  .iron-sec img{
      width: 70%;
  }

  iframe{
      border: 0px;
  }
  
  .kieu-chinh-sec a:hover{
      text-decoration: none;
  }

  #wall-of-fame{
      /* background-color: #112e34; */
      background-image: url(../img/wall.png);
      height: 50vh;
      background-position: left;
      background-attachment: fixed;
  }
  #wall-of-fame h4{
      text-transform: capitalize;
      font-weight: 200;
      font-size: 4rem;
      color: #ab7836;
      border: 6px solid #ab7836;
      padding: 50px;
      margin: 0;
      font-family: 'Tangerine', cursive;
      font-style: oblique;
  }

  #wall-of-fame div{
      background-color: #faf6f2;
  }

  .navbar-toggler-icon{
      color: #3c5c32 !important;
  }

.wall-body{
    margin-top: 120px;
}

.wall-body h1{
    font-family: 'Cormorant SC', serif;
    text-align: center;
    margin: 10px 0;
    font-size: 4rem;
}

.wall-item img {
    width: 100%;
}
.wall-item{
    margin-top: 40px;
}

.wall-item h2{
    text-align: center;
    margin: 40px 0;
}

.wall-list{
    margin-top: 50px;
}

.menu-button{
    background-image: url(../img/BunDau.jpg);
    background-size: cover;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-position: center;
}

.menu-button img{
    width: 100%;
}

.menu-btn{
    color: white;
    border: 5px solid white;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.198);
}

.menu-btn:hover{
    text-decoration: none;
    color: white;
}

.award{
    margin: 2px;
    margin: 10px 0px;
    width: 150px;
}

@media screen and (max-width: 500px) {
    .menu-button h1{
        font-size: 1.55rem;
    }
    .menu-btn{
        border: 3px solid white;
    }

    .navbar {
        background: rgb(255, 255, 255);
    }
    .nav-link {
        color: rgb(0, 0, 0);
        font-size: 1.5rem;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: underline;
        margin-bottom: 20px;
    }
    .carousel-item {
        min-height: 0;
        margin-top: 100px;
    }
  }
  