/* Add here all your CSS customizations */

.heading {
	text-align: center;
	text-transform: uppercase;
	
}



.container p{
	font-size:15px;
	color:#333;
	
}
.container ul{
	font-size:15px;
	color:#333;
}

.btn{
	background-color: #3f9a72!important;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px!important;
    padding:20px 20px!important;

	
}
.btn1{
	background-color: #f7ac06;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px!important;
    padding: 8px 120px!important;
    border-radius: 25px!important;
	margin: 40px 0px!important;
}
#footer p{
	color:#f0f0f0;
}
.movie_ikon{
	position: absolute;
	top: 0; 
	left: 0;
	background-color: #bfe3ff; 
	border-radius: 200px;
	width: 110px;
	height: 110px;
	
}

.movie_ikon img{
	width: 60px;
	margin-top: 18px;
}

@media only screen and (max-width: 768px){
	
#lead h1 {
	font-size: 2em;
	line-height: 1;
	margin-top: 40px;

}

#lead h2 {
	margin-bottom: 20px;
	line-height: 1em;
}



#lead p {
	color: #222;
	margin: 10px 0px;
	font-size: 1em;
}

	#tekst li{
		font-size: 1em;
	}
	
	.movie_ikon{
	position: absolute;
	top: 0; 
	left: 0;
	background-color: #bfe3ff; 
	border-radius: 200px;
	width: 80px;
	height: 80px;
	
}
	.movie_ikon img{
		width: 40px; 
		margin-top: 20px;
	}
	
}
