/* Components HTML */
html {
  margin: 0;
  padding: 0;
  height: 100;
min-height: 100%;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
}

body {
  margin: 0;
  height: 100%;
  width: 100%;
min-height: 100%;
}

div {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* Mobile version 780 */
@media screen and (max-width: 780px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  h4 {
    font-size: 22px !important;
  }
  .post {
    margin: -200px 0 !important;
  }
  .posttext2 {
    width: 280px !important;
  }
}

/* @media screen and (max-width: 1999px) {
  .mainback{background-image: url('images/background-resize.jpg') !important;}
} */

@media screen and (min-height: 1000px) {
  .hello03 {
    padding: 21vh 0 !important;
  }
  h1 {
    font-size: 70px !important;
  }
}

.mainback {
  background-image: url('images/background.jpg');
  background-size: contain;
  background-repeat: round;
  text-align: center;
}

.fitbox {
  display: inline-block;
  width: 80%;
  margin: 0 10%;
  max-width: 1200px;
}

.hello01 {
  text-align: center;
}

.hello02 {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 20px 0;
}

.hello02a {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.hello02a img {
  width: 60px;
}

.hello02b {
  display: inline-block;
  width: 68%;
  text-align: right;
  vertical-align: top;
}

.hello02b img {
  width: 30px;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.hello02b img:hover {
  opacity: 0.5;
}

.hello03 {
  text-align: center;
  color: #ffffff;
  padding: 14vh 0;
  margin: 2vh 0;
  display: inline-block;
  background-image: url("images/number5.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hello03b {
  display: inline-block;
  width: 100%;
  animation: hellofive 2s;
}

@keyframes hellofive {
  0% {
    margin-top: 50vh;
    opacity: 0 !important;
  }
  30% {
    opacity: 1 !important;
  }
  100% {
    margin-top: 0px;
  }
}

.hello03 h1 {
  font-size: 60px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.hello03 h2 {
  font-size: 40px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.hello04 a {
  display: inline-block;
  padding: 20px 50px;
  font-size: 20px;
  background-color: orange;
  color: #ffffff;
  border-radius: 50px;
  margin: 30px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer;
  animation: helloanime 1s infinite;
  -webkit-animation: helloanime 1.2s infinite;
}

@keyframes helloanime {
  0% {
    padding: 20px 50px;
    margin: 30px 0;
  }
  30% {
    padding: 25px 60px;
    margin: 25px 0;
  }
  100% {
    padding: 20px 50px;
    margin: 30px 0;
  }
}

.hello04 a:hover {
  opacity: 0.8;
}

#timeline {
  padding: 250px 0 40px 0;
}

/* Post ---------- */

.post {
  margin: -100px 0;
}

.postheading {
  text-align: left;
  color: #ffffff;
  margin: 20px 0 50px 0;
}

.postheading h3 {
  font-size: 50px;
  font-weight: bolder;
  margin: 0;
}
.postheading h4 {
  font-size: 40px;
  font-weight: lighter;
  margin: 15px 0;
}

.postimage {
  background-image: url("images/post01.jpg");
  background-size: cover;
  background-position: center;
  width: 90%;
  height: 500px;
  display: inline-block;
  position: static;
  border-radius: 20px;
}

.post01image {
  margin: 0 0 0 10%;
}
.post02image {
  margin: 0 10% 0 0;
}

.posttext1 {
  display: inline-block;
  width: 100%;
  position: relative;
}

.post01text1 {
  text-align: left;
}
.post02text1 {
  text-align: right;
}

.posttext2 {
  background-color: white;
  text-align: left;
  display: inline-block;
  width: 350px;
  height: auto;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.2);
}

.posttext3 {
  width: 80%;
  margin: 5% 10% 10% 10%;
  display: inline-block;
  line-height: 150%;
}

.posttext3 a {
  color: #069d72;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.posttext3 a:hover {
  opacity: 0.5;
}

.video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 60px 0;
}
			