@charset "UTF-8";
 

* {
  box-sizing: border-box;
}
a{
    	text-decoration: none;
}
header {
	width: 100%;
}
.logo {
	font-family:'Cormorant Garamond', serif;
	color: #361029;
	font-weight: bold;
	font-size: 1.35em;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	padding-bottom: 1.2em;
	letter-spacing: 8px;
}
.top-nav {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #dfd1d1;
  font-weight: 500;
	letter-spacing: 3px;
	font-size: 0.76em;
  height: 10em;
  padding: 0em 0em 2em 0em;
  border-bottom: 2px solid #FFFFFF;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding-top: 0px;
}
ul{
	padding-left: 0;
}
.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px; 
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #361029;
  position: absolute;
  height: 2px;
  width:  28px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(45deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-45deg);
}

@media (max-width: 500px) {	
	.top-nav {
 	flex-direction: row;
	padding: 1em; 
	}
	
	.menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 60px; /*raksin näkyminen ja toimiminen*/
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border-bottom: 0; 
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
	/*aukeavan ikkunan alkioden ominaisuudet*/
  #menu-toggle:checked ~ .menu li {
    /*border-bottom: 3px solid #FFFFFF;*/
    height: 3.5em; /*aukeavan ikkunen linkkien korkeusväli */
    padding:  1em 0em 3em 0em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0em 0;
    width: 100%;
    color: #361029;
    background-color: #F1EDEA;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid;
  }
}
/* Body */
body {
	font-family: 'Montserrat', sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	font-weight: 500;
}
/* Container */
.container {
	width: 100%; /*ei sivureunoja */
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #F1EDEA;
}
nav {
	float: center;
	width: 65%; /*navibarin sijainti */
	/*text-align:  center; 
	/*overflow: hidden;
	position: fixed; */
}

