  /* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px){
	 
	}
 
	 /* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px){
       .navbar > .container {
        text-align: center;
    }
	   .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
	}
	
	
 
	 /* Large Devices, Wide Screens */ 
	@media only screen and (min-width : 1224px){
	 
	}
	
	
	
	 /* Remove the navbar's default margin-bottom and rounded borders */ 
     .navbar {
      margin-bottom: 0;
      border-radius: 5px;
    }
	
	#myNavbar a{
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;  
	}
	
	#myNavbar{
	  
	  border-radius: 5px; 
	}
	
	#myNavbar ul li a{
	display: block;
	} 
	
	h1{
	font-weight: bold;
	}
	
	/*.navbar-nav > li{
     margin-right: 0;
    }*/
	
	.navbar, .container-fluid, .navbar-collapse{
    padding-left: 0;
	padding-right: 0; 
	}
	
	
   .navbar-collapse.in {
     padding-left: 20px;
     padding-right: 20px;
	 text-align: center; 
    }
	
	
	#myNavbar .active a {
	background-color: #FFFF00; /* Gul */ 
	color: #000000; /* Svart */ 
	}
	
	
	/*body{
		padding-bottom: 120px;	
	}*/
	
	#kontaktinfo > h3{
	 font-weight: bold;
	}
	
	
	p{
		font-size: 20px; 
	}
	
	footer > p{
	font-size: 15px;
	}

     /* Add a gray background color and some padding to the footer */ 
    footer{
      background-color: #000000;
      padding: 25px;
	  margin-top: 30px;
	  color: #FFFFFF;
	  font-size: 15px; 
	  
	 /* width:100%;
	  height:100px;
	  position:absolute;
	  bottom:0;
	  font-size: 16px;*/
	
	/*position:fixed;
    bottom:0;
    width:100%;*/
	
    }

	
	
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

   /* Hide the carousel text when the screen is less than 600 pixels wide */ 
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }
  
  .jumbotron { 
    margin-bottom: 0;
    background-color: #008000; /* Grønn */
    color: #000000; /* Svart */ 
	/*font-family: "Times New Roman", Times, serif;*/
	
  }