/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #333;
}

/* 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-color: #fff;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
/*  color: #0f9b5f; */
/*  color: rgba(26, 175, 111);
 color: #c6c6c6; */
 
 text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
  
  
  background-image: url('/ikkunamies_1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-size: 100% auto; */
   background-size: 100% auto;
  background-size: cover;
  
  background-position: center top;
  
}

.cover-container {
 /*  max-width: 42em; */
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}


.masthead-brand {
    clear: both;
  } 
  
  
/*
 * Footer
 */
	.mastfoot {
	  color: rgba(255, 255, 255, .5);
	 /*  box-sizing: initial; */
	}
	.inner {
	  /* box-sizing: content-box !important; */
	}	
	
	.logonauha {
	  
	  margin-top:1.0rem; 
	  /* box-sizing: content-box !important; */
	  
	}	
  .logonauha img {
	
	  box-sizing: content-box !important;
	  
	}	
	
@media (min-width: 49em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */

@media (min-width: 48em) {
	
	.cover {
	  padding: 0 1.5rem;
	}
	.cover .btn-lg {
	  padding: .75rem 1.25rem;
	  font-weight: 700;
	}


}

/* @media (max-width: 1199px){ */
	.main-kuva {
		width: 100%;
		max-width: 1920px;
		align-content: center;
	}
/* } */
