@import url (https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css);
@import url (https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800);
@import url ("/ css/ bootstrap.min.css");

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: none;
}

body {
  /* font-family: "Arial", sans-serif;
  background-color: var(--bg);
  color: rgb(36, 35, 35); */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Playfair Display", Georgia, "Times New Roman",
    serif rtl:Amiri, Georgia, "Times New Roman", serif; */
}
.img_kontent {
  width: 100%;
  height: 100px;
}
.img_sidebar {
  width: 250px;
  float: center;
}

/* Social media */
.fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

/* end */

/* Media Queries */
/* Laptop */
@media (max-width: 1366px) {
  html {
    font-size: 90%;
  }
  .img_kontent {
    width: 100%;
    height: 100px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  html {
    font-size: 70%;
  }
  .logo {
    width: 70%;
  }
  .img_kontent {
    width: 10%;
  }
  .img_sidebar {
    width: 80%;
    float: center;
  }
  .copyright {
    font-size: 1rem;
    text-align: center;
  }
}

/* Mobile Phone */
@media (max-width: 450px) {
  html {
    font-size: 60%;
  }
  .logo {
    width: 60%;
  }
  .img_kontent {
    width: 10%;
    float: center;
  }
  .img_sidebar {
    width: 70%;
    float: center;
  }
  .copyright {
    font-size: 1rem;
    text-align: center;
  }

  .fa {
    padding: 5px;
    font-size: 10px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 2px 2px;
    border-radius: 50%;
  }
}
