/* ------- Fonts ------- */

* {
  color: white;
  font-family: "Arial", serif;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

/* ------- Architecture ------- */

html {
  scroll-behavior: smooth;
}

body {
  background-color: #223343;
  margin: 0;
  z-index:auto
  max-width: 100%;
  margin-top: 60px;
}

/* ------- Tag behaviour ------- */

h1 {
  margin: 0 auto 0 auto;
  font-family: 'DM Serif Text';
  font-size: 60px;
  text-align: center;
}

h2 {
  font-size: 20px;
  text-align: center;
}

h3 {
  font-size: 20px;
  text-align: left;
}

h4 {
  letter-spacing: 3px;
  font-size: 15px;
  text-align: center;
}

hr {
  border-style: dotted none none;
  border-width: 10px;
  max-width: 100px;
  border-color: #FA58B6;
  margin: 25px auto 25px auto;
  z-index:auto
}

p {
  line-height: 2;
}

/* ------- Class/ID behaviour ------- */
/* ------- Top section ------- */
.top {
  padding: 10px;
  position: relative;
  text-align: center;
}



#alpaca_icon {
  width: 75px;
  z-index:auto
}

/* ------- Main section ------- */

.main {
  max-width: 80vw;
  margin: auto auto auto auto;
  text-align: justify;
  text-justify: inter-word;
  z-index: 0;
}

.introduction {
  padding: 10px;
  z-index: 0;
}

.alpaca-row {
  margin: auto auto auto auto;
  text-align: justify;
  text-justify: inter-word;
  line-height: 2;
  z-index: 0;
}

.ctr_left {
  max-width: 40%;
  height: auto;
  padding: 10px;
  float: left;
  object-fit: contain;
  z-index: 0;
}

.ctr_right {
  height: auto;
  max-width: 40%;
  padding: 10px;
  float: right;
  z-index: 0;
}


.contact-me {
  margin: auto auto auto auto;
  line-height: 3;
  z-index: auto;
  text-align: center;
}

/* ------- Footer section ------- */

.footer {
  background-color: #7A0BC0;
  line-height: 1;
  padding-top: 25px;
  z-index: auto;
  text-align: center;
}

.footer-link {
  color: #270082;
  text-decoration: none;
  font-weight: bold;
  font-size: 125%;
  margin: 25px 20px auto 20px;
  z-index: auto;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 125%;
  margin: 25px 20px auto 20px;
  z-index: auto;
}












/* ------- Contact Button ------- */

.btn {
  background: #7A0BC0;
  background-image: -webkit-linear-gradient(top, #7A0BC0, #9d69bf);
  background-image: -moz-linear-gradient(top, #7A0BC0, #9d69bf);
  background-image: -ms-linear-gradient(top, #7A0BC0, #9d69bf);
  background-image: -o-linear-gradient(top, #7A0BC0, #9d69bf);
  background-image: linear-gradient(to bottom, #7A0BC0, #9d69bf);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  z-index:auto
}

.btn:hover {
  background: #FA58B6;
  background-image: -webkit-linear-gradient(top, #FA58B6, #ffa8db);
  background-image: -moz-linear-gradient(top, #FA58B6, #ffa8db);
  background-image: -ms-linear-gradient(top, #FA58B6, #ffa8db);
  background-image: -o-linear-gradient(top, #FA58B6, #ffa8db);
  background-image: linear-gradient(to bottom, #FA58B6, #ffa8db);
  text-decoration: none;
  z-index:auto
}

/* ------- NavBar ------- */

.navbar ul {
  list-style-type: none;
  background-color: #162433;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  z-index:auto
}

.navbar a {
  color: white;
  text-decoration: none;
  padding: 0.5vw;
  display: block;
  text-align: center;
  z-index:auto
  font-size: 10px;
}

.navbar a:hover {
  background-color: #5f758e;
  z-index:auto
}

.navbar li {
  float: left;
  z-index:auto
}

.navbar {
  overflow: hidden;
  background-color: #162433;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 1;
  z-index: 2;
}
