@charset "utf-8";
/* CSS Document */

/* För alla sidor */
ul{list-style-type:none;}
li{	list-style-type: none;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}



 .jumbotronbody {
	padding-top: 50px;
	
}

/* Ändrar teckenstorlek och färg på text över bilder */
@media (max-width: 767px) { /* screen size until 479px */
    .carouseltext {
	color: #FFF;
	font-size: 13px;
	        }}
		
@media (min-width: 768px) { /* screen size until 479px */
    .carouseltext {
	color: #FFF;
	        }}
			
@media (max-width: 767px) { /* screen size until 767px */
    .jumbotron-heading {
	color: #FFF;
	font-size: 13px;
	top: 10px;
	        }}	
@media (min-width: 768px) { /* screen size until 479px */
    .jumbotron-heading {
	color: #FFF;
	top: 10px;
	        }}	

  p li {font-family: 'Montserrat', sans-serif;
   }
   h1 h2 h3 h4 h5 h6 {font-family: 'Barlow', sans-serif;
     }
/* CSS | Stats | Top 3 */	 
.top3 {list-style-position: inside; padding: 0px;}	
.top3 h3 {color: #666;}
.top3 li {list-style-type: none;}	 

/* Carousel index page */	    
	 
  .carousel-indicators-round li {
    border-radius: 10px;
    margin: 1px 3px;
    height: 10px;
    max-width: 10px;
    border: 1px solid #FFF;
    background-color: transparent;
}
.carousel-indicators .active {
    background-color: #cd4956;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}
    	 



  .list small {
	list-style-type: none;
	font-size: 0.85rem;  /* =10px */
}




  .list-group-item {
	
	 padding: 0px 0px 0px 0px;
  border-top: 1px solid #ddd;
  line-height:0.45 rem;
  margin-bottom: 0px;
   margin-top: 0px;
  
}
.list-group.list-group-flush h6 {
	font-size: 0.45 rem;

	margin-top: 10px;
	margin-bottom: 10px;
}



.page-header {
	margin-top: 15px;
}





.card > img {
  margin-bottom: .75rem;
  max-width:100%
}

.card-text {
  font-size: 85%;
}
.card-body {
	padding: 0px;
	text-align: center;
}
  .card-deck {
	text-align: center;
}

.list-group.list-group-flush li {

	list-style-type: none;
	border:none;
}
li h6 {
	text-transform: uppercase;
	text-decoration: underline;
	margin: 5px;
}
