/* @import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Lora&display=swap"); */

@import url("https://fonts.karmatronix.com/fonts/kaushan-script-v14-latin.css");

@import url("https://fonts.karmatronix.com/fonts/roboto-v30-latin.css");

/* kaushan-script-regular - latin */
@font-face {
  font-family: "Kaushan Script";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("https://fonts.karmatronix.com/fonts/kaushan-script-v14-latin-regular.woff2")
      format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("https://fonts.karmatronix.com/fonts/kaushan-script-v14-latin-regular.woff")
      format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*  fonts
font-family: 'Kaushan Script', cursive;
font-family: 'Lora', serif;
font-family: 'Roboto', sansserif;
*/
.rotate {
  font-size: 4rem;
  aspect-ratio: 1;
  display: inline-block;
  animation: rotation 20s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-width: 340px;
  background-color: #000;
}

hr {
  margin-top: .5rem;
  margin-bootom: .5rem;
  min-width: 300px;
  max-width: 75%;
}

a, a:link, a:visited, a:focus, a:active {
  font-family: "Roboto", sansserif;
  color: rgb(100, 200, 255);
  font-size: 2rem;
  text-decoration: none;
}

h1.nav-brand:hover {
  color: #00ffcc !important;
}

.logo img {
  /* filter: invert(0); */
  backdrop-filter: invert(20%);
  border-radius: 45%;
}

.nav {
  color: white;
  height: 4rem;
}

.background {
  background: url("./img/laughing-buddha.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: multiply;
  background-color: #333;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1024px;
}

.container2,.container3 {
/*  width: 80%; */
  margin: 0 20% auto;
  max-width: 1024px;
}

.container3 ul li p a{
  margin-left: 1rem;
  font-size: 1rem;
}

.container3 ul li p a:hover{
  text-decoration: underline;
  font-weight: 600;
}

.container2 img{
  border: 2px solid white;
  border-radius: 10px;
}

/* nav, */
.logo,
.nav,
.navbar {
  display: flex;
  justify-content: top;
/*  justify-content: center; */
  align-items: center;
}

.nav {
  flex-direction: column;
}
.logo {
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  width: 95%;
  /* border-radius: 7px; */
  padding: 0.1em 2em;
  /* background-color: rgba(255, 255, 255, 0.2); */
  /* background-color: rgb(7, 141, 204); */
}

.nav-brand,.western {
  color: white;
  font-size: 2rem;
  font-family: "Kaushan Script", cursive;
  font-weight: 100;
  text-shadow: 1px 1px 3px black;
}

p {
  font-family: "Roboto", sansserif;
  margin-top: 0.25rem;
  color: white;
/*  color: rgb(89, 167, 255); */
}

h3 {
  font-family: "Roboto", sansserif;
  margin-top: 1.5rem;
  font-size: 2rem;
  color: white;
/*  color: rgb(89, 167, 255); */
}

blockquote{
  margin-left: 1rem;
  color: powderblue;
}

ul {
  margin-left: 2rem;
}

li {
  margin-left: .5rem;
  color: blue;
}

.container3 ul li {
  margin-left: .25rem;
  color: powderblue;
  border-bottom: 1px dotted white;
}
