body {
    width: 100%;
    height: 100%;
}
html {
    width: 100%;
    height: 100%;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}
/*https://coolors.co/palette/20331a-33512a-446c37-558745-66a253-7cb36b-94c186-abcea1-c3dcbc-dbead7*/
.billed{
	margin-left:0%;
	width: 100%;
	height:100%;
	}
	.billeda{
	margin-left:0%;
	width: 50%;
	height:50%;
	}
	.billedto{
	margin-left:0%;
	width: 150%;
	height: 150%;
	}
	
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #FFF;
    color: #337AB7;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #94c186;
    color: #FFF;
}
.welcome-section {
    height: 100%;
	width: 100%;
    padding-top: 12vh;
    text-align: center;
    background: #fff;
	
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  	
}
.about-section {
    height: 100%;
	width:100%;
    padding-top: 5vh;
    text-align: center;
    background: #dbead7;
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  background-size: cover;
  	

 
}
.whatwedo-section {
    height: 100%;
	width:100%;
    padding-top: 5vh;
    text-align: center;
    background: #fff;
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  	

}
.gront-section {
    height: 100%;
	width:100%;
    padding-top: 5vh;
    text-align: center;
    background: #dbead7;
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.bestil-section {
    height: 200%;
	width:100%;
    padding-top: 5vh;
    text-align: center;
    background: #fff;
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  	
}
.drom-section {
    height: 120%;
	width:100%;
    padding-top: 5vh;
    text-align: center;
    background: #fff;
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  background-size: cover;
  	
}
.contact-section {
    height: 100%;
	width:100%;
    padding-top: 5vh;
    text-align: center;
    background: #fff;
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  	
}
.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: #94c186;
}
.navbar-default {
    background-color: #94c186;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
h4,h3 {
	break-inside: avoid-column;
	}
h1{
  margin-top: 30px;
}
.brod{
	column-count: 3;
	height: 100;
	margin-bottom: 5%;
	column-fill: balance;
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
	height: 50%
	
  }
  .brodto{
	column-count: 2;
	height: 100;
	column-fill: balance;
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
	height: 50%
	
  }
  .ggle
  {
	display: block;       /* iframes are inline by default */
    border: none;         /* Reset default border */
    height: 65vh;        /* Viewport-relative units */
    width: 100%;
	  
  }


  



