html,
body {
  margin: auto;
  background: linear-gradient(
    to bottom,
    rgba(41, 36, 132, 0.85),
    rgba(102, 245, 201, 0.85)
  );
  height: 100%;
  width: 100%;
}

.header {
  background-color: #d3d9dc;
}

.name {
  font-family: "Cinzel", serif;
  color: black;
  margin-top: 0;
  padding: 15px;
  text-align: center;
}

.name:hover {
  color: black;
  text-decoration: none;
}

/* about and blogs pages */
.about {
  position: relative;
  left: 25%;
  font-family: cinzel;
  font-size: 25px;
  width: 10%;
}

#about {
  font-family: cinzel;
  color: orange;
  width: 10%;
}

.image2 {
  background: #d3d9dc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.photo2 {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.3;
}
.photo3 {
  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
 
}
#shadow {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.text {
  text-align: justify;
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  top: -275px;
  font-family: "Raleway", sans-serif;
}

.anchor {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: black;
}

.anchor:hover {
  color: orange;
  opacity: none;
}
.link {
  color: darkslategray;
}

.blog {
  position: relative;
  width: 10%;
  left: 65%;
  top: -35px;
  font-family: "cinzel";
  font-size: 25px;
}

#blog {
  font-family: cinzel;
  color: orange;
}
.text2 {
  text-align: justify;
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  top: -275px;
  font-family: "Raleway", sans-serif;
}

.image {
  background: #d3d9dc;
  padding-top: 15px;
  padding-bottom: 35px;
}
.blog-buttons {
  position: relative;
  left: -10%;
}
.buttons {
  position: relative;
  width: 1000px;
  margin: auto;
}
.blog-1 {
  position: relative;
  left: 13%;
  top: -250px;
  z-index: 50;
  height: 75px;
  width: 125px;
  background-color: #d3d9dd;
}

.blog-2 {
  position: relative;
  left: 63%;
  top: -320px;
  z-index: 50;
  height: 75px;
  width: 125px;
  background-color: #d3d9dd;
}

.blog1 {
  position: relative;
  left: 20%;
  top: -200px;
  z-index: 50;
  height: 75px;
  width: 125px;
  background-color: #d3d9dd;
}

.blog2 {
  position: relative;
  left: 37.5%;
  top: -275px;
  z-index: 50;
  height: 75px;
  width: 125px;
  background-color: #d3d9dd;
}

.blog3 {
  position: relative;
  left: 55%;
  top: -350px;
  z-index: 50;
  height: 75px;
  width: 125px;
  background-color: #d3d9dd;
}

.blog4 {
  position: relative;
  left: 72.5%;
  top: -425px;
  z-index: 50;
  height: 75px;
  width: 125px;
  background-color: #d3d9dd;
}

.blog5 {
  position: relative;
  left: 90%;
  top: -500px;
  z-index: 50;
  height: 75px;
  width: 125px;
  background-color: #d3d9dd;
}

.blog6 {
  position: relative;
  left: 65%x;
  top: -350px;
  z-index: 50;
  height: 75px;
  width: 125px;
  background-color: #d3d9dd;
}
.text3 {
  text-align: justify;
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 25px;
  z-index: 10;
  font-family: "Raleway", sans-serif;
}

.text4 {
  text-align: justify;
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 25px;
  z-index: 10;
  font-family: "Raleway", sans-serif;
}
.text5 {
  text-align: justify;
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 25px;
  z-index: 10;
  font-family: "Raleway", sans-serif;
}
.list {
  font-size: 15px;
  color: darkslategrey;
}

#story {
  font-size: 15px;
}

.back {
  position: fixed;
  left: 95%;
  bottom: 30%;
  padding: 5px;
  text-decoration: none;
  z-index: 40;
  font-family: "Raleway", sans-serif;
  border: 1px solid black;
}
.back2 {
  position: fixed;
  left: 89%;
  bottom: 30%;
  padding: 5px;
  text-decoration: none;
  z-index: 40;
  font-family: "Raleway", sans-serif;
  border: 1px solid black;
}

.bottom {
  background-color: #d3d9dc;
  position: absolute;
  bottom: -50px;
  width: 100%;
}

.footer {
  font-family: "Cinzel", serif;
  color: black;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
}

/* blog page */

.title {
  font-family: "Cinzel", serif;
  color: black;
  margin-top: 0;
  padding: 15px;
  text-align: center;
}

h2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.subtitle {
  font-family: "Cinzel", serif;
  text-align: left;
}
h3 {
  width: 50%;
  margin-left: 11%;
}

/* example */

.example-inline {
  position: relative;
  left: 15%;
  top: 45px;
}

.example1 {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid black;
  width: 100px;
  height: 30px;
  position: relative;
  left: 10px;
  top: -65px;
}

.photoexample1 {
  width: 65%;
  position: relative;
  left: 15%;
  top: 20px;
}

.example2 {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid black;
  width: 100px;
  height: 30px;
  position: relative;
  
}

.photoexample2 {
  width: 65%;
  position: relative;
  left: 15%;
  top: 50px;
}

.example-block {
  position: relative;
  left: 100px;
  top: -25px;
}

.example3 {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid black;
  width: 100px;
  height: 30px;
  position: relative;
  left: 15%;
}

.photoexample3 {
  width: 65%;
  position: relative;
  top: -50px;
  left: 15%;
}
#text3 {
  font-size: 12px;
  position: relative;
  top: -25px;
  margin-left: auto;
  margin-right: auto;
}

.example4 {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid black;
  width: 100px;
  height: 30px;
  position: relative;
  top: -20px;
  left: 10%;
}

.photoexample4 {
  width: 65%;
  position: relative;
  left: 15%;
}
