body {
  font-size: 20px;
}
html,
body,
.container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab", serif;
  /*color: #787878; */
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
html section,
body section,
.container section {
  text-align: center;
  height: 70%;
  padding: 30px 10px 60px;
}
html section h2,
body section h2,
.container section h2 {
  font-size: 42px;
  margin-bottom: 48px;
}
.maintitle {
  text-align: center;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: -40px;
  margin-top: -10px;
  height: 15%;
  min-height: 98px;
}
.maintitle > span {
  /*color: #e53333;*/
  color: #000;
  font-size: 55px;
}
/* background-attachment does the trick */
.container section {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#section1,
#section3,
#section5 {
  height: auto;
  text-align: left;
}
#section2 {
  background-image: url("../images/fox.jpg");
  height: 88%;
}
#section4 {
  background-image: url("../images/snow.jpg");
}
#section6 {
  background-image: url("../images/mountain.jpg");
}
#footer {
  height: auto;
  background-color: #b4b4b4;
  color: white;
  font-size: 17px;
  padding: 12px;
}

.taidot {
	float: left;
}

li {
    list-style:none;    
    margin-left: 20px;
    width: 325px;
}

li:last-child {
    padding-bottom: 20px;
}

.tahdet {
    float: right;
}

.arrow {
    width: 0;
    left: 50%;
    bottom: 0;
    position: fixed;
    margin-left: -40px;
    border-top: 20px solid green;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    animation: indicate 5s linear forwards; /*infinite */
}

.arrow::before {
    width: 80px;
    display: block;
    position: absolute;
    text-align: center;
    font: .75em 'Arial';
    content: "Scroll Down";
    bottom: 25px; left: -40px;
	
	-moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

@keyframes indicate {
      0% { bottom: 10% }
    100% { bottom: -10%; opacity: 0 }
}
/*
#fbsection1 {
  background-image: url(../images/1.jpg);
}

#fbsection2 {
  background-image: url(../images/2.jpg);
}

#fbsection3 {
  background-image: url(../images/3.jpg);
}

#fbsection4 {
  background-image: url(../images/4.jpg);
}

#fbsection5 {
  background-image: url(../images/5.jpg);
}*/
