/*-----------------------------------------------------------------------------------*/
    /*	Perusmenot
/*-----------------------------------------------------------------------------------*/

body, html {
    padding: 0;
	margin: 0;
    font-family: 'Architects Daughter';
	height: 100%;
    }

p {
	font-family: 'Architects Daughter';
	font-size: 1.1em;
	line-height:1.5;
	font-weight: 300;
	color:#fff;
	}


h1 {
	font-family: 'Architects Daughter';
	font-size:1.4em;
	padding-bottom:25px;
	color:#fff;
	}
	
.nuoli {
	float:right;
	display: inline-block;
	line-height: 1;
	margin-top:3px;
}

.link2 A:link {color:#fff;text-decoration:underline}
.link2 A:visited {color:#fff;text-decoration:underline}
.link2 A:active {color:#fff;text-decoration:underline}
.link2 A:hover {color:#fff;text-decoration:none}

.bottom {
	margin-bottom:50px;
	}

/*-----------------------------------------------------------------------------------*/
    /*	Navimenot
/*-----------------------------------------------------------------------------------*/

nav { 
 font-family: 'Architects Daughter';
 font-size:1.1em;
 background-image:url("images/footer-bg.jpg");
 margin-top: -1px; 
 }
 
nav ul { 
list-style: none;
padding: 0;
}

nav ul li { 
color: rgba(255, 255, 255, 0.6);
display: block;
border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 padding-left: 0;
 position: relative; 

 }
 
nav ul li:last-child { border: none; }
nav ul li a { 
 color: #fff;
 display: block;
 padding: 20px;
 transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 padding-left: 0;
 position: relative;
 text-decoration: none;
 }

 nav ul li a:hover, nav ul li a:focus { 
 text-decoration: underline;
 color: rgba(255, 255, 255, 1);
 }

#nav-toggle { position: absolute; left: 20px; margin-top:20px;border:0px;}
#nav-toggle { cursor: pointer; padding: 20px 43px 23px 10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { 
cursor: pointer; 
border-radius: 1px;
 -moz-border-radius: 1px;
 -webkit-border-radius: 1px;
 -o-border-radius: 1px;
 height: 5px;
 width: 35px;
 background: #fff;
 position: absolute;
 display: block;
 content: ''; 
 }

#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }

.teksti { position: absolute; right: 0 !important; }
.pull { display: none; }

#liput { position: absolute; right: 20px; margin-top:20px;border:0px;}

/*-----------------------------------------------------------------------------------*/
    /*	Etukuva / infot
/*-----------------------------------------------------------------------------------*/

.osio1 {
	height: 700px;
	background-image:url("images/bg3.jpg");
	border-bottom:1px solid #252525;
	}

.osio1 img {
	display: block;
	margin: auto;
	max-width: 100%;
	padding-top:50px;
	}
	
.osio1 p {
	font-family: 'Architects Daughter';
	font-size:3em;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px #000;
	text-transform:uppercase;
	}
	
.osio1 h1{
	font-family: 'Architects Daughter';
	font-size:3em;
	font-weight:300;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px #000;
	padding-top:35px;
	}
	
/*-----------------------------------------------------------------------------------*/
    /*	Buttonit
/*-----------------------------------------------------------------------------------*/

.nappi {
    font-family: "Architects Daughter" ,sans-serif;
    background-color: #142910;
    color: #FFF;
    border: medium none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 1.5em;
    cursor: pointer;
    margin: 10px 0px;
    padding: 30px;
    height: 50px;
    font-weight: 100;
    text-shadow: none;
    text-transform: uppercase;
    width: 98%;
    transition: all 0.2s ease-in-out 0s;
}

.nappi:hover {
	color: #FFF;
	background: #24411E;
	}
	
.link A:link {color:#fff;text-decoration:none}
.link A:visited {color:#fff;text-decoration:none}
.link A:active {color:#fff;text-decoration:none}
.link A:hover {color:#fff;text-decoration:underline}

/*-----------------------------------------------------------------------------------*/
    /*	matkailu
/*-----------------------------------------------------------------------------------*/

.matkailu {
	padding:100px 0px;
	background-image:url("images/keski-bg2.jpg");
	border-bottom:1px solid #33421C;
	}

.matkailu img {
	display: block;
	margin: auto;
	max-width: 100%;
	float:left;
	}
	
.matkailu h1{
	font-family: 'Architects Daughter';
	font-size:3.5em;
	font-weight:100;
	color:#fff;
	text-align:left;
	text-shadow:1px 1px #000;
	padding-top:25px;
	margin-bottom:20px;
	line-height:1;
	}
	
.matkailu p {
	font-family: 'Comfortaa';
	font-size:1.3em;
	color:#fff;
	text-align:left;
	text-shadow:1px 1px #000;
	padding-bottom:60px;
	}
	
.tausta {
	background-color:#23381E;
	padding:20px;
	}
	
.vali {
	border:1px #655951 solid;
	margin-top:50px;
	margin-bottom:50px;
	}
	
/*-----------------------------------------------------------------------------------*/
    /*	Yhteystiedot
/*-----------------------------------------------------------------------------------*/

.yhteystiedot {
	padding:80px 0px;
	background-image:url("images/footer-bg.jpg");
	border-bottom:1px solid #33421C;
	text-align:center;
	text-shadow:1px 1px #000;
	}
	
.yhteystiedot h1 {
	font-family: 'Architects Daughter';
	font-size:3.5em;
	color:#fff;
	padding-top:10px;
	padding-bottom:50px;
	}

.yhteystiedot p {
	font-family: 'Comfortaa';
	font-size:1.2em;
	color:#fff;
	padding-top:10px;
	}
	
/*-----------------------------------------------------------------------------------*/
    /*	Palvelut - sisäsivu
/*-----------------------------------------------------------------------------------*/

.tiedot {
	padding:100px 0px;
	background-image:url("images/keski-bg2.jpg");
	border-bottom:1px solid #33421C;
	}
	
.tiedot img{
	float:right;
	padding:25px;
	}
	
.tiedot h1{
	font-family: 'Architects Daughter';
	font-size:3.5em;
	font-weight:300;
	color:#fff;
	text-align:left;
	text-shadow:1px 1px #000;
	margin-bottom:15px;
	line-height:1;
	}
	
.tiedot p{
	font-family: 'Comfortaa';
	font-size:1.3em;
	color:#fff;
	text-align:left;
	text-shadow:1px 1px #000;
	padding-bottom:35px;
	}
	
/*-----------------------------------------------------------------------------------*/
    /*	Kuvagalleria
/*-----------------------------------------------------------------------------------*/

.kuvagalleria {
	padding:100px 0px;
	background-image:url("images/keski-bg2.jpg");
	border-bottom:1px solid #33421C;
	text-align:center;
	}
	
.kuvagalleria img {
	margin-bottom:15px;
	box-shadow: 1px 1px 5px #1B1A1A;
	}
	
.kuvagalleria h1{
	font-family: 'Architects Daughter';
	text-decoration:underline;
	font-size:3.5em;
	font-weight:300;
	color:#fff;
	text-shadow:1px 1px #000;
	padding-top:25px;
	margin-bottom:15px;
	line-height:1;
	}
	
.kuvagalleria p{
	font-family: 'Comfortaa';
	font-size:1.3em;
	color:#fff;
	text-shadow:1px 1px #000;
	padding-bottom:35px;
	}
	
	
/*-----------------------------------------------------------------------------------*/
    /*	Scrolli ylös
/*-----------------------------------------------------------------------------------*/
   
 .ylos {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url('images/up.png') no-repeat;
    }

/*-----------------------------------------------------------------------------------*/
    /*	mobile - tablet
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width:768px) and (max-width:1269px) {



}
@media only screen and (min-width:768px) and (max-width:959px) {

}
@media only screen and (min-width:0px) and (max-width:767px) {

}
 

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (max-width: 767px) {

 
}
	       


@media only screen and (min-width: 480px) and (max-width: 767px) {

	
	
  }
  
 @media only screen and (max-width: 480px)  {
 
	.osio1 {
    height:350px;
	}
	
	.osio1 h1, .yhteystiedot h1, .matkailu h1, .kuvagalleria h1, .tiedot h1{
    font-size:1.8em;
	}
	
	.osio1 p, .yhteystiedot p, .matkailu p, .kuvagalleria p, .tiedot p, .nappi {
    font-size:1em;
	}
	
	.osio2 h1{
    font-size:1.8em;
	}
	
	.osio2 img{
    margin-bottom:25px;
	margin-top:25px;
	}
	
 
   }
   
	
	
