.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(79,115,138,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color:rgba(79,115,138,0.3);
}

#container-box {
  height:100vh;
  width: 100%;
  overflow: hidden;
  background-color: #222;
}


.bg-dark-blue {
    background-color: #ffffff !important; /*#4f738a*/
}

.bg-dark {
    background-color: 
    #4f738a !important;
}

.logo-wrap {
}

.navbar-brand, .navbar-brand:focus, .navbar-brand:hover {
  padding: 0px;
  color: #fff;
  background-color: #ffffff;
}

#box {
  height:100%;
  width: 100%;
  background: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('img/demo-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;

}

#color-layer {
    /*background-color: rgba(248, 247, 216, 0.7);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#box-text {
	margin-top: 20px;
	padding-top: 20px;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4); 
	font-size: 72px;

	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 40%; 
	text-align: center;
	width: 100%; 
  	overflow:hidden;
}

#box-text-manchet {
	margin-top: 20px;
	padding-top: 20px;
	color: #fff;
	font-size: 48px;

	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%; 
	text-align: center;
	width: 100%; 
  	overflow:hidden;
}

.demo {
  width:255px;
  height:255px;
  overflow:hidden;
}

/* Scroll */



body {
  /*color: #222;*/
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.top-text {
  /*padding-top: 0px;
*/  color: #ffffff;
  font-size: 14px;
}

a {
    color: #4f738a;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

#hero h1 {
  font-size: 5rem;
  font-weight: 500;
  color:#4f738a;
}

#hero .lead {
  color: #555;
  font-size: 2rem;
  margin-bottom: 12px;
}

#hero p {
  color: #777;
  font-size: 1rem;
}

#hero {
  width: 100%;
  height:100vh;
  background: #262626;
  display: flex;
/*  justify-content: center;
  align-items: center;*/
  background-image: url('img/bjoern-bg-2.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

/*.hero-tekst {
  padding-top: 150px;
}*/

.lead-2 {
  margin-top: 3.5rem;    
  font-size: 4.5em;
  font-weight: 300;
  line-height: 1.2;
}

.lead-3 {   
  margin-top: 1.5rem; 
  margin-bottom: 1.5rem;  
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
}

.arrow {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}


.space_30 {
  margin-bottom: 30px;
}

.space_60 {
  margin-bottom: 60px;
}

.spacer {
  width:100%;
  height:100vh;
  background:#5386b2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spacer_300 {
  padding-top: 1200px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.container-fluid  {
	padding-left: 0;
	padding-right: 0;
}

.white {
	color: #fff;
}

section {
    padding: 30px 0;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #4f738a;
    background-color: transparent;
    border-color: transparent transparent #4f738a;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #4f738a;
    font-size: 20px;
}



@media (max-width: 576px){

  .hero-tekst {
    padding-top: 60px;
  } 

}

@media (max-width: 768px){

}

@media (max-width: 992px){

}

@media (max-width: 1200px){

}





/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  

  .hero-tekst {
    padding-top: 90px;
  } 
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  

  .hero-tekst {
    padding-top: 90px;
  } 
 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

  .hero-tekst {
    padding-top: 150px;
  } 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  

  #hero h1 {
    font-size: 4rem;
    font-weight: 500;
  }

  .lead-2 {
    margin-top: 3.5rem;    
    font-size: 4.5em;
    line-height: 1.2;
  }

  .lead-3 {   
    margin-top: 1.5rem; 
    margin-bottom: 1.5rem;  
    font-size: 1.5em;
    line-height: 1.2;
  }
    
}

@media (max-width: 992px) { 

  .lead-2 {
    margin-top: 1.5rem;    
    font-size: 3em;
    line-height: 1.2;
  }

  .lead-3 {   
    margin-top: 1rem; 
    margin-bottom: 1.5rem;  
    font-size: 1.5em;
    line-height: 1.2;
  }


}

@media (max-width: 576px) { 

  .hero-tekst {
    padding-top: 60px;
  }  

  #hero h1 {
    font-size: 3rem;
    font-weight: 500;
  }

  .lead-2 {
    margin-top: 1.5rem;    
    font-size: 2.5em;
    line-height: 1.2;
  }

  .lead-3 {   
    margin-top: 1rem; 
    margin-bottom: 1.5rem;  
    font-size: 1.5em;
    line-height: 1.2;
  }
 
}


