/*General CSS claaes*/

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 15px;
    cursor: pointer;
}

.button2 {background-color: #008CBA;} /* Blue */

.button:hover {
    background-color: #6FCF72 !important;
    color: #ffffff
}

.button a {
    color: #ffffff !important;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Font Format*/


.YaHeiHeader{
    font-family: "LiGothic", "Microsoft YaHei", Arial, serif;
    font-size: 20px;
}

.YaHei{
    font-family: "LiGothic", "Microsoft YaHei", Arial, serif;
    font-size: 20px;
}

.YaHeiButton{
    font-family: "LiGothic", "Microsoft YaHei", Arial, serif;
    font-size: 20px;
    color: #ffffff;
}

/*Media Resposive Navbar CSS*/

@media screen and (min-width: 801px) {
      .responsivefontnavbar {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
      .responsivefontnavbar {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
      .responsivefontnavbar {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
      .responsivefontnavbar {
    font-size: 10px;
  }
}

/*Media Resposive Header CSS*/

@media screen and (min-width: 801px) {
      .responsivefontheader {
    font-size: 35px;
  }
}

@media screen and (max-width: 800px) {
      .responsivefontheader {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
      .responsivefontheader {
    font-size: 25px;
  }
}

@media screen and (max-width: 400px) {
      .responsivefontheader {
    font-size: 20px;
  }
}

/*Media Resposive Content CSS*/

@media screen and (min-width: 801px) {
      .responsivefont {
    font-size: 25px;
  }
}

@media screen and (max-width: 800px) {
      .responsivefont {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
      .responsivefont {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
      .responsivefont {
    font-size: 10px;
  }
}

/*Media Resposive Hyperlink CSS*/

@media screen and (min-width: 801px) {
      .responsivefontlink {
    font-size: 25px;
    color: #ffffff;
  }
}

@media screen and (max-width: 800px) {
      .responsivefontlink {
    font-size: 20px;
    color: #ffffff;
    }
}

@media screen and (max-width: 600px) {
      .responsivefontlink {
    font-size: 15px;
    color: #ffffff;
  }
}

@media screen and (max-width: 400px) {
      .responsivefontlink {
    color: #ffffff;
    font-size: 10px;
  }
}


/*Full Background*/

body, html {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: url("bg-img.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Bootstrap classes*/

.bg-0 {
  background-color: #ffffff; /* Default White */
  color: #000000;
}

.bg-0-inner {
  background-color: #ffffff; /* Default White */
  color: #000000;
}

.bg-1 {
    background-color: #ffffff; /* White With Blue Text*/
    color: #000000;
}

.bg-1-inner {
    background-color: #ffffff; /* White With Blue Text*/
    color: #000000;
}

.bg-2 {
    background-color: #0066aa; /* Blue */
    color: #ffffff;
}

.bg-2-inner {
    background-color: #0066aa; /* Blue */
    color: #ffffff;
    text-shadow: 2px 2px #224466;
}

.bg-3 {
  background-color: #efffff; /*Gray */
  color: #000000;
}

.bg-3-inner {
  background-color: #ffffff; /*White*/
  color: #000000;
}

.bg-4 {
    background-color: #2f2f2f;
    color: #fff;
}

.bg-footer {
    background-color: #2f2f2f;
    color: #fff;
}

.bg-snow {
    background-image: url("snow.gif");
}

.container-fluid-medium {
    padding-top: 30px;
    padding-bottom: 30px;
}

  .navbar {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      padding-right: 5px;
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
      letter-spacing: 0px;
  }
}

.navbar-nav  li a:hover {
    color: #1abc9c !important;
}

.navbar-logo {
  background-color: #ffffff !important; /* White */
  border-radius: 15px;
  color: #0;
}

.gallery {
    width: 200px; /* You can set the dimensions to whatever you want */
    height: 200px;
    object-fit: cover;
}

.radius {
    border-radius: 15px;
}
