html,
body { 
	background: #f3f5f8;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	margin: -22px 0px -30px 250px;
	font-family: 'Bungee', cursive;
	color: #ff0000;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	font-size: 50px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

ul {
	
	font-family: Arial, Helvetica, sans-serif;
}

/*NAVIGATION*/
ul.nav {
	margin-left: 250px;
	text-align: center;
	list-style-type: none;
	display: inline;
}

ul.nav li {
	display: inline;
	margin-right: 15px;
}

ul.nav a {
	font-family: 'Bungee', cursive;
	color: #ff0000;
	font-size: 30px;
	text-decoration: none;
}

ul.nav a:hover {
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

ul.nav a:visited{
	color:none;
}

.tabcontent {
    display: none;
	padding-bottom:30px;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 2s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

#wrapper {
	min-height: 100%;
	min-width:1350px;
	position: relative;
	background: #febf00;
	background-image: url(logot/content.png);
	-webkit-backface-visibility: hidden;
}

#header {
	line-height: 76px;
	white-space: nowrap;
	height:76px;
	background: #f3f5f8;
	border-bottom: 3px solid #000000;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 125px; /* Height of the footer element */
}

#footer {
	clear: both;
	overflow: auto;
	border-top: 3px solid #000000;
	background: #f3f5f8;
	width: 100%;
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer_item {
	float: left;
	height: 125px;
	margin-left:45px;
}
.footer_item p {
	margin-top: 10px;
	margin-bottom:0px;
	font-size:16px;
}
.hinnasto th {
	text-align: left;
}
a {
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
}
a .visited {
	color:none;
}

.vuokravaunut td {
	vertical-align: top;
	max-width: 700px;
	text-align: justify;
	padding-left: 10px;
}
.vuokravaunut th {
	text-align: left;
	padding-top:20px;
}

.vuokravaunut img {
	border: 3px solid black;
}

@media 
  (min-device-width: 100px) 
  and (max-device-width: 1280px) {
	h1{
		margin: 17px 0px 0px 250px;
		font-family: 'Bungee', cursive;
		color: #ff0000;
		text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
		font-size: 50px;
	}
}