/* HTML tag selectors */

body {
  background-color: #f6f4e6;
  font-family: "Jura", sans-serif;
  color: #222831;
}

span {
  text-decoration: underline;
}

h1 {
  font-weight: bold;
  color: #d5c455;
  text-align: center;
}

h3 {
  color: #d5c455;
}

hr {
  line-height: 2rem;
  margin: 5% auto 5% auto;
  border-style: none;
  border-top-style: dotted;
  border-width: 10px;
  width: 6%;
  color: #dbdbdb;
}

/* blog styling */

.blog2-img {
  height: 400px;
}

.blog-padding {
  width: 50%;
  padding-left: 50px;
}

/* Navbar and header */

#header {
  background-color: #ede59a;
}

.navbar {
  background-color: #ede59a;
  padding: 10px;
  margin: 0 5% 0 5%;
}

.homepage {
  color: #d5c455;
}
.homepage:hover {
  color: #fddb3a;
}

/* about + values */

#middle-container {
  background-color: #f6f4e6;
  padding: 3% 3%;
}

.myname {
  margin: 5% auto 8% auto;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}

.about {
  width: 60%;
  margin: 5% auto 12.5% auto;
  text-align: left;
}

.about-img {
  float: left;
  margin-right: 30px;
  position: relative;
  width: 200px;
  height: 200px;
}

.value-img {
  float: right;
  margin-left: 30px;
  position: relative;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

/* blog  */

#lower-container {
  background-color: #ede59a;
  padding: 3% 0%;
  text-align: center;
}

.blog-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 2% auto 2% auto;
}

.blog-img:hover {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 2% auto 2% auto;
}

.blog-number {
  text-decoration: underline;
}

.blog-text {
  line-height: 2;
  width: 40%;
  margin: auto;
}

/* footer */

#footer {
  background-color: #f6f4e6;
  padding: 5% 3%;
  text-align: center;
}

.footer-icon {
  margin: 20px;
  color: #d5c455;
}

.footer-icon:hover {
  color: #fddb3a;
}

.BUTTON_BQK {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #222831;
  font-family: "Jura", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  background-color: #ede59a;
  border: solid #222831 3px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 30px;
}

.BUTTON_BQK:hover {
  background: #fddb3a;
  border: solid #222831 3px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-decoration: none;
}

/* media queries */

@media only screen and (max-width: 600px) {
  .about-img {
    float: none;
    text-align: left;
  }
  .value-img {
    float: none;
    text-align: left;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .about-img {
    float: none;
    text-align: left;
  }
  .value-img {
    float: none;
    text-align: left;
    margin-left: 0;
  }
}
