/*
 * Start Bootstrap - Full (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
    background: url('../img/kanerva_bg2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

body, html 
{text-align:center;}

.overlay {
    background: rgba(13, 60, 85, 0.5);
	width:100%;
	height:100%;
    position: absolute;
    top: 0;}

.intro
{text-shadow:rgba(0,0,0,0.4) 2px 2px;
padding-top:100px;}

h1
{font-family:'Berkshire Swash', sans-serif;
font-size:4.75em;
color:#ffffff;
padding:30px;
font-weight:normal;}

h2
{font-family:'Merriweather', serif;
font-weight:bold;
font-size:30px;
font-style:italic;
color:#ffffff;
padding:20px;}

p
{font-family:'Merriweather', serif;
font-size:24px;
color:#ffffff;}