


body, html{
    margin:-0px 0 0;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	padding-top: 18px;
	font-size:1.152rem;
	font-weight:400;
	line-height:1.5;
	color:#333;
	text-align:left;
	background-color:#2d0f4b;
	background-image: url("../img/bg.jpg");
	background-attachment: fixed;
	background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
	
}

#topBtn {
    display: none;
    color: #000;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999999;
    font-size: 35px;
	font-weight: bolder;
    border: none;
    outline: none;
    background-color: rgba(255,255,255,0.7);
    cursor: pointer;
    padding: 2px 10px 0px;
    border-radius: 4px;
}

	
@media (min-width: 992px) {
  body {
    padding-top: 18px;
  }
}

/* Text i menyn */
.nav-link{
	color:#36c1e0;
	font-size: 20px;
	line-height: normal;
	padding: 0px 30px;
} 

.nav-link:hover{
	color:#36c1e0;
	text-decoration: none;
}   

.nav-link.active{
	color:#36c1e0;
	
}
/* End text i flikarna */

  

.bg-skin{
	background-color:#000;
	border-color: #36c1e0 transparent #36c1e0 transparent ;

}


