@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body{
	overflow-x:hidden;
	font-family: 'Lato', sans-serif;
	color:#505962; 
}
.navbar{
	text-transform:uppercase;
	font-weight:700;
	font-size: .9rem;
	letter-spacing: .1rem;
	background:rgba(0,0,0,.5)!important;
}
.navbar-brand img{
	
}


.navbar-light .navbar-nav .nav-link:hover{
	color:##007bff!important;

}


.carousel-item{
	height:100vh;
}
.carousel-caption{
	
	position: absolute;
	height: 60%;

	
}

.carousel-caption h1{
	font-size:3.8rem;
	font-weight: 700;
	letter-spacing: .3rem
	text-shadow:.1rem .1rem .8rem black;
	padding-bottom: 1rem;
}
.carousel-caption h3{
	font-size:2rem;
	text-shadow: .1rem .1rem .5rem black;
	padding-bottom: 1.6rem;
}
.btn-lg{
	border-width: medium;
	border-radius: 0;
	font-size:1.1rem;
}

.jumbotron{
	border-radius: 0;
	padding:3rem 0 2rem;

}
.narrow {
	width:75%;
	margin:0 auto;
	padding-top: 2rem;
}

h3.heading{
	font-size:1.9rem;
	font-weight: 700;
	padding-bottom: 1.9rem;
}
.class img{
	position: absolute;
	height: 60%;
}
.eventphoto img{
	max-width: 100%;
	transition:transform .5s ease;

}
.row.no-padding[class*=col-] {
	padding:0;
}
.eventphoto img:hover{
	transform:scale(1.1);
	cursor:zoom-in;
}
.eventphoto {
	overfolow:hidden;
}
footer {
	background-color:#40474e;
	color:white;
}
.course ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #808080;
  text-align: left;
  color:white;
}

.course li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: left;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #D3D3D3;
}

.activity {
  position: absolute;
  margin-top: 1000px;
  margin-bottom: 1000px;
}

.activity ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #808080;
  text-align: left;
  color:white;
}

.activity li {
  float: left;
}

.kundregister_grid_1 {
    display: inline-block;
    float: left;
    margin: 0; 
    text-align: center;
}
.kundregister_grid_1 {
    width: 140px;
}
/*============= COURSE SECTION =============*/

.narrow {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.btn-md {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.1rem;
  text-transform: uppercase;
  margin: 1rem;
}



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