nav ul li {
	float: left; /*navigoinnin nimien järjestys vas-->oikea*/
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	margin-left: 25px;
	letter-spacing: 2px;
	padding-left: 45px;
	font-weight: bold;
	transition: all 0.3s linear; 
	
} 
ul li a {
	color: #361029; /*#361029; */
	text-decoration: none;
}
ul li:hover a {
	color: #B6899E;
}
.InfoBanner{
	background-color: #D5D3D3;
	background-image: url("TietoaMeistäBanner.jpg");
	height: 400px;
	width: 100%;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
.InfoBanner_2{
	background-color: #D5D3D3;
	background-image: url("JournalBanner.jpg");
	height: 400px;
	width: 100%;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
.InfoBanner_22{
	background-color: #D5D3D3;
	background-image: url("JournalBanner23.jpg");
	height: 670px;
	width: 100%;
	background-attachment: scroll;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: 4px solid #dfd1d1;
}
/* Hero section */
.hero_header {
	font-family: 'Cormorant Garamond', serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 65px;
	padding-top: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 5px;
}
.hero_header_2 {
	font-family: 'Cormorant Garamond', serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 60px;
	padding-top: 155px;
	margin: 0px;
	letter-spacing: 4px;
}
.hero {
	background-color: #E3DCD6;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 500px;
}
.light {
	font-weight: lighter;
	color: #FFFFFF;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: -10px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tagline_2 {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 33.33%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float:left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	/*color: #A3A3A3;*/ 
		color: #000000;
}
.about p{
	hypens:auto;
	font-family: 'Baskervville', sans-serif;
	font-weight: 400;
	font-size: 1.07em;
	line-height: 1.8em;
	}
.about {
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 60px;
	padding-bottom: 50px;
	align-content: center;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 10px; /*kuvan jälkeinen ruskea raita */
}
/*About_TM Section*/
.about_TM {
	width: 100%;
	padding-left:0px;
	padding-bottom: 10px;
	padding-top: 10%;
	background-color: #FFFFFF;
	justify-content: center;
	display: flex;
}
.text_column_TM{
margin-bottom: 40px;
}

.about_TM p{
	hypens:auto;
	width: 100%;
	font-family: 'Baskervville', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	font-size: 1.07em;
	text-align: left;
}
.article_TML{
  float: left;
  width: 30%;
  padding-left: 0px;
  padding_right: 0px;
}
.article_TMR{
  float: left;
  width: 300px;
  padding-left: 0px;
  padding_right: 0px;
  padding-top: 4%;
}
.TM_image{
	height: auto;
	max-height: 300px;
	max-width: 300px;
}
.article_TML ul{
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 10px;
	font-style:italic;
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 400;
	font-size: 1.08em;
	line-height: 1.6em;
	letter-spacing: 1px;
}
.article_TML H3{
	padding-left: 10px;
	padding-bottom: 15px;
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	letter-spacing: 3px;
	line-height: 1.6em;
	text-transform: uppercase;
}
.article_TML H4{
	padding-left: 10px;
	padding-bottom: 0px;
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	letter-spacing: 2px;
	line-height: 1.6em;
}
/*About_JR section
.about_JR {
	padding-left: 130px;
	padding-right: 0px;
	padding-top: 100px;
	padding-bottom: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 20px; /*kuvan jälkeinen ruskea raita *//*
}
.column_JR{
  float: left;
  padding-left: 20px;
  padding_right: 20px;

}

.left_JR{
  width:50%;
  padding-right: 100px;
}

.right_JR{
  width: 30%;
  padding-right: 0px;
}
.text_column_JR{
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	
}
.row_JR:after {
  content: "";
  display: table;
  clear: both;
} */
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #F000F2;

	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #CC9D2A;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A0;
}
/* Parallax Section */
.banner {
	background-color: #D5D3D3;
	background-image: url("https://www.designforware.fi/KevatBanner.jpg");
	height: 600px;
	width: 100%;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 210px;
	padding-top: 400px;
	letter-spacing: 1px;
	margin-top: 0px;
	font-size: 2.5em;
	font-weight: bold;
	text-decoration: none;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 425px;
	padding-top: 0;
	width: 30%;
	float: right;
	font-weight: lighter;
	font-size: 1.7em;
	line-height: 0.5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
/* More info */
footer {
	background-color: #faf8f5;
	padding-bottom: 0px; /*pohjalla oleva palkki */
	width: 100%;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
.footer_column {
	width: 33.33%;
	text-align: center;
	padding-top: 0px;
	float: left; /* vasemmalta oikealle kuvat */
}
footer .footer_column h3 {
	font-family: 'Montserrat', sans-serif;
	/*font-weight: 600;*/
	font-size: 1.25em;
	color: #a06622;
	text-align: center;
	font-weight: 300;
}
footer .footer_column p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #656564;
	background-color: #faf8f5;
}
.cards {
	width: 98%;
	height: auto;
	max-width: 350px;
	max-height: 300px;
	/* border-right: solid 2px #FFFFFF ; kuvien ympärillä olevat kehykset 
	border-left: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF; */
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	line-height: 25px;
	font-weight: 300;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	font-family: 'Montserrat', sans-serif;
	/*font-weight: 700;*/
	font-size: 1em;
	width: 200px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	border: 3px solid #FFFFFF;
	color: #A3A3A0;
	background-color: #F0F0F2;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #f2e5e3;
	color: #FFFFFF;
	cursor: pointer;
}
.button a{
	color:#A3A3A0;
}
.insta {
	margin: 1em;
}
.copyright {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 9px;
	background-color: #dfd1d1;
	color: #FFFFFF;
	/*text-transform: uppercase; */
	font-weight: lighter;
	letter-spacing: 2px;
	/*border-top: 1px solid #D1C7BE;*/
}
.footer_banner_1{
	background-color: #FFFFFF;
	font-weight: 100;
	letter-spacing: 4px;
	font-size: 0.5em;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0px;
	/*background-image: url(http://www.designforware.fi/); */
	background-repeat: repeat;
	
}
.column {
  float: left;
  padding: 0px;

}

.left {
  width: 60%;
  padding-left: 0px;
}

.right {
  width: 30%;
  padding-right: 30px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.footer_banner {
	background-color: #f2e5e3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	/*background-image: url(http://www.designforware.fi/); */
	background-repeat: repeat;
}
.left nav ul { 
		list-style: none;
		display:grid;
		font-size: 9px;
	}
.left nav ul li{
	text-align: left;
	padding-bottom: 6px;
	
}
.left nav a{
	font-family: 'Montserrat', sans-serif;
	list-style: none;
	display:grid;
	font-weight: 500;
	letter-spacing: 3px;
	font-size: 0.75em;
	line-height: 2.5em;
	color: #A3A3A0;
	}
.left ul li:hover a {
	color: #A3A3A0;
} 
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile*/
@media (max-width: 320px) {

.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 98%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 16px;
	text-decoration: none;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 10%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	text-align: right;
	text-decoration: none;

}
.banner {
	background-color: #D5D3D3;
	background-size: auto 100%;
	background-position: top;
	height: 190px;
	
}
.InfoBanner{
			background-position: center;
	}

.InfoBanner_2{
			background-position: center;
	}
.InfoBanner_22{
	height: 200px;
	}	
.text_column {
	width: 100%;
	text-align: center;
	font-weight: lighter;
	line-height: 25px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	/*color: #A3A3A3;*/ 
		color: #000000;
}
.about p{
	font-size: 0.9em;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	}
.about {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 20px;
	padding-bottom: 20px;
	align-content: center;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 1px; /*kuvan jälkeinen ruskea raita */
}	 
.text_column {
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	.about p{
    font-size: 0.95em;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	}
	.about {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.about_TM {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 50px;
	display:inline-block;
}
.article_TML{
  width: 100%;
  padding-bottom: 0px;
	margin-bottom: -40px;
}
.text_column_TM{
	margin-bottom: 30px;
	}	
.about_TM p{
	font-size: 0.77em;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	padding-bottom: 0px;
	}	
.TM_image{
	max-height: 150px;
	max-width: 150px;
	}	
.article_TMR{
	padding:1px;
	width: 100%;
	/*text-align: center;*/
	
	}
.TM_image{
		display:block;
		margin: auto;
		padding: 1px;
	}
.tagline {
	margin-top: 2px;
	line-height: 22px;
}
.hero_header {
	font-size: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 200px;
	text-align: center;
}
.hero_header_2 {
	font-size: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 200px;
	text-align: center;
}
.footer_banner_1{
	padding-top: 40px;
	padding-bottom: 40px;

	
}
.left{
		width: 100%;
	}
.right{
		width: 100%;
		margin-top:-10px;
	}
.insta{
		text-align: center;
	}
	/*
	.text_column_TM{
		padding-left: 5px;
	}*/
.about_JR{
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	.left_JR{
		width: 100%;

	}	
.right_JR{
		width: 85%;
		padding-left: 15px;
		padding-right: 10px;
		padding-top: 10px;
	}
	.column_JR{
		width: 100%;
	}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	.container{
		width: auto;
	}
/*.logo {
	width: 95%;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	color: #FFFFFF;
} */
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float:none;
	overflow: auto; /*säätää kuinka paljon kuvan päälle*/
	display: inline-block;
}
header nav ul {
	padding: 0px;
	float:none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	padding-right: 3%;
	font-size: 14px;
}

.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 80%;
	text-align: right;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 35%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 35px;
	font-size: 1.3em;
} 
.banner {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	background-color: #D5D3D3;
	background-size: 150% auto;
	background-position: center;
	height: 300px;
	
	
}
.hero_header_2{
			padding-top: 200px;
			font-size: 36px;
	}
.hero_header{
			padding-top: 200px;	
			font-size: 36px;
	}
.InfoBanner{
			background-position: center;
	}
.InfoBanner_2{
			background-position: center;
	}	
.InfoBanner_22{
	height: 200px;
	}	
.footer_column {
	width: 100%;
}
.column{
		float: center;
	}
.row{
	width: 100%;
	}
.button{
		width: 140px;
		height: 50px;
	}
.left {
  width: 57%;
  padding-left: 0px;
	}
.right{
  padding-left: 20px;
	padding-right: 0px;
	}
.about_JR{
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	.left_JR{
		width: 85%;

	}	
	.right_JR{
		width: 100%;
		padding-left: 15px;
		padding-right: 10px;
		padding-top: 10px;
	}
	.column_JR{
		width: 100%;
	}
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px){
.logo {
	width: 100%;
	text-align: center;
}
header nav {
	float: center;
	width: 70%; /*navibarin sijainti */
	text-align:  center;
	margin-right: auto;
	/*position: fixed;*/
}
.hero_header_2{
			padding-top: 250px;
	}
.hero_header{
			padding-top: 250px;
	
	}
.text_column {
	width: 33.33%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float:left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	/*color: #A3A3A3;*/ 
	color: #000000;
}
.about p{
	hypens:auto;
	font-family: 'Baskervville', sans-serif;
	font-weight: 400;
	font-size: 1.07em;
	line-height: 1.8em;
	}
.about {
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 60px;
	padding-bottom: 50px;
	align-content: center;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 10px; /*kuvan jälkeinen ruskea raita */
}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	
.footer_banner_1{
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.InfoBanner_22{
	height: 410px;
	}	
}
/*Keskitekstin käsittely*/
@media (min-width: 906px) and (max-width: 1096px){
.text_column {
	width: 33.33%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-top: 20px;
	/*color: #A3A3A3;*/ 
		color: #000000;
}
.about {
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 60px;
	padding-bottom: 50px;
	align-content: center;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 10px; /*kuvan jälkeinen ruskea raita */
}
	}
@media (min-width: 767px) and (max-width: 905px){
	.text_column {
	padding-bottom: 1px;
	padding-top: 1px;
}
.article_TML{
  width: 40%;

}
	}
@media (min-width: 500px) and (max-width: 767px){
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	.about {
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 60px;
	padding-bottom: 50px;

}
.about_TM {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 11%;
	display:block;
}
.article_TML{
  width: 100%;
  padding-bottom: 0px;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: -55px;
}
.about_TM p{
	font-size: 1.07em;
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.03em;
	padding-bottom: 2px;
	margin-top: 12px;
	}	
.text_column_TM{
	margin-bottom: 45px;
	}	
.TM_image{
	max-height: 250px;
	max-width: 250px;
	}	
.article_TMR{
	padding-bottom:40px;
	width: 100%;
	/*text-align: center;*/
	
	}
.TM_image{
		display:block;
		margin: auto;
		padding: 1px;
	}
}	
@media (min-width: 321px) and (max-width: 499px){
.text_column {
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	.about p{
    font-size: 0.95em;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	}
	.about {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.about_TM {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 50px;
	display:inline-block;
}
.article_TML{
  width: 100%;
  padding-bottom: 0px;
	margin-bottom: -40px;
}
.text_column_TM{
	margin-bottom: 30px;
	}	
.about_TM p{
	font-size: 0.95em;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	padding-bottom: 0px;
	}	
.TM_image{
	max-height: 250px;
	max-width: 250px;
	}	
.article_TMR{
	padding:1px;
	width: 100%;
	/*text-align: center;*/
	
	}
.TM_image{
		display:block;
		margin: auto;
		padding: 1px;
	}
	.left {
  width: 90%;
  padding-left: 0px;
	}
.right{
	width: auto;
	margin-left: -30%;

	}
}