/*===== Global =====*/
:root {
  --main-font: "Ysabeau Office", sans-serif;
  --heading-font: "Diphylleia", serif;
}

::selection {
  background-color: #693372bf;
  color: #fff;
}

body {
  font-family: var(--main-font);
  letter-spacing: 0.8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  letter-spacing: 1px;
}

.adjust-content {
  /* max-width: 800px; */
  /*margin: auto;*/
}

.btn-main {
  background-image: linear-gradient(
    to right,
    rgba(137, 3, 199, 0.364),
    rgba(6, 151, 183, 0.367)
  );
  border-radius: 100vh;
  border: inherit;
  --bs-btn-color: #ffffffee;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(105, 51, 115);
  --bs-btn-hover-border-color: rgb(105, 51, 115);
  letter-spacing: 1px;
  font-weight: bolder;
  box-shadow: 1px 3px 7px -5px #4f0b4fc4;
}

/*===== Home =====*/
.banner {
/*   min-height: 15vh; */
position:absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
 /*  width: 50px;*/ 
  background-image: linear-gradient(to right, #8903c727, #0697b827), 
     url(../images/dots.png);
}

.home {
   min-height: 70vh; 
  position: relative;
  background-image: linear-gradient(to right, #8903c727, #0697b827),
    url(../images/dots.png);
}

.card {
  background-color: #ffffffbd;
  box-shadow: 3px 3px 17px -8px #00000091;
}

h1 {
  color: #693372bf;
  text-shadow: -2px 1px 0px #80008030;
}

h1::first-letter {
  font-size: 63px;
  padding-right: 5px;
  padding-top: 2px;
  color: #4f0b4f8f;
  font-weight: 500;
}

h4 {
  color: #8d648ede;
  font-size: 19px;
}

#bquote1 {
  color: #4f0b4fc4;
  font-style: italic;
}

#bquote2 {
  color: #4f0b4fc4;
  font-style: italic;
  font-size: 0.875em;
}

#quote {
  color: #4f0b4fc4;
  font-style: italic;
}

#author {
  color: #8d648ede;
  margin-top: -6px;
  font-size: 0.875em;
}

i {
  color: #4f0b4f8f;
  font-size: 20px;
  padding-block: 15px;
}

@media screen and (max-width: 415px) {
  h1 {
    font-size: 20px;
  }

  h1::first-letter {
    font-size: 45px;
  }

  #quote {
    font-size: 18px;
            vertical-align: middle;
            /* width: 30%; */ 
            display: inline-block;
            border: 1px solid #1BB286;
  }

  #author {
    font-size: 13px;
  }

  .btn-main {
    font-size: 13px;
  }

  i {
    font-size: 12px;
    padding: 0;
  }
}

/* Footer */

        #footer {
                color: #949494;
                padding: 2em 0;
                text-align: center;
		color: #4f0b4fc4;
		font-style: italic;

        }

                #footer .icons {
                        margin: 0 0 4em 0;
                }

                #footer .menu a {
                        color: inherit;
                }

                #footer .copyright {
                        font-size: 0.8em;
                }

 /* unvisited link */
a:link {
  color: #4f0b4fc4;
}

/* visited link */
a:visited {
/*  color: green; */
    color: #4f0b4fc4;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
} 
