body {
   background-image: url('IMAGES/NI_BG.jpg');
   margin-top: 50px;
}

/* The navigation bar */
.navbar {
  overflow: hidden;
  background-image: url('IMAGES/NI_BG.jpg');
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #88dd6d;
  color: green;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}

.video
{
  position: relative;
  padding: 56.25% 0 0 0;
}
.video iframe
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px)
{
  .video iframe
  {
    width: 50%;
  }
}

.container {
  position: relative;
  overflow: hidden;
  width: 60%;
  padding-top: 33.75%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

p {

	font-family: calibri;
	font-size: 25px;
	text-align: center;
	text-indent: 0px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

p.copy {
	color:white;
	font-family:calibri;
	font-size: 15px;
	text-align: center;
	text-indent: 0px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: auto;
	line-height: auto;
}

p.para {
	color:black;
	line-height: 10px;
	font-family:calibri;
	letter-spacing: 7px;
	font-size: 25px;
	text-align: center;
	text-indent: 0px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: auto;
	line-height: auto
}

p.para2 {
	font-family:courier;
	letter-spacing: 10px;
	font-size: 15px;
	text-align: left;
	text-indent: 0px;
	
}

p.para3 {
	padding-left: 0px;
	font-family:courier;
	letter-spacing: 1px;
	font-size: 15px;
	text-align: justify;
	text-indent: 0px;
}

p.para4 {
	padding-left: 50px;
	font-family:courier;
	letter-spacing: 1px;
	font-size: 15px;
	text-align: justify;
	text-indent: 0px;
}

p.para5 {
	text-indent: 100px;
	padding-left: 0px;
	font-family:courier;
	letter-spacing: 1px;
	font-size: 15px;
	text-align: justify;
	text-indent: 0px;
}

p.para6 {
	font-family: times;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: center;
	text-indent: 0px;
}

p.para7 {
	padding-left: 0px;
	font-family:courier;
	letter-spacing: 1px;
	font-size: 13px;
	text-align: left;
	text-indent: 0px;
}

p.para8 {
	padding-left: 0px;
	font-family:courier;
	letter-spacing: 1px;
	font-size: 15px;
	text-align: center;
	text-indent: 0px;
}

p.para9 {
	padding-left: 0px;
	font-family:courier;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: center;
	text-indent: 0px;
}


a {
	font-family:calibri;
	font-size: 25px;
	line-height: 3;
}

/* unvisited link */
a:link {
    color: #000000;
	text-decoration:none;
}

/* visited link */
a:visited {
    color: #000000;
	text-decoration:none;
}

/* mouse over link */
a:hover {
    background: #88dd6d;
	color: green;
}

/* selected link */
a:active {
    color: #b8d1a5;
	text-decoration:none;
}

.iframe-container{
  position: relative;
  padding-bottom: 40%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

textarea2 {
	max-width: 600px;
}
textarea {
	width: 100%;
	max-width: 600px;
}

textarea:focus {
	resize: none;
	border: 3px solid #b8d1a5;
	padding: 5px;
	font-family:courier;
	background-color: white;
	background-repeat: no-repeat;
}

input.input1 {
	width: 300px;
	resize: none;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family:courier;
	background-color: white;
	background-repeat: no-repeat;
}

input.input2 {
	resize: none;
	border: 6px solid #cccccc;
	padding: 5px;
	font-family:courier;
	background-color: white;
	background-repeat: no-repeat;	
}

input[type="text"]:focus {
	resize: none;
	border: 3px solid #b8d1a5;
	padding: 5px;
	font-family:courier;
}

input[type="submit"]:hover {
	resize: none;
	border: 6px solid #b8d1a5;
	padding: 5px;
	font-family:courier;
	color: #b8d1a5;
	background-color : #d1d1d1;
	z-index: 5;
}

#main {
	margin-top: 50px;
    margin-bottom: 50px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 475px;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 1;
	background-image: url("img/BGtexture01.jpg")
}

#main2 {
	margin-top: 50px;
    margin-bottom: 100px;
	margin-left: 25%;
    margin-right: 25%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 1;
}


#textpara {
	width:300px;
    word-wrap: break-word;
	
}

#textpara2 {
	width:400px;
    word-wrap: break-word;
	margin-left: auto;
    margin-right: auto;
	
}

#topbox {
	width: 100%;
	height: 50px;
	background-color:#000000;
}
#menubox {
	width: 200px;
	
}

#menubox2 {
	width: 75px;
	
}

#ukko1 {

}

img.display3 {
    max-width: 10%;
    height: auto;
    width: auto\9; /* ie8 */
}


img.display2 {
    max-width: 50%;
    height: auto;
    width: auto\9; /* ie8 */
}

img.display {
    display: relative;
    margin-left: auto;
    margin-right: auto;
}

img.logosmall {
    display: block;
	width: 300px;
    margin-left: auto;
    margin-right: auto;
}

img.animated1 {
    position: absolute;
	height:250px;
    left: 25px;
    top: 380px;
	z-index: 5;
	}

img.animated2 {
    position: absolute;
    left: 50px;
    top: 220px;
	z-index: 5;
	}
	
img.animated3 {
    position: absolute;
	height:100px;
    right: 150px;
    top: 525px;
	z-index: 5;
	}
		
img.animated4 {
    position: relative;
	height:100px;
	z-index: 5;
	}