body {
	/*rgb(0,51,72)*/
	min-height:100%;
	background-color: white;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
	color: black;
}

h3 {
	font-weight: lighter;
}


.bg-grey {
	background-color: #eaeaea;
	padding: 30px;
}

.asio-header {
	color: black;
	text-align: center
}

#top {
	background-color: black;
	color:white;
}

h1 { font-size: 2.3rem; font-weight: 300; margin-bottom: 20px; }

ul { font-size: 1.2rem; float:left; }
ul a {
	color: black;
}
ul a:hover {
	color: black;
}

ul li {
	line-height: 2rem;
}

.varausohjelmistot {
	font-size: 1.5rem;
	color: rgb(0, 195, 142);
	margin-right: 20px;
}

.container-fluid {
	padding-bottom: 50px;
}

.wrapper {
	margin-top: 20px;
}

.image-text-wrapper {
	margin-left: 35px;
	text-align: center;
}

.hero-btn {
	width: 290px;
	margin-top: 30px;
}

.btn-fix {
	padding: 15px;
	font-weight: 500;
}

.nav-link {
	color: white !important;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 2rem;
	margin-right: 10px;
}

.img-group {
	float:left;
}

.card {
	border: none;
}

.card-text {
	color: black;
	margin-bottom: 0px;
}

.card-image {
	width: 80px;
	margin-top:5px;
}

.lead { margin-top: 20px; }

.marg { margin-top: 20px; }

.ul-asio {
	text-align:left;
	float: left;
	font-size: 1.2rem;
}

.asio-img {
	max-width: 570px;
}


main a, a:hover {
	text-decoration: none;
}

main .col {
	margin-top: 10px;
}

@media (max-width: 1200px) {
	.bg-grey {
			padding: 40px;
	}
}
@media (max-width: 764px) {
	main { margin-top: 110px; }
	.bg-grey { padding: 10px; }
	.image-text-wrapper { margin-left: 0px; }
}

@media (max-width: 640px) {
	main { margin-top: 0px; }
	.masthead-brand {
		float:left;
	}
	
	.btn-fix {
		margin-top: 10px;
	}
	
	.nav-masthead {
		float:left;
		margin-top:20px;
	}
	
	.asio-img { max-width: 325px; }
	
	.varausohjelmistot {
		font-size: 1.2rem;
	}
	
}