html,body{
	/*overflow: auto;
	height: 100%;*/
}
.ankkuri{
	display: block;
	height: 66px;
	margin-top: -66px;
	visibility: hidden;
}
.viz-alt{
	font-size: 12px;
	margin-top: -5px;
}
.viz{
	text-align: left;
}
#vizHeader{
	margin-bottom: 50px;
}
#kuvitus{
	background-image: url("../img/tausta1.jpg");
	background-repeat: no-repeat;
	background-size: cover;

}
#laite{
	padding-top: 10px; 
}
#homeHeader{
	color: rgba(255,255,255,1); 
	font-size: 50px; 
	padding: 0px 0 0 30px; 
	margin-top: auto;
	margin-bottom: auto 
}
#homeP{
	color: rgba(255,255,255,1); 
	font-size: 26px;
	font-weight: 300;
	padding: 0px 0 0 0px; 
	margin-top: auto;
	margin-bottom: auto; 
}
#landButton{
	color: #343a40;
	text-decoration: none;
}
#landButton p:hover{
	background: #E6B300;
}
#landButton p{
    background: rgba(255, 204, 0, 0.85);
    padding: 10px;
    color: #000;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid rgba(255, 204, 0, 1);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;


}
.appKuva{
	margin-top: 40px;
}
/*#laite{
	background: url("../img/senseApple.png");
	background-repeat: no-repeat;
	background-size: 60%;
	background-position-x: right;
	background-position-y: 70%; 

}*/
.font{
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navbar-expand-md .navbar-nav .nav-link{
	font-size: 14px;
}
.navbar-brand{
	font-size: 18px;
}
body {
	background: #fff;
	
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;

}
#mainContainer{
	margin-top: 90px;
	margin-bottom: 50px;
	background: #f8f8f8;
	
	box-shadow: 3px 4px 5px rgba(0,0,0,.11);
	border: 1px solid #ddd;

}
.container1{
	padding: 15px 0 ;
}
.active{
	border-bottom: 2px solid #fff;
}
.dropdown-item.active, .dropdown-item:active{
	background: #343a40;
}
#footer{
	height: 100%;
	background: #1f2021; 
	width: 100%;

}
#footer_logo{
	text-align:center; 
	color: #fff; 
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background: #fff;
	border: 3px solid #343a40;
	position: absolute;
	margin-top: -30px;
	margin-left: -40px;
	left:50%;

}
.reg_pic img{
	width: 100%;
}
.phone_pic img{

}
#Tuloslaskelma_kuva img{
	width: 50%;
}
.settingHeader{
	padding-bottom: 15px;
	padding-top: 15px
}
/*bootstrap sm query mod*/
@media only screen and (max-width: 1025px) {
	.navbar-expand-md .navbar-nav .nav-link{
		padding-right: 5px;
		padding-left: 5px;
	}

	#homeHeader{
		font-size: 36px; 
		padding: 0px 0 0 30px; 
		margin-top: auto;
		margin-bottom: auto 
	}
	#homeP{
		color: rgba(255,255,255,0.8); 
		font-size: 20px; 
		padding: 0px 0 20px 0px; 
		margin-top: auto;
		margin-bottom: auto; 
	}
}
/*bootstrap sm query mod*/
@media only screen and (max-width: 768px) {
	#mainContainer{
		padding:0;
		border: 0; 
		margin-top: 65px;
	}
	.container1{
		margin: 0 15px;
	}
	#Tuloslaskelma_kuva img{
		width: 90%;
	}
	#homeHeader{
		font-size: 36px; 
		padding: 15px 0 0 30px; 
		margin-top: auto;
		margin-bottom: auto 
	}
	#homeP{
		color: rgba(255,255,255,0.8); 
		font-size: 20px; 
		padding: 10px 0 30px 0px; 
		margin-top: auto;
		margin-bottom: auto; 
	}
	#landButton p{
		margin-bottom: 35px;
	}
}

.contact-form {
	border: 1px solid #eee;
	padding: 10px;
	background: #fff;
	margin-right: 15px; 
}

.contact-form-header {
	text-align: center; 
	background: #343a40;
	color: #fff;
	padding: 20px;
	margin-right: 15px; 
	margin-top: 15px;

}

input {
	outline: none;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    background-color: #fff;
    border-radius: 0!important;
}

textarea {
	outline: none;
    background-color: #fff;
    border-radius: 0!important;
}

.btn-primary {
    color: #000;
    background-color: transparent;
    border-color: rgb(255,204,0);
    border-radius: 0!important;

}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(255,204,0);
    border-color: rgb(255,204,0);
    border-radius: 0!important;
}

.col-team {
	background: #fff;
	border: 1px solid #eee;
	margin: 15px;
}


.features-1 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.features-4 {
    background: #1f2021;
    padding: 5rem 0;
    color: #fff;
    transition: transform 1s,opacity 1s,-webkit-transform 1s;
}

.divider {
    display: block;
    width: 6rem;
    height: 0.3rem;
    background-color: #dfe1e5;
    margin: 2rem auto;
}

.btn-outline-secondary {
    border-radius: 0!important;
    color: #000;
    border-color: #000;

}

.extension-body {
	min-height: 95px;
	font-weight: 300;
}

.dropdown-menu {
	border-radius: 0;
    background: #fff;
}

.bg-dark {
	background: #000!important;
}

.product-header {
	font-weight: 900;
}

.light-text {
    font-weight: 300;
}

.img-fluid {
	margin-top: 20%;
}

.footer-4 {
    background: #000;
    width: 100%;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: .5rem;
}

.footer-4 .divider {
    background: #46484a;
    width: 100%;
    height: .1rem;
    margin: 2rem 0 1.5rem 0;
}

.social {
    margin: 0 auto;
    padding: 0;
}

.social li {
    display: inline-block;
    color: rgb(255,204,0);
}

.social li a {
    color: rgb(255,204,0);
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    border: none;
}

.prod-img {
	height: 200px;
}