@charset "utf-8";
body {
	color: rgba(18,62,71,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: rgba(0,0,0,1.00);
	background-image: url(../images/taustakuva-kuljetusliike-timonen-yhdistelma-mustavalkoinen.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: 100%;
	background-attachment: fixed;
}

/* main-elementtien määritykset */
.main {
	float: left;
	width: 100%;
}
.wrapper {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.page.main {
	background-color: rgba(255,255,255,0.00);
}

a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
nav.main {
	height: 40px;
	float: right;
	color: rgba(255,255,255,1.00);
	font-size: 26px;
	font-weight: bold;
	width: auto;
}
#mainNavWrapper {
	background-color: rgba(0,0,0,1.00);
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index:2;

}
/*navigaation muotoilut*/


#mainNavWrapper {
	position: fixed;
	top: 0;
	left: 0;
}

.logo {float:left;}

section.main {
	min-height: 300px;
}
section.main article {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
footer.text {
	color: rgba(255,255,255,1.00);
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	line-height: 40px;
	background-color: rgba(0,0,0,1.00);
}
#footerWrapper {
	float: left;
        width: 100%;
	background-color: rgba(0,0,0,1.00);
        margin-top: 40px;
	}
.breaker {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(0,0,0,0.00);
        clear: both;
}


/*Päävalikon muotoilu */

nav.main li {
	display: inline;	
}
nav.main a {
	float: left;
	display: block;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	line-height: 40px;
	background-color: rgba(0,0,0,1.00);
}
nav.main a:hover,
nav.main a:active {
	background-color: #228B22;
	text-shadow: 3px 0px rgba(0,0,0,0.22);
}
/*Väliotsikko-osioiden muotoilut*/
.valiotsikot {
	align-content:center;
	margin:10 px;
}

/*section osioiden muotoilut*/

.pageWrapper{
        max-width: 1200px;
        margin: auto;
}

.page {
	background-color: rgba(255, 255, 255, 0.9);
        padding-top: 50px;
        padding-bottom: 50px;
        z-index: 2;
        margin: auto;
        float: left;
        width: 100%;
}
/*Palstojen muotoilut*/
.columnContainer{
max-width: 1200px;
margin: auto;
clear:both;
}
.leftColumn{
	float: left;
	width: 48%;
	border-right: 1px solid black;
}
.rightColumn{
	float: left;
	width: 48%;
}
.columnPadding{
	padding: 50px;
}
/*Kuvapalstojen muotoilut*/
.photoColumn{
	float: left;
	width: 33%;
	border-color: hsla(0,0%,100%,1.00);
        padding: 2px;
}
.photoColumn img{
	max-width: 100%;
}

/*Logopalstojen muotoilut*/
.logoColumn{
	float: left;
	width: 23%;
	border-right: 10px;
	border-color: hsla(0,0%,100%,1.00);
        padding: 1%;
        margin-top: 40px;
        text-align: center;
}
.logoColumn img{
	max-width: 150px;
}



/*form lomakkeen muotoilu*/
.form{
	padding: 10px;
	float: left;
	background-color: rgb(232, 241, 232);
	color: #FFFFFF;
	border-radius: 5px;
}
.form-left{
    float: left;
    padding-left: 20px;
    padding-bottom: 15px;
    clear: both;
    width: 40%;
}
.form-right{
    float: right;
    padding-right: 20px;
    width: 40%;
}
.form-left-tel{
    float: left;
    padding-left: 20px;
    width: 100%;
}
.form-textfield{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

textarea {
	padding: 5px;
	border-radius: 3px;
	width: 100%;
	height: 50px;
}

input {
    width:100%;
    border:0;
    padding: 5px;
    border-radius: 3px;
}

input:focus, textarea:focus { 
background-color: #f2f2f2;
outline: none;
}



input[type="radio"] {float:left; width: 30px;}

input#submit {
    border: 0;
    background: #228B22;
    color: #fff;
    border-radius: 3px;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
}
label {
    padding-bottom: 4px;
    padding-top: 6px;
    display: block;
}

nav.mobile-menu {
    display: none;
}

a#toggle, .mobile-menu li a {color: #fff;}
.mobile-menu li {padding: 5px 0;}

