@charset "UTF-8";
/* CSS Document */

html {
	background-color: #123f7c;
}

h1 {
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 800;
	font-size:36px;
	line-height:40px;
	color:#333333;
}

h2 {
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 800;
	font-size:30px;
	line-height:34px;
	color:#333333;
}

h3 {
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 800;
	font-size:26px;
	line-height:28px;
	color:#333333;
}

.tr {
	display:block;
	padding-bottom:6px;
}

.td {
	display:inline-block;
	vertical-align:middle;
}

.bold, strong {
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 800;
}

li {
	font-family:"Museo-Sans";
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 0.5rem;
	color:#FFFFFF;
}

#avaasuljeehdot {
	padding:15px;
	background-color:#ef7d00;
	border-radius:20px;
	color:#FFFFFF;
	cursor:pointer;
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 800;
	font-size:16px;
}

#arvontalomake {
	text-align: center;
	margin-right: 1rem;
	margin-top: 2rem;
}

.submitnappi {
	display: inline-block;
	padding: 15px 25px !important;
	margin: 1rem 0px;
	background: #f39b00; 
	background: -moz-linear-gradient(160deg, rgba(243, 155, 0, 0.95) 0%, rgba(235, 94, 0, 0.95) 70%); 
	background: -webkit-linear-gradient(160deg,  rgba(243, 155, 0, 0.95) 0%,rgba(235, 94, 0, 0.95) 70%); 
	background: linear-gradient(160deg, rgba(243, 155, 0, 0.95) 0%,rgba(235, 94, 0, 0.95) 70%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39b00', endColorstr='#eb5e00',GradientType=1 ); 
	border-radius: 50px;
	color: #FFFFFF;
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 800;
	font-size: 18px;
	letter-spacing:0px;
	border: 0;
	cursor:pointer;
	transition:all 0.25s ease-out;
}

.submitnappi:hover {
	box-shadow: inset 0 0 0 2px #c66800;
	transform: scale(1.05);
	cursor: pointer;
}

.submitDisabled {
	display: inline-block;
	padding: 15px 25px !important;
	margin: 25px 0px;
	border-radius: 50px;
	color: #FFFFFF;
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 800;
	font-size: 18px;
	letter-spacing:0px;
	border: 0;
	background: #CECECE;
	cursor:default;
}

.ehdotdiv {
	display:none;
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	width:100%;
	text-align: left;
	padding-bottom: 5rem;

}

.ehdotdiv.auki {
	/*max-height:10000px;*/
}

#sisallot {
	min-height: 100vh;
}

.lahetanappi {
	cursor: pointer !important; 
	width:180px; 
	height:57px;
}

a {
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 800;
	text-decoration: none;
	border-bottom: 1.5px solid #ef7d00;
}

a:link {
	color:#ef7d00 !important;
}

a:visited {
	color:#ef7d00 !important;
}

a:hover {
	color:#ef7d00 !important;
	cursor: pointer;
}

a:active {
	color:#ef7d00 !important;
}
	
body {
	font-family: "Museo-Sans";
	font-weight: 300;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	color: #333333;
	line-height: 1.5;
	/* text-shadow: 0px 1px 2px #1b8ba1; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
	
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.contentpadding {
	padding: 2rem 3rem;
}
	
.lomake_tekstit {
	/* text-shadow: 0px 1px 2px #1b8ba1; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:left;
}

.center-text {
	text-align: center;
}

.formlabel {
	display: inline-block;
	width: 160px;
	margin-bottom:10px;
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 600;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-align:right;
	padding-right:25px;
	color: #333333;
	line-height: 26px;
	/* text-shadow: 0px 1px 2px #1b8ba1; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nokosininen {
	font-family: "MuseoSans-900";
	color: #169fdb;
}

.forminput {
	display:block;
	width:250px;
	margin-bottom:4px;
	font-size:18px;
	height: 35px;
	border-radius: 25px;
	padding: 6px 1.5rem 6px 1.5rem;
	/* border-color: #ef7d00; */

	border: solid 2px #DDD;
	background-color: #fefefe;
    color: #333333;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px inset;
}
 

	
input {
	font-family: "Museo-Sans";
	font-weight: 300;
}
	
	
.otsikko_pieni {
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 900;
	color:#169fdb;
	font-size: 3.5rem;
	text-transform:uppercase;
	line-height: 1;
	margin-top:0px;
	margin-bottom:12px;
	text-align:left;
}	
	
.otsikko {
	font-family: 'museo-sans-rounded', sans-serif;	
	font-weight: 900;
	color:#169fdb;
	font-size: 4.5rem;
	text-transform:uppercase;
	line-height: 1;
	margin-top:0px;
	margin-bottom:12px;
	text-align:left;
}

.logot {
	width: 200px;
	height: auto;
	margin-bottom: 2.5rem;
}

.content {
	background-color: #FFFFFFDD;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	height: 100%;
	width: 100%;
}

.background-image {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;

	background-image: url(./kuvat/tausta-matkamessut.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #040e33;
	margin: 0px;
	background-attachment: fixed;
}



@media (max-width:1080px) {

	.background-image {
		/* display: none; */
		height: 32vh;
		background-attachment: scroll;
		background-position: center center;
	}
		
	.content {
		text-align: left;
		width: 100%;
		margin-left: 0rem;
		margin-right: 0rem;
		margin-top: 25vh;
		background-color: #123f7c;
	}

	#sisallot {
		background-color: #FFFFFFEE;
	}
		
	.formlabel {
		text-align: left;
	}
	
	.ehdotdiv {
		width:100%;
	}

	#arvontalomake {
		text-align: left;
		margin-right: 0rem;
	}

	.logot {
		max-width: 95%;
	}
	
	
}


@media (max-width:640px) { 
	.otsikko {
		font-size: 3rem;
	}

	.contentpadding {
		padding: 2rem;
	}

	.tr { 
		padding-bottom: 14px;
	}
}









