@charset "UTF-8";

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url("maski.png"),url("conti-tausta2.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 5px solid #ffa500;
	background-color: black;	
}

.logo {
	position: relative;
	top: 0;
	width: 250px;
}

a:link, a:visited, a:active {
	color: #ffa500;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	padding:10px; margin:10px;
}
ul ul {padding:0 0 0 20px; margin:0}

.nappi {
	background-color: #ffa500;
	border-radius: 10px;
	color: white;
	font-family: 'Roboto';
	font-weight: 700;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.5em;
	box-shadow: 3px 3px #4e4e4e;
}

.nappi:hover {
	background-color: #fff;
	border-radius: 10px;
	color: #ffa500;
}

.content {
	width: 70%;
	margin: auto;
}

.puustinen {
	text-align: center;
	padding-bottom: 20%;
	padding-top: 5%;
}

/* .hideme
{
    opacity:0;
}

.hideme2
{
    opacity:0;
}

.hideme3
{
    opacity:0;
} */

.kamppisteksti {
	border-top: 2px solid #ffa500;
	border-bottom: 2px solid #ffa500;
	background-image: url('mustatrans.png');
	background-repeat: repeat;
	min-height: 700px;
	padding: 40px 20px 20px;
}

.kamppisteksti2 {
	border-top: 2px solid #ffa500;
	border-bottom: 2px solid #ffa500;
	background-image: url('mustatrans2.png');
	background-repeat: repeat;
	min-height: 700px;
	padding: 20px;
}

.kamppisteksti3 {
	border-top: 2px solid #ffa500;
	border-bottom: 2px solid #ffa500;
	background-image: url('valkoinentrans.png');
	background-repeat: repeat;
	min-height: 700px;
	padding: 20px;
}

.jm {background:white; color:black; padding:40px 0;}
.jm p,
.jm h2 {color:black;}
.jm p {line-height:12px;}


.tulos {
	
	background-color: white;
	border-radius: 5px;
	width: 100%;
	height: auto;
	padding: 20px;
	border: 1px solid #d8d8d8;
}

.footer {
	border-top: 2px solid #000000;
	background-color: #ffa500;
	min-height: 200px;
	padding: 20px;
}

.oranssi {
	color: #ffa500;
	font-weight: 500;
}

.rengaskuva {
	
	float: right;
}

.firmannimi {
	font-weight: 700;
}

.osoite {
	text-transform: lowercase;
}

.www {
	text-transform: lowercase;
}

.osoite:first-letter {
	text-transform: uppercase;
}

h1 {
	font-family: 'Roboto';
	font-size: 4.5em;
	color: white;
	font-weight: 900;
	line-height: 1.2;	
	text-shadow: 3px 3px #4e4e4e;
}

h2 {
	font-family: 'Roboto';
	font-size: 2.5em;
	line-height: 1.2;
	color: white;
	font-weight: 700;
}

h3 {
	font-family: 'Roboto';
	font-size: 1.6em;
	line-height: 1.2;		
	color: white;
	font-weight: 700;
}

h5 {
	font-family: 'Roboto';
	font-size: 1.6em;
	line-height: 1.2;	
}


li {
	font-family: 'Roboto';
	color: white;
	font-size: 1em;
	line-height: 1.6;
}

.etusivuteksti {
	font-size: 2em;
	text-shadow: 2px 2px #4e4e4e;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

p {
	font-family: 'Roboto';
	color: white;
	font-size: 1.3em;
	line-height: 1.6;
}

.musta {
	color: black;
}
.oranssi {
	color: #ffa500;
}

table {color:white;}

hr.puustisentyyli {
    border: 0;
    height: 2px;
	padding-left: 10%;
	padding-right: 10%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 155, 0, 100), rgba(0, 0, 0, 0));
}

@media only screen and (max-width: 1000px) {

body {
	background-size: cover;
	background-position: center top;
	background-color: black;
	background-image: url("maski.png"),url("conti-tausta-mob.jpg");
}		
	
.content {
	width: 90%;
	height: 100%;
	margin: auto;
}

.puustinen {
	text-align: center;
	padding-top: 20px;
}
	
.logo {
	width: 200px;
}

.oranssi {
	color: #ffa500;
	font-weight: 500;
}

h1 {
	font-family: 'Roboto';
	font-size: 4em;
	color: white;
	font-weight: 900;
	text-shadow: 3px 3px #4e4e4e;
}
	
	
h2 {
	font-family: 'Roboto';
	font-size:2em;
	line-height: 1.2;
	color: white;
	font-weight: 700;
}

h3 {
	font-family: 'Roboto';
	font-size: 1.7em;
	line-height: 1.2;		
	color: white;
	font-weight: 700;
}


.etusivuteksti {
	font-size: 1.5em;
	text-shadow: 2px 2px #4e4e4e;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
	
.nappi {
	background-color: #ffa500;
	border-radius: 10px;
	color: white;
	font-family: 'Roboto';
	font-weight: 700;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.5em;
	box-shadow: 3px 3px #4e4e4e;
}

.nappi:hover {
	background-color: #fff;
	border-radius: 10px;
	color: #ffa500;
}

}


.kampiskirje {background:#fff;
}
.kampiskirje h2, 
.kampiskirje p,
.kampiskirje label
 {color:#000;}


@media only screen and (max-width: 600px) {

body {
	background-size: cover;
	background-position: top center;
	background-color: black;
	background-image: url("maski.png"),url("conti-tausta-mob.jpg");
}	
	
.content {
	width: 90%;
	height: 100%;
	margin: auto;
}

.puustinen {
	text-align: center;
	padding-top: 20px;
}
	
.logo {
	width: 150px;
}

.oranssi {
	color: #ffa500;
	font-weight: 500;
}

h1 {
	font-family: 'Roboto';
	font-size: 2em;
	color: white;
	font-weight: 900;
	text-shadow: 3px 3px #4e4e4e;
}
	
	
h2 {
	font-family: 'Roboto';
	font-size:1.5em;
	line-height: 1.2;
	color: white;
	font-weight: 700;
}

h3 {
	font-family: 'Roboto';
	font-size: 1.3em;
	line-height: 1.2;		
	color: white;
	font-weight: 700;
}



.etusivuteksti {
	font-size: 1em;
	text-shadow: 2px 2px #4e4e4e;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
	
.nappi {
	background-color: #ffa500;
	border-radius: 10px;
	color: white;
	font-family: 'Roboto';
	font-weight: 700;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1em;
	box-shadow: 3px 3px #4e4e4e;
}

.nappi:hover {
	background-color: #fff;
	border-radius: 10px;
	color: #ffa500;
}

}


.w3-title {
	clear:both;
	padding:2rem 0 2rem;
	border-top:2px solid #ededed
}
 
.w3-quarter {
    width: 28%;
    float: left;
    display: block;
    background: rgba(255,255,255,.4);
	margin: 0 1rem 1rem 0;
	box-sizing: border-box;
}

@media (max-width:991px){
	.w3-quarter {width:45%;}
}

@media (max-width:768px){
	.w3-quarter {width:95%;}
}