/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 90px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

.jumbotron {
    background-image: url("../img/askeleet_jumbo.jpg");
    background-size: cover;
    min-height: 600px;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.logo {
    height: 79px;
    margin-top: -5px;
}

.navbar {
    background-color: #fff;
    letter-spacing: 5px;
    border-color: darkgrey;
}

.nav {
    margin-top: 10px;
}

.navbar-toggle {
    margin-top: 47px;
}

.navbar-nav li a {
    margin-top: 49px;
    color: #333 !important;
}

.navbar-nav li a:hover {
    color: #333 !important;
    background-color: #EDF8FF !important;
}

.navbar-nav li.active a {
    color: #ffffff !important;
    background-color: #BEDAEA !important;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.tkst {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.tkst li  {
  margin-left: -20px;
}

.bloglink {
  color: black;
  text-decoration: none;
  padding-top: 90px;
}

.liststyle {
  list-style-position: outside;
  list-style: disc;
  margin-left: -5px;
}

.footer {
    margin: 0px;
    padding-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #BEDAEA;

}

.footer p {
    font-size: 12px;
    color: black;
}

.kuva {

    border-radius: 3px;
}
