body {
  background-image: url("images/bg.png");
  background-repeat: repeat;
  /* background-color: #363232; */
  background-size: 50vh;
}


.pageFrame {
  background-color: #e7e7e7;
  margin-bottom: 1rem;
  border-radius: 1vw;
  border: 1px solid #c0c0c0;
  margin-left: 5vw;
  margin-right: 5vw;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

img {
  width: 100%;
  height: auto;
}

.banner {
  position: relative;
  margin-bottom: 10vw;
}

.myPic {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 100%;
  left: 2%;
  transform: translate(0%, -50%);
  border: 3px solid white;
}

#name {
  text-align: left;
  position: absolute;
  top: 105%;
  left: 20%;
  transform: translate(0%, -50%);
  font-size: 3vw;
  font-weight: bold;
  color: rgb(47, 47, 47);
}

#typing {
  margin-left: 4%;
  position: relative;
  margin-bottom: 10px;
}

.column {
  width: 100%;
}

#aboutMe {
  position: relative;
  padding: 1vw 2vw 1vw 2vw;
  background-color: #F7F7F7;
  margin-bottom: 1rem;
  margin: 2vh;
  border-radius: 1vw;
  display: block;
  transition: transform 0.3s ease;
}

#aboutMe:hover {
  transform: scale(1.01);
  background-color: #e7e6e6;
}

.contentHead {
  margin-top: 1.5vh;
  margin-bottom: 0.5vh;
  font-weight: bold;
}

.date {
  position: absolute;
  right: 2%;
}

#rc {
  text-decoration: underline;
}

ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0px;
  margin-top: 10px;
  border-bottom: 1px solid #c0c0c0;
}

li:before {
  content: "-";
  font-weight: bold;
  margin-right: 0.5em;
}

li:nth-child(even) {
  background-color: #e8e8e8;
}

ul:last-of-type{
  border-bottom: none;
}

.content {
  font-style: italic;
  margin-top: 0vh;
  margin-bottom: -1vh;
}

/* another part */

.container {
  font: 400 14px/1.8 "Lato", sans-serif;
  width: 98%;
  margin-left: 1%;
  margin: 0 auto;
}

section.container {
  margin-top: 2rem;
}

#selector {
  display: flex;
  justify-content: flex-start;
}

.menu {
  text-align: center;
  /* height: 2rem; */
  padding: 0.7rem 1rem 0.5rem 1rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-right: 1rem;
  flex: 0 1 6rem;
  line-height: 1;
}

article {
  border-radius: 0 1vw 1vw 1vw;
  margin-bottom: 2vh;
}

.blk1 {
  background-color: white;
}

.blk2 {
  background-color: rgb(190, 190, 190);
}

.blk3 {
  background-color: rgb(190, 190, 190);
}

.blk4 {
  background-color: rgb(190, 190, 190);
}

.img-icon {
  width: 220px;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.infoblock {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

* {
  box-sizing: border-box
}
.mySlides1, .mySlides2, .mySlides3 {
  display: block
}
img {
  vertical-align: middle;
}


/* Next & previous buttons */
#prev, #next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
#next {
  position: absolute;
  right: 2%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
#prev:hover, #next:hover {
  background-color: #f1f1f1;
  color: black;
}

/* Position the "next button" to the right */


/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}

@media screen and (max-width: 445px) and (min-width: 250px) {
  .pageFrame {
    margin-left: 0;
    margin-right: 0;
  }

  .content {
    margin-top: 15px;
  }

  #aboutMe {
    position: relative;
  }

  .date {
    position: absolute;
    left: 2%;
    margin-top: 17.5px;
  }

}

@media screen and (min-width: 1000px) {

}