@charset "utf-8";


html {
font-family: 'Roboto Condensed', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
	font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.navbar {font-size: 18px;

  margin-bottom: 0px;
  border: 1px solid transparent;
}

.dropdown-menu {font-size: 18px;}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: rgba(0,80,152,1.00);
}
p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.home {
	background-image: url(../images/background_home.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
	margin: auto;
}

.logo
{
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15vh;
	margin-bottom: auto;
	text-align: center;
}

.homebuttons {
	width: 80%;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}
.padding20 {
	padding: 20px;
}
.paddingbottom {
	padding-bottom: 10px;
}
.max200
{max-width: 200px;}

.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 20px;
  font-size: 20px;
  line-height: 2;
  border-radius: 0px;
min-width: 200px;
}
.btn-md,
.btn-group-md > .btn {
  padding: 10px 10px;
  font-size: 18px;
  line-height: 2;
  border-radius: 0px;
min-width: 150px;
}
.tumma {
	background-color: rgba(66,66,66,1.00);
	color: rgba(255,255,255,1.00)
}
.sininen {
	background-color: rgba(0,108,255,1.00);
	color: rgba(255,255,255,1.00)
}
.turkoosi {
	background-color: rgba(0,211,255,1.00);
	color: rgba(255,255,255,1.00)
}
.harmaa {
	background-color: rgba(240,240,240,1.00);
	min-height: 300px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.vaalea {
	background-color: rgba(200,200,200,1.00);
	color: rgba(255,255,255,1.00)
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: rgba(255,255,255,0.50);
	text-decoration: none;
	opacity: 0.5;
}
a:hover,
a:focus,
a.focus {
	
	opacity: 0.5;
}
.img-galley {
	width: 100vw;
	margin-top: auto;
}
.raikasta {
	width: 100vw;
	margin-top: auto;
}


@media (min-width: 768px) {
 .btn-lg,
.btn-group-lg > .btn {
  padding: 20px 30px;
  font-size: 30px;
  line-height: 2;
  border-radius: 0px;
min-width: 300px;
}
 .btn-md,
.btn-group-mdd > .btn {
  padding: 15px 15px;
  font-size: 20px;
  line-height: 2;
  border-radius: 0px;
min-width: 200px;
}
	
	.navbar-header {
    float: left;
	  min-width: 200px;
  }

	.harmaa {
	min-height: 500px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-clip: padding-box;
	
}
.img-galley {
	max-height: 80vh;
	overflow-y: hidden;
	overflow-x: hidden;
}
	.margintop {
	margin-top: -10%;

}.raikasta {
	max-height: 100vh;
	overflow-y: hidden;
	overflow-x: hidden;
	
}}
