
/* ----------------------------------------
--- HTML elements 
-----------------------------------------*/

h1,h2,h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

body {
  background: url('img/blommor_03.png') center right no-repeat;
}

/* ----------------------------------------
--- Lists 
-----------------------------------------*/
dd, dt {
  padding: 0.3em 0;
}

/* ----------------------------------------
--- Page 
-----------------------------------------*/

.site-wrapper {
  padding: 2em 0 0 0;
  background: url('img/blommor_01.png') top left no-repeat;
}

.pagecontent .content-bg{
  padding-top: 5em;
}

.content-bg {
  background: rgba(255, 255, 255, 0.8);
}

.cover {
  padding: 0 4em 6em;
}

.cover h1 {
  font-size: 80px;
  margin-bottom: 0.7em;
}

.extra-margin {
  margin-top: 1em;
}

#image-wrapper {
  background: url('img/photo5.png') no-repeat left bottom;
}

#footer-row {
  margin-bottom: 2em;
}

.col-md-2 {
  min-height: 0px;
}

@media (min-width: 992px) {
  .col-md-2 {
    min-height: 1px;
  }
}

/* ----------------------------------------
--- Images 
-----------------------------------------*/

.img-gallery {
  margin-top: 4em;
}

.img-gallery .row {
  margin: 0;
}

.img-fullw {
  width: 100%;
  float: left;
}

.img-halfw {
  width: 50%;
  float: left;
} 

/* ----------------------------------------
--- Menu 
-----------------------------------------*/

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(0,0,0,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #000;
  border-bottom-color: #000;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/* ----------------------------------------
--- Footer 
-----------------------------------------*/

.mastfoot {
  padding-top: 5em;
}

.mastfoot .breadcrumb {
  background-color: initial;
}