/*
 * Globals
 */




/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

 html,
 body {
   height: 100%;
   background:#000 center center fixed url("../images/w200.gif") repeat;
 	background-size: 2560px 2560px;
 }


.container div
{
	background :#000;
}


body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  xxfont-family: "Helvetica", Arial, "sans-serif"
}

.cover-container {
  max-width: 960px;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  xxfont-weight: 700;
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
  font-size: 18px;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
	color: rgba(225, 140, 38, 1);
	xxborder-bottom-color: rgba(225, 140, 38, 1);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    xxfloat: right;

  }
}


/*
 * Main
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

h1
{
	padding: 11px;
	font-weight: normal;
}

h2
{
	font-size:43px;
	xxfont-weight: bold;
	xxtext-transform: uppercase;
	xxline-height:40px;
	font-weight: 100;
}

h3
{
	padding-bottom:11px;

}

button
{
	xxtext-transform: uppercase;
}

ul li
{
	list-style-type: none;
}

ul li
{
	font-size:33px;
}

#searchInput
{
	font-size:70px;
	background: #000;
	color:#fff;
	xxtext-transform: uppercase;
	font-weight: bold;
	text-align: center;
	xxmargin-bottom:50px;
}


#search-engine
{
	padding: 0;
}

#search-engine	button
{

}

p
{
	font-size: 18px;
	line-height: 30px;
	xxtext-align: left;

}

/*
 * Footer
 */

.mastfoot {
  color: rgba(255, 255, 255, .5);
}



#contact-form div
{

}

#contact-form input, #contact-form textarea
{
	font-size: 22px;
	font-weight: 200;
	text-align: center;
	vertical-align: middle;
}

  input[type = submit]
  {
	xxtext-transform: uppercase;

}

#search-engine h2
{
	margin-bottom: 35px;

}

#search-engine .container
{
	margin-bottom:35px;
}

#search-engine button
{
	margin-bottom:50px;
}



.container
{
	background: #000;
}

#search-engine button a, #search-engine button a:hover
{
	text-transform: none;
	text-decoration: none;
}



.kuvalinkki
{
	font-size: 22px;
	font-weight: 200;
	margin-right: 10px;
	color: #e18c26;
}

#cta
{
	margin-top: 29px;
	margin-bottom: 97px;

}

p
{
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 63px;
  font-size: 62px;
}


.tervehdys
{
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-style: normal;
  color: #fff;
}


.korostus
{
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ED9121;
}

.futura
  {
    font-family: futura-pt,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    padding-top:1px;
}

.img-padding
  {
    padding-top: 33px;
    padding-bottom: 33px;
  }
