* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
}

.video iframe {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
  height: 100%;
}

.navigaatio1, .navigaatio2 {
	z-index: 1;
	position: absolute;
	border: 3px solid black;
	border-radius: 90px 0px 90px 0px;
	background-color: red;
	padding: 20px 40px 5px 0px;
	width: 20%;
	height: 80px;
}

.navigaatio1 a, .navigaatio2 a {
	text-decoration: none;
	font-weight: bold;
	color: white;
    font-size: 15px;
    justify-content: center;
	padding-left: 30px;
	display: flex;

}
.navigaatio1 {
	margin-top: 270px;
	margin-left: 2%;
	background-color: red;
	/*40 10 40 0 tai 40 0 40 0 */
}

.navigaatio2 {
	margin-top: 347px;
	margin-left: 2%;
	background-color: red;
	/*40 10 40 0 tai 40 0 40 0 */
}

.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
  font-size: 35px;
  position: relative;
}

.alaotsikko {
	font-size: 15px;
	text-align: center;
	position: relative;
	margin-top: -20px;
}

.column {
  float: left;
  padding: 10px;
  height: 2300px;
}

.column.side {
  width: 25%;
}

.column.middle {
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  margin-top: auto;
  background-color: #f1f1f1;
  padding: 50px;
  text-align: center;
}

@media (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}

img {
	position: absolute;
	z-index: 1;
	margin-Left: 20px;
	margin-top: -49px;
}